Pull request #41976 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 34446d0343339689832add03f1034c04cc3e529b+24e1d7fa5924f80193d60e22a5a825e4cafd4b91 (fbc1008c511c16880c210a2ffac0009c66008b6e) 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 --is-inside-work-tree # 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-02-18T09:38:54.483Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-18T09:38:54.487Z] Trying to pass milestone 3 [Pipeline] milestone [2021-02-18T09:38:54.541Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-18T09:38:54.698Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-022cb03c636c2970c) in /home/ubuntu/workspace/moby_PR-41976 [Pipeline] { [Pipeline] checkout [2021-02-18T09:38:54.732Z] The recommended git tool is: git [2021-02-18T09:38:54.779Z] using credential docker-jenkins-github-credentials [2021-02-18T09:38:54.784Z] Cloning the remote Git repository [2021-02-18T09:38:54.784Z] Cloning with configured refspecs honoured and without tags [2021-02-18T09:38:54.838Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T09:38:54.838Z] > git init /home/ubuntu/workspace/moby_PR-41976 # timeout=10 [2021-02-18T09:38:54.865Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:38:54.865Z] > git --version # timeout=10 [2021-02-18T09:38:54.884Z] > git --version # 'git version 2.17.1' [2021-02-18T09:38:54.884Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:38:54.885Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:08.651Z] Fetching without tags [2021-02-18T09:39:08.900Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit 34446d0343339689832add03f1034c04cc3e529b [2021-02-18T09:39:08.643Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:08.648Z] > git config --add remote.origin.fetch +refs/pull/41976/head:refs/remotes/origin/PR-41976 # timeout=10 [2021-02-18T09:39:08.651Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:08.655Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:08.664Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:08.665Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:08.665Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:08.913Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:08.915Z] > git checkout -f 34446d0343339689832add03f1034c04cc3e529b # timeout=10 [2021-02-18T09:39:09.940Z] Merge succeeded, producing 1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:39:09.940Z] Checking out Revision 1cc1f634b2e103d170d0890c2aa93c4119182b85 (PR-41976) [2021-02-18T09:39:10.336Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T09:39:10.344Z] First time build. Skipping changelog. [2021-02-18T09:39:09.335Z] > git remote # timeout=10 [2021-02-18T09:39:09.359Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T09:39:09.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:09.366Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T09:39:09.945Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T09:39:09.953Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:09.955Z] > git checkout -f 1cc1f634b2e103d170d0890c2aa93c4119182b85 # timeout=10 [2021-02-18T09:39:10.349Z] > git rev-list --no-walk 256092543ba4b40f3a0300a90d7ccfa72e26f256 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T09:39:11.019Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41976:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-02-18T09:39:13.533Z] 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] 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) Stage "rootless" skipped due to when conditional Stage "cgroup2" skipped due to when conditional Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-02-18T09:39:13.739Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-022cb03c636c2970c) in /home/ubuntu/workspace/moby_PR-41976 [Pipeline] node [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2021-02-18T09:39:13.748Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0f7cf2da49206a7a8) in /home/ubuntu/workspace/moby_PR-41976 [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" 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] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-02-18T09:39:13.756Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0833931249f627f22) in /home/ubuntu/workspace/moby_PR-41976 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-02-18T09:39:13.805Z] The recommended git tool is: git [Pipeline] checkout [2021-02-18T09:39:13.824Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2021-02-18T09:39:13.855Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-02-18T09:39:13.867Z] Fetching changes from the remote Git repository [2021-02-18T09:39:13.870Z] using credential docker-jenkins-github-credentials [2021-02-18T09:39:13.874Z] Fetching without tags [2021-02-18T09:39:13.875Z] Cloning the remote Git repository [2021-02-18T09:39:13.875Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" 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] { (Run tests) [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-02-18T09:39:13.955Z] The recommended git tool is: git Stage "win-RS1" skipped due to when conditional [2021-02-18T09:39:13.966Z] using credential docker-jenkins-github-credentials [Pipeline] } [2021-02-18T09:39:13.973Z] Cloning the remote Git repository [2021-02-18T09:39:13.973Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [2021-02-18T09:39:14.151Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit 34446d0343339689832add03f1034c04cc3e529b [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-02-18T09:39:14.285Z] Merge succeeded, producing ed4b6bad32792949afc823551492d1ccc32c840d [2021-02-18T09:39:14.285Z] Checking out Revision ed4b6bad32792949afc823551492d1ccc32c840d (PR-41976) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2021-02-18T09:39:14.340Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T09:39:14.348Z] First time build. Skipping changelog. [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T09:39:13.871Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-02-18T09:39:13.880Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:13.930Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:13.930Z] > git --version # timeout=10 [2021-02-18T09:39:13.932Z] > git --version # 'git version 2.17.1' [2021-02-18T09:39:13.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:13.933Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:14.165Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:14.174Z] > git checkout -f 34446d0343339689832add03f1034c04cc3e529b # timeout=10 [2021-02-18T09:39:14.217Z] > git remote # timeout=10 [2021-02-18T09:39:14.222Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T09:39:14.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:14.233Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T09:39:14.291Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T09:39:14.298Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:14.305Z] > git checkout -f ed4b6bad32792949afc823551492d1ccc32c840d # timeout=10 [2021-02-18T09:39:14.354Z] > git rev-list --no-walk 256092543ba4b40f3a0300a90d7ccfa72e26f256 # timeout=10 [2021-02-18T09:39:13.868Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T09:39:13.869Z] > git init /home/ubuntu/workspace/moby_PR-41976 # timeout=10 [2021-02-18T09:39:13.873Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:13.873Z] > git --version # timeout=10 [2021-02-18T09:39:13.874Z] > git --version # 'git version 2.17.1' [2021-02-18T09:39:13.875Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:13.875Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:14.002Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T09:39:14.003Z] > git init /home/ubuntu/workspace/moby_PR-41976 # timeout=10 [2021-02-18T09:39:14.018Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:14.018Z] > git --version # timeout=10 [2021-02-18T09:39:14.021Z] > git --version # 'git version 2.7.4' [2021-02-18T09:39:14.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:14.023Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:15.092Z] + [ PR != PR ] [2021-02-18T09:39:15.092Z] + [ 20.10 != master ] [2021-02-18T09:39:15.092Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T09:39:15.441Z] + docker version [2021-02-18T09:39:15.441Z] Client: Docker Engine - Community [2021-02-18T09:39:15.441Z] Version: 20.10.3 [2021-02-18T09:39:15.441Z] API version: 1.41 [2021-02-18T09:39:15.441Z] Go version: go1.13.15 [2021-02-18T09:39:15.441Z] Git commit: 48d30b5 [2021-02-18T09:39:15.441Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T09:39:15.441Z] OS/Arch: linux/amd64 [2021-02-18T09:39:15.441Z] Context: default [2021-02-18T09:39:15.441Z] Experimental: true [2021-02-18T09:39:15.441Z] [2021-02-18T09:39:15.441Z] Server: Docker Engine - Community [2021-02-18T09:39:15.441Z] Engine: [2021-02-18T09:39:15.441Z] Version: 20.10.3 [2021-02-18T09:39:15.441Z] API version: 1.41 (minimum version 1.12) [2021-02-18T09:39:15.441Z] Go version: go1.13.15 [2021-02-18T09:39:15.441Z] Git commit: 46229ca [2021-02-18T09:39:15.441Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T09:39:15.441Z] OS/Arch: linux/amd64 [2021-02-18T09:39:15.441Z] Experimental: true [2021-02-18T09:39:15.441Z] containerd: [2021-02-18T09:39:15.441Z] Version: 1.4.3 [2021-02-18T09:39:15.441Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:15.441Z] runc: [2021-02-18T09:39:15.441Z] Version: 1.0.0-rc92 [2021-02-18T09:39:15.441Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:15.441Z] docker-init: [2021-02-18T09:39:15.441Z] Version: 0.19.0 [2021-02-18T09:39:15.441Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T09:39:15.712Z] + docker info [2021-02-18T09:39:16.272Z] Client: [2021-02-18T09:39:16.272Z] Context: default [2021-02-18T09:39:16.272Z] Debug Mode: false [2021-02-18T09:39:16.272Z] Plugins: [2021-02-18T09:39:16.272Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T09:39:16.272Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T09:39:16.272Z] [2021-02-18T09:39:16.272Z] Server: [2021-02-18T09:39:16.272Z] Containers: 0 [2021-02-18T09:39:16.272Z] Running: 0 [2021-02-18T09:39:16.272Z] Paused: 0 [2021-02-18T09:39:16.272Z] Stopped: 0 [2021-02-18T09:39:16.272Z] Images: 3 [2021-02-18T09:39:16.272Z] Server Version: 20.10.3 [2021-02-18T09:39:16.272Z] Storage Driver: overlay2 [2021-02-18T09:39:16.272Z] Backing Filesystem: extfs [2021-02-18T09:39:16.272Z] Supports d_type: true [2021-02-18T09:39:16.272Z] Native Overlay Diff: true [2021-02-18T09:39:16.272Z] Logging Driver: json-file [2021-02-18T09:39:16.272Z] Cgroup Driver: cgroupfs [2021-02-18T09:39:16.272Z] Cgroup Version: 1 [2021-02-18T09:39:16.272Z] Plugins: [2021-02-18T09:39:16.272Z] Volume: local [2021-02-18T09:39:16.272Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T09:39:16.272Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T09:39:16.272Z] Swarm: inactive [2021-02-18T09:39:16.272Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T09:39:16.272Z] Default Runtime: runc [2021-02-18T09:39:16.272Z] Init Binary: docker-init [2021-02-18T09:39:16.272Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:16.272Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:16.272Z] init version: de40ad0 [2021-02-18T09:39:16.272Z] Security Options: [2021-02-18T09:39:16.272Z] apparmor [2021-02-18T09:39:16.272Z] seccomp [2021-02-18T09:39:16.272Z] Profile: default [2021-02-18T09:39:16.272Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T09:39:16.272Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T09:39:16.272Z] OSType: linux [2021-02-18T09:39:16.272Z] Architecture: x86_64 [2021-02-18T09:39:16.272Z] CPUs: 2 [2021-02-18T09:39:16.272Z] Total Memory: 7.569GiB [2021-02-18T09:39:16.272Z] Name: ip-10-100-75-160 [2021-02-18T09:39:16.272Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T09:39:16.272Z] Docker Root Dir: /var/lib/docker [2021-02-18T09:39:16.272Z] Debug Mode: false [2021-02-18T09:39:16.272Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:39:16.272Z] Labels: [2021-02-18T09:39:16.272Z] Experimental: true [2021-02-18T09:39:16.272Z] Insecure Registries: [2021-02-18T09:39:16.272Z] 127.0.0.0/8 [2021-02-18T09:39:16.272Z] Live Restore Enabled: true [2021-02-18T09:39:16.272Z] [2021-02-18T09:39:16.272Z] WARNING: No swap limit support [2021-02-18T09:39:16.272Z] WARNING: No blkio weight support [2021-02-18T09:39:16.272Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T09:39:16.554Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:16.554Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:16.554Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41976/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T09:39:16.554Z] + bash /home/ubuntu/workspace/moby_PR-41976/check-config.sh [2021-02-18T09:39:16.554Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T09:39:16.554Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T09:39:16.554Z] [2021-02-18T09:39:16.554Z] Generally Necessary: [2021-02-18T09:39:16.554Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T09:39:16.554Z] - apparmor: enabled and tools installed [2021-02-18T09:39:16.554Z] - CONFIG_NAMESPACES: enabled [2021-02-18T09:39:16.554Z] - CONFIG_NET_NS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_PID_NS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_IPC_NS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_UTS_NS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUPS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CPUSETS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_MEMCG: enabled [2021-02-18T09:39:16.554Z] - CONFIG_KEYS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_VETH: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T09:39:16.554Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T09:39:16.554Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T09:39:16.554Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T09:39:16.554Z] [2021-02-18T09:39:16.554Z] Optional Features: [2021-02-18T09:39:16.554Z] - CONFIG_USER_NS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_SECCOMP: enabled [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T09:39:16.554Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T09:39:16.554Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T09:39:16.554Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T09:39:16.554Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T09:39:16.554Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T09:39:16.554Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T09:39:16.554Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T09:39:16.554Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T09:39:16.810Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T09:39:16.810Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T09:39:16.810Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T09:39:16.810Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T09:39:16.810Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T09:39:16.810Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T09:39:16.810Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_EXT4_FS: enabled [2021-02-18T09:39:16.810Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T09:39:16.810Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T09:39:16.810Z] - Network Drivers: [2021-02-18T09:39:16.810Z] - "overlay": [2021-02-18T09:39:16.810Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T09:39:16.810Z] Optional (for encrypted networks): [2021-02-18T09:39:16.810Z] - CONFIG_CRYPTO: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T09:39:16.810Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T09:39:16.810Z] - CONFIG_XFRM: enabled [2021-02-18T09:39:16.810Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T09:39:16.810Z] - "ipvlan": [2021-02-18T09:39:16.810Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T09:39:16.810Z] - "macvlan": [2021-02-18T09:39:16.810Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T09:39:16.810Z] - "ftp,tftp client in container": [2021-02-18T09:39:16.810Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T09:39:16.810Z] - Storage Drivers: [2021-02-18T09:39:16.810Z] - "aufs": [2021-02-18T09:39:16.810Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T09:39:16.810Z] - "btrfs": [2021-02-18T09:39:16.810Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T09:39:16.810Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T09:39:16.810Z] - "devicemapper": [2021-02-18T09:39:16.810Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T09:39:16.810Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T09:39:16.810Z] - "overlay": [2021-02-18T09:39:16.810Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T09:39:16.810Z] - "zfs": [2021-02-18T09:39:16.810Z] - /dev/zfs: present [2021-02-18T09:39:16.810Z] - zfs command: missing [2021-02-18T09:39:16.810Z] - zpool command: missing [2021-02-18T09:39:16.810Z] [2021-02-18T09:39:16.810Z] Limits: [2021-02-18T09:39:16.810Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T09:39:16.810Z] [2021-02-18T09:39:16.810Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T09:39:17.130Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 . [2021-02-18T09:39:17.130Z] #1 [internal] load build definition from Dockerfile [2021-02-18T09:39:17.130Z] #1 sha256:e4814df5bd7c95faae1a1566c07c7307ba9d7f6d9cb8a073e9818ad4c5ecba53 [2021-02-18T09:39:17.130Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T09:39:17.130Z] #1 DONE 0.0s [2021-02-18T09:39:17.130Z] [2021-02-18T09:39:17.130Z] #2 [internal] load .dockerignore [2021-02-18T09:39:17.130Z] #2 sha256:a67099a3a6f6c246997e4501af0a887277c7ac1e62695dc9a134494fd8fecfef [2021-02-18T09:39:17.130Z] #2 transferring context: 87B done [2021-02-18T09:39:17.130Z] #2 DONE 0.0s [2021-02-18T09:39:17.130Z] [2021-02-18T09:39:17.130Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T09:39:17.130Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T09:39:17.698Z] #3 DONE 0.3s [2021-02-18T09:39:17.698Z] [2021-02-18T09:39:17.699Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T09:39:17.699Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T09:39:17.699Z] #4 CACHED [2021-02-18T09:39:17.699Z] [2021-02-18T09:39:17.699Z] #5 [internal] load build definition from Dockerfile [2021-02-18T09:39:17.699Z] #5 sha256:dee7d15fb053bdb600729b87c2e7aa5fc7a1857eb14c8ddc446d04e166374506 [2021-02-18T09:39:17.699Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T09:39:17.699Z] #5 DONE 0.0s [2021-02-18T09:39:17.699Z] [2021-02-18T09:39:17.699Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T09:39:17.699Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T09:39:17.699Z] #8 DONE 0.1s [2021-02-18T09:39:17.699Z] [2021-02-18T09:39:17.699Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T09:39:17.699Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T09:39:17.954Z] #7 DONE 0.1s [2021-02-18T09:39:17.954Z] [2021-02-18T09:39:17.954Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T09:39:17.954Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T09:39:17.954Z] #6 DONE 0.1s [2021-02-18T09:39:17.954Z] [2021-02-18T09:39:17.954Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T09:39:17.954Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T09:39:17.954Z] #61 DONE 0.0s [2021-02-18T09:39:17.954Z] [2021-02-18T09:39:17.955Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T09:39:17.955Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T09:39:17.955Z] #9 DONE 0.0s [2021-02-18T09:39:17.955Z] [2021-02-18T09:39:17.955Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T09:39:17.955Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T09:39:17.955Z] #25 DONE 0.0s [2021-02-18T09:39:17.955Z] [2021-02-18T09:39:17.955Z] #22 [internal] load build context [2021-02-18T09:39:17.955Z] #22 sha256:9c1e3dd806457e1538804291f46a9996c5a93f465e1b16437b5ec2b5625d358a [2021-02-18T09:39:19.333Z] #22 transferring context: 53.36MB 1.3s done [2021-02-18T09:39:19.333Z] #22 DONE 1.3s [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T09:39:19.333Z] #59 sha256:a708a906b8479f21d7eda51c49ac6f82092fd42e11051ab6d3aae74719a9db2a [2021-02-18T09:39:19.333Z] #59 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T09:39:19.333Z] #60 sha256:f72cf327ecd3ef6008d92e2c06b006139624d0dd3031bc4811315836dfeeec37 [2021-02-18T09:39:19.333Z] #60 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T09:39:19.333Z] #29 sha256:07c7dd8810cdffd6d40abd6f23d556d4f612f56917f3b278bfd471446fd8dbb5 [2021-02-18T09:39:19.333Z] #29 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T09:39:19.333Z] #34 sha256:ce3b617b02113709202bc469e8666ef8a6c5c42408e0c21d7fd0feabaa2df16b [2021-02-18T09:39:19.333Z] #34 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T09:39:19.333Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T09:39:19.333Z] #13 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #54 [containerd 1/2] 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-02-18T09:39:19.333Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T09:39:19.333Z] #54 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.333Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T09:39:19.333Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T09:39:19.333Z] #18 CACHED [2021-02-18T09:39:19.333Z] [2021-02-18T09:39:19.334Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T09:39:19.334Z] #48 sha256:0b995c4ba848c6cccec3aa835c5965a10411e9b9efc2a7f6021c26f88d4b32a1 [2021-02-18T09:39:19.334Z] #48 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #45 sha256:aa843b574bfd4df8cc9419e8edc30b863c4bdfe2709f19b6836775f8b5f0f24d [2021-02-18T09:39:19.334Z] #45 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #56 sha256:83f2abde3a977764c4e2601c612ed363ae741e513be5e5f833bb02f5c062c4ae [2021-02-18T09:39:19.334Z] #56 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T09:39:19.334Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T09:39:19.334Z] #14 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #11 [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-02-18T09:39:19.334Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T09:39:19.334Z] #11 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T09:39:19.334Z] #44 sha256:aabc49b007abfd5183f24ff5fc878ad5fffd39285483baa37a64a3739f530c7f [2021-02-18T09:39:19.334Z] #44 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T09:39:19.334Z] #43 sha256:58cf226a7a841292dd8b5b4d2307f6252fe7c91534342930f40a150273ccdb6c [2021-02-18T09:39:19.334Z] #43 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T09:39:19.334Z] #62 sha256:98e2d98a3153690b7e1511ed5dc5a809af2899de73c58140e914444c706c20e7 [2021-02-18T09:39:19.334Z] #62 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T09:39:19.334Z] #58 sha256:7f09a8f167ae2dba9e20f65c45d8e158add8713a001351df10eaaeddb2bc65a3 [2021-02-18T09:39:19.334Z] #58 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T09:39:19.334Z] #36 sha256:937d1c6e878578c7ffdb958d8ab65d202ae1d27a43842c1603d7536edd0274cd [2021-02-18T09:39:19.334Z] #36 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #53 sha256:bb832d8a884d48dd78dd4abcff81583ce19b52c32bb316af341df0e0e7be46c7 [2021-02-18T09:39:19.334Z] #53 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #40 sha256:23b58a34942c831498bb9fb38967651b280b328ed79649d73ead7c82d55e3b1f [2021-02-18T09:39:19.334Z] #40 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T09:39:19.334Z] #55 sha256:937461dcf49837da8eac123271e4d9e0194b19e1d5ce53562bb958a332dcc7bf [2021-02-18T09:39:19.334Z] #55 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T09:39:19.334Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T09:39:19.334Z] #30 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T09:39:19.334Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T09:39:19.334Z] #21 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #26 [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-02-18T09:39:19.334Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T09:39:19.334Z] #26 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #39 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-02-18T09:39:19.334Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T09:39:19.334Z] #39 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #12 [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-02-18T09:39:19.334Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T09:39:19.334Z] #12 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T09:39:19.334Z] #27 sha256:5488de00d951e32485dd07165803f9fdeeef0a55899e27629837e89253b32f4e [2021-02-18T09:39:19.334Z] #27 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T09:39:19.334Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T09:39:19.334Z] #15 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T09:39:19.334Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T09:39:19.334Z] #38 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T09:39:19.334Z] #52 sha256:bd64f84b2ef0aee6fef98ae7d0b0be3579cc680e22127ee325fe1a5cfce15c99 [2021-02-18T09:39:19.334Z] #52 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T09:39:19.334Z] #57 sha256:e7602193ab8064f058384454661abc2b3d6f5037a2bc63d0ff670203615bf6a2 [2021-02-18T09:39:19.334Z] #57 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T09:39:19.334Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T09:39:19.334Z] #17 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #47 sha256:ab4953042aebd740b3aa7a0c639b97342fbc3d8c7490b7f617b0acf834ae5194 [2021-02-18T09:39:19.334Z] #47 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #64 sha256:530d35c74fc14341912d967fa1e57dcd3d58483d19349703d6b3f37201da8c0a [2021-02-18T09:39:19.334Z] #64 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #20 [dev-systemd-false 8/26] 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-02-18T09:39:19.334Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T09:39:19.334Z] #20 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T09:39:19.334Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T09:39:19.334Z] #31 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #32 sha256:9e672cf966be67fe41ef44af673d7c951bd4e9009de86a607793f2f9b456936f [2021-02-18T09:39:19.334Z] #32 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T09:39:19.334Z] #46 sha256:6d86f8f768bbacb6721846d453a3fa988fd6e9e1ff0b5786535bc8961c607256 [2021-02-18T09:39:19.334Z] #46 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T09:39:19.334Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T09:39:19.334Z] #10 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #35 [tini 1/2] 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-02-18T09:39:19.334Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T09:39:19.334Z] #35 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T09:39:19.334Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T09:39:19.334Z] #16 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T09:39:19.334Z] #50 sha256:2e0ee728b308b6c6ab60466ddaee89b03dbfd49ece7ea933fcb54f076b7fa4be [2021-02-18T09:39:19.334Z] #50 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #37 sha256:daf44ec2123165d2081851d2164831f670488ff5ac1c6b8bc33461a5f6a2a267 [2021-02-18T09:39:19.334Z] #37 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #41 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T09:39:19.334Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T09:39:19.334Z] #41 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T09:39:19.334Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T09:39:19.334Z] #42 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T09:39:19.334Z] #33 sha256:e6f40a4a5d8c7979d754eca7f3be4f3c950289caebce8cdbd909c08048abd379 [2021-02-18T09:39:19.334Z] #33 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #49 sha256:933fe5f5bcc805b931c0036108236a636b3f2af7474f87fffd4be5c063af1579 [2021-02-18T09:39:19.334Z] #49 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T09:39:19.334Z] #23 sha256:95e36876d408d70ef44664e6456e5bb7865515a7e4bc3f98e55f89ff3c04c19d [2021-02-18T09:39:19.334Z] #23 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T09:39:19.334Z] #24 sha256:e385f32bb1291f6bb33fdda6af88470f912ae6429e1616d537619172b2b4a566 [2021-02-18T09:39:19.334Z] #24 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T09:39:19.334Z] #51 sha256:e94d55c4f92c183a8e1e1af7abfa3d8a1d84557cce641a8e412689d243de389d [2021-02-18T09:39:19.334Z] #51 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T09:39:19.334Z] #63 sha256:5af99ee821addad6a04122acc4e684013f4f88dc55e88c6276325ab070ad10e1 [2021-02-18T09:39:19.334Z] #63 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T09:39:19.334Z] #28 sha256:ca176bc34c1e868df78e3a7735aebbfa9ad8815241c27c783c2eb9a7e06793a8 [2021-02-18T09:39:19.334Z] #28 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #19 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T09:39:19.334Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T09:39:19.334Z] #19 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T09:39:19.334Z] #65 sha256:a98b7d214ca722ade9661f8f39b29fad1f7b160ae1dc443f537f6291d5df3602 [2021-02-18T09:39:19.334Z] #65 CACHED [2021-02-18T09:39:19.334Z] [2021-02-18T09:39:19.334Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T09:39:19.334Z] #66 sha256:4ad21e9cbb0f404b525e872f1c48ae8ececd9b96a14fff1b35e08a6592ac94ba [2021-02-18T09:39:20.261Z] #66 DONE 1.0s [2021-02-18T09:39:20.261Z] [2021-02-18T09:39:20.261Z] #67 exporting to image [2021-02-18T09:39:20.261Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T09:39:20.261Z] #67 exporting layers [2021-02-18T09:39:21.188Z] #67 exporting layers 0.8s done [2021-02-18T09:39:21.188Z] #67 writing image sha256:0304d46a52244949af49316f7fa8f9cf9dbf7d8a09025ff165d67d73937a85fb done [2021-02-18T09:39:21.188Z] #67 naming to docker.io/library/docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 done [2021-02-18T09:39:21.188Z] #67 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-18T09:39:21.560Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/validate/default [2021-02-18T09:39:22.419Z] Fetching without tags [2021-02-18T09:39:22.487Z] Congratulations! All commits are properly signed with the DCO! [2021-02-18T09:39:22.652Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit 34446d0343339689832add03f1034c04cc3e529b [2021-02-18T09:39:23.048Z] Congratulations! Seccomp profile generation is done correctly. [2021-02-18T09:39:23.048Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-18T09:39:23.209Z] Merge succeeded, producing 88c52e97f5421f32afb6d15df7e96b94f2919abd [2021-02-18T09:39:23.210Z] Checking out Revision 88c52e97f5421f32afb6d15df7e96b94f2919abd (PR-41976) [2021-02-18T09:39:23.354Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T09:39:23.358Z] First time build. Skipping changelog. [2021-02-18T09:39:22.402Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:22.404Z] > git config --add remote.origin.fetch +refs/pull/41976/head:refs/remotes/origin/PR-41976 # timeout=10 [2021-02-18T09:39:22.406Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:22.409Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:22.413Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:22.413Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:22.414Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:22.646Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:22.648Z] > git checkout -f 34446d0343339689832add03f1034c04cc3e529b # timeout=10 [2021-02-18T09:39:23.057Z] > git remote # timeout=10 [2021-02-18T09:39:23.060Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T09:39:23.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:23.067Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T09:39:23.199Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T09:39:23.247Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:23.249Z] > git checkout -f 88c52e97f5421f32afb6d15df7e96b94f2919abd # timeout=10 [2021-02-18T09:39:23.348Z] > git rev-list --no-walk 256092543ba4b40f3a0300a90d7ccfa72e26f256 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T09:39:24.094Z] + docker version [2021-02-18T09:39:24.094Z] Client: Docker Engine - Community [2021-02-18T09:39:24.094Z] Version: 20.10.3 [2021-02-18T09:39:24.094Z] API version: 1.41 [2021-02-18T09:39:24.094Z] Go version: go1.13.15 [2021-02-18T09:39:24.094Z] Git commit: 48d30b5 [2021-02-18T09:39:24.094Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T09:39:24.094Z] OS/Arch: linux/amd64 [2021-02-18T09:39:24.094Z] Context: default [2021-02-18T09:39:24.094Z] Experimental: true [2021-02-18T09:39:24.094Z] [2021-02-18T09:39:24.094Z] Server: Docker Engine - Community [2021-02-18T09:39:24.094Z] Engine: [2021-02-18T09:39:24.094Z] Version: 20.10.3 [2021-02-18T09:39:24.094Z] API version: 1.41 (minimum version 1.12) [2021-02-18T09:39:24.094Z] Go version: go1.13.15 [2021-02-18T09:39:24.094Z] Git commit: 46229ca [2021-02-18T09:39:24.094Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T09:39:24.094Z] OS/Arch: linux/amd64 [2021-02-18T09:39:24.094Z] Experimental: true [2021-02-18T09:39:24.094Z] containerd: [2021-02-18T09:39:24.094Z] Version: 1.4.3 [2021-02-18T09:39:24.094Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:24.094Z] runc: [2021-02-18T09:39:24.094Z] Version: 1.0.0-rc92 [2021-02-18T09:39:24.094Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:24.094Z] docker-init: [2021-02-18T09:39:24.094Z] Version: 0.19.0 [2021-02-18T09:39:24.094Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T09:39:24.404Z] + docker info [2021-02-18T09:39:24.404Z] Client: [2021-02-18T09:39:24.404Z] Context: default [2021-02-18T09:39:24.404Z] Debug Mode: false [2021-02-18T09:39:24.404Z] Plugins: [2021-02-18T09:39:24.404Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T09:39:24.404Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T09:39:24.404Z] [2021-02-18T09:39:24.404Z] Server: [2021-02-18T09:39:24.404Z] Containers: 0 [2021-02-18T09:39:24.404Z] Running: 0 [2021-02-18T09:39:24.404Z] Paused: 0 [2021-02-18T09:39:24.404Z] Stopped: 0 [2021-02-18T09:39:24.404Z] Images: 2 [2021-02-18T09:39:24.404Z] Server Version: 20.10.3 [2021-02-18T09:39:24.404Z] Storage Driver: overlay2 [2021-02-18T09:39:24.404Z] Backing Filesystem: extfs [2021-02-18T09:39:24.404Z] Supports d_type: true [2021-02-18T09:39:24.404Z] Native Overlay Diff: true [2021-02-18T09:39:24.404Z] Logging Driver: json-file [2021-02-18T09:39:24.404Z] Cgroup Driver: cgroupfs [2021-02-18T09:39:24.404Z] Cgroup Version: 1 [2021-02-18T09:39:24.404Z] Plugins: [2021-02-18T09:39:24.404Z] Volume: local [2021-02-18T09:39:24.404Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T09:39:24.404Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T09:39:24.404Z] Swarm: inactive [2021-02-18T09:39:24.404Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T09:39:24.404Z] Default Runtime: runc [2021-02-18T09:39:24.404Z] Init Binary: docker-init [2021-02-18T09:39:24.404Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:24.404Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:24.404Z] init version: de40ad0 [2021-02-18T09:39:24.404Z] Security Options: [2021-02-18T09:39:24.404Z] apparmor [2021-02-18T09:39:24.404Z] seccomp [2021-02-18T09:39:24.404Z] Profile: default [2021-02-18T09:39:24.404Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T09:39:24.404Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T09:39:24.404Z] OSType: linux [2021-02-18T09:39:24.404Z] Architecture: x86_64 [2021-02-18T09:39:24.404Z] CPUs: 8 [2021-02-18T09:39:24.404Z] Total Memory: 30.58GiB [2021-02-18T09:39:24.404Z] Name: ip-10-100-89-119 [2021-02-18T09:39:24.404Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T09:39:24.404Z] Docker Root Dir: /var/lib/docker [2021-02-18T09:39:24.404Z] Debug Mode: false [2021-02-18T09:39:24.404Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:39:24.404Z] Labels: [2021-02-18T09:39:24.404Z] Experimental: true [2021-02-18T09:39:24.404Z] Insecure Registries: [2021-02-18T09:39:24.404Z] 127.0.0.0/8 [2021-02-18T09:39:24.404Z] Live Restore Enabled: true [2021-02-18T09:39:24.404Z] [2021-02-18T09:39:24.404Z] WARNING: No swap limit support [2021-02-18T09:39:24.404Z] WARNING: No blkio weight support [2021-02-18T09:39:24.404Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T09:39:24.716Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:24.716Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:24.716Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41976/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T09:39:24.716Z] + bash /home/ubuntu/workspace/moby_PR-41976/check-config.sh [2021-02-18T09:39:24.716Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T09:39:24.716Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T09:39:24.716Z] [2021-02-18T09:39:24.716Z] Generally Necessary: [2021-02-18T09:39:24.716Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T09:39:24.716Z] - apparmor: enabled and tools installed [2021-02-18T09:39:24.716Z] - CONFIG_NAMESPACES: enabled [2021-02-18T09:39:24.716Z] - CONFIG_NET_NS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_PID_NS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_IPC_NS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_UTS_NS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUPS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CPUSETS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_MEMCG: enabled [2021-02-18T09:39:24.716Z] - CONFIG_KEYS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_VETH: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T09:39:24.716Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T09:39:24.716Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T09:39:24.716Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T09:39:24.716Z] [2021-02-18T09:39:24.716Z] Optional Features: [2021-02-18T09:39:24.716Z] - CONFIG_USER_NS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_SECCOMP: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T09:39:24.716Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T09:39:24.716Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T09:39:24.716Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T09:39:24.716Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T09:39:24.716Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T09:39:24.716Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T09:39:24.716Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T09:39:24.716Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T09:39:24.716Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T09:39:24.971Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T09:39:24.971Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T09:39:24.971Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T09:39:24.971Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T09:39:24.971Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T09:39:24.971Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T09:39:24.971Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_EXT4_FS: enabled [2021-02-18T09:39:24.971Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T09:39:24.971Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T09:39:24.971Z] - Network Drivers: [2021-02-18T09:39:24.971Z] - "overlay": [2021-02-18T09:39:24.971Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T09:39:24.971Z] Optional (for encrypted networks): [2021-02-18T09:39:24.971Z] - CONFIG_CRYPTO: enabled [2021-02-18T09:39:24.971Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T09:39:24.971Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T09:39:24.971Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T09:39:24.971Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T09:39:24.971Z] - CONFIG_XFRM: enabled [2021-02-18T09:39:24.971Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T09:39:24.971Z] - "ipvlan": [2021-02-18T09:39:24.971Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T09:39:24.971Z] - "macvlan": [2021-02-18T09:39:24.971Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T09:39:24.971Z] - "ftp,tftp client in container": [2021-02-18T09:39:24.971Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T09:39:24.971Z] - Storage Drivers: [2021-02-18T09:39:24.971Z] - "aufs": [2021-02-18T09:39:24.971Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T09:39:24.971Z] - "btrfs": [2021-02-18T09:39:24.971Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T09:39:24.971Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T09:39:24.971Z] - "devicemapper": [2021-02-18T09:39:24.971Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T09:39:24.971Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T09:39:24.971Z] - "overlay": [2021-02-18T09:39:24.971Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T09:39:24.971Z] - "zfs": [2021-02-18T09:39:24.971Z] - /dev/zfs: present [2021-02-18T09:39:24.971Z] - zfs command: missing [2021-02-18T09:39:24.971Z] - zpool command: missing [2021-02-18T09:39:24.971Z] [2021-02-18T09:39:24.971Z] Limits: [2021-02-18T09:39:24.971Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T09:39:24.971Z] [2021-02-18T09:39:24.971Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T09:39:25.286Z] + sudo modprobe ip_vs [2021-02-18T09:39:25.286Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 . [2021-02-18T09:39:25.286Z] #1 [internal] load build definition from Dockerfile [2021-02-18T09:39:25.286Z] #1 sha256:3b5f0e4ce7811191611396f54f66895e2c28e14a64167bd5cbbc9797f9c7831a [2021-02-18T09:39:25.286Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T09:39:25.286Z] #1 DONE 0.0s [2021-02-18T09:39:25.286Z] [2021-02-18T09:39:25.286Z] #2 [internal] load .dockerignore [2021-02-18T09:39:25.286Z] #2 sha256:b6ac69642a0c68918968fc67c0c3dafb3accaea6e3a2e6833080ae7e474198c5 [2021-02-18T09:39:25.286Z] #2 transferring context: 87B done [2021-02-18T09:39:25.286Z] #2 DONE 0.1s [2021-02-18T09:39:25.286Z] [2021-02-18T09:39:25.286Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T09:39:25.286Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T09:39:25.541Z] #3 DONE 0.1s [2021-02-18T09:39:25.541Z] [2021-02-18T09:39:25.541Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T09:39:25.541Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T09:39:25.541Z] #4 CACHED [2021-02-18T09:39:25.795Z] [2021-02-18T09:39:25.795Z] #5 [internal] load build definition from Dockerfile [2021-02-18T09:39:25.795Z] #5 sha256:8135a89636a35c31358d27a54735cd4d6a256971853e8f7ed00cedf79fb1e77d [2021-02-18T09:39:25.795Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T09:39:25.795Z] #5 DONE 0.0s [2021-02-18T09:39:25.795Z] [2021-02-18T09:39:25.795Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T09:39:25.795Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T09:39:25.795Z] #8 DONE 0.1s [2021-02-18T09:39:25.795Z] [2021-02-18T09:39:25.795Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T09:39:25.795Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T09:39:25.795Z] #7 DONE 0.1s [2021-02-18T09:39:25.795Z] [2021-02-18T09:39:25.795Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T09:39:25.795Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T09:39:25.795Z] #6 DONE 0.1s [2021-02-18T09:39:26.051Z] [2021-02-18T09:39:26.051Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T09:39:26.051Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T09:39:26.051Z] #61 DONE 0.0s [2021-02-18T09:39:26.051Z] [2021-02-18T09:39:26.051Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T09:39:26.051Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T09:39:26.051Z] #9 DONE 0.0s [2021-02-18T09:39:26.051Z] [2021-02-18T09:39:26.051Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T09:39:26.051Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T09:39:26.051Z] #25 DONE 0.0s [2021-02-18T09:39:26.051Z] [2021-02-18T09:39:26.051Z] #22 [internal] load build context [2021-02-18T09:39:26.051Z] #22 sha256:09e09ddc41caf9059edd3bd8542cbc4e6c10cef20514a7fc9d3f10f86ec21597 [2021-02-18T09:39:26.612Z] #22 transferring context: 53.36MB 0.6s done [2021-02-18T09:39:26.612Z] #22 DONE 0.7s [2021-02-18T09:39:26.867Z] [2021-02-18T09:39:26.867Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T09:39:26.867Z] #32 sha256:1a20e40ad1ba5d280929b5e4da9111089a6fb748be49ee0e2d1ebee18b7a8a1e [2021-02-18T09:39:26.867Z] #32 CACHED [2021-02-18T09:39:26.867Z] [2021-02-18T09:39:26.867Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T09:39:26.867Z] #48 sha256:761bfcb890a2f07474ca0d25acf0f7591e6a5b8526522165f4775ea985fb1cb4 [2021-02-18T09:39:26.867Z] #48 CACHED [2021-02-18T09:39:26.867Z] [2021-02-18T09:39:26.867Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T09:39:26.867Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T09:39:26.867Z] #10 CACHED [2021-02-18T09:39:26.867Z] [2021-02-18T09:39:26.867Z] #20 [dev-systemd-false 8/26] 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-02-18T09:39:26.867Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T09:39:26.867Z] #20 CACHED [2021-02-18T09:39:26.867Z] [2021-02-18T09:39:26.868Z] #19 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T09:39:26.868Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T09:39:26.868Z] #19 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T09:39:26.868Z] #55 sha256:e67dd5f5aeaf68a4cefd9ee09ef9323589cf9fe59bb3ff0a6ecdb90a672127c5 [2021-02-18T09:39:26.868Z] #55 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #34 sha256:1ebbc1e259169303e737ea09c8a78c19e5786baac60ca579e714f4541c6f8989 [2021-02-18T09:39:26.868Z] #34 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T09:39:26.868Z] #36 sha256:3758821ca9e0eb530fec46e5ffe287c5962951948777fb0f0f4bf93110294830 [2021-02-18T09:39:26.868Z] #36 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T09:39:26.868Z] #43 sha256:9a796e84f782ab388b1e29d0e89dcdb129e6464b89d3e01dc0b0d054ecfa0359 [2021-02-18T09:39:26.868Z] #43 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #41 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T09:39:26.868Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T09:39:26.868Z] #41 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #37 sha256:7ee3fccdaa72af64df4c81f86290d56d3e3615a419dca6b7d1cae26bc94223ae [2021-02-18T09:39:26.868Z] #37 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #40 sha256:13c1263390cf019a16dcdedfb6dd69dc2aefb700a865e6bf712b29b8ece3eede [2021-02-18T09:39:26.868Z] #40 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T09:39:26.868Z] #46 sha256:cc6b7c05be2cd1b70f2f1fb0c5830ad93f37cbfd028f9e04c4029a68b134cb0a [2021-02-18T09:39:26.868Z] #46 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T09:39:26.868Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T09:39:26.868Z] #16 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #60 sha256:19ce999c827c9bf2b8f0cb558763fbe926022aaf5a60a7df71db1633f0527d1a [2021-02-18T09:39:26.868Z] #60 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T09:39:26.868Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T09:39:26.868Z] #38 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T09:39:26.868Z] #28 sha256:3454b06a4a1e7574e1235871887a3409ca87e05ae38e1b07dadb632cacd06844 [2021-02-18T09:39:26.868Z] #28 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T09:39:26.868Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T09:39:26.868Z] #30 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T09:39:26.868Z] #44 sha256:b9720e4da6e02cc784ce66eb7e83c3a462e0f4a2b7555facd5de18aba58396ea [2021-02-18T09:39:26.868Z] #44 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #51 sha256:e0fa768bf4a4f6064be4b246c197f6c224bd883740a93cc79ab09a8195415f14 [2021-02-18T09:39:26.868Z] #51 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T09:39:26.868Z] #29 sha256:fd53790f166a63771b80aa9a69e0e7c2c564c9f807a5b09482fa229d4cc5e953 [2021-02-18T09:39:26.868Z] #29 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T09:39:26.868Z] #62 sha256:1c6448b32aad101030798f3caee55d26128ca67b3b98dd4238bf839ae71df391 [2021-02-18T09:39:26.868Z] #62 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T09:39:26.868Z] #57 sha256:d45360e3458acbf996d874d311482dcbc7a28060601afc7177cd7087e3e7896e [2021-02-18T09:39:26.868Z] #57 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T09:39:26.868Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T09:39:26.868Z] #14 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T09:39:26.868Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T09:39:26.868Z] #31 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #53 sha256:b3dea9cc867a1e098cf084844271abfe2227001d7222e3d873e1b7a0c600800a [2021-02-18T09:39:26.868Z] #53 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T09:39:26.868Z] #27 sha256:d5d64bb7448c1c5ab866f8dcec702f3c000cb645450ca12c590056be4768196f [2021-02-18T09:39:26.868Z] #27 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #39 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-02-18T09:39:26.868Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T09:39:26.868Z] #39 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T09:39:26.868Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T09:39:26.868Z] #18 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #35 [tini 1/2] 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-02-18T09:39:26.868Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T09:39:26.868Z] #35 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #12 [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-02-18T09:39:26.868Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T09:39:26.868Z] #12 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T09:39:26.868Z] #24 sha256:33c5da1b704f8dae2864183eeb84c3f50ab34f75f2d0da923e930eae5dd2a0f6 [2021-02-18T09:39:26.868Z] #24 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #26 [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-02-18T09:39:26.868Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T09:39:26.868Z] #26 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T09:39:26.868Z] #50 sha256:dde79031cb3eb45320a837ca0a06ecc7371d006f86b63781b42c34082cf8f8d1 [2021-02-18T09:39:26.868Z] #50 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T09:39:26.868Z] #33 sha256:4186d4b244ca45e37a93bb461b997f2eaa56b1fa9d182dc27f5962bb99ce6b80 [2021-02-18T09:39:26.868Z] #33 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #56 sha256:27bbeb88670295aed17d1d98f7c19e2a4e47c92fcbc16b157e1a81abe3bd187c [2021-02-18T09:39:26.868Z] #56 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T09:39:26.868Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T09:39:26.868Z] #42 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #49 sha256:f45b507999c34a68a1e594047f2df6ea16b6653c759e78bf0f608a2b0fcf573a [2021-02-18T09:39:26.868Z] #49 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #47 sha256:d3b211192ff0072a2c104e3ce5aa5d0dbb6a9e50448734b312b165579737302b [2021-02-18T09:39:26.868Z] #47 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T09:39:26.868Z] #58 sha256:132646fb0ba6a5f5c1a34128511e69694f895842952d6da665a3c402727b98dc [2021-02-18T09:39:26.868Z] #58 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T09:39:26.868Z] #63 sha256:ad60d99020e8d6ef3c001ea35ea11a9f8bc40dc3be9473c613e51540aa5dc882 [2021-02-18T09:39:26.868Z] #63 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T09:39:26.868Z] #23 sha256:282fecba7697cc63cb7e68629eb35bb004fe13d35279ac9877043e61c44320ee [2021-02-18T09:39:26.868Z] #23 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T09:39:26.868Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T09:39:26.868Z] #15 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T09:39:26.868Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T09:39:26.868Z] #21 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #64 sha256:b13b870623ae3ad30b7518d6c02ddafffd6e69139e6f63f92aa5477157780118 [2021-02-18T09:39:26.868Z] #64 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T09:39:26.868Z] #52 sha256:5da481ab449792b65b99ebb14c687641d1926d90f2e4792c1d7a8ea5a0e57301 [2021-02-18T09:39:26.868Z] #52 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T09:39:26.868Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T09:39:26.868Z] #17 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T09:39:26.868Z] #45 sha256:b240063311dccdcd77ee0f0be91c7042ac08ace367f3b9438859a52be74d9b6c [2021-02-18T09:39:26.868Z] #45 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #11 [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-02-18T09:39:26.868Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T09:39:26.868Z] #11 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T09:39:26.868Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T09:39:26.868Z] #13 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T09:39:26.868Z] #59 sha256:89dde0dcd8395f49f7db1f22d7bc689efe955863e310bae1ab7e5cfc9dc626e3 [2021-02-18T09:39:26.868Z] #59 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #54 [containerd 1/2] 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-02-18T09:39:26.868Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T09:39:26.868Z] #54 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T09:39:26.868Z] #65 sha256:0df1e74eb28f2b9b6819bbf766dfed00a7862a5aaa325d8d5a106f36da24e495 [2021-02-18T09:39:26.868Z] #65 CACHED [2021-02-18T09:39:26.868Z] [2021-02-18T09:39:26.868Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T09:39:26.868Z] #66 sha256:0df382983667e431f5b2e21d0f104e3d88b7c733b4b1bbb86b630e60b8e7fd72 [2021-02-18T09:39:27.792Z] #66 DONE 0.8s [2021-02-18T09:39:27.792Z] [2021-02-18T09:39:27.792Z] #67 exporting to image [2021-02-18T09:39:27.792Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T09:39:27.792Z] #67 exporting layers [2021-02-18T09:39:28.353Z] #67 exporting layers 0.7s done [2021-02-18T09:39:28.353Z] #67 writing image sha256:7395c0d4f459b197ff39d672258ab68671194abc492fd1ee8775b8bf4aa9961b [2021-02-18T09:39:28.353Z] #67 writing image sha256:7395c0d4f459b197ff39d672258ab68671194abc492fd1ee8775b8bf4aa9961b done [2021-02-18T09:39:28.353Z] #67 naming to docker.io/library/docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 done [2021-02-18T09:39:28.353Z] #67 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-18T09:39:28.675Z] + trap exit INT TERM [2021-02-18T09:39:28.675Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-18T09:39:28.675Z] + CONTAINER_NAME=docker-pr4 [2021-02-18T09:39:28.675Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh dynbinary-daemon [2021-02-18T09:39:28.742Z] Still waiting to schedule task [2021-02-18T09:39:28.742Z] Waiting for next available executor on ‘windows-2019’ [2021-02-18T09:39:29.020Z] Fetching without tags [2021-02-18T09:39:29.234Z] [2021-02-18T09:39:29.234Z] Removing bundles/ [2021-02-18T09:39:29.234Z] [2021-02-18T09:39:29.234Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T09:39:29.234Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:39:29.234Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T09:39:29.411Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit 34446d0343339689832add03f1034c04cc3e529b [2021-02-18T09:39:29.020Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:29.025Z] > git config --add remote.origin.fetch +refs/pull/41976/head:refs/remotes/origin/PR-41976 # timeout=10 [2021-02-18T09:39:29.033Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:29.041Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:39:29.049Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:39:29.050Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:29.051Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:39:29.441Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:29.451Z] > git checkout -f 34446d0343339689832add03f1034c04cc3e529b # timeout=10 [2021-02-18T09:39:30.719Z] Merge succeeded, producing 89390bdc581c8d774c9017fb207cd2453a8418ac [2021-02-18T09:39:30.719Z] Checking out Revision 89390bdc581c8d774c9017fb207cd2453a8418ac (PR-41976) [2021-02-18T09:39:31.029Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T09:39:31.046Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T09:39:30.278Z] > git remote # timeout=10 [2021-02-18T09:39:30.282Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T09:39:30.289Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:39:30.290Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T09:39:30.739Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T09:39:30.748Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:39:30.752Z] > git checkout -f 89390bdc581c8d774c9017fb207cd2453a8418ac # timeout=10 [2021-02-18T09:39:31.058Z] > git rev-list --no-walk 256092543ba4b40f3a0300a90d7ccfa72e26f256 # timeout=10 [2021-02-18T09:39:31.855Z] + docker version [2021-02-18T09:39:31.855Z] Client: Docker Engine - Community [2021-02-18T09:39:31.855Z] Version: 20.10.3 [2021-02-18T09:39:31.855Z] API version: 1.41 [2021-02-18T09:39:31.855Z] Go version: go1.13.15 [2021-02-18T09:39:31.855Z] Git commit: 48d30b5 [2021-02-18T09:39:31.855Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-18T09:39:31.855Z] OS/Arch: linux/arm64 [2021-02-18T09:39:31.855Z] Context: default [2021-02-18T09:39:31.855Z] Experimental: true [2021-02-18T09:39:31.855Z] [2021-02-18T09:39:31.855Z] Server: Docker Engine - Community [2021-02-18T09:39:31.855Z] Engine: [2021-02-18T09:39:31.855Z] Version: 20.10.3 [2021-02-18T09:39:31.855Z] API version: 1.41 (minimum version 1.12) [2021-02-18T09:39:31.855Z] Go version: go1.13.15 [2021-02-18T09:39:31.855Z] Git commit: 46229ca [2021-02-18T09:39:31.855Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-18T09:39:31.855Z] OS/Arch: linux/arm64 [2021-02-18T09:39:31.855Z] Experimental: true [2021-02-18T09:39:31.855Z] containerd: [2021-02-18T09:39:31.855Z] Version: 1.4.3 [2021-02-18T09:39:31.855Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:31.855Z] runc: [2021-02-18T09:39:31.855Z] Version: 1.0.0-rc92 [2021-02-18T09:39:31.855Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:31.855Z] docker-init: [2021-02-18T09:39:31.855Z] Version: 0.19.0 [2021-02-18T09:39:31.855Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T09:39:32.146Z] + docker info [2021-02-18T09:39:32.998Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-02-18T09:39:32.998Z] Congratulations! All API changes are done the right way. [2021-02-18T09:39:32.998Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-18T09:39:32.998Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-18T09:39:32.998Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-18T09:39:32.998Z] Congratulations! No new tests were added to integration-cli. [2021-02-18T09:39:32.998Z] [2021-02-18T09:39:32.998Z] INFO Start validation with golang-ci-lint [2021-02-18T09:39:33.254Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-18T09:39:33.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T09:39:33.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T09:39:33.532Z] Client: [2021-02-18T09:39:33.532Z] Context: default [2021-02-18T09:39:33.532Z] Debug Mode: false [2021-02-18T09:39:33.532Z] Plugins: [2021-02-18T09:39:33.532Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T09:39:33.532Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T09:39:33.532Z] [2021-02-18T09:39:33.532Z] Server: [2021-02-18T09:39:33.532Z] Containers: 0 [2021-02-18T09:39:33.532Z] Running: 0 [2021-02-18T09:39:33.532Z] Paused: 0 [2021-02-18T09:39:33.532Z] Stopped: 0 [2021-02-18T09:39:33.532Z] Images: 2 [2021-02-18T09:39:33.532Z] Server Version: 20.10.3 [2021-02-18T09:39:33.532Z] Storage Driver: overlay2 [2021-02-18T09:39:33.532Z] Backing Filesystem: extfs [2021-02-18T09:39:33.532Z] Supports d_type: true [2021-02-18T09:39:33.532Z] Native Overlay Diff: true [2021-02-18T09:39:33.532Z] Logging Driver: json-file [2021-02-18T09:39:33.532Z] Cgroup Driver: cgroupfs [2021-02-18T09:39:33.532Z] Cgroup Version: 1 [2021-02-18T09:39:33.532Z] Plugins: [2021-02-18T09:39:33.532Z] Volume: local [2021-02-18T09:39:33.532Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T09:39:33.532Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T09:39:33.532Z] Swarm: inactive [2021-02-18T09:39:33.532Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T09:39:33.532Z] Default Runtime: runc [2021-02-18T09:39:33.532Z] Init Binary: docker-init [2021-02-18T09:39:33.532Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T09:39:33.532Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T09:39:33.532Z] init version: de40ad0 [2021-02-18T09:39:33.532Z] Security Options: [2021-02-18T09:39:33.532Z] apparmor [2021-02-18T09:39:33.532Z] seccomp [2021-02-18T09:39:33.532Z] Profile: default [2021-02-18T09:39:33.532Z] Kernel Version: 4.15.0-1093-aws [2021-02-18T09:39:33.532Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-18T09:39:33.532Z] OSType: linux [2021-02-18T09:39:33.532Z] Architecture: aarch64 [2021-02-18T09:39:33.532Z] CPUs: 4 [2021-02-18T09:39:33.532Z] Total Memory: 7.525GiB [2021-02-18T09:39:33.532Z] Name: ip-10-100-61-48 [2021-02-18T09:39:33.532Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-18T09:39:33.532Z] Docker Root Dir: /var/lib/docker [2021-02-18T09:39:33.532Z] Debug Mode: false [2021-02-18T09:39:33.532Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:39:33.532Z] Labels: [2021-02-18T09:39:33.532Z] Experimental: true [2021-02-18T09:39:33.532Z] Insecure Registries: [2021-02-18T09:39:33.532Z] 127.0.0.0/8 [2021-02-18T09:39:33.532Z] Live Restore Enabled: true [2021-02-18T09:39:33.532Z] [2021-02-18T09:39:33.532Z] WARNING: No swap limit support [Pipeline] sh [2021-02-18T09:39:33.823Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:33.823Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:39:33.823Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41976/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T09:39:33.823Z] + bash /home/ubuntu/workspace/moby_PR-41976/check-config.sh [2021-02-18T09:39:33.823Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T09:39:33.823Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-18T09:39:33.823Z] [2021-02-18T09:39:33.823Z] Generally Necessary: [2021-02-18T09:39:33.823Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T09:39:33.823Z] - apparmor: enabled and tools installed [2021-02-18T09:39:33.823Z] - CONFIG_NAMESPACES: enabled [2021-02-18T09:39:33.823Z] - CONFIG_NET_NS: enabled [2021-02-18T09:39:33.823Z] - CONFIG_PID_NS: enabled [2021-02-18T09:39:33.823Z] - CONFIG_IPC_NS: enabled [2021-02-18T09:39:33.823Z] - CONFIG_UTS_NS: enabled [2021-02-18T09:39:33.823Z] - CONFIG_CGROUPS: enabled [2021-02-18T09:39:33.823Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T09:39:33.823Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T09:39:33.823Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T09:39:34.085Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T09:39:34.085Z] - CONFIG_CPUSETS: enabled [2021-02-18T09:39:34.086Z] - CONFIG_MEMCG: enabled [2021-02-18T09:39:34.086Z] - CONFIG_KEYS: enabled [2021-02-18T09:39:34.086Z] - CONFIG_VETH: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T09:39:34.086Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-18T09:39:34.086Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T09:39:34.086Z] [2021-02-18T09:39:34.086Z] Optional Features: [2021-02-18T09:39:34.086Z] - CONFIG_USER_NS: enabled [2021-02-18T09:39:34.086Z] - CONFIG_SECCOMP: enabled [2021-02-18T09:39:34.086Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T09:39:34.086Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T09:39:34.086Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T09:39:34.086Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T09:39:34.086Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T09:39:34.086Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T09:39:34.347Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-18T09:39:34.347Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-18T09:39:34.347Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T09:39:34.347Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T09:39:34.347Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T09:39:34.347Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T09:39:34.347Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T09:39:34.347Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T09:39:34.347Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T09:39:34.347Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T09:39:34.347Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T09:39:34.347Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T09:39:34.347Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T09:39:34.347Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T09:39:34.347Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T09:39:34.347Z] - CONFIG_EXT4_FS: enabled [2021-02-18T09:39:34.347Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T09:39:34.347Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T09:39:34.347Z] - Network Drivers: [2021-02-18T09:39:34.347Z] - "overlay": [2021-02-18T09:39:34.347Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T09:39:34.347Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T09:39:34.347Z] Optional (for encrypted networks): [2021-02-18T09:39:34.608Z] - CONFIG_CRYPTO: enabled [2021-02-18T09:39:34.608Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T09:39:34.608Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T09:39:34.608Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T09:39:34.608Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T09:39:34.608Z] - CONFIG_XFRM: enabled [2021-02-18T09:39:34.608Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-18T09:39:34.608Z] - "ipvlan": [2021-02-18T09:39:34.608Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T09:39:34.608Z] - "macvlan": [2021-02-18T09:39:34.608Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T09:39:34.608Z] - "ftp,tftp client in container": [2021-02-18T09:39:34.608Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T09:39:34.608Z] - Storage Drivers: [2021-02-18T09:39:34.608Z] - "aufs": [2021-02-18T09:39:34.608Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T09:39:34.608Z] - "btrfs": [2021-02-18T09:39:34.608Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T09:39:34.608Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T09:39:34.608Z] - "devicemapper": [2021-02-18T09:39:34.608Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T09:39:34.608Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T09:39:34.608Z] - "overlay": [2021-02-18T09:39:34.608Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T09:39:34.608Z] - "zfs": [2021-02-18T09:39:34.608Z] - /dev/zfs: missing [2021-02-18T09:39:34.608Z] - zfs command: missing [2021-02-18T09:39:34.608Z] - zpool command: missing [2021-02-18T09:39:34.608Z] [2021-02-18T09:39:34.608Z] Limits: [2021-02-18T09:39:34.608Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T09:39:34.608Z] [2021-02-18T09:39:34.608Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T09:39:34.949Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 . [2021-02-18T09:39:37.500Z] #1 [internal] load build definition from Dockerfile [2021-02-18T09:39:37.500Z] #1 sha256:2d6caccb54fbfb0c3e3d4127bb29c13b16c044d91199fd6d5ffcf66e495dc7fe [2021-02-18T09:39:37.500Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T09:39:37.500Z] #1 DONE 0.1s [2021-02-18T09:39:37.500Z] [2021-02-18T09:39:37.500Z] #2 [internal] load .dockerignore [2021-02-18T09:39:37.500Z] #2 sha256:f198fb258d953dbfbbf370f3687c725a8bf9611af4ce890412d761737ed4c527 [2021-02-18T09:39:37.500Z] #2 transferring context: 87B done [2021-02-18T09:39:37.500Z] #2 DONE 0.0s [2021-02-18T09:39:38.457Z] [2021-02-18T09:39:38.457Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T09:39:38.457Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-18T09:39:38.457Z] #3 DONE 0.2s [2021-02-18T09:39:38.457Z] [2021-02-18T09:39:38.457Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T09:39:38.457Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-18T09:39:38.457Z] #4 CACHED [2021-02-18T09:39:39.401Z] [2021-02-18T09:39:39.401Z] #5 [internal] load build definition from Dockerfile [2021-02-18T09:39:39.401Z] #5 sha256:6df2d2699051c6d4e2621bcbf7f90fa7c4a6fc7e9e4dfd0d3ced214993a92ee8 [2021-02-18T09:39:39.401Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T09:39:39.401Z] #5 DONE 0.0s [2021-02-18T09:39:39.401Z] [2021-02-18T09:39:39.401Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T09:39:39.401Z] #8 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-18T09:39:39.662Z] #8 DONE 0.1s [2021-02-18T09:39:39.662Z] [2021-02-18T09:39:39.662Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T09:39:39.662Z] #7 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-18T09:39:39.662Z] #7 DONE 0.1s [2021-02-18T09:39:39.662Z] [2021-02-18T09:39:39.662Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T09:39:39.662Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-18T09:39:39.662Z] #6 DONE 0.1s [2021-02-18T09:39:39.924Z] [2021-02-18T09:39:39.924Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T09:39:39.924Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-18T09:39:39.924Z] #61 DONE 0.0s [2021-02-18T09:39:39.924Z] [2021-02-18T09:39:39.924Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T09:39:39.924Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T09:39:39.924Z] #9 DONE 0.0s [2021-02-18T09:39:39.924Z] [2021-02-18T09:39:39.924Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T09:39:39.924Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-18T09:39:39.924Z] #25 DONE 0.0s [2021-02-18T09:39:39.924Z] [2021-02-18T09:39:39.924Z] #22 [internal] load build context [2021-02-18T09:39:39.924Z] #22 sha256:e129c320ca4618ae5eb2de9a0c887b7c9dab000b8c486583621d7e23cd257551 [2021-02-18T09:39:41.849Z] #22 transferring context: 53.36MB 1.6s done [2021-02-18T09:39:41.849Z] #22 DONE 1.6s [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T09:39:41.849Z] #43 sha256:66694341732bb77773192f82eaaa3eb49a32bb8548d496379baccc06db7a2687 [2021-02-18T09:39:41.849Z] #43 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T09:39:41.849Z] #62 sha256:245da6ec1e3ea42d29a7e416920df86491f05474530d323b015103ddbef1553b [2021-02-18T09:39:41.849Z] #62 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T09:39:41.849Z] #55 sha256:93a56eaf917aced1222edef8365c7dee8f207964cb3568500d88dd6c87e8833b [2021-02-18T09:39:41.849Z] #55 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T09:39:41.849Z] #63 sha256:3d0c0319cab200df40d9b3eef33652cc4cfe2a2a3f51fe059c9c3c76befd531f [2021-02-18T09:39:41.849Z] #63 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #41 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T09:39:41.849Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T09:39:41.849Z] #41 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T09:39:41.849Z] #29 sha256:cf1b635f4efb22a27d7489513e904e8b831df246410c0a1915517209d7b24dfa [2021-02-18T09:39:41.849Z] #29 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #60 sha256:e8b70e48afc1f24d3dc460bd80685c957c8c7296798355c00dd797b087e34da5 [2021-02-18T09:39:41.849Z] #60 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #34 sha256:d9bd3e01cf13a1a50ea25ba9eb9eb60d82d95e165e5d4434da95ed8e3151f3df [2021-02-18T09:39:41.849Z] #34 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T09:39:41.849Z] #27 sha256:13af7d38244d89042026b40a448aa6d7f1b467d457d8121f1d4c491c3c1cd849 [2021-02-18T09:39:41.849Z] #27 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T09:39:41.849Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-18T09:39:41.849Z] #14 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #26 [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-02-18T09:39:41.849Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T09:39:41.849Z] #26 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T09:39:41.849Z] #24 sha256:6453b1315be4860386d0923d7142055a3be9dc607de04612f94fecbce95157bd [2021-02-18T09:39:41.849Z] #24 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T09:39:41.849Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T09:39:41.849Z] #21 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T09:39:41.849Z] #28 sha256:a6078c69f20f7c4ae52ef98bf4bccffe8d1ccd3bfda937f2c2490f98220c7c46 [2021-02-18T09:39:41.849Z] #28 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #45 sha256:8eb01fb14891294d49977c289eb6158a52e11e139ad7c08793df23249cd258a7 [2021-02-18T09:39:41.849Z] #45 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #47 sha256:0c320ae7e19acb3fbbd58fd3e75c84a4aef5516046965983d75c7749e17b7fe8 [2021-02-18T09:39:41.849Z] #47 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #35 [tini 1/2] 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-02-18T09:39:41.849Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T09:39:41.849Z] #35 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T09:39:41.849Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T09:39:41.849Z] #31 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #39 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-02-18T09:39:41.849Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T09:39:41.849Z] #39 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #53 sha256:5751b608eae17526354a88cd02716ea65adede40efd466809d4dec19d239f4b5 [2021-02-18T09:39:41.849Z] #53 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T09:39:41.849Z] #59 sha256:ddf6c591e943ee3172f5207d47cfb87f500aa07bdd16b3f3a89f55cdfe650fc9 [2021-02-18T09:39:41.849Z] #59 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #32 sha256:404041c59457404c8605022b4d99d914ae93eb5abe694a0303da22b2e7d31b12 [2021-02-18T09:39:41.849Z] #32 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #51 sha256:f793c51cdfda839788d46fa62ffe274f2916295d0e24c5d868f065e8d0e18b1b [2021-02-18T09:39:41.849Z] #51 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T09:39:41.849Z] #50 sha256:fa77425852c58c4ac2280768aad033ef463c437b4e8a989e27a7de89084e0128 [2021-02-18T09:39:41.849Z] #50 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T09:39:41.849Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-18T09:39:41.849Z] #18 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #56 sha256:cb5b0933077e11683c26251ad1108638283412182f95e22e47bff49c727865b4 [2021-02-18T09:39:41.849Z] #56 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T09:39:41.849Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-18T09:39:41.849Z] #15 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #54 [containerd 1/2] 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-02-18T09:39:41.849Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T09:39:41.849Z] #54 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #20 [dev-systemd-false 8/26] 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-02-18T09:39:41.849Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-18T09:39:41.849Z] #20 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #64 sha256:6bee625d758797a34a90936bd98efee6b848aee6ebe576dcda8a33a58818396c [2021-02-18T09:39:41.849Z] #64 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #40 sha256:f42f5718045e13d610ecbf7d392de9a983f94eb69dd08d11fba8e32eea2c4f75 [2021-02-18T09:39:41.849Z] #40 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T09:39:41.849Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-18T09:39:41.849Z] #10 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T09:39:41.849Z] #36 sha256:9db08049ef35c64bed2adb9b2c5edeff0c9825d2dda6b3e7612bc7365233a85f [2021-02-18T09:39:41.849Z] #36 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T09:39:41.849Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-18T09:39:41.849Z] #16 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T09:39:41.849Z] #49 sha256:5bb1a7f07880f90b7dfe8661b459dd9cfc96dc5b9aa94e66a916550d85fc6c3f [2021-02-18T09:39:41.849Z] #49 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #12 [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-02-18T09:39:41.849Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T09:39:41.849Z] #12 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T09:39:41.849Z] #57 sha256:6fdeeac4118ac1ee774e70a6903f476933f0fd849fa9c6818e16417fc31b9b14 [2021-02-18T09:39:41.849Z] #57 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T09:39:41.849Z] #48 sha256:01a707006312fac213586b66d451f6fbac7b30084fd7f913d51e38de9b06cd26 [2021-02-18T09:39:41.849Z] #48 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T09:39:41.849Z] #44 sha256:979e81376c075c9771ca7b353ebed60b5ef6c853cfa595f3952f655b15d99625 [2021-02-18T09:39:41.849Z] #44 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T09:39:41.849Z] #33 sha256:9d54ab8da03a8c053ac56ba373722c86c638911d7d6ae9efdf0b85c470d94b12 [2021-02-18T09:39:41.849Z] #33 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.849Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T09:39:41.849Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-18T09:39:41.849Z] #13 CACHED [2021-02-18T09:39:41.849Z] [2021-02-18T09:39:41.850Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T09:39:41.850Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-18T09:39:41.850Z] #30 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T09:39:41.850Z] #23 sha256:c50b78b03b622825e4193dda80f4295ea9c03999256da1f12c12ef39ff725ca3 [2021-02-18T09:39:41.850Z] #23 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T09:39:41.850Z] #52 sha256:eab091a97e0d560e2b13483f1db62ec3e49eea0ec976b1b18390592152f546ed [2021-02-18T09:39:41.850Z] #52 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T09:39:41.850Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-18T09:39:41.850Z] #38 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T09:39:41.850Z] #46 sha256:55b085751d78b9726904de82de4fce4daa0d751012d9e9d68f38a6268648bd56 [2021-02-18T09:39:41.850Z] #46 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #19 [dev-systemd-false 7/26] 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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T09:39:41.850Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T09:39:41.850Z] #19 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T09:39:41.850Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T09:39:41.850Z] #42 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T09:39:41.850Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-18T09:39:41.850Z] #17 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #11 [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-02-18T09:39:41.850Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-18T09:39:41.850Z] #11 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T09:39:41.850Z] #37 sha256:d69705326a596bca90cd449cb7a69326da7cd074ebddf35909f0ae6c46af0cfa [2021-02-18T09:39:41.850Z] #37 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T09:39:41.850Z] #58 sha256:6ba73ea8020881493e532937b364978021448bbad65b802143841c7d77f03383 [2021-02-18T09:39:41.850Z] #58 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T09:39:41.850Z] #65 sha256:2af766341e4b8ef1bf6deb715e63cc43afb5640f2e4c437a20d9d6bac8ee91fb [2021-02-18T09:39:41.850Z] #65 CACHED [2021-02-18T09:39:41.850Z] [2021-02-18T09:39:41.850Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T09:39:41.850Z] #66 sha256:6ff3ae5c169b3bab6f519d39c73c5312d62a91891e9ae572ba8ac1a9b531cb0b [2021-02-18T09:39:43.767Z] #66 DONE 1.8s [2021-02-18T09:39:43.767Z] [2021-02-18T09:39:43.767Z] #67 exporting to image [2021-02-18T09:39:43.767Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T09:39:43.767Z] #67 exporting layers [2021-02-18T09:39:45.153Z] #67 exporting layers 1.6s done [2021-02-18T09:39:45.153Z] #67 writing image sha256:25bc3141b9c8f770d54a0d8f0ec71621a63eb14953a69dad5c38532bcbe4bfe0 done [2021-02-18T09:39:45.153Z] #67 naming to docker.io/library/docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 done [2021-02-18T09:39:45.153Z] #67 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T09:39:45.494Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/test/unit [2021-02-18T09:39:49.707Z] ? github.com/docker/docker/api [no test files] [2021-02-18T09:40:01.312Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:40:01.312Z] [2021-02-18T09:40:01.312Z] + TEST_INTEGRATION_DEST=1 [2021-02-18T09:40:01.312Z] + CONTAINER_NAME=docker-pr4-1 [2021-02-18T09:40:01.312Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T09:40:01.312Z] + run_tests test-integration-flaky [2021-02-18T09:40:01.312Z] + '[' -n 0 ']' [2021-02-18T09:40:01.312Z] + rm= [2021-02-18T09:40:01.312Z] + c=0 [2021-02-18T09:40:01.312Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh test-integration-flaky test-integration [2021-02-18T09:40:01.312Z] + TEST_INTEGRATION_DEST=3 [2021-02-18T09:40:01.312Z] + CONTAINER_NAME=docker-pr4-3 [2021-02-18T09:40:01.312Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T09:40:01.312Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-18T09:40:01.312Z] + run_tests [2021-02-18T09:40:01.312Z] + '[' -n 0 ']' [2021-02-18T09:40:01.312Z] + rm= [2021-02-18T09:40:01.312Z] + TEST_INTEGRATION_DEST=2 [2021-02-18T09:40:01.312Z] + CONTAINER_NAME=docker-pr4-2 [2021-02-18T09:40:01.312Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T09:40:01.312Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-18T09:40:01.312Z] + run_tests [2021-02-18T09:40:01.312Z] ++ jobs -p [2021-02-18T09:40:01.312Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh '' test-integration [2021-02-18T09:40:01.312Z] + '[' -n 0 ']' [2021-02-18T09:40:01.312Z] + rm= [2021-02-18T09:40:01.312Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh '' test-integration [2021-02-18T09:40:01.312Z] + for job in $(jobs -p) [2021-02-18T09:40:01.312Z] + wait 11922 [2021-02-18T09:40:01.312Z] [2021-02-18T09:40:01.574Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-18T09:40:01.574Z] [2021-02-18T09:40:01.574Z] [2021-02-18T09:40:01.574Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T09:40:01.574Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T09:40:01.574Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T09:40:01.574Z] HOSTNAME=45a7156a3d36 [2021-02-18T09:40:01.574Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T09:40:01.574Z] TESTDEBUG=0 [2021-02-18T09:40:01.574Z] DEST=bundles/test-integration [2021-02-18T09:40:01.574Z] PWD=/go/src/github.com/docker/docker [2021-02-18T09:40:01.574Z] KEEPBUNDLE=1 [2021-02-18T09:40:01.574Z] DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:40:01.574Z] container=docker [2021-02-18T09:40:01.574Z] HOME=/root [2021-02-18T09:40:01.574Z] GOLANG_VERSION=1.13.15 [2021-02-18T09:40:01.574Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T09:40:01.574Z] VALIDATE_BRANCH=20.10 [2021-02-18T09:40:01.574Z] TERM=xterm [2021-02-18T09:40:01.574Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T09:40:01.574Z] SHLVL=1 [2021-02-18T09:40:01.574Z] TIMEOUT=120m [2021-02-18T09:40:01.574Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T09:40:01.574Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T09:40:01.574Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-18T09:40:01.574Z] GO111MODULE=off [2021-02-18T09:40:01.574Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T09:40:01.574Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T09:40:01.574Z] GOPATH=/go [2021-02-18T09:40:01.574Z] PKG_CONFIG=pkg-config [2021-02-18T09:40:01.574Z] _=/usr/bin/env [2021-02-18T09:40:01.574Z] Building test suite binary ./integration-cli/test.main [2021-02-18T09:40:01.574Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T09:40:01.574Z] HOSTNAME=712a43525031 [2021-02-18T09:40:01.574Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T09:40:01.574Z] TESTDEBUG=0 [2021-02-18T09:40:01.574Z] DEST=bundles/test-integration [2021-02-18T09:40:01.574Z] PWD=/go/src/github.com/docker/docker [2021-02-18T09:40:01.574Z] KEEPBUNDLE=1 [2021-02-18T09:40:01.574Z] DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:40:01.574Z] container=docker [2021-02-18T09:40:01.574Z] HOME=/root [2021-02-18T09:40:01.574Z] GOLANG_VERSION=1.13.15 [2021-02-18T09:40:01.574Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T09:40:01.574Z] VALIDATE_BRANCH=20.10 [2021-02-18T09:40:01.574Z] TERM=xterm [2021-02-18T09:40:01.574Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T09:40:01.574Z] SHLVL=1 [2021-02-18T09:40:01.574Z] TIMEOUT=120m [2021-02-18T09:40:01.574Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T09:40:01.574Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T09:40:01.574Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-18T09:40:01.574Z] GO111MODULE=off [2021-02-18T09:40:01.574Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T09:40:01.574Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T09:40:01.574Z] GOPATH=/go [2021-02-18T09:40:01.574Z] PKG_CONFIG=pkg-config [2021-02-18T09:40:01.574Z] _=/usr/bin/env [2021-02-18T09:40:01.574Z] Building test suite binary ./integration-cli/test.main [2021-02-18T09:40:01.830Z] No new tests added to integration. [2021-02-18T09:40:01.830Z] [2021-02-18T09:40:01.830Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T09:40:02.197Z] ok github.com/docker/docker/api/server 0.024s coverage: 9.0% of statements [2021-02-18T09:40:02.392Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T09:40:02.392Z] HOSTNAME=9362136e86d7 [2021-02-18T09:40:02.392Z] TESTDEBUG=0 [2021-02-18T09:40:02.392Z] DEST=bundles/test-integration [2021-02-18T09:40:02.392Z] PWD=/go/src/github.com/docker/docker [2021-02-18T09:40:02.392Z] KEEPBUNDLE=1 [2021-02-18T09:40:02.392Z] DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:40:02.392Z] container=docker [2021-02-18T09:40:02.392Z] HOME=/root [2021-02-18T09:40:02.392Z] GOLANG_VERSION=1.13.15 [2021-02-18T09:40:02.392Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T09:40:02.392Z] VALIDATE_BRANCH=20.10 [2021-02-18T09:40:02.392Z] TERM=xterm [2021-02-18T09:40:02.392Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T09:40:02.392Z] SHLVL=1 [2021-02-18T09:40:02.392Z] TIMEOUT=120m [2021-02-18T09:40:02.392Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T09:40:02.392Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T09:40:02.392Z] GO111MODULE=off [2021-02-18T09:40:02.392Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T09:40:02.392Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T09:40:02.392Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T09:40:02.392Z] GOPATH=/go [2021-02-18T09:40:02.392Z] PKG_CONFIG=pkg-config [2021-02-18T09:40:02.392Z] _=/usr/bin/env [2021-02-18T09:40:02.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T09:40:41.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T09:40:41.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T09:40:58.583Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T09:40:58.583Z] ok github.com/docker/docker/api/server/middleware 0.047s coverage: 37.7% of statements [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T09:40:58.583Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T09:40:58.845Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2021-02-18T09:40:59.108Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2021-02-18T09:40:59.108Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 5.7% of statements [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T09:40:59.108Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T09:40:59.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T09:40:59.372Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2021-02-18T09:40:59.372Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T09:40:59.372Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T09:41:01.934Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2021-02-18T09:41:03.338Z] ok github.com/docker/docker/builder/remotecontext 0.362s coverage: 13.7% of statements [2021-02-18T09:41:04.287Z] ok github.com/docker/docker/builder/dockerfile 0.851s coverage: 48.3% of statements [2021-02-18T09:41:04.287Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T09:41:04.864Z] ok github.com/docker/docker/builder/remotecontext/git 3.755s coverage: 86.3% of statements [2021-02-18T09:41:04.864Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T09:41:04.864Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T09:41:09.089Z] ok github.com/docker/docker/client 0.341s coverage: 75.4% of statements [2021-02-18T09:41:11.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T09:41:11.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T09:41:13.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T09:41:14.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T09:41:15.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T09:41:17.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T09:41:21.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T09:41:24.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T09:41:26.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T09:41:27.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T09:41:29.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T09:41:31.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T09:41:33.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T09:41:34.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T09:41:35.714Z] ok github.com/docker/docker/cmd/dockerd 0.139s coverage: 29.1% of statements [2021-02-18T09:41:36.144Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T09:41:36.144Z] Using test binary docker [2021-02-18T09:41:36.144Z] +++ /etc/init.d/apparmor start [2021-02-18T09:41:36.144Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:41:36.144Z] INFO: Waiting for daemon to start... [2021-02-18T09:41:36.144Z] Starting dockerd [2021-02-18T09:41:36.144Z] +++ 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-02-18T09:41:36.144Z] .Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T09:41:36.662Z] ok github.com/docker/docker/container 0.154s coverage: 34.7% of statements [2021-02-18T09:41:36.662Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T09:41:36.662Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T09:41:36.662Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T09:41:36.662Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T09:41:36.704Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T09:41:36.704Z] Using test binary docker [2021-02-18T09:41:36.704Z] +++ /etc/init.d/apparmor start [2021-02-18T09:41:36.704Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:41:36.704Z] Starting dockerd [2021-02-18T09:41:36.704Z] INFO: Waiting for daemon to start... [2021-02-18T09:41:36.704Z] +++ 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-02-18T09:41:36.704Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T09:41:36.704Z] Using test binary docker [2021-02-18T09:41:36.704Z] +++ /etc/init.d/apparmor start [2021-02-18T09:41:36.704Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:41:36.704Z] INFO: Waiting for daemon to start... [2021-02-18T09:41:36.704Z] Starting dockerd [2021-02-18T09:41:36.704Z] +++ 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-02-18T09:41:38.066Z] . [2021-02-18T09:41:38.066Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T09:41:38.066Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T09:41:38.066Z] Error: No such image: emptyfs [2021-02-18T09:41:38.066Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T09:41:38.066Z] ++++ docker load [2021-02-18T09:41:38.066Z] Running integration-test (iteration 1) [2021-02-18T09:41:38.066Z] 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-02-18T09:41:38.066Z] ++ 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-02-18T09:41:38.066Z] ++ set -e [2021-02-18T09:41:38.066Z] ++ '[' -n 0 ']' [2021-02-18T09:41:38.066Z] ++ set -x [2021-02-18T09:41:38.066Z] ++ 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-02-18T09:41:38.626Z] [2021-02-18T09:41:38.626Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T09:41:38.626Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T09:41:38.626Z] Error: No such image: emptyfs [2021-02-18T09:41:38.626Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T09:41:38.626Z] ++++ docker load [2021-02-18T09:41:38.881Z] [2021-02-18T09:41:38.881Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T09:41:38.881Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T09:41:38.881Z] Error: No such image: emptyfs [2021-02-18T09:41:38.881Z] Running integration-test (iteration 1) [2021-02-18T09:41:38.881Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T09:41:38.881Z] ++++ docker load [2021-02-18T09:41:38.881Z] 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-02-18T09:41:38.881Z] ++ 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-02-18T09:41:38.881Z] ++ set -e [2021-02-18T09:41:38.881Z] ++ '[' -n 0 ']' [2021-02-18T09:41:38.881Z] ++ set -x [2021-02-18T09:41:38.881Z] ++ 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-02-18T09:41:39.137Z] Running integration-test (iteration 1) [2021-02-18T09:41:39.137Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T09:41:39.137Z] ++ 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-02-18T09:41:39.137Z] ++ set -e [2021-02-18T09:41:39.137Z] ++ '[' -n 0 ']' [2021-02-18T09:41:39.137Z] ++ set -x [2021-02-18T09:41:39.137Z] ++ 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-02-18T09:41:39.645Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 1m59.707995851s [2021-02-18T09:41:39.645Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 453.24558ms [2021-02-18T09:41:39.994Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2021-02-18T09:41:40.570Z] ok github.com/docker/docker/daemon/cluster/convert 0.062s coverage: 35.9% of statements [2021-02-18T09:41:43.886Z] ok github.com/docker/docker/daemon/cluster 0.086s coverage: 0.5% of statements [2021-02-18T09:41:46.448Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2021-02-18T09:41:47.026Z] ok github.com/docker/docker/daemon/config 0.091s coverage: 81.8% of statements [2021-02-18T09:41:47.603Z] ok github.com/docker/docker/daemon/events 0.083s coverage: 50.0% of statements [2021-02-18T09:41:49.000Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2021-02-18T09:41:49.079Z] Loaded image: buildpack-deps:buster [2021-02-18T09:41:49.079Z] Loaded image: busybox:latest [2021-02-18T09:41:49.335Z] Loaded image: busybox:glibc [2021-02-18T09:41:50.261Z] Loaded image: buildpack-deps:buster [2021-02-18T09:41:50.516Z] Loaded image: buildpack-deps:buster [2021-02-18T09:41:50.516Z] Loaded image: busybox:latest [2021-02-18T09:41:50.516Z] Loaded image: busybox:latest [2021-02-18T09:41:50.771Z] Loaded image: busybox:glibc [2021-02-18T09:41:51.027Z] Loaded image: busybox:glibc [2021-02-18T09:41:51.587Z] Loaded image: debian:bullseye [2021-02-18T09:41:51.843Z] Loaded image: hello-world:latest [2021-02-18T09:41:51.843Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:41:52.099Z] INFO: Testing against a local daemon [2021-02-18T09:41:52.099Z] === RUN TestDockerDaemonSuite [2021-02-18T09:41:52.099Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-18T09:41:52.314Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2021-02-18T09:41:52.888Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.526s coverage: 14.1% of statements [2021-02-18T09:41:53.024Z] Loaded image: debian:bullseye [2021-02-18T09:41:53.024Z] Loaded image: debian:bullseye [2021-02-18T09:41:53.024Z] Loaded image: hello-world:latest [2021-02-18T09:41:53.279Z] Loaded image: hello-world:latest [2021-02-18T09:41:53.279Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:41:53.279Z] INFO: Testing against a local daemon [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T09:41:53.279Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T09:41:53.279Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T09:41:53.279Z] INFO: Testing against a local daemon [2021-02-18T09:41:53.279Z] === RUN TestCgroupNamespacesBuild [2021-02-18T09:41:53.836Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.685s coverage: 56.2% of statements [2021-02-18T09:41:56.394Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.9% of statements [2021-02-18T09:41:57.786Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.400s coverage: 46.2% of statements [2021-02-18T09:41:59.176Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.205s coverage: 73.3% of statements [2021-02-18T09:42:00.137Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.964s coverage: 49.4% of statements [2021-02-18T09:42:01.086Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 57.5% of statements [2021-02-18T09:42:01.350Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T09:42:01.350Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T09:42:01.350Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T09:42:01.350Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T09:42:01.350Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T09:42:01.605Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T09:42:01.605Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T09:42:01.605Z] --- PASS: TestCgroupNamespacesBuild (8.23s) [2021-02-18T09:42:01.605Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T09:42:02.032Z] ok github.com/docker/docker/daemon 12.334s coverage: 17.1% of statements [2021-02-18T09:42:02.032Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T09:42:02.032Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T09:42:02.032Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T09:42:02.032Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T09:42:02.032Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T09:42:02.032Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2021-02-18T09:42:02.609Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-02-18T09:42:02.965Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T09:42:02.965Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s) [2021-02-18T09:42:02.965Z] === RUN TestBuildWithSession [2021-02-18T09:42:02.965Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T09:42:02.965Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:42:02.965Z] === RUN TestBuildSquashParent [2021-02-18T09:42:03.220Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T09:42:03.220Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T09:42:03.220Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T09:42:04.144Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-18T09:42:04.399Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T09:42:04.535Z] ok github.com/docker/docker/daemon/images 0.058s coverage: 6.5% of statements [2021-02-18T09:42:05.110Z] ok github.com/docker/docker/daemon/logger 0.246s coverage: 43.2% of statements [2021-02-18T09:42:05.110Z] ok github.com/docker/docker/daemon/logger/awslogs 0.253s coverage: 77.8% of statements [2021-02-18T09:42:05.323Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T09:42:05.323Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T09:42:05.323Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T09:42:05.323Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T09:42:05.323Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T09:42:05.373Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.678s coverage: 57.7% of statements [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T09:42:05.373Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T09:42:06.323Z] ok github.com/docker/docker/daemon/logger/gelf 0.062s coverage: 67.0% of statements [2021-02-18T09:42:06.587Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2021-02-18T09:42:06.587Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 23.9% of statements [2021-02-18T09:42:06.852Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 61.6% of statements [2021-02-18T09:42:08.248Z] ok github.com/docker/docker/daemon/logger/local 0.126s coverage: 75.2% of statements [2021-02-18T09:42:08.248Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T09:42:08.517Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.042s coverage: 31.5% of statements [2021-02-18T09:42:08.779Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.078s coverage: 58.6% of statements [2021-02-18T09:42:09.357Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2021-02-18T09:42:09.480Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T09:42:09.735Z] --- PASS: TestBuildSquashParent (6.69s) [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:42:09.735Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:42:09.735Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:42:09.934Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements [2021-02-18T09:42:10.510Z] ok github.com/docker/docker/daemon/network 0.038s coverage: 63.8% of statements [2021-02-18T09:42:11.457Z] ok github.com/docker/docker/daemon/logger/splunk 1.975s coverage: 82.5% of statements [2021-02-18T09:42:11.457Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T09:42:11.457Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T09:42:11.618Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T09:42:12.036Z] ok github.com/docker/docker/distribution/metadata 0.093s coverage: 48.2% of statements [2021-02-18T09:42:13.427Z] ok github.com/docker/docker/distribution 0.267s coverage: 25.0% of statements [2021-02-18T09:42:13.427Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.52s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.64s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.72s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.15s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s) [2021-02-18T09:42:13.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.58s) [2021-02-18T09:42:13.504Z] === RUN TestBuildMultiStageCopy [2021-02-18T09:42:13.504Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T09:42:13.691Z] ok github.com/docker/docker/errdefs 0.027s coverage: 53.1% of statements [2021-02-18T09:42:13.759Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T09:42:13.954Z] ok github.com/docker/docker/image 0.049s coverage: 86.8% of statements [2021-02-18T09:42:14.684Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T09:42:14.903Z] ok github.com/docker/docker/distribution/xfer 1.690s coverage: 85.1% of statements [2021-02-18T09:42:14.903Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T09:42:14.939Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T09:42:15.167Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2021-02-18T09:42:15.167Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T09:42:15.167Z] ok github.com/docker/docker/image/v1 0.083s coverage: 25.0% of statements [2021-02-18T09:42:15.167Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T09:42:15.193Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T09:42:15.430Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2021-02-18T09:42:15.448Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T09:42:15.448Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy (2.45s) [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2021-02-18T09:42:15.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2021-02-18T09:42:15.703Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T09:42:16.263Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T09:42:16.263Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2021-02-18T09:42:16.263Z] === RUN TestBuildLabelWithTargets [2021-02-18T09:42:16.831Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T09:42:16.831Z] ok github.com/docker/docker/opts 0.097s coverage: 67.1% of statements [2021-02-18T09:42:16.831Z] ok github.com/docker/docker/oci 0.061s coverage: 8.2% of statements [2021-02-18T09:42:16.831Z] ok github.com/docker/docker/pkg/aaparser 0.045s coverage: 52.9% of statements [2021-02-18T09:42:17.395Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T09:42:17.395Z] --- PASS: TestBuildLabelWithTargets (1.08s) [2021-02-18T09:42:17.395Z] === RUN TestBuildWithEmptyLayers [2021-02-18T09:42:17.783Z] ok github.com/docker/docker/pkg/broadcaster 0.019s coverage: 100.0% of statements [2021-02-18T09:42:17.971Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-18T09:42:17.971Z] --- PASS: TestBuildWithEmptyLayers (0.48s) [2021-02-18T09:42:17.971Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T09:42:18.361Z] ok github.com/docker/docker/pkg/capabilities 0.032s coverage: 87.5% of statements [2021-02-18T09:42:18.623Z] ok github.com/docker/docker/pkg/authorization 0.470s coverage: 68.3% of statements [2021-02-18T09:42:19.875Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-18T09:42:19.875Z] --- PASS: TestBuildMultiStageOnBuild (1.67s) [2021-02-18T09:42:19.875Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T09:42:20.017Z] ok github.com/docker/docker/pkg/directory 0.019s coverage: 80.0% of statements [2021-02-18T09:42:20.140Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2021-02-18T09:42:20.140Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T09:42:20.592Z] ok github.com/docker/docker/pkg/archive 1.265s coverage: 76.7% of statements [2021-02-18T09:42:20.592Z] ok github.com/docker/docker/pkg/discovery 0.018s coverage: 58.3% of statements [2021-02-18T09:42:21.063Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-18T09:42:21.167Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 97.6% of statements [2021-02-18T09:42:21.622Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-18T09:42:21.741Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-02-18T09:42:22.181Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T09:42:22.181Z] --- PASS: TestBuildMultiStageLayerLeak (1.87s) [2021-02-18T09:42:22.181Z] === RUN TestBuildWithHugeFile [2021-02-18T09:42:22.315Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-02-18T09:42:22.741Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-18T09:42:22.889Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-02-18T09:42:22.889Z] ok github.com/docker/docker/pkg/chrootarchive 3.455s coverage: 43.2% of statements [2021-02-18T09:42:23.666Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-18T09:42:23.836Z] ok github.com/docker/docker/pkg/filenotify 0.616s coverage: 67.0% of statements [2021-02-18T09:42:23.836Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2021-02-18T09:42:24.412Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-02-18T09:42:24.591Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T09:42:24.674Z] ok github.com/docker/docker/pkg/fsutils 0.310s coverage: 85.1% of statements [2021-02-18T09:42:24.937Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2021-02-18T09:42:25.200Z] ok github.com/docker/docker/layer 7.653s coverage: 68.8% of statements [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T09:42:25.200Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T09:42:25.516Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T09:42:25.775Z] ok github.com/docker/docker/pkg/jsonmessage 0.028s coverage: 91.7% of statements [2021-02-18T09:42:26.038Z] ok github.com/docker/docker/pkg/longpath 0.020s coverage: 100.0% of statements [2021-02-18T09:42:26.038Z] ok github.com/docker/docker/pkg/idtools 0.803s coverage: 69.5% of statements [2021-02-18T09:42:26.038Z] ok github.com/docker/docker/pkg/ioutils 0.644s coverage: 70.6% of statements [2021-02-18T09:42:26.038Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T09:42:26.038Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T09:42:26.038Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T09:42:26.076Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-18T09:42:26.331Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-18T09:42:26.614Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2021-02-18T09:42:26.614Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T09:42:26.614Z] ok github.com/docker/docker/pkg/parsers 0.024s coverage: 97.0% of statements [2021-02-18T09:42:26.877Z] ok github.com/docker/docker/pkg/parsers/kernel 0.042s coverage: 60.0% of statements [2021-02-18T09:42:26.877Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.037s coverage: 86.7% of statements [2021-02-18T09:42:27.141Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2021-02-18T09:42:27.141Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T09:42:27.141Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T09:42:27.256Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-18T09:42:27.718Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2021-02-18T09:42:27.817Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-18T09:42:28.300Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2021-02-18T09:42:28.563Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2021-02-18T09:42:28.563Z] ok github.com/docker/docker/pkg/progress 0.023s coverage: 75.9% of statements [2021-02-18T09:42:29.139Z] ok github.com/docker/docker/pkg/reexec 0.035s coverage: 82.4% of statements [2021-02-18T09:42:29.177Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T09:42:29.712Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2021-02-18T09:42:29.974Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-02-18T09:42:30.236Z] ok github.com/docker/docker/pkg/streamformatter 0.013s coverage: 66.2% of statements [2021-02-18T09:42:30.498Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2021-02-18T09:42:30.538Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T09:42:31.444Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2021-02-18T09:42:31.444Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 36.9% of statements [2021-02-18T09:42:31.463Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T09:42:31.463Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T09:42:32.018Z] ok github.com/docker/docker/pkg/tailfile 0.119s coverage: 88.6% of statements [2021-02-18T09:42:32.018Z] ok github.com/docker/docker/pkg/signal 2.795s coverage: 61.0% of statements [2021-02-18T09:42:32.387Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T09:42:32.593Z] testing: warning: no tests to run [2021-02-18T09:42:32.593Z] coverage: [no statements] [2021-02-18T09:42:32.593Z] ok github.com/docker/docker/pkg/term/windows 0.019s coverage: [no statements] [no tests to run] [2021-02-18T09:42:32.593Z] ok github.com/docker/docker/pkg/tarsum 0.117s coverage: 89.3% of statements [2021-02-18T09:42:32.641Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-18T09:42:32.854Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2021-02-18T09:42:32.854Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2021-02-18T09:42:32.896Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T09:42:33.118Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2021-02-18T09:42:34.067Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2021-02-18T09:42:34.329Z] ok github.com/docker/docker/profiles/seccomp 0.027s coverage: 85.4% of statements [2021-02-18T09:42:35.405Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-18T09:42:35.723Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2021-02-18T09:42:35.723Z] ok github.com/docker/docker/plugin 0.580s coverage: 23.2% of statements [2021-02-18T09:42:37.114Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2021-02-18T09:42:37.377Z] ok github.com/docker/docker/quota 0.663s coverage: 71.4% of statements [2021-02-18T09:42:37.640Z] ok github.com/docker/docker/registry 0.205s coverage: 57.2% of statements [2021-02-18T09:42:37.640Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2021-02-18T09:42:37.921Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-18T09:42:38.218Z] ok github.com/docker/docker/testutil 0.023s coverage: 62.5% of statements [2021-02-18T09:42:38.480Z] ok github.com/docker/docker/runconfig 0.049s coverage: 66.1% of statements [2021-02-18T09:42:40.414Z] ok github.com/docker/docker/volume/drivers 0.032s coverage: 36.1% of statements [2021-02-18T09:42:40.991Z] ok github.com/docker/docker/volume/mounts 0.086s coverage: 67.0% of statements [2021-02-18T09:42:41.182Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-18T09:42:41.940Z] ok github.com/docker/docker/volume/local 0.230s coverage: 76.4% of statements [2021-02-18T09:42:42.884Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2021-02-18T09:42:45.342Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-18T09:42:47.226Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-18T09:42:48.588Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-18T09:42:50.475Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T09:42:50.730Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-18T09:42:50.985Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T09:42:51.240Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-18T09:42:51.800Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-18T09:42:52.725Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T09:42:52.725Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-18T09:42:52.981Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-18T09:42:53.236Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-18T09:42:53.491Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-18T09:42:55.376Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-18T09:42:55.936Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-18T09:42:57.298Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-18T09:42:57.298Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T09:42:58.224Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T09:43:00.109Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-18T09:43:01.018Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.939359612s with top 10 stages: buildssa: 1m39.396828203s, goimports: 21.989951264s, unconvert: 11.917998611s, gosec: 10.017778557s, golint: 6.041637537s, ineffassign: 4.038002647s, inspect: 3.843436811s, misspell: 3.772647793s, vrp: 3.303161407s, ctrlflow: 1.781766799s [2021-02-18T09:43:01.034Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-18T09:43:01.595Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-18T09:43:04.846Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.6% of statements [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T09:43:04.846Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T09:43:04.847Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === Skipped [2021-02-18T09:43:04.847Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T09:43:04.847Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T09:43:04.847Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T09:43:04.847Z] time="2021-02-18T09:41:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T09:43:04.847Z] time="2021-02-18T09:41:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T09:43:04.847Z] time="2021-02-18T09:41:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T09:43:04.847Z] time="2021-02-18T09:41:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T09:43:04.847Z] time="2021-02-18T09:41:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T09:43:04.847Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T09:43:04.847Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T09:43:04.847Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:43:04.847Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T09:43:04.847Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T09:43:04.847Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T09:43:04.847Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] [2021-02-18T09:43:04.847Z] DONE 2194 tests, 26 skipped in 194.288s Post stage [Pipeline] junit [2021-02-18T09:43:04.863Z] Recording test results [2021-02-18T09:43:04.998Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T09:43:05.376Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh dynbinary test-integration [2021-02-18T09:43:05.754Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-18T09:43:06.321Z] [2021-02-18T09:43:06.321Z] Removing bundles/ [2021-02-18T09:43:06.321Z] [2021-02-18T09:43:06.321Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T09:43:06.321Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:43:06.321Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T09:43:06.679Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T09:43:09.231Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-18T09:43:09.231Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-18T09:43:09.486Z] --- PASS: TestBuildWithHugeFile (47.31s) [2021-02-18T09:43:09.486Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T09:43:09.486Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:43:09.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:43:09.486Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:43:09.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:43:09.486Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:43:09.486Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:43:09.486Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:43:09.486Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:43:09.486Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:43:09.486Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-02-18T09:43:09.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-18T09:43:09.486Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s) [2021-02-18T09:43:09.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2021-02-18T09:43:09.486Z] === RUN TestBuildPreserveOwnership [2021-02-18T09:43:09.486Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T09:43:09.741Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-18T09:43:09.995Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T09:43:09.995Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T09:43:10.250Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-18T09:43:10.810Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-18T09:43:11.065Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T09:43:11.991Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T09:43:13.233Z] INFO [runner/unused/goanalysis] analyzers took 28.221169859s with top 10 stages: buildssa: 24.066478499s, U1000: 4.15469136s [2021-02-18T09:43:13.233Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-02-18T09:43:13.233Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577, nolint: 0/64, exclude-rules: 64/1577, cgo: 1682/2262, path_prettifier: 1682/1682, skip_files: 1682/1682 [2021-02-18T09:43:13.233Z] INFO [runner] processing took 139.811238ms with stages: nolint: 57.781321ms, identifier_marker: 48.774928ms, path_prettifier: 13.736871ms, autogenerated_exclude: 7.444936ms, exclude-rules: 6.496334ms, skip_dirs: 3.638301ms, cgo: 1.145567ms, filename_unadjuster: 787.475µs, max_same_issues: 1.532µs, uniq_by_line: 809ns, max_from_linter: 531ns, diff: 529ns, path_shortener: 487ns, source_code: 487ns, exclude: 409ns, skip_files: 399ns, max_per_file_from_linter: 322ns [2021-02-18T09:43:13.233Z] INFO [runner] linters took 1m38.269039066s with stages: goanalysis_metalinter: 1m18.896192098s, unused: 19.232356012s [2021-02-18T09:43:13.233Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2021-02-18T09:43:13.233Z] INFO Memory: 1631 samples, avg is 243.2MB, max is 3429.3MB [2021-02-18T09:43:13.233Z] INFO Execution took 3m39.382773638s [2021-02-18T09:43:13.233Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-18T09:43:13.352Z] --- PASS: TestBuildPreserveOwnership (3.84s) [2021-02-18T09:43:13.352Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.49s) [2021-02-18T09:43:13.352Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) [2021-02-18T09:43:13.352Z] === RUN TestBuildPlatformInvalid [2021-02-18T09:43:13.352Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-02-18T09:43:13.352Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T09:43:13.559Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh dynbinary-daemon test-docker-py [2021-02-18T09:43:13.607Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-18T09:43:13.607Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T09:43:13.815Z] [2021-02-18T09:43:14.071Z] Removing bundles/ [2021-02-18T09:43:14.071Z] [2021-02-18T09:43:14.071Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T09:43:14.071Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:43:14.071Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T09:43:15.494Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T09:43:15.749Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T09:43:19.010Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T09:43:19.265Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-18T09:43:21.777Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-18T09:43:21.777Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-18T09:43:21.777Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-18T09:43:22.337Z] Loaded image: buildpack-deps:buster [2021-02-18T09:43:22.593Z] Loaded image: busybox:latest [2021-02-18T09:43:22.593Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T09:43:22.593Z] Loaded image: busybox:glibc [2021-02-18T09:43:23.957Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T09:43:23.957Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-18T09:43:24.212Z] Loaded image: debian:bullseye [2021-02-18T09:43:24.212Z] Loaded image: hello-world:latest [2021-02-18T09:43:24.467Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:43:25.828Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-18T09:43:26.388Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T09:43:26.947Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-18T09:43:28.832Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-18T09:43:29.391Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (15.94s) [2021-02-18T09:43:29.391Z] PASS [2021-02-18T09:43:29.391Z] [2021-02-18T09:43:29.391Z] === Skipped [2021-02-18T09:43:29.392Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T09:43:29.392Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:43:29.392Z] [2021-02-18T09:43:29.392Z] [2021-02-18T09:43:29.392Z] DONE 33 tests, 1 skipped in 110.309s [2021-02-18T09:43:29.392Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T09:43:29.392Z] ++ 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-02-18T09:43:29.392Z] ++ set -e [2021-02-18T09:43:29.392Z] ++ '[' -n 0 ']' [2021-02-18T09:43:29.392Z] ++ set -x [2021-02-18T09:43:29.392Z] ++ 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-02-18T09:43:29.392Z] INFO: Testing against a local daemon [2021-02-18T09:43:29.392Z] === RUN TestConfigInspect [2021-02-18T09:43:31.278Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-18T09:43:31.533Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-18T09:43:32.457Z] --- PASS: TestConfigInspect (2.99s) [2021-02-18T09:43:32.457Z] === RUN TestConfigList [2021-02-18T09:43:33.018Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T09:43:34.379Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-18T09:43:35.303Z] --- PASS: TestConfigList (2.92s) [2021-02-18T09:43:35.303Z] === RUN TestConfigsCreateAndDelete [2021-02-18T09:43:36.664Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T09:43:37.223Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-18T09:43:38.583Z] --- PASS: TestConfigsCreateAndDelete (2.96s) [2021-02-18T09:43:38.583Z] === RUN TestConfigsUpdate [2021-02-18T09:43:39.143Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T09:43:39.397Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T09:43:40.322Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-18T09:43:40.881Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-18T09:43:41.136Z] --- PASS: TestConfigsUpdate (2.95s) [2021-02-18T09:43:41.136Z] === RUN TestTemplatedConfig [2021-02-18T09:43:41.390Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-18T09:43:41.949Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-18T09:43:43.832Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-18T09:43:44.756Z] --- PASS: TestTemplatedConfig (3.36s) [2021-02-18T09:43:44.756Z] === RUN TestConfigCreateResolve [2021-02-18T09:43:45.011Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-18T09:43:45.571Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T09:43:46.494Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-18T09:43:46.749Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T09:43:47.681Z] --- PASS: TestConfigCreateResolve (2.94s) [2021-02-18T09:43:47.681Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T09:43:47.936Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-18T09:43:47.936Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T09:43:48.191Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-02-18T09:43:48.191Z] PASS [2021-02-18T09:43:48.191Z] [2021-02-18T09:43:48.191Z] DONE 7 tests in 18.687s [2021-02-18T09:43:48.191Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T09:43:48.191Z] ++ 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-02-18T09:43:48.191Z] ++ set -e [2021-02-18T09:43:48.191Z] ++ '[' -n 0 ']' [2021-02-18T09:43:48.191Z] ++ set -x [2021-02-18T09:43:48.191Z] ++ 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-02-18T09:43:48.191Z] INFO: Testing against a local daemon [2021-02-18T09:43:48.191Z] === RUN TestCheckpoint [2021-02-18T09:43:48.191Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T09:43:48.191Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:43:48.191Z] === RUN TestContainerInvalidJSON [2021-02-18T09:43:48.191Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:43:48.191Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:43:48.191Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:43:48.191Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:43:48.191Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:43:48.191Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:43:48.191Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:43:48.191Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:43:48.191Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:43:48.191Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-18T09:43:48.191Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T09:43:48.191Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T09:43:48.191Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T09:43:48.191Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T09:43:48.191Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-02-18T09:43:48.191Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T09:43:48.191Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-02-18T09:43:48.191Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T09:43:48.191Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-02-18T09:43:48.191Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T09:43:48.446Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-18T09:43:48.446Z] === RUN TestCopyFromContainer [2021-02-18T09:43:49.370Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-18T09:43:49.625Z] === RUN TestCopyFromContainer// [2021-02-18T09:43:49.625Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T09:43:50.088Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T09:43:50.343Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T09:43:50.343Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer (2.03s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-18T09:43:50.343Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-18T09:43:50.343Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T09:43:50.343Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:43:50.343Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:43:50.343Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:43:50.343Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:43:50.343Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:43:50.343Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:43:50.343Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:43:50.343Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:43:50.343Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:43:50.343Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T09:43:50.343Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T09:43:50.343Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-18T09:43:50.343Z] === RUN TestCreateWithInvalidEnv [2021-02-18T09:43:50.343Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T09:43:50.343Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T09:43:50.343Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T09:43:50.343Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T09:43:50.343Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T09:43:50.343Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T09:43:50.343Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T09:43:50.343Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T09:43:50.343Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T09:43:50.343Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T09:43:50.343Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T09:43:50.343Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T09:43:50.343Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-18T09:43:50.343Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T09:43:50.598Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-18T09:43:51.523Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T09:43:52.447Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-18T09:43:52.701Z] --- PASS: TestCreateWithCustomMaskedPaths (2.25s) [2021-02-18T09:43:52.701Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T09:43:52.956Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.96s) [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:43:54.886Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:43:54.886Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:43:54.886Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:43:54.886Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:43:54.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:43:54.886Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:43:54.886Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:43:54.886Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:43:54.886Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:43:54.886Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:43:54.886Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-18T09:43:54.886Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-02-18T09:43:54.887Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T09:43:55.445Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-02-18T09:43:55.445Z] === RUN TestCreateDifferentPlatform [2021-02-18T09:43:55.445Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T09:43:55.445Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T09:43:55.445Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-18T09:43:55.445Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T09:43:55.445Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T09:43:55.445Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T09:43:55.446Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-02-18T09:43:55.446Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T09:43:55.446Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-18T09:43:55.446Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T09:43:55.446Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T09:43:55.446Z] === RUN TestDaemonRestartIpcMode [2021-02-18T09:43:55.446Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T09:43:55.446Z] === RUN TestDaemonHostGatewayIP [2021-02-18T09:43:55.446Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T09:43:55.446Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T09:43:55.446Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T09:43:55.446Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T09:43:55.446Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T09:43:55.446Z] === RUN TestDiff [2021-02-18T09:43:56.007Z] --- PASS: TestDiff (0.59s) [2021-02-18T09:43:56.007Z] === RUN TestExecWithCloseStdin [2021-02-18T09:43:56.566Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-18T09:43:56.820Z] --- PASS: TestExecWithCloseStdin (0.75s) [2021-02-18T09:43:56.820Z] === RUN TestExec [2021-02-18T09:43:57.075Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T09:43:57.330Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T09:43:57.585Z] --- PASS: TestExec (0.72s) [2021-02-18T09:43:57.585Z] === RUN TestExecUser [2021-02-18T09:43:58.144Z] --- PASS: TestExecUser (0.75s) [2021-02-18T09:43:58.144Z] === RUN TestExportContainerAndImportImage [2021-02-18T09:43:59.070Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-02-18T09:43:59.070Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T09:43:59.070Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T09:44:00.430Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2021-02-18T09:44:00.430Z] === RUN TestHealthCheckWorkdir [2021-02-18T09:44:00.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T09:44:00.989Z] --- PASS: TestHealthCheckWorkdir (0.79s) [2021-02-18T09:44:00.989Z] === RUN TestHealthKillContainer [2021-02-18T09:44:01.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T09:44:03.128Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T09:44:03.128Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-18T09:44:04.052Z] --- PASS: TestHealthKillContainer (2.78s) [2021-02-18T09:44:04.052Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T09:44:04.612Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T09:44:04.612Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2021-02-18T09:44:04.612Z] === RUN TestIpcModeNone [2021-02-18T09:44:05.547Z] --- PASS: TestIpcModeNone (0.72s) [2021-02-18T09:44:05.547Z] === RUN TestIpcModePrivate [2021-02-18T09:44:06.118Z] --- PASS: TestIpcModePrivate (0.73s) [2021-02-18T09:44:06.118Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2021-02-18T09:44:06.118Z] === RUN TestIpcModeShareable [2021-02-18T09:44:06.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T09:44:06.955Z] --- PASS: TestIpcModeShareable (0.78s) [2021-02-18T09:44:06.955Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:85, shared: true, mustBeShared: true [2021-02-18T09:44:06.955Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T09:44:07.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T09:44:07.790Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-18T09:44:09.711Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.44s) [2021-02-18T09:44:09.711Z] === RUN TestAPIIpcModeHost [2021-02-18T09:44:09.711Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-18T09:44:09.966Z] --- PASS: TestAPIIpcModeHost (0.45s) [2021-02-18T09:44:09.966Z] === RUN TestDaemonIpcModeShareable [2021-02-18T09:44:10.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T09:44:11.582Z] --- PASS: TestDaemonIpcModeShareable (1.71s) [2021-02-18T09:44:11.582Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: true, mustBeShared: true [2021-02-18T09:44:11.582Z] === RUN TestDaemonIpcModePrivate [2021-02-18T09:44:12.944Z] --- PASS: TestDaemonIpcModePrivate (1.49s) [2021-02-18T09:44:12.945Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: false, mustBeShared: false [2021-02-18T09:44:12.945Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T09:44:14.828Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2021-02-18T09:44:14.828Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:117, shared: false, mustBeShared: false [2021-02-18T09:44:14.828Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T09:44:16.711Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.94s) [2021-02-18T09:44:16.711Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:139, shared: true, mustBeShared: true [2021-02-18T09:44:16.711Z] === RUN TestIpcModeOlderClient [2021-02-18T09:44:16.711Z] === PAUSE TestIpcModeOlderClient [2021-02-18T09:44:16.711Z] === RUN TestKillContainerInvalidSignal [2021-02-18T09:44:17.636Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2021-02-18T09:44:17.636Z] === RUN TestKillContainer [2021-02-18T09:44:17.636Z] === RUN TestKillContainer/no_signal [2021-02-18T09:44:18.996Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T09:44:19.555Z] === RUN TestKillContainer/killing_signal [2021-02-18T09:44:20.115Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-18T09:44:20.674Z] --- PASS: TestKillContainer (2.98s) [2021-02-18T09:44:20.674Z] --- PASS: TestKillContainer/no_signal (1.40s) [2021-02-18T09:44:20.674Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2021-02-18T09:44:20.674Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2021-02-18T09:44:20.674Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T09:44:20.674Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T09:44:21.599Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T09:44:22.159Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-18T09:44:22.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T09:44:22.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2021-02-18T09:44:22.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2021-02-18T09:44:22.159Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2021-02-18T09:44:22.159Z] === RUN TestKillStoppedContainer [2021-02-18T09:44:22.415Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-18T09:44:22.415Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T09:44:22.415Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-18T09:44:22.415Z] === RUN TestKillDifferentUserContainer [2021-02-18T09:44:22.974Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-02-18T09:44:22.975Z] === RUN TestInspectOomKilledTrue [2021-02-18T09:44:22.975Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T09:44:22.975Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:44:22.975Z] === RUN TestInspectOomKilledFalse [2021-02-18T09:44:22.975Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T09:44:22.975Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:44:22.975Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T09:44:23.230Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-18T09:44:23.230Z] --- PASS: TestLinksEtcHostsContentMatch (0.37s) [2021-02-18T09:44:23.230Z] === RUN TestLinksContainerNames [2021-02-18T09:44:24.155Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T09:44:24.714Z] --- PASS: TestLinksContainerNames (1.37s) [2021-02-18T09:44:24.714Z] === RUN TestLogsFollowTailEmpty [2021-02-18T09:44:25.639Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2021-02-18T09:44:25.639Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T09:44:26.198Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T09:44:26.198Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/default [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/private [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/slave [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/shared [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/default [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/shared [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/private [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/slave [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T09:44:26.198Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T09:44:26.198Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:44:26.198Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:44:26.199Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T09:44:26.199Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T09:44:26.199Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:44:26.199Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:44:26.199Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T09:44:26.199Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T09:44:26.199Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:44:26.453Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-02-18T09:44:26.453Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-18T09:44:26.453Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T09:44:26.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T09:44:27.378Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-18T09:44:27.888Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:44:27.888Z] [2021-02-18T09:44:27.888Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T09:44:27.888Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T09:44:27.888Z] HOSTNAME=702c949b3198 [2021-02-18T09:44:27.888Z] TESTDEBUG=0 [2021-02-18T09:44:27.888Z] DEST=bundles/test-integration [2021-02-18T09:44:27.888Z] PWD=/go/src/github.com/docker/docker [2021-02-18T09:44:27.888Z] DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:44:27.888Z] container=docker [2021-02-18T09:44:27.888Z] HOME=/root [2021-02-18T09:44:27.888Z] GOLANG_VERSION=1.13.15 [2021-02-18T09:44:27.888Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T09:44:27.888Z] VALIDATE_BRANCH=20.10 [2021-02-18T09:44:27.888Z] TERM=xterm [2021-02-18T09:44:27.888Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T09:44:27.888Z] SHLVL=1 [2021-02-18T09:44:27.888Z] TIMEOUT=120m [2021-02-18T09:44:27.888Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T09:44:27.888Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T09:44:27.888Z] GO111MODULE=off [2021-02-18T09:44:27.888Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T09:44:27.888Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T09:44:27.888Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T09:44:27.888Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T09:44:27.888Z] GOPATH=/go [2021-02-18T09:44:27.888Z] PKG_CONFIG=pkg-config [2021-02-18T09:44:27.888Z] _=/usr/bin/env [2021-02-18T09:44:27.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T09:44:28.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T09:44:28.303Z] --- PASS: TestContainerBindMountNonRecursive (1.70s) [2021-02-18T09:44:28.303Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T09:44:28.862Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s) [2021-02-18T09:44:28.862Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T09:44:29.422Z] --- PASS: TestContainerVolumesMountedAsSlave (0.54s) [2021-02-18T09:44:29.422Z] === RUN TestNetworkNat [2021-02-18T09:44:29.980Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-18T09:44:30.235Z] --- PASS: TestNetworkNat (0.89s) [2021-02-18T09:44:30.235Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T09:44:30.235Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T09:44:31.161Z] --- PASS: TestNetworkLocalhostTCPNat (0.67s) [2021-02-18T09:44:31.161Z] === RUN TestNetworkLoopbackNat [2021-02-18T09:44:34.421Z] --- PASS: TestNetworkLoopbackNat (3.09s) [2021-02-18T09:44:34.421Z] === RUN TestPause [2021-02-18T09:44:34.421Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-18T09:44:34.675Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T09:44:34.930Z] --- PASS: TestPause (0.80s) [2021-02-18T09:44:34.930Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T09:44:34.930Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:44:34.930Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:44:34.930Z] === RUN TestPauseStopPausedContainer [2021-02-18T09:44:35.490Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-18T09:44:35.490Z] --- PASS: TestPauseStopPausedContainer (0.72s) [2021-02-18T09:44:35.490Z] === RUN TestPsFilter [2021-02-18T09:44:35.744Z] --- PASS: TestPsFilter (0.14s) [2021-02-18T09:44:35.744Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T09:44:35.744Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T09:44:36.303Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-02-18T09:44:36.303Z] === RUN TestRemoveContainerWithVolume [2021-02-18T09:44:36.863Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T09:44:37.119Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2021-02-18T09:44:37.119Z] === RUN TestRemoveContainerRunning [2021-02-18T09:44:37.373Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T09:44:37.374Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-18T09:44:37.629Z] --- PASS: TestRemoveContainerRunning (0.58s) [2021-02-18T09:44:37.629Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T09:44:37.884Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T09:44:38.443Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-02-18T09:44:38.443Z] === RUN TestRemoveInvalidContainer [2021-02-18T09:44:38.443Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T09:44:38.443Z] === RUN TestRenameLinkedContainer [2021-02-18T09:44:41.701Z] --- PASS: TestRenameLinkedContainer (3.05s) [2021-02-18T09:44:41.701Z] === RUN TestRenameStoppedContainer [2021-02-18T09:44:41.957Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T09:44:42.212Z] --- PASS: TestRenameStoppedContainer (0.70s) [2021-02-18T09:44:42.212Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:44:43.137Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T09:44:43.392Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-18T09:44:43.953Z] --- PASS: TestRenameRunningContainerAndReuse (1.67s) [2021-02-18T09:44:43.953Z] === RUN TestRenameInvalidName [2021-02-18T09:44:44.513Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T09:44:44.768Z] --- PASS: TestRenameInvalidName (1.08s) [2021-02-18T09:44:44.768Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:44:46.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T09:44:46.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-18T09:44:47.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T09:44:47.577Z] --- PASS: TestRenameAnonymousContainer (2.75s) [2021-02-18T09:44:47.577Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:44:48.501Z] --- PASS: TestRenameContainerWithSameName (0.96s) [2021-02-18T09:44:48.501Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:44:49.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-18T09:44:49.621Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T09:44:49.876Z] --- PASS: TestRenameContainerWithLinkedContainer (1.32s) [2021-02-18T09:44:49.876Z] === RUN TestResize [2021-02-18T09:44:50.449Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:44:50.449Z] [2021-02-18T09:44:50.449Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-18T09:44:50.449Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-18T09:44:50.449Z] Using test binary docker [2021-02-18T09:44:50.449Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T09:44:50.449Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:44:50.449Z] INFO: Waiting for daemon to start... [2021-02-18T09:44:50.449Z] Starting dockerd [2021-02-18T09:44:50.449Z] . [2021-02-18T09:44:50.449Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-18T09:44:50.800Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-18T09:44:50.800Z] --- PASS: TestResize (0.69s) [2021-02-18T09:44:50.800Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:44:51.359Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T09:44:51.359Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-02-18T09:44:51.359Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:44:51.918Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T09:44:52.173Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.173Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:44:52.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:44:52.428Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T09:44:52.428Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-18T09:44:52.683Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T09:44:52.938Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T09:44:53.499Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T09:44:53.499Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T09:44:53.754Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:44:53.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:44:53.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:44:53.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:44:54.314Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T09:44:56.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-18T09:44:56.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-18T09:44:56.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.53s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.58s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.03s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.60s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.70s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.81s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.82s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.19s) [2021-02-18T09:44:57.559Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.60s) [2021-02-18T09:44:57.559Z] === RUN TestCgroupNamespacesRun [2021-02-18T09:44:58.919Z] --- PASS: TestCgroupNamespacesRun (1.37s) [2021-02-18T09:44:58.919Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T09:44:58.919Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-18T09:44:59.843Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T09:45:00.098Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.49s) [2021-02-18T09:45:00.098Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T09:45:00.353Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T09:45:01.278Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T09:45:01.278Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T09:45:01.532Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.52s) [2021-02-18T09:45:01.532Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T09:45:02.092Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T09:45:02.652Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T09:45:02.652Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T09:45:02.907Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-18T09:45:03.163Z] --- PASS: TestCgroupNamespacesRunHostMode (1.48s) [2021-02-18T09:45:03.163Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T09:45:04.523Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.46s) [2021-02-18T09:45:04.523Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T09:45:05.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T09:45:05.884Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-18T09:45:06.139Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.43s) [2021-02-18T09:45:06.139Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T09:45:06.699Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2021-02-18T09:45:06.699Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T09:45:08.582Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-18T09:45:08.582Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.52s) [2021-02-18T09:45:08.582Z] === RUN TestKernelTCPMemory [2021-02-18T09:45:09.141Z] --- PASS: TestKernelTCPMemory (0.80s) [2021-02-18T09:45:09.141Z] === RUN TestNISDomainname [2021-02-18T09:45:09.701Z] --- PASS: TestNISDomainname (0.77s) [2021-02-18T09:45:09.701Z] === RUN TestHostnameDnsResolution [2021-02-18T09:45:10.261Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-18T09:45:10.820Z] --- PASS: TestHostnameDnsResolution (1.06s) [2021-02-18T09:45:10.820Z] === RUN TestStats [2021-02-18T09:45:11.744Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T09:45:12.303Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T09:45:12.558Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T09:45:13.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-18T09:45:13.481Z] --- PASS: TestStats (2.65s) [2021-02-18T09:45:13.481Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:45:13.481Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T09:45:13.481Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T09:45:13.481Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T09:45:13.481Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T09:45:13.481Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T09:45:13.481Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T09:45:13.481Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T09:45:13.481Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T09:45:13.481Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T09:45:13.481Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T09:45:13.481Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T09:45:13.481Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T09:45:13.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T09:45:14.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T09:45:15.364Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T09:45:15.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T09:45:16.725Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-18T09:45:16.725Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2021-02-18T09:45:16.725Z] --- PASS: TestStopContainerWithTimeout/1 (2.13s) [2021-02-18T09:45:16.725Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2021-02-18T09:45:16.725Z] --- PASS: TestStopContainerWithTimeout/-1 (3.14s) [2021-02-18T09:45:16.725Z] === RUN TestDeleteDevicemapper [2021-02-18T09:45:16.725Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T09:45:16.725Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:45:16.725Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:45:16.725Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-18T09:45:16.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T09:45:17.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T09:45:18.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T09:45:19.235Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T09:45:19.795Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.95s) [2021-02-18T09:45:19.795Z] === RUN TestUpdateMemory [2021-02-18T09:45:19.795Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T09:45:19.795Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:45:19.795Z] === RUN TestUpdateCPUQuota [2021-02-18T09:45:20.355Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T09:45:20.355Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T09:45:20.355Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T09:45:20.355Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T09:45:20.355Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T09:45:20.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-18T09:45:20.913Z] --- PASS: TestUpdateCPUQuota (1.38s) [2021-02-18T09:45:20.913Z] === RUN TestUpdatePidsLimit [2021-02-18T09:45:20.913Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T09:45:21.168Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T09:45:21.728Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T09:45:21.728Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T09:45:21.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T09:45:22.288Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T09:45:22.288Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T09:45:22.543Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T09:45:23.103Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-18T09:45:23.358Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit (2.61s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/no_change (0.28s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.27s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2021-02-18T09:45:23.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2021-02-18T09:45:23.613Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:45:23.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T09:45:25.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T09:45:26.121Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-18T09:45:26.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T09:45:27.044Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T09:45:27.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T09:45:28.404Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-18T09:45:28.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T09:45:29.129Z] sha256:bc77108383131d1034e987d6a6ff29bb2302b58ecf7201f0c99276304b33e84d [2021-02-18T09:45:29.129Z] INFO: Starting docker-py tests... [2021-02-18T09:45:29.129Z] ============================= test session starts ============================== [2021-02-18T09:45:29.129Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-18T09:45:29.129Z] rootdir: /src, inifile: pytest.ini [2021-02-18T09:45:29.129Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-18T09:45:29.129Z] collected 389 items / 1 deselected / 388 selected [2021-02-18T09:45:29.129Z] [2021-02-18T09:45:29.328Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T09:45:29.328Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T09:45:29.582Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-18T09:45:30.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T09:45:32.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T09:45:33.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T09:45:33.739Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-18T09:45:33.739Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T09:45:34.601Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T09:45:34.601Z] Using test binary docker [2021-02-18T09:45:34.863Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T09:45:34.863Z] +++ /etc/init.d/apparmor start [2021-02-18T09:45:34.863Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:45:34.863Z] INFO: Waiting for daemon to start... [2021-02-18T09:45:34.863Z] Starting dockerd [2021-02-18T09:45:34.863Z] +++ 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-02-18T09:45:35.624Z] --- PASS: TestUpdateRestartPolicy (12.03s) [2021-02-18T09:45:35.624Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:45:36.550Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2021-02-18T09:45:36.550Z] === RUN TestWaitNonBlocked [2021-02-18T09:45:36.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:45:36.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:45:36.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:45:36.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:45:36.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:45:36.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:45:37.410Z] . [2021-02-18T09:45:37.410Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T09:45:37.410Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T09:45:37.410Z] Error: No such image: emptyfs [2021-02-18T09:45:37.410Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T09:45:37.410Z] ++++ docker load [2021-02-18T09:45:37.410Z] Running integration-test (iteration 1) [2021-02-18T09:45:37.410Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T09:45:37.410Z] ++ 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-02-18T09:45:37.410Z] ++ set -e [2021-02-18T09:45:37.410Z] ++ '[' -n 0 ']' [2021-02-18T09:45:37.410Z] ++ set -x [2021-02-18T09:45:37.410Z] ++ 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-02-18T09:45:37.474Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-18T09:45:37.474Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2021-02-18T09:45:37.475Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2021-02-18T09:45:37.475Z] === RUN TestWaitBlocked [2021-02-18T09:45:37.475Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:45:37.475Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:45:37.475Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:45:37.475Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:45:37.475Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:45:37.475Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:45:37.475Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-18T09:45:37.730Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T09:45:38.289Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T09:45:38.289Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-18T09:45:38.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2021-02-18T09:45:38.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.87s) [2021-02-18T09:45:38.289Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T09:45:38.289Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T09:45:38.289Z] === CONT TestDaemonHostGatewayIP [2021-02-18T09:45:38.289Z] === CONT TestDaemonRestartIpcMode [2021-02-18T09:45:38.289Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T09:45:38.289Z] === CONT TestIpcModeOlderClient [2021-02-18T09:45:38.289Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-02-18T09:45:38.544Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-18T09:45:39.104Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T09:45:39.104Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-18T09:45:40.029Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-18T09:45:41.392Z] --- PASS: TestContainerStartOnDaemonRestart (3.15s) [2021-02-18T09:45:41.952Z] --- PASS: TestDaemonHostGatewayIP (3.66s) [2021-02-18T09:45:42.511Z] --- PASS: TestDaemonRestartIpcMode (4.32s) [2021-02-18T09:45:42.511Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.38s) [2021-02-18T09:45:42.766Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T09:45:43.325Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T09:45:43.325Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T09:45:44.249Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T09:45:44.816Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T09:45:45.170Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-18T09:45:45.383Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-18T09:45:45.641Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T09:45:45.986Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-18T09:45:46.218Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-18T09:45:46.809Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-18T09:45:47.729Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-18T09:45:48.228Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-18T09:45:49.652Z] Loaded image: buildpack-deps:buster [2021-02-18T09:45:49.652Z] Loaded image: busybox:latest [2021-02-18T09:45:49.652Z] Loaded image: busybox:glibc [2021-02-18T09:45:50.111Z] --- PASS: TestContainerKillOnDaemonStart (11.78s) [2021-02-18T09:45:50.111Z] PASS [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === Skipped [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T09:45:50.111Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T09:45:50.111Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T09:45:50.111Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:45:50.111Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T09:45:50.111Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-18T09:45:50.111Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] [2021-02-18T09:45:50.111Z] DONE 196 tests, 6 skipped in 121.921s [2021-02-18T09:45:50.111Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T09:45:50.111Z] ++ 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-02-18T09:45:50.111Z] ++ set -e [2021-02-18T09:45:50.111Z] ++ '[' -n 0 ']' [2021-02-18T09:45:50.111Z] ++ set -x [2021-02-18T09:45:50.111Z] ++ 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-02-18T09:45:50.111Z] INFO: Testing against a local daemon [2021-02-18T09:45:50.111Z] === RUN TestCommitInheritsEnv [2021-02-18T09:45:50.365Z] --- PASS: TestCommitInheritsEnv (0.31s) [2021-02-18T09:45:50.365Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:45:50.365Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T09:45:50.365Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:45:50.365Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-02-18T09:45:50.365Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:45:50.365Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-18T09:45:50.365Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:45:50.596Z] Loaded image: debian:bullseye [2021-02-18T09:45:50.596Z] Loaded image: hello-world:latest [2021-02-18T09:45:50.620Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-18T09:45:50.620Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2021-02-18T09:45:50.620Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T09:45:50.857Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:45:50.857Z] INFO: Testing against a local daemon [2021-02-18T09:45:50.857Z] === RUN TestCgroupNamespacesBuild [2021-02-18T09:45:51.179Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-18T09:45:53.064Z] --- PASS: TestRemoveImageGarbageCollector (2.03s) [2021-02-18T09:45:53.064Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:45:53.064Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-18T09:45:53.064Z] === RUN TestTagInvalidReference [2021-02-18T09:45:53.064Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-18T09:45:53.064Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:45:53.064Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-02-18T09:45:53.064Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:45:53.064Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-18T09:45:53.064Z] === RUN TestTagOfficialNames [2021-02-18T09:45:53.064Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-18T09:45:53.064Z] === RUN TestTagMatchesDigest [2021-02-18T09:45:53.064Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-18T09:45:53.064Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T09:45:53.319Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T09:45:53.319Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-18T09:45:53.407Z] --- PASS: TestCgroupNamespacesBuild (2.48s) [2021-02-18T09:45:53.407Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T09:45:54.244Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T09:45:54.804Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-18T09:45:55.324Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2021-02-18T09:45:55.324Z] === RUN TestBuildWithSession [2021-02-18T09:45:55.324Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T09:45:55.324Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:45:55.324Z] === RUN TestBuildSquashParent [2021-02-18T09:45:56.689Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T09:45:58.049Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-18T09:45:59.410Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-18T09:46:01.917Z] --- PASS: TestBuildSquashParent (6.85s) [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:46:01.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:46:01.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:46:01.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:46:01.917Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:46:01.917Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:46:01.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:46:03.570Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T09:46:04.473Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:46:04.733Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:46:04.931Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T09:46:05.491Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-18T09:46:05.491Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T09:46:05.491Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.51s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.01s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.06s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.05s) [2021-02-18T09:46:07.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.24s) [2021-02-18T09:46:07.281Z] === RUN TestBuildMultiStageCopy [2021-02-18T09:46:07.281Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T09:46:08.001Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-18T09:46:08.925Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T09:46:09.196Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T09:46:09.485Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-18T09:46:09.768Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T09:46:10.044Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-18T09:46:10.298Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T09:46:10.340Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T09:46:10.553Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-18T09:46:10.912Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T09:46:11.113Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy (4.44s) [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.29s) [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2021-02-18T09:46:11.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2021-02-18T09:46:11.484Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T09:46:12.036Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T09:46:12.292Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-18T09:46:12.292Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-18T09:46:12.869Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2021-02-18T09:46:12.869Z] === RUN TestBuildLabelWithTargets [2021-02-18T09:46:13.653Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-18T09:46:15.014Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-18T09:46:15.416Z] --- PASS: TestBuildLabelWithTargets (2.27s) [2021-02-18T09:46:15.416Z] === RUN TestBuildWithEmptyLayers [2021-02-18T09:46:15.989Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2021-02-18T09:46:15.989Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T09:46:16.376Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T09:46:17.738Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-18T09:46:17.963Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-18T09:46:17.993Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T09:46:18.554Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-18T09:46:19.293Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2021-02-18T09:46:19.293Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T09:46:19.916Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T09:46:19.916Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-18T09:46:20.235Z] --- PASS: TestBuildUncleanTarFilenames (1.42s) [2021-02-18T09:46:20.235Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T09:46:23.176Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-18T09:46:23.544Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2021-02-18T09:46:23.545Z] === RUN TestBuildWithHugeFile [2021-02-18T09:46:25.686Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-18T09:46:28.945Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-18T09:46:30.306Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-18T09:46:31.230Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-18T09:46:31.790Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T09:46:31.790Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T09:46:32.350Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-18T09:46:34.860Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-18T09:46:35.421Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T09:46:35.421Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T09:46:35.980Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T09:46:36.235Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T09:46:36.489Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T09:46:36.489Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T09:46:36.745Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T09:46:38.630Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T09:46:39.554Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T09:46:40.916Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T09:46:40.916Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-18T09:46:41.842Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-18T09:46:42.768Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T09:46:43.693Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T09:46:48.927Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T09:46:48.927Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T09:46:50.289Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-18T09:46:51.649Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-18T09:46:54.160Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-18T09:46:54.160Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite (305.80s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (12.11s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.19s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.37s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.90s) [2021-02-18T09:46:58.318Z] docker_cli_daemon_test.go:1455: [df5d0f98911b0] daemon is not started [2021-02-18T09:46:58.318Z] check_test.go:309: [d190ba120298c] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.43s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.89s) [2021-02-18T09:46:58.318Z] check_test.go:309: [dd1d835efaf01] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.61s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.89s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.49s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.33s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.40s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.39s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.32s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.34s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-18T09:46:58.318Z] check_test.go:309: [d417691beef22] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-18T09:46:58.318Z] check_test.go:309: [de7cbdfda34d7] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.16s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2021-02-18T09:46:58.318Z] check_test.go:309: [d9eedae0b2b29] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.50s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.38s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.62s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.24s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-18T09:46:58.318Z] check_test.go:309: [da7c6edbdb3c5] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.69s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.67s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.63s) [2021-02-18T09:46:58.318Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-02-18T09:46:58.318Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T09:46:58.318Z] check_test.go:309: [d731163b21c64] daemon is not started [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.88s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.90s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.26s) [2021-02-18T09:46:58.318Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.53s) [2021-02-18T09:46:58.318Z] check_test.go:309: [d06b47734fbc7] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.51s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-02-18T09:46:58.319Z] check_test.go:309: [d9c7a9b310325] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (2.87s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_plugins_test.go:79: [d817e3e3df528] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (2.94s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_plugins_test.go:169: [dbeb5027198c8] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.08s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-02-18T09:46:58.319Z] check_test.go:309: [da7ea3d58ebd0] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.61s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.49s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.31s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.57s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.39s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.44s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.73s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.69s) [2021-02-18T09:46:58.319Z] check_test.go:309: [dbdc56aef9429] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.94s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.33s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.08s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.23s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.59s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.17s) [2021-02-18T09:46:58.319Z] check_test.go:309: [d9326b708137f] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.30s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.99s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.89s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.74s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.94s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.51s) [2021-02-18T09:46:58.319Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T09:46:58.319Z] check_test.go:309: [d2caa03b05edb] daemon is not started [2021-02-18T09:46:58.319Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T09:46:58.319Z] check_test.go:309: [db179dd28691b] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.84s) [2021-02-18T09:46:58.319Z] check_test.go:309: [da712f19b4ba3] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.13s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.59s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.61s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.12s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.03s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.41s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.11s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.04s) [2021-02-18T09:46:58.319Z] check_test.go:309: [df1163d2f3f38] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.75s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (2.69s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.28s) [2021-02-18T09:46:58.319Z] check_test.go:309: [dba56e9ea4683] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.28s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.14s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.80s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.35s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-18T09:46:58.319Z] check_test.go:309: [d7c9aed527a7f] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.04s) [2021-02-18T09:46:58.319Z] check_test.go:309: [d1df3bc94668d] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.31s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.40s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-02-18T09:46:58.319Z] check_test.go:309: [dacb0304bc94b] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.28s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.38s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.35s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2021-02-18T09:46:58.319Z] check_test.go:309: [d2936e4869206] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.69s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.64s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.27s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.69s) [2021-02-18T09:46:58.319Z] check_test.go:309: [debe3488ada4f] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.55s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.28s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-02-18T09:46:58.319Z] check_test.go:309: [d706d7b1a9fad] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.43s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.23s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (2.68s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.99s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.23s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.77s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.62s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.61s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.47s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.91s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.92s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.51s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.02s) [2021-02-18T09:46:58.319Z] docker_cli_daemon_test.go:2550: [d74453e3bcd72] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.46s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.00s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.42s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.30s) [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.06s) [2021-02-18T09:46:58.319Z] check_test.go:309: [df59f3840fcc7] daemon is not started [2021-02-18T09:46:58.319Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (3.84s) [2021-02-18T09:46:58.319Z] === RUN TestDockerSwarmSuite [2021-02-18T09:46:58.319Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-18T09:47:00.828Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-18T09:47:04.087Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-18T09:47:05.011Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T09:47:06.373Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T09:47:07.734Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-18T09:47:10.287Z] --- PASS: TestBuildWithHugeFile (40.28s) [2021-02-18T09:47:10.287Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T09:47:10.287Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:47:10.287Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:47:10.287Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:47:10.287Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:47:10.287Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:47:10.287Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:47:10.287Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:47:10.287Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:47:10.287Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:47:10.287Z] --- PASS: TestBuildWithEmptyDockerfile (0.27s) [2021-02-18T09:47:10.287Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-02-18T09:47:10.287Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-18T09:47:10.287Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2021-02-18T09:47:10.287Z] === RUN TestBuildPreserveOwnership [2021-02-18T09:47:10.287Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T09:47:10.287Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T09:47:10.287Z] --- PASS: TestBuildPreserveOwnership (6.06s) [2021-02-18T09:47:10.287Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.00s) [2021-02-18T09:47:10.287Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s) [2021-02-18T09:47:10.287Z] === RUN TestBuildPlatformInvalid [2021-02-18T09:47:10.287Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2021-02-18T09:47:10.287Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T09:47:12.520Z] ..........................xx.................... [ 29%] [2021-02-18T09:47:14.260Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-18T09:47:14.260Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T09:47:14.260Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T09:47:14.514Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T09:47:15.438Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T09:47:15.438Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T09:47:15.693Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T09:47:20.928Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-18T09:47:21.488Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-18T09:47:22.550Z] Loaded image: buildpack-deps:buster [2021-02-18T09:47:22.811Z] Loaded image: busybox:latest [2021-02-18T09:47:23.072Z] Loaded image: busybox:glibc [2021-02-18T09:47:23.998Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T09:47:23.998Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-18T09:47:24.559Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T09:47:24.814Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-18T09:47:24.990Z] Loaded image: debian:bullseye [2021-02-18T09:47:24.990Z] Loaded image: hello-world:latest [2021-02-18T09:47:25.069Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T09:47:25.252Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:47:25.628Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T09:47:25.883Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T09:47:27.768Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T09:47:29.129Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-18T09:47:29.188Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-18T09:47:30.489Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T09:47:31.414Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T09:47:31.670Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T09:47:32.595Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T09:47:34.478Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T09:47:35.038Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T09:47:35.038Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T09:47:35.258Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.67s) [2021-02-18T09:47:35.258Z] PASS [2021-02-18T09:47:35.258Z] [2021-02-18T09:47:35.259Z] === Skipped [2021-02-18T09:47:35.259Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-18T09:47:35.259Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:47:35.259Z] [2021-02-18T09:47:35.259Z] [2021-02-18T09:47:35.259Z] DONE 33 tests, 1 skipped in 116.394s [2021-02-18T09:47:35.259Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T09:47:35.259Z] ++ 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-02-18T09:47:35.259Z] ++ set -e [2021-02-18T09:47:35.259Z] ++ '[' -n 0 ']' [2021-02-18T09:47:35.259Z] ++ set -x [2021-02-18T09:47:35.259Z] ++ 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-02-18T09:47:35.259Z] INFO: Testing against a local daemon [2021-02-18T09:47:35.259Z] === RUN TestConfigInspect [2021-02-18T09:47:36.658Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-18T09:47:36.922Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T09:47:37.173Z] --- PASS: TestConfigInspect (2.86s) [2021-02-18T09:47:37.173Z] === RUN TestConfigList [2021-02-18T09:47:37.482Z] --- PASS: TestImportExtremelyLargeImageWorks (104.61s) [2021-02-18T09:47:37.482Z] PASS [2021-02-18T09:47:37.482Z] [2021-02-18T09:47:37.482Z] DONE 12 tests in 107.513s [2021-02-18T09:47:37.482Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:47:37.482Z] ++ 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-02-18T09:47:37.482Z] ++ set -e [2021-02-18T09:47:37.482Z] ++ '[' -n 0 ']' [2021-02-18T09:47:37.482Z] ++ set -x [2021-02-18T09:47:37.482Z] ++ 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-02-18T09:47:37.482Z] INFO: Testing against a local daemon [2021-02-18T09:47:37.482Z] === RUN TestNetworkCreateDelete [2021-02-18T09:47:37.737Z] --- PASS: TestNetworkCreateDelete (0.19s) [2021-02-18T09:47:37.737Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:47:38.295Z] --- PASS: TestDockerNetworkDeletePreferID (0.64s) [2021-02-18T09:47:38.295Z] === RUN TestDaemonDNSFallback [2021-02-18T09:47:38.855Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T09:47:40.215Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T09:47:40.477Z] --- PASS: TestConfigList (3.26s) [2021-02-18T09:47:40.477Z] === RUN TestConfigsCreateAndDelete [2021-02-18T09:47:40.739Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-18T09:47:42.723Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T09:47:43.282Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T09:47:43.780Z] --- PASS: TestConfigsCreateAndDelete (3.27s) [2021-02-18T09:47:43.780Z] === RUN TestConfigsUpdate [2021-02-18T09:47:43.845Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T09:47:44.113Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T09:47:44.369Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T09:47:44.369Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T09:47:44.935Z] --- PASS: TestDaemonDNSFallback (6.52s) [2021-02-18T09:47:44.935Z] === RUN TestInspectNetwork [2021-02-18T09:47:45.196Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T09:47:45.787Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T09:47:45.787Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T09:47:46.368Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T09:47:46.368Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T09:47:46.965Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T09:47:47.083Z] --- PASS: TestConfigsUpdate (3.24s) [2021-02-18T09:47:47.083Z] === RUN TestTemplatedConfig [2021-02-18T09:47:47.524Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T09:47:47.779Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-18T09:47:47.779Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-18T09:47:48.338Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:47:48.338Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:47:48.338Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:47:48.338Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:47:49.701Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T09:47:50.386Z] --- PASS: TestTemplatedConfig (3.49s) [2021-02-18T09:47:50.386Z] === RUN TestConfigCreateResolve [2021-02-18T09:47:53.687Z] --- PASS: TestConfigCreateResolve (3.27s) [2021-02-18T09:47:53.687Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T09:47:53.857Z] --- PASS: TestInspectNetwork (8.24s) [2021-02-18T09:47:53.857Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:47:53.857Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:47:53.857Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:47:53.857Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:47:53.857Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:47:53.948Z] --- PASS: TestConfigDaemonLibtrustID (0.69s) [2021-02-18T09:47:53.948Z] PASS [2021-02-18T09:47:53.948Z] [2021-02-18T09:47:53.948Z] DONE 7 tests in 20.239s [2021-02-18T09:47:53.948Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T09:47:53.948Z] ++ 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-02-18T09:47:53.948Z] ++ set -e [2021-02-18T09:47:53.948Z] ++ '[' -n 0 ']' [2021-02-18T09:47:53.948Z] ++ set -x [2021-02-18T09:47:53.948Z] ++ 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-02-18T09:47:54.209Z] INFO: Testing against a local daemon [2021-02-18T09:47:54.209Z] === RUN TestCheckpoint [2021-02-18T09:47:54.209Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T09:47:54.209Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:47:54.209Z] === RUN TestContainerInvalidJSON [2021-02-18T09:47:54.209Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:47:54.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:47:54.209Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:47:54.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:47:54.209Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:47:54.209Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:47:54.209Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:47:54.209Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:47:54.209Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:47:54.209Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-18T09:47:54.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T09:47:54.209Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T09:47:54.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T09:47:54.209Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T09:47:54.416Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T09:47:54.469Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2021-02-18T09:47:54.469Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T09:47:54.469Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2021-02-18T09:47:54.469Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T09:47:54.731Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-18T09:47:54.731Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T09:47:54.731Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2021-02-18T09:47:54.731Z] === RUN TestCopyFromContainer [2021-02-18T09:47:54.976Z] --- PASS: TestRunContainerWithBridgeNone (1.68s) [2021-02-18T09:47:54.976Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:47:54.976Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:47:54.976Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:47:54.976Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:47:54.976Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:47:54.976Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:47:54.976Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:47:54.976Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:47:54.976Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:47:54.976Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:47:54.976Z] === RUN TestNetworkList [2021-02-18T09:47:54.976Z] === RUN TestNetworkList//networks [2021-02-18T09:47:54.976Z] === PAUSE TestNetworkList//networks [2021-02-18T09:47:54.976Z] === RUN TestNetworkList//networks/ [2021-02-18T09:47:54.976Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:47:54.976Z] === CONT TestNetworkList//networks [2021-02-18T09:47:54.976Z] === CONT TestNetworkList//networks/ [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkList (0.01s) [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:47:54.976Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:47:54.976Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:47:55.536Z] --- PASS: TestHostIPv4BridgeLabel (0.64s) [2021-02-18T09:47:55.536Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:47:56.459Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-02-18T09:47:56.459Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:47:56.650Z] === RUN TestCopyFromContainer// [2021-02-18T09:47:56.911Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T09:47:56.911Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T09:47:56.911Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T09:47:57.173Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T09:47:57.173Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T09:47:57.383Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T09:47:57.383Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T09:47:57.383Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T09:47:57.383Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T09:47:57.383Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-02-18T09:47:57.383Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:47:57.383Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T09:47:57.434Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T09:47:57.434Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T09:47:57.638Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T09:47:57.696Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T09:47:57.696Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T09:47:57.696Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer (3.10s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-02-18T09:47:57.958Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-18T09:47:57.958Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T09:47:57.958Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:47:57.958Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:47:57.958Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:47:57.958Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:47:57.958Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:47:57.958Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:47:57.958Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:47:57.958Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:47:57.958Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:47:57.958Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T09:47:57.958Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T09:47:57.958Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-18T09:47:57.958Z] === RUN TestCreateWithInvalidEnv [2021-02-18T09:47:57.958Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T09:47:57.958Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T09:47:57.958Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T09:47:57.958Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T09:47:57.958Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T09:47:57.958Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T09:47:57.958Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T09:47:57.958Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T09:47:57.958Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T09:47:57.958Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T09:47:57.958Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T09:47:57.958Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T09:47:57.958Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-02-18T09:47:57.958Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T09:47:58.562Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2021-02-18T09:47:58.562Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:47:58.562Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T09:47:59.923Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T09:47:59.923Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-02-18T09:47:59.923Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:48:00.505Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2021-02-18T09:48:00.505Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T09:48:00.847Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.70s) [2021-02-18T09:48:00.847Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:48:02.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:48:02.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:48:02.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:48:02.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:48:02.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:48:02.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:48:02.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:48:02.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:48:02.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:48:02.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:48:02.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2021-02-18T09:48:02.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-18T09:48:02.420Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T09:48:02.730Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T09:48:03.290Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T09:48:03.363Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2021-02-18T09:48:03.363Z] === RUN TestCreateDifferentPlatform [2021-02-18T09:48:03.363Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T09:48:03.363Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T09:48:03.363Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-18T09:48:03.363Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T09:48:03.363Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T09:48:03.363Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T09:48:03.363Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-02-18T09:48:03.363Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T09:48:03.363Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2021-02-18T09:48:03.363Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T09:48:03.363Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T09:48:03.363Z] === RUN TestDaemonRestartIpcMode [2021-02-18T09:48:03.363Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T09:48:03.363Z] === RUN TestDaemonHostGatewayIP [2021-02-18T09:48:03.363Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T09:48:03.363Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T09:48:03.363Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T09:48:03.363Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T09:48:03.363Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T09:48:03.363Z] === RUN TestDiff [2021-02-18T09:48:03.544Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T09:48:04.309Z] --- PASS: TestDiff (0.72s) [2021-02-18T09:48:04.309Z] === RUN TestExecWithCloseStdin [2021-02-18T09:48:04.467Z] --- PASS: TestServiceWithPredefinedNetwork (3.71s) [2021-02-18T09:48:04.467Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:48:04.467Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:48:04.467Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:48:04.467Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:48:05.252Z] --- PASS: TestExecWithCloseStdin (0.87s) [2021-02-18T09:48:05.252Z] === RUN TestExec [2021-02-18T09:48:05.609Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-18T09:48:05.824Z] --- PASS: TestExec (0.85s) [2021-02-18T09:48:05.824Z] === RUN TestExecUser [2021-02-18T09:48:06.768Z] --- PASS: TestExecUser (0.83s) [2021-02-18T09:48:06.768Z] === RUN TestExportContainerAndImportImage [2021-02-18T09:48:07.352Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-18T09:48:07.712Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2021-02-18T09:48:07.712Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T09:48:09.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-18T09:48:09.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-18T09:48:10.260Z] --- PASS: TestExportContainerAfterDaemonRestart (2.08s) [2021-02-18T09:48:10.260Z] === RUN TestHealthCheckWorkdir [2021-02-18T09:48:10.833Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2021-02-18T09:48:10.833Z] === RUN TestHealthKillContainer [2021-02-18T09:48:11.317Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T09:48:12.042Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-18T09:48:14.134Z] --- PASS: TestHealthKillContainer (2.81s) [2021-02-18T09:48:14.134Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T09:48:14.396Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2021-02-18T09:48:14.396Z] === RUN TestIpcModeNone [2021-02-18T09:48:14.573Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T09:48:15.339Z] --- PASS: TestIpcModeNone (0.81s) [2021-02-18T09:48:15.339Z] === RUN TestIpcModePrivate [2021-02-18T09:48:15.911Z] --- PASS: TestIpcModePrivate (0.82s) [2021-02-18T09:48:15.911Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-02-18T09:48:15.911Z] === RUN TestIpcModeShareable [2021-02-18T09:48:15.934Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-18T09:48:16.855Z] --- PASS: TestIpcModeShareable (0.86s) [2021-02-18T09:48:16.855Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-02-18T09:48:16.855Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T09:48:17.294Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T09:48:17.294Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-18T09:48:19.403Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.57s) [2021-02-18T09:48:19.403Z] === RUN TestAPIIpcModeHost [2021-02-18T09:48:19.975Z] --- PASS: TestAPIIpcModeHost (0.64s) [2021-02-18T09:48:19.975Z] === RUN TestDaemonIpcModeShareable [2021-02-18T09:48:21.451Z] --- PASS: TestServiceWithDataPathPortInit (16.91s) [2021-02-18T09:48:21.451Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:48:21.451Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T09:48:21.705Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T09:48:21.891Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2021-02-18T09:48:21.891Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-18T09:48:21.891Z] === RUN TestDaemonIpcModePrivate [2021-02-18T09:48:23.588Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T09:48:23.588Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-18T09:48:23.808Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2021-02-18T09:48:23.808Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-18T09:48:23.808Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T09:48:24.951Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T09:48:25.206Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T09:48:25.725Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2021-02-18T09:48:25.725Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-18T09:48:25.725Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T09:48:26.129Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T09:48:26.689Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T09:48:26.769Z] ......................... [ 67%] [2021-02-18T09:48:27.641Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2021-02-18T09:48:27.641Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-18T09:48:27.641Z] === RUN TestIpcModeOlderClient [2021-02-18T09:48:27.641Z] === PAUSE TestIpcModeOlderClient [2021-02-18T09:48:27.641Z] === RUN TestKillContainerInvalidSignal [2021-02-18T09:48:28.048Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T09:48:28.213Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2021-02-18T09:48:28.213Z] === RUN TestKillContainer [2021-02-18T09:48:28.213Z] === RUN TestKillContainer/no_signal [2021-02-18T09:48:28.303Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T09:48:28.303Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T09:48:28.559Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T09:48:28.814Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T09:48:29.156Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T09:48:29.373Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T09:48:29.373Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.18s) [2021-02-18T09:48:29.373Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:np9ntc3kwhdsopmqfwoad4n3g Created:2021-02-18 09:48:22.570308716 +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[25a0b855501bc60600c2933817fdd6c9b243f72e7d7e2bbbaae689897eae4cbd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hkfus0jmn8dvyl5dem2rupv0c EndpointID:3ba344bdab9b510ebd70265ea81abdd0f16ae0387d1fee750d8f764e10027a0a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7e595e404969667b121c085ecbb7f532dc551099da06334f75bdba25cf85e5bf 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:e45dded39d74 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hkfus0jmn8dvyl5dem2rupv0c EndpointID:3ba344bdab9b510ebd70265ea81abdd0f16ae0387d1fee750d8f764e10027a0a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:48:29.373Z] PASS [2021-02-18T09:48:29.373Z] [2021-02-18T09:48:29.373Z] === Skipped [2021-02-18T09:48:29.373Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:48:29.373Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:48:29.373Z] [2021-02-18T09:48:29.373Z] [2021-02-18T09:48:29.373Z] DONE 26 tests, 1 skipped in 51.905s [2021-02-18T09:48:29.373Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:48:29.373Z] ++ 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-02-18T09:48:29.373Z] ++ set -e [2021-02-18T09:48:29.373Z] ++ '[' -n 0 ']' [2021-02-18T09:48:29.373Z] ++ set -x [2021-02-18T09:48:29.373Z] ++ 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-02-18T09:48:29.417Z] === RUN TestKillContainer/killing_signal [2021-02-18T09:48:29.628Z] INFO: Testing against a local daemon [2021-02-18T09:48:29.628Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:48:29.628Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:48:29.628Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:48:29.628Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:48:29.628Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:48:29.628Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:48:29.628Z] PASS [2021-02-18T09:48:29.628Z] [2021-02-18T09:48:29.628Z] === Skipped [2021-02-18T09:48:29.628Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:48:29.628Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:48:29.628Z] [2021-02-18T09:48:29.628Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:48:29.628Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:48:29.628Z] [2021-02-18T09:48:29.628Z] [2021-02-18T09:48:29.628Z] DONE 2 tests, 2 skipped in 0.053s [2021-02-18T09:48:29.628Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:48:29.628Z] ++ 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-02-18T09:48:29.628Z] ++ set -e [2021-02-18T09:48:29.628Z] ++ '[' -n 0 ']' [2021-02-18T09:48:29.628Z] ++ set -x [2021-02-18T09:48:29.628Z] ++ 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-02-18T09:48:29.628Z] INFO: Testing against a local daemon [2021-02-18T09:48:29.628Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:48:30.360Z] --- PASS: TestKillContainer (2.33s) [2021-02-18T09:48:30.360Z] --- PASS: TestKillContainer/no_signal (0.78s) [2021-02-18T09:48:30.360Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2021-02-18T09:48:30.360Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2021-02-18T09:48:30.360Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T09:48:30.360Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T09:48:30.987Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T09:48:30.987Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2021-02-18T09:48:30.987Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:48:31.242Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-18T09:48:31.303Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T09:48:31.497Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T09:48:31.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s) [2021-02-18T09:48:31.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2021-02-18T09:48:31.875Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2021-02-18T09:48:31.875Z] === RUN TestKillStoppedContainer [2021-02-18T09:48:32.136Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-18T09:48:32.136Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T09:48:32.136Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-18T09:48:32.136Z] === RUN TestKillDifferentUserContainer [2021-02-18T09:48:32.421Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:48:32.980Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:48:33.080Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2021-02-18T09:48:33.080Z] === RUN TestInspectOomKilledTrue [2021-02-18T09:48:33.080Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T09:48:33.080Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:48:33.080Z] === RUN TestInspectOomKilledFalse [2021-02-18T09:48:33.080Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T09:48:33.080Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:48:33.080Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T09:48:33.236Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-18T09:48:33.651Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2021-02-18T09:48:33.651Z] === RUN TestLinksContainerNames [2021-02-18T09:48:34.595Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T09:48:35.519Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:48:35.566Z] --- PASS: TestLinksContainerNames (1.56s) [2021-02-18T09:48:35.566Z] === RUN TestLogsFollowTailEmpty [2021-02-18T09:48:36.139Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2021-02-18T09:48:36.139Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T09:48:36.442Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T09:48:36.712Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/default [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/private [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/slave [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/shared [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/default [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/shared [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:48:36.712Z] === CONT TestMountDaemonRoot/private [2021-02-18T09:48:36.712Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T09:48:36.712Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/slave [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T09:48:36.713Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:48:36.713Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:48:36.713Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T09:48:36.974Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:48:37.235Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:48:37.235Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T09:48:37.235Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:48:37.235Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-18T09:48:37.235Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-18T09:48:37.235Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T09:48:37.367Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T09:48:37.367Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:48:38.290Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T09:48:38.545Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T09:48:39.782Z] --- PASS: TestContainerBindMountNonRecursive (2.25s) [2021-02-18T09:48:39.782Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T09:48:40.354Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2021-02-18T09:48:40.354Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T09:48:40.927Z] --- PASS: TestContainerVolumesMountedAsSlave (0.60s) [2021-02-18T09:48:40.927Z] === RUN TestNetworkNat [2021-02-18T09:48:41.803Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:48:41.803Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T09:48:41.870Z] --- PASS: TestNetworkNat (0.88s) [2021-02-18T09:48:41.870Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan (11.62s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.00s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.99s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.63s) [2021-02-18T09:48:42.363Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s) [2021-02-18T09:48:42.363Z] PASS [2021-02-18T09:48:42.363Z] [2021-02-18T09:48:42.363Z] DONE 8 tests in 12.936s [2021-02-18T09:48:42.363Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:48:42.363Z] ++ 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-02-18T09:48:42.363Z] ++ set -e [2021-02-18T09:48:42.363Z] ++ '[' -n 0 ']' [2021-02-18T09:48:42.363Z] ++ set -x [2021-02-18T09:48:42.363Z] ++ 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-02-18T09:48:42.363Z] testing: warning: no tests to run [2021-02-18T09:48:42.363Z] PASS [2021-02-18T09:48:42.363Z] [2021-02-18T09:48:42.363Z] DONE 0 tests in 0.005s [2021-02-18T09:48:42.363Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:48:42.363Z] ++ 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-02-18T09:48:42.363Z] ++ set -e [2021-02-18T09:48:42.363Z] ++ '[' -n 0 ']' [2021-02-18T09:48:42.363Z] ++ set -x [2021-02-18T09:48:42.363Z] ++ 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-02-18T09:48:42.442Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2021-02-18T09:48:42.442Z] === RUN TestNetworkLoopbackNat [2021-02-18T09:48:42.618Z] INFO: Testing against a local daemon [2021-02-18T09:48:42.618Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:48:43.542Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T09:48:43.796Z] --- PASS: TestAuthZPluginAllowRequest (1.29s) [2021-02-18T09:48:43.796Z] === RUN TestAuthZPluginTLS [2021-02-18T09:48:44.051Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T09:48:44.305Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-18T09:48:44.305Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:48:44.560Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T09:48:44.814Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-02-18T09:48:44.814Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:48:45.373Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-18T09:48:45.373Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:48:45.744Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-02-18T09:48:45.744Z] === RUN TestPause [2021-02-18T09:48:45.933Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-18T09:48:45.933Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:48:46.687Z] --- PASS: TestPause (0.79s) [2021-02-18T09:48:46.687Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T09:48:46.687Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:48:46.687Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:48:46.687Z] === RUN TestPauseStopPausedContainer [2021-02-18T09:48:47.258Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2021-02-18T09:48:47.258Z] === RUN TestPsFilter [2021-02-18T09:48:47.293Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2021-02-18T09:48:47.293Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:48:47.519Z] --- PASS: TestPsFilter (0.26s) [2021-02-18T09:48:47.519Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T09:48:47.853Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-02-18T09:48:47.853Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:48:48.412Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-02-18T09:48:48.412Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:48:48.465Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2021-02-18T09:48:48.465Z] === RUN TestRemoveContainerWithVolume [2021-02-18T09:48:48.970Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-02-18T09:48:48.970Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:48:49.039Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2021-02-18T09:48:49.039Z] === RUN TestRemoveContainerRunning [2021-02-18T09:48:49.985Z] --- PASS: TestRemoveContainerRunning (0.79s) [2021-02-18T09:48:49.985Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T09:48:50.558Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2021-02-18T09:48:50.558Z] === RUN TestRemoveInvalidContainer [2021-02-18T09:48:50.558Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T09:48:50.558Z] === RUN TestRenameLinkedContainer [2021-02-18T09:48:50.852Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.67s) [2021-02-18T09:48:50.852Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:48:51.412Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T09:48:51.971Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.52s) [2021-02-18T09:48:51.971Z] === RUN TestAuthZPluginHeader [2021-02-18T09:48:52.895Z] --- PASS: TestAuthZPluginHeader (0.72s) [2021-02-18T09:48:52.895Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:48:53.868Z] --- PASS: TestRenameLinkedContainer (3.03s) [2021-02-18T09:48:53.868Z] === RUN TestRenameStoppedContainer [2021-02-18T09:48:54.254Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-18T09:48:54.442Z] --- PASS: TestRenameStoppedContainer (0.77s) [2021-02-18T09:48:54.442Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:48:55.614Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T09:48:56.374Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2021-02-18T09:48:56.374Z] === RUN TestRenameInvalidName [2021-02-18T09:48:56.538Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.71s) [2021-02-18T09:48:56.538Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:48:56.967Z] --- PASS: TestRenameInvalidName (0.76s) [2021-02-18T09:48:56.967Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:48:58.422Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T09:48:58.422Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-18T09:48:58.981Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T09:48:59.541Z] --- PASS: TestAuthZPluginV2Disable (2.94s) [2021-02-18T09:48:59.541Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:49:00.101Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T09:49:00.356Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T09:49:00.915Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T09:49:01.212Z] --- PASS: TestRenameAnonymousContainer (4.02s) [2021-02-18T09:49:01.212Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:49:01.473Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2021-02-18T09:49:01.473Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:49:01.840Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T09:49:02.764Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.27s) [2021-02-18T09:49:02.764Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:49:02.764Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T09:49:03.392Z] --- PASS: TestRenameContainerWithLinkedContainer (1.54s) [2021-02-18T09:49:03.392Z] === RUN TestResize [2021-02-18T09:49:03.687Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T09:49:04.019Z] --- PASS: TestResize (0.77s) [2021-02-18T09:49:04.019Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:49:04.594Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-02-18T09:49:04.594Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:49:05.540Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:05.540Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:05.540Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:05.540Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:49:05.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:05.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:49:05.540Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:49:07.465Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:49:07.465Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:49:07.925Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T09:49:07.925Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T09:49:07.925Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T09:49:07.925Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T09:49:08.046Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:49:08.180Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T09:49:08.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:49:08.343Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-18T09:49:09.104Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T09:49:09.104Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T09:49:09.663Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T09:49:10.586Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (7.67s) [2021-02-18T09:49:10.586Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:49:10.867Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:49:10.867Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:10.867Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:49:11.130Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:49:13.095Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T09:49:13.349Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.69s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.53s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.90s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.72s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.48s) [2021-02-18T09:49:13.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s) [2021-02-18T09:49:13.684Z] === RUN TestCgroupNamespacesRun [2021-02-18T09:49:14.272Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T09:49:14.527Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T09:49:15.086Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T09:49:15.603Z] --- PASS: TestCgroupNamespacesRun (1.80s) [2021-02-18T09:49:15.603Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T09:49:16.010Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T09:49:16.996Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2021-02-18T09:49:16.996Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T09:49:17.370Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T09:49:18.917Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2021-02-18T09:49:18.917Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T09:49:20.628Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T09:49:20.835Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2021-02-18T09:49:20.835Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T09:49:22.223Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2021-02-18T09:49:22.223Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T09:49:23.171Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-18T09:49:24.144Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2021-02-18T09:49:24.144Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T09:49:25.056Z] tests/integration/client_test.py ..... [ 75%] [2021-02-18T09:49:25.089Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2021-02-18T09:49:25.089Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T09:49:25.311Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-18T09:49:25.566Z] tests/integration/errors_test.py . [ 76%] [2021-02-18T09:49:27.011Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2021-02-18T09:49:27.011Z] === RUN TestKernelTCPMemory [2021-02-18T09:49:27.018Z] Running on azwin-2-6af1d0 in d:\jenkins\workspace\moby_PR-41976 [Pipeline] { [Pipeline] ws [2021-02-18T09:49:27.032Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-02-18T09:49:27.123Z] The recommended git tool is: git [2021-02-18T09:49:27.150Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2021-02-18T09:49:27.150Z] PASS [2021-02-18T09:49:27.150Z] [2021-02-18T09:49:27.150Z] DONE 17 tests in 44.451s [2021-02-18T09:49:27.150Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:49:27.150Z] ++ 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-02-18T09:49:27.150Z] ++ set -e [2021-02-18T09:49:27.150Z] ++ '[' -n 0 ']' [2021-02-18T09:49:27.150Z] ++ set -x [2021-02-18T09:49:27.150Z] ++ 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-02-18T09:49:27.150Z] INFO: Testing against a local daemon [2021-02-18T09:49:27.150Z] === RUN TestPluginInvalidJSON [2021-02-18T09:49:27.150Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:49:27.150Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:49:27.150Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:49:27.150Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-02-18T09:49:27.150Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T09:49:27.150Z] === RUN TestPluginInstall [2021-02-18T09:49:27.150Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:49:27.339Z] using credential docker-jenkins-github-credentials [2021-02-18T09:49:27.414Z] Cloning the remote Git repository [2021-02-18T09:49:27.414Z] Cloning with configured refspecs honoured and without tags [2021-02-18T09:49:27.585Z] --- PASS: TestKernelTCPMemory (0.86s) [2021-02-18T09:49:27.585Z] === RUN TestNISDomainname [2021-02-18T09:49:28.075Z] time="2021-02-18T09:49:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:28.075Z] time="2021-02-18T09:49:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b21464149272959eb1701097f373d85e7bb655947d99161d3b58968a8663fde2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:28.075Z] time="2021-02-18T09:49:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:28.075Z] time="2021-02-18T09:49:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b21464149272959eb1701097f373d85e7bb655947d99161d3b58968a8663fde2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:27.446Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T09:49:27.447Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-18T09:49:27.496Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:49:27.496Z] > git --version # timeout=10 [2021-02-18T09:49:27.535Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-18T09:49:27.535Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:49:27.536Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:49:28.329Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:49:28.531Z] --- PASS: TestNISDomainname (0.94s) [2021-02-18T09:49:28.531Z] === RUN TestHostnameDnsResolution [2021-02-18T09:49:28.889Z] time="2021-02-18T09:49:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:28.889Z] time="2021-02-18T09:49:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1b324f189e5c7afe3cb69a64133269c0d0e2022ebc75e907b1efafa31cd5398" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:28.889Z] time="2021-02-18T09:49:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:28.889Z] time="2021-02-18T09:49:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1b324f189e5c7afe3cb69a64133269c0d0e2022ebc75e907b1efafa31cd5398" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:28.889Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:49:29.813Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-18T09:49:30.068Z] time="2021-02-18T09:49:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:30.068Z] time="2021-02-18T09:49:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9e9fa7b1235c1d72303972bba62a58123fb3f377c3e7c373ac1ca0210d0e4d1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:30.068Z] time="2021-02-18T09:49:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:49:30.068Z] time="2021-02-18T09:49:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9e9fa7b1235c1d72303972bba62a58123fb3f377c3e7c373ac1ca0210d0e4d1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:49:30.323Z] --- PASS: TestPluginInstall (3.24s) [2021-02-18T09:49:30.323Z] --- PASS: TestPluginInstall/no_auth (1.27s) [2021-02-18T09:49:30.323Z] --- PASS: TestPluginInstall/with_htpasswd (0.73s) [2021-02-18T09:49:30.323Z] --- PASS: TestPluginInstall/with_insecure (1.24s) [2021-02-18T09:49:30.323Z] plugin_test.go:157: [d8e0bb68b8d0a] daemon is not started [2021-02-18T09:49:30.323Z] PASS [2021-02-18T09:49:30.323Z] [2021-02-18T09:49:30.323Z] DONE 6 tests in 3.287s [2021-02-18T09:49:30.323Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:49:30.323Z] ++ 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-02-18T09:49:30.323Z] ++ set -e [2021-02-18T09:49:30.323Z] ++ '[' -n 0 ']' [2021-02-18T09:49:30.323Z] ++ set -x [2021-02-18T09:49:30.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=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-02-18T09:49:30.323Z] INFO: Testing against a local daemon [2021-02-18T09:49:30.323Z] === RUN TestExternalGraphDriver [2021-02-18T09:49:30.323Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:49:30.451Z] --- PASS: TestHostnameDnsResolution (1.66s) [2021-02-18T09:49:30.451Z] === RUN TestStats [2021-02-18T09:49:31.683Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T09:49:32.241Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:49:32.800Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T09:49:32.801Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T09:49:32.999Z] --- PASS: TestStats (2.83s) [2021-02-18T09:49:32.999Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:49:32.999Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T09:49:32.999Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T09:49:32.999Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T09:49:32.999Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T09:49:32.999Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T09:49:32.999Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T09:49:32.999Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T09:49:32.999Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T09:49:32.999Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T09:49:32.999Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T09:49:32.999Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T09:49:32.999Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T09:49:33.724Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T09:49:33.979Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:49:34.916Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T09:49:35.876Z] --- PASS: TestExternalGraphDriver (5.67s) [2021-02-18T09:49:35.876Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2021-02-18T09:49:35.876Z] --- PASS: TestExternalGraphDriver/spec (1.88s) [2021-02-18T09:49:35.876Z] --- PASS: TestExternalGraphDriver/pull (1.87s) [2021-02-18T09:49:35.876Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:49:35.876Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T09:49:35.876Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T09:49:36.157Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T09:49:36.157Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T09:49:36.157Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T09:49:36.312Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T09:49:36.312Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2021-02-18T09:49:36.312Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2021-02-18T09:49:36.312Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2021-02-18T09:49:36.312Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2021-02-18T09:49:36.312Z] === RUN TestDeleteDevicemapper [2021-02-18T09:49:36.312Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T09:49:36.313Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:49:36.313Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:49:37.564Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T09:49:37.564Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T09:49:38.123Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T09:49:38.683Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T09:49:38.866Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s) [2021-02-18T09:49:38.866Z] === RUN TestUpdateMemory [2021-02-18T09:49:38.866Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T09:49:38.866Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:49:38.866Z] === RUN TestUpdateCPUQuota [2021-02-18T09:49:39.243Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T09:49:39.498Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T09:49:39.498Z] --- PASS: TestGraphdriverPluginV2 (3.61s) [2021-02-18T09:49:39.498Z] PASS [2021-02-18T09:49:39.498Z] [2021-02-18T09:49:39.498Z] DONE 5 tests in 9.315s [2021-02-18T09:49:39.498Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:49:39.498Z] ++ 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-02-18T09:49:39.498Z] ++ set -e [2021-02-18T09:49:39.498Z] ++ '[' -n 0 ']' [2021-02-18T09:49:39.498Z] ++ set -x [2021-02-18T09:49:39.498Z] ++ 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-02-18T09:49:39.498Z] INFO: Testing against a local daemon [2021-02-18T09:49:39.498Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:49:39.498Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:49:39.498Z] === RUN TestReadPluginNoRead [2021-02-18T09:49:39.498Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:49:39.498Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:49:39.498Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:49:39.498Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:49:39.498Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:49:39.498Z] === CONT TestReadPluginNoRead [2021-02-18T09:49:39.810Z] --- PASS: TestUpdateCPUQuota (1.29s) [2021-02-18T09:49:39.810Z] === RUN TestUpdatePidsLimit [2021-02-18T09:49:39.810Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T09:49:40.071Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T09:49:40.645Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T09:49:40.907Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T09:49:41.190Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:49:41.243Z] > git config --add remote.origin.fetch +refs/pull/41976/head:refs/remotes/origin/PR-41976 # timeout=10 [2021-02-18T09:49:41.292Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:49:41.480Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T09:49:41.511Z] Fetching without tags [2021-02-18T09:49:41.742Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T09:49:42.004Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T09:49:42.009Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T09:49:42.306Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:49:42.866Z] --- PASS: TestDaemonStartWithLogOpt (3.35s) [2021-02-18T09:49:42.880Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit 34446d0343339689832add03f1034c04cc3e529b [2021-02-18T09:49:41.424Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T09:49:41.543Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T09:49:41.543Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:49:41.545Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41976/head:refs/remotes/origin/PR-41976 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T09:49:42.912Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:49:42.954Z] > git checkout -f 34446d0343339689832add03f1034c04cc3e529b # timeout=10 [2021-02-18T09:49:43.121Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit (3.62s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2021-02-18T09:49:43.393Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2021-02-18T09:49:43.393Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:49:43.679Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:49:43.934Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T09:49:44.189Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T09:49:44.229Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-18T09:49:44.748Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T09:49:44.748Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T09:49:45.306Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:49:45.306Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T09:49:45.817Z] Merge succeeded, producing ab946452b00202792c43c951c158f76b251a4516 [2021-02-18T09:49:45.818Z] Checking out Revision ab946452b00202792c43c951c158f76b251a4516 (PR-41976) [2021-02-18T09:49:46.179Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T09:49:46.300Z] First time build. Skipping changelog. [2021-02-18T09:49:46.666Z] --- PASS: TestReadPluginNoRead (6.96s) [2021-02-18T09:49:46.666Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2021-02-18T09:49:46.666Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2021-02-18T09:49:46.667Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.44s) [2021-02-18T09:49:46.667Z] read_test.go:92: [d58da846be978] daemon is not started [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T09:49:45.340Z] > git remote # timeout=10 [2021-02-18T09:49:45.392Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T09:49:45.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T09:49:45.432Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T09:49:45.730Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-18T09:49:45.849Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T09:49:45.893Z] > git checkout -f ab946452b00202792c43c951c158f76b251a4516 # timeout=10 [2021-02-18T09:49:46.211Z] > git rev-list --no-walk 256092543ba4b40f3a0300a90d7ccfa72e26f256 # timeout=10 [2021-02-18T09:49:46.921Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T09:49:46.921Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T09:49:46.921Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T09:49:47.479Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T09:49:47.655Z] + docker version [2021-02-18T09:49:47.655Z] Client: Docker Engine - Enterprise [2021-02-18T09:49:47.655Z] Version: 19.03.12 [2021-02-18T09:49:47.655Z] API version: 1.40 [2021-02-18T09:49:47.655Z] Go version: go1.13.13 [2021-02-18T09:49:47.655Z] Git commit: 4306744 [2021-02-18T09:49:47.655Z] Built: 08/05/2020 19:27:53 [2021-02-18T09:49:47.655Z] OS/Arch: windows/amd64 [2021-02-18T09:49:47.655Z] Experimental: false [2021-02-18T09:49:47.655Z] [2021-02-18T09:49:47.655Z] Server: Docker Engine - Enterprise [2021-02-18T09:49:47.655Z] Engine: [2021-02-18T09:49:47.655Z] Version: 19.03.12 [2021-02-18T09:49:47.655Z] API version: 1.40 (minimum version 1.24) [2021-02-18T09:49:47.655Z] Go version: go1.13.13 [2021-02-18T09:49:47.655Z] Git commit: f295753ffd [2021-02-18T09:49:47.655Z] Built: 08/05/2020 19:26:41 [2021-02-18T09:49:47.655Z] OS/Arch: windows/amd64 [2021-02-18T09:49:47.655Z] Experimental: true [Pipeline] sh [2021-02-18T09:49:48.039Z] --- PASS: TestContinueAfterPluginCrash (8.48s) [2021-02-18T09:49:48.039Z] PASS [2021-02-18T09:49:48.039Z] [2021-02-18T09:49:48.039Z] DONE 6 tests in 8.528s [2021-02-18T09:49:48.039Z] 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-02-18T09:49:48.039Z] ++ 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-02-18T09:49:48.039Z] ++ set -e [2021-02-18T09:49:48.039Z] ++ '[' -n 0 ']' [2021-02-18T09:49:48.039Z] ++ set -x [2021-02-18T09:49:48.039Z] ++ 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-02-18T09:49:48.039Z] testing: warning: no tests to run [2021-02-18T09:49:48.039Z] PASS [2021-02-18T09:49:48.039Z] [2021-02-18T09:49:48.039Z] DONE 0 tests in 0.006s [2021-02-18T09:49:48.039Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:49:48.039Z] ++ 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-02-18T09:49:48.039Z] ++ set -e [2021-02-18T09:49:48.039Z] ++ '[' -n 0 ']' [2021-02-18T09:49:48.039Z] ++ set -x [2021-02-18T09:49:48.039Z] ++ 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-02-18T09:49:48.293Z] INFO: Testing against a local daemon [2021-02-18T09:49:48.293Z] === RUN TestPluginWithDevMounts [2021-02-18T09:49:48.293Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:49:48.293Z] === CONT TestPluginWithDevMounts [2021-02-18T09:49:48.293Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T09:49:48.696Z] + docker info [2021-02-18T09:49:48.852Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T09:49:49.776Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T09:49:49.776Z] --- PASS: TestPluginWithDevMounts (1.69s) [2021-02-18T09:49:49.776Z] PASS [2021-02-18T09:49:49.776Z] [2021-02-18T09:49:49.776Z] DONE 1 tests in 1.737s [2021-02-18T09:49:49.776Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:49:49.776Z] ++ 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-02-18T09:49:49.776Z] ++ set -e [2021-02-18T09:49:49.776Z] ++ '[' -n 0 ']' [2021-02-18T09:49:49.776Z] ++ set -x [2021-02-18T09:49:49.776Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-02-18T09:49:49.813Z] Client: [2021-02-18T09:49:49.813Z] Debug Mode: false [2021-02-18T09:49:49.813Z] Plugins: [2021-02-18T09:49:49.813Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T09:49:49.813Z] [2021-02-18T09:49:49.813Z] Server: [2021-02-18T09:49:49.813Z] Containers: 0 [2021-02-18T09:49:49.813Z] Running: 0 [2021-02-18T09:49:49.813Z] Paused: 0 [2021-02-18T09:49:49.813Z] Stopped: 0 [2021-02-18T09:49:49.813Z] Images: 10 [2021-02-18T09:49:49.813Z] Server Version: 19.03.12 [2021-02-18T09:49:49.813Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T09:49:49.813Z] Windows: [2021-02-18T09:49:49.813Z] LCOW: [2021-02-18T09:49:49.813Z] Logging Driver: json-file [2021-02-18T09:49:49.813Z] Plugins: [2021-02-18T09:49:49.813Z] Volume: local [2021-02-18T09:49:49.813Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T09:49:49.813Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T09:49:49.813Z] Swarm: inactive [2021-02-18T09:49:49.813Z] Default Isolation: process [2021-02-18T09:49:49.813Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T09:49:49.813Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T09:49:49.813Z] OSType: windows [2021-02-18T09:49:49.813Z] Architecture: x86_64 [2021-02-18T09:49:49.813Z] CPUs: 4 [2021-02-18T09:49:49.813Z] Total Memory: 32GiB [2021-02-18T09:49:49.813Z] Name: azwin-2-6af1d0 [2021-02-18T09:49:49.813Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T09:49:49.813Z] Docker Root Dir: D:\docker [2021-02-18T09:49:49.813Z] Debug Mode: false [2021-02-18T09:49:49.813Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:49:49.813Z] Labels: [2021-02-18T09:49:49.813Z] Experimental: true [2021-02-18T09:49:49.813Z] Insecure Registries: [2021-02-18T09:49:49.813Z] 10.0.0.4:5000 [2021-02-18T09:49:49.813Z] 127.0.0.0/8 [2021-02-18T09:49:49.813Z] Registry Mirrors: [2021-02-18T09:49:49.813Z] http://10.0.0.4:5000/ [2021-02-18T09:49:49.813Z] Live Restore Enabled: false [2021-02-18T09:49:49.813Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-18T09:49:50.031Z] INFO: Testing against a local daemon [2021-02-18T09:49:50.031Z] === RUN TestSecretInspect [2021-02-18T09:49:51.392Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T09:49:51.392Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-18T09:49:52.753Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T09:49:53.008Z] --- PASS: TestSecretInspect (3.13s) [2021-02-18T09:49:53.008Z] === RUN TestSecretList [2021-02-18T09:49:53.569Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T09:49:54.965Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T09:49:55.636Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2021-02-18T09:49:55.637Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:49:55.890Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T09:49:56.145Z] --- PASS: TestSecretList (3.09s) [2021-02-18T09:49:56.145Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:49:56.582Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2021-02-18T09:49:56.582Z] === RUN TestWaitNonBlocked [2021-02-18T09:49:56.582Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:49:56.582Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:49:56.582Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:49:56.582Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:49:56.582Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:49:56.582Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:49:57.504Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T09:49:57.529Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T09:49:57.529Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s) [2021-02-18T09:49:57.529Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2021-02-18T09:49:57.529Z] === RUN TestWaitBlocked [2021-02-18T09:49:57.529Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:49:57.529Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:49:57.529Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:49:57.529Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:49:57.529Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:49:57.529Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:49:57.759Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T09:49:58.014Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T09:49:58.918Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-18T09:49:58.918Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.99s) [2021-02-18T09:49:58.918Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2021-02-18T09:49:58.918Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T09:49:58.918Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T09:49:58.918Z] === CONT TestDaemonHostGatewayIP [2021-02-18T09:49:58.918Z] === CONT TestDaemonRestartIpcMode [2021-02-18T09:49:59.374Z] --- PASS: TestSecretsCreateAndDelete (2.93s) [2021-02-18T09:49:59.374Z] === RUN TestSecretsUpdate [2021-02-18T09:49:59.374Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T09:50:00.503Z] ......... [ 86%] [2021-02-18T09:50:00.735Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T09:50:00.735Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T09:50:01.295Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T09:50:01.854Z] --- PASS: TestSecretsUpdate (2.89s) [2021-02-18T09:50:01.854Z] === RUN TestTemplatedSecret [2021-02-18T09:50:02.108Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T09:50:02.237Z] --- PASS: TestContainerStartOnDaemonRestart (3.57s) [2021-02-18T09:50:02.237Z] === CONT TestIpcModeOlderClient [2021-02-18T09:50:02.237Z] --- PASS: TestIpcModeOlderClient (0.16s) [2021-02-18T09:50:02.237Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T09:50:02.669Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T09:50:02.819Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-18T09:50:02.819Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-012dc2e2\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-18T09:50:02.819Z] ---------------------------------------------------------------------------- [2021-02-18T09:50:02.819Z] [2021-02-18T09:50:02.819Z] INFO: executeCI.ps1 starting at Thu Feb 18 09:50:01 CUT 2021 [2021-02-18T09:50:02.819Z] [2021-02-18T09:50:02.819Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-18T09:50:02.819Z] INFO: Running git version 2.24.1.windows.2 [2021-02-18T09:50:02.819Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-18T09:50:02.819Z] INFO: Environment variables: [2021-02-18T09:50:02.819Z] [2021-02-18T09:50:02.819Z] Name Value [2021-02-18T09:50:02.819Z] ---- ----- [2021-02-18T09:50:02.819Z] ALLUSERSPROFILE C:\ProgramData [2021-02-18T09:50:02.819Z] amd64 true [2021-02-18T09:50:02.819Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-18T09:50:02.819Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-18T09:50:02.819Z] arm64 true [2021-02-18T09:50:02.819Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-18T09:50:02.819Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-18T09:50:02.819Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-18T09:50:02.819Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-18T09:50:02.819Z] BRANCH_NAME PR-41976 [2021-02-18T09:50:02.819Z] BUILD_DISPLAY_NAME #4 [2021-02-18T09:50:02.819Z] BUILD_ID 4 [2021-02-18T09:50:02.819Z] BUILD_NUMBER 4 [2021-02-18T09:50:02.819Z] BUILD_TAG jenkins-moby-PR-41976-4 [2021-02-18T09:50:02.819Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/4/ [2021-02-18T09:50:02.819Z] cgroup2 false [2021-02-18T09:50:02.819Z] CHANGE_AUTHOR thaJeztah [2021-02-18T09:50:02.819Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-18T09:50:02.819Z] CHANGE_BRANCH 20.10_backport_reuse [2021-02-18T09:50:02.819Z] CHANGE_FORK thaJeztah/docker [2021-02-18T09:50:02.819Z] CHANGE_ID 41976 [2021-02-18T09:50:02.819Z] CHANGE_TARGET 20.10 [2021-02-18T09:50:02.819Z] CHANGE_TITLE [20.10 backport] replace json.Unmarshal with NewFromJSON in Create [2021-02-18T09:50:02.819Z] CHANGE_URL https://github.com/moby/moby/pull/41976 [2021-02-18T09:50:02.819Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T09:50:02.819Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-18T09:50:02.819Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-18T09:50:02.819Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-18T09:50:02.819Z] COMPUTERNAME azwin-2-6af1d0 [2021-02-18T09:50:02.819Z] ComSpec C:\windows\system32\cmd.exe [2021-02-18T09:50:02.819Z] ConfigSequenceNumber 0 [2021-02-18T09:50:02.819Z] dco true [2021-02-18T09:50:02.819Z] DOCKER_BUILDKIT 0 [2021-02-18T09:50:02.819Z] DOCKER_DUT_DEBUG 1 [2021-02-18T09:50:02.819Z] DOCKER_EXPERIMENTAL 1 [2021-02-18T09:50:02.819Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-18T09:50:02.819Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-18T09:50:02.819Z] EXECUTOR_NUMBER 0 [2021-02-18T09:50:02.819Z] FQDN azwin-2-6af1d0.westus.cloudapp.azure.com [2021-02-18T09:50:02.819Z] GIT_BRANCH PR-41976 [2021-02-18T09:50:02.819Z] GIT_COMMIT 1cc1f634b2e103d170d0890c2aa93c4119182b85 [2021-02-18T09:50:02.819Z] GIT_PREVIOUS_COMMIT 256092543ba4b40f3a0300a90d7ccfa72e26f256 [2021-02-18T09:50:02.819Z] GIT_URL https://github.com/moby/moby.git [2021-02-18T09:50:02.819Z] HUDSON_COOKIE f43216e1-0f2f-4288-be9a-ee9f759e1d81 [2021-02-18T09:50:02.819Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-18T09:50:02.819Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-18T09:50:02.819Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-18T09:50:02.819Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-18T09:50:02.819Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-18T09:50:02.819Z] JENKINS_NODE_COOKIE b420112e-6fd8-4d20-a49f-37330b9d15a8 [2021-02-18T09:50:02.819Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-18T09:50:02.819Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-18T09:50:02.819Z] JOB_BASE_NAME PR-41976 [2021-02-18T09:50:02.819Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/display/redirect [2021-02-18T09:50:02.819Z] JOB_NAME moby/PR-41976 [2021-02-18T09:50:02.819Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/ [2021-02-18T09:50:02.819Z] library.jps.version master [2021-02-18T09:50:02.819Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-18T09:50:02.819Z] NODE_LABELS amd64 azure azwin-2-6af1d0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-18T09:50:02.819Z] NODE_NAME azwin-2-6af1d0 [2021-02-18T09:50:02.819Z] NUMBER_OF_PROCESSORS 4 [2021-02-18T09:50:02.819Z] OS Windows_NT [2021-02-18T09:50:02.819Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-18T09:50:02.819Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-18T09:50:02.819Z] ppc64le false [2021-02-18T09:50:02.819Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-18T09:50:02.819Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-18T09:50:02.819Z] PROCESSOR_LEVEL 6 [2021-02-18T09:50:02.819Z] PROCESSOR_REVISION 5504 [2021-02-18T09:50:02.819Z] ProgramData C:\ProgramData [2021-02-18T09:50:02.819Z] ProgramFiles C:\Program Files [2021-02-18T09:50:02.819Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-18T09:50:02.819Z] ProgramW6432 C:\Program Files [2021-02-18T09:50:02.819Z] PROMPT $P$G [2021-02-18T09:50:02.819Z] PSExecutionPolicyPreference Bypass [2021-02-18T09:50:02.819Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-18T09:50:02.819Z] PUBLIC C:\Users\Public [2021-02-18T09:50:02.819Z] rootless false [2021-02-18T09:50:02.819Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/4/display/redirect?page=artif... [2021-02-18T09:50:02.819Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/4/display/redirect?page=changes [2021-02-18T09:50:02.819Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/4/display/redirect [2021-02-18T09:50:02.819Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41976/4/display/redirect?page=tests [2021-02-18T09:50:02.819Z] s390x false [2021-02-18T09:50:02.819Z] SKIP_VALIDATION_TESTS 1 [2021-02-18T09:50:02.819Z] SOURCES_DRIVE d [2021-02-18T09:50:02.819Z] SOURCES_SUBDIR gopath [2021-02-18T09:50:02.819Z] STAGE_NAME Run tests [2021-02-18T09:50:02.820Z] SystemDrive C: [2021-02-18T09:50:02.820Z] SystemRoot C:\windows [2021-02-18T09:50:02.820Z] TEMP C:\windows\TEMP [2021-02-18T09:50:02.820Z] TESTDEBUG 0 [2021-02-18T09:50:02.820Z] TESTRUN_DRIVE d [2021-02-18T09:50:02.820Z] TESTRUN_SUBDIR CI [2021-02-18T09:50:02.820Z] TIMEOUT 120m [2021-02-18T09:50:02.820Z] TMP C:\windows\TEMP [2021-02-18T09:50:02.820Z] unit_validate true [2021-02-18T09:50:02.820Z] USERDOMAIN WORKGROUP [2021-02-18T09:50:02.820Z] USERNAME azwin-2-6af1d0$ [2021-02-18T09:50:02.820Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-18T09:50:02.820Z] validate_force false [2021-02-18T09:50:02.820Z] windir C:\windows [2021-02-18T09:50:02.820Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-18T09:50:02.820Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-18T09:50:02.820Z] windowsRS1 false [2021-02-18T09:50:02.820Z] windowsRS5 true [2021-02-18T09:50:02.820Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-18T09:50:02.820Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-18T09:50:02.820Z] [2021-02-18T09:50:02.820Z] [2021-02-18T09:50:02.820Z] [2021-02-18T09:50:02.820Z] INFO: Sources under d:\gopath\... [2021-02-18T09:50:02.820Z] INFO: Test run under d:\CI\... [2021-02-18T09:50:02.820Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-18T09:50:02.820Z] INFO: docker/docker repository was found [2021-02-18T09:50:02.820Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-02-18T09:50:02.820Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-18T09:50:02.820Z] INFO: Docker version of control daemon [2021-02-18T09:50:02.820Z] [2021-02-18T09:50:03.185Z] --- PASS: TestDaemonRestartIpcMode (4.51s) [2021-02-18T09:50:03.229Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T09:50:03.282Z] Client: Docker Engine - Enterprise [2021-02-18T09:50:03.283Z] Version: 19.03.12 [2021-02-18T09:50:03.283Z] API version: 1.40 [2021-02-18T09:50:03.283Z] Go version: go1.13.13 [2021-02-18T09:50:03.283Z] Git commit: 4306744 [2021-02-18T09:50:03.283Z] Built: 08/05/2020 19:27:53 [2021-02-18T09:50:03.283Z] OS/Arch: windows/amd64 [2021-02-18T09:50:03.283Z] Experimental: false [2021-02-18T09:50:03.283Z] [2021-02-18T09:50:03.283Z] Server: Docker Engine - Enterprise [2021-02-18T09:50:03.283Z] Engine: [2021-02-18T09:50:03.283Z] Version: 19.03.12 [2021-02-18T09:50:03.283Z] API version: 1.40 (minimum version 1.24) [2021-02-18T09:50:03.283Z] Go version: go1.13.13 [2021-02-18T09:50:03.283Z] Git commit: f295753ffd [2021-02-18T09:50:03.283Z] Built: 08/05/2020 19:26:41 [2021-02-18T09:50:03.283Z] OS/Arch: windows/amd64 [2021-02-18T09:50:03.283Z] Experimental: true [2021-02-18T09:50:03.283Z] [2021-02-18T09:50:03.283Z] INFO: Docker info of control daemon [2021-02-18T09:50:03.283Z] [2021-02-18T09:50:03.746Z] Client: [2021-02-18T09:50:03.746Z] Debug Mode: false [2021-02-18T09:50:03.746Z] Plugins: [2021-02-18T09:50:03.746Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T09:50:03.746Z] [2021-02-18T09:50:03.746Z] Server: [2021-02-18T09:50:03.746Z] Containers: 0 [2021-02-18T09:50:03.746Z] Running: 0 [2021-02-18T09:50:03.746Z] Paused: 0 [2021-02-18T09:50:03.746Z] Stopped: 0 [2021-02-18T09:50:03.746Z] Images: 10 [2021-02-18T09:50:03.746Z] Server Version: 19.03.12 [2021-02-18T09:50:03.746Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T09:50:03.746Z] Windows: [2021-02-18T09:50:03.746Z] LCOW: [2021-02-18T09:50:03.746Z] Logging Driver: json-file [2021-02-18T09:50:03.746Z] Plugins: [2021-02-18T09:50:03.746Z] Volume: local [2021-02-18T09:50:03.746Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T09:50:03.746Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T09:50:03.746Z] Swarm: inactive [2021-02-18T09:50:03.746Z] Default Isolation: process [2021-02-18T09:50:03.746Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T09:50:03.746Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T09:50:03.746Z] OSType: windows [2021-02-18T09:50:03.746Z] Architecture: x86_64 [2021-02-18T09:50:03.746Z] CPUs: 4 [2021-02-18T09:50:03.746Z] Total Memory: 32GiB [2021-02-18T09:50:03.746Z] Name: azwin-2-6af1d0 [2021-02-18T09:50:03.746Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T09:50:03.746Z] Docker Root Dir: D:\docker [2021-02-18T09:50:03.746Z] Debug Mode: false [2021-02-18T09:50:03.746Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:50:03.746Z] Labels: [2021-02-18T09:50:03.746Z] Experimental: true [2021-02-18T09:50:03.746Z] Insecure Registries: [2021-02-18T09:50:03.746Z] 10.0.0.4:5000 [2021-02-18T09:50:03.746Z] 127.0.0.0/8 [2021-02-18T09:50:03.746Z] Registry Mirrors: [2021-02-18T09:50:03.746Z] http://10.0.0.4:5000/ [2021-02-18T09:50:03.746Z] Live Restore Enabled: false [2021-02-18T09:50:03.746Z] [2021-02-18T09:50:03.746Z] [2021-02-18T09:50:03.746Z] INFO: Commit hash is ab946452b0 [2021-02-18T09:50:03.746Z] INFO: Nuke-Everything... [2021-02-18T09:50:03.746Z] INFO: Container count on control daemon to delete is 0 [2021-02-18T09:50:03.760Z] --- PASS: TestDaemonHostGatewayIP (5.00s) [2021-02-18T09:50:03.789Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T09:50:03.789Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T09:50:03.789Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T09:50:04.208Z] INFO: Nuking d:\CI [2021-02-18T09:50:04.208Z] INFO: Zapped successfully [2021-02-18T09:50:04.671Z] INFO: Location for testing is d:\CI\PR-41976\4 [2021-02-18T09:50:04.671Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-18T09:50:04.671Z] [2021-02-18T09:50:04.671Z] [2021-02-18T09:50:04.671Z] INFO: Building the image from Dockerfile.windows at 02/18/2021 09:50:04... [2021-02-18T09:50:04.671Z] [2021-02-18T09:50:04.711Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T09:50:04.711Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T09:50:04.711Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T09:50:04.711Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T09:50:04.711Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T09:50:05.270Z] --- PASS: TestTemplatedSecret (3.27s) [2021-02-18T09:50:05.270Z] === RUN TestSecretCreateResolve [2021-02-18T09:50:05.525Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T09:50:05.640Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-18T09:50:05.680Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.06s) [2021-02-18T09:50:06.084Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T09:50:06.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T09:50:06.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T09:50:07.078Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-18T09:50:08.004Z] --- PASS: TestSecretCreateResolve (2.89s) [2021-02-18T09:50:08.004Z] PASS [2021-02-18T09:50:08.258Z] [2021-02-18T09:50:08.258Z] DONE 6 tests in 18.252s [2021-02-18T09:50:08.258Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:50:08.258Z] ++ 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-02-18T09:50:08.258Z] ++ set -e [2021-02-18T09:50:08.258Z] ++ '[' -n 0 ']' [2021-02-18T09:50:08.258Z] ++ set -x [2021-02-18T09:50:08.258Z] ++ 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-02-18T09:50:08.258Z] INFO: Testing against a local daemon [2021-02-18T09:50:08.258Z] === RUN TestServiceCreateInit [2021-02-18T09:50:08.258Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:50:08.513Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T09:50:09.071Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T09:50:09.071Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T09:50:09.385Z] Sending build context to Docker daemon 58.24MB [2021-02-18T09:50:09.385Z] [2021-02-18T09:50:09.385Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-18T09:50:09.385Z] ---> 31902e4b25a6 [2021-02-18T09:50:09.385Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> 04c0a53b6d09 [2021-02-18T09:50:09.385Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> bfea5a25bab6 [2021-02-18T09:50:09.385Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> 7130c8c7b928 [2021-02-18T09:50:09.385Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> a83b93b0549e [2021-02-18T09:50:09.385Z] Step 6/10 : 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'); 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; $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-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> bb0ffb66db4f [2021-02-18T09:50:09.385Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> 24ac5673a0a0 [2021-02-18T09:50:09.385Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> 9d2a645db8e1 [2021-02-18T09:50:09.385Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-18T09:50:09.385Z] ---> Using cache [2021-02-18T09:50:09.385Z] ---> abcaed84afd2 [2021-02-18T09:50:09.385Z] Step 10/10 : COPY . . [2021-02-18T09:50:09.631Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T09:50:10.555Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T09:50:11.115Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T09:50:11.675Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T09:50:11.675Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T09:50:12.271Z] --- PASS: TestContainerKillOnDaemonStart (13.14s) [2021-02-18T09:50:12.271Z] PASS [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === Skipped [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-18T09:50:12.271Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T09:50:12.271Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T09:50:12.271Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:50:12.271Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T09:50:12.271Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-18T09:50:12.271Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] [2021-02-18T09:50:12.271Z] DONE 196 tests, 6 skipped in 137.708s [2021-02-18T09:50:12.271Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T09:50:12.271Z] ++ 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-02-18T09:50:12.271Z] ++ set -e [2021-02-18T09:50:12.271Z] ++ '[' -n 0 ']' [2021-02-18T09:50:12.271Z] ++ set -x [2021-02-18T09:50:12.271Z] ++ 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-02-18T09:50:12.271Z] INFO: Testing against a local daemon [2021-02-18T09:50:12.271Z] === RUN TestCommitInheritsEnv [2021-02-18T09:50:12.533Z] --- PASS: TestCommitInheritsEnv (0.56s) [2021-02-18T09:50:12.533Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:50:12.533Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2021-02-18T09:50:12.533Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T09:50:12.533Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:50:12.598Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T09:50:12.795Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-18T09:50:12.795Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:50:12.795Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-18T09:50:12.795Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:50:12.853Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:50:13.108Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T09:50:13.370Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2021-02-18T09:50:13.370Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T09:50:13.370Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:50:13.370Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:50:13.370Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:50:13.370Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-18T09:50:13.370Z] === RUN TestTagInvalidReference [2021-02-18T09:50:13.370Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T09:50:13.370Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:50:13.370Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-02-18T09:50:13.370Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:50:13.370Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T09:50:13.370Z] === RUN TestTagOfficialNames [2021-02-18T09:50:13.609Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-18T09:50:13.609Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-18T09:50:13.631Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-18T09:50:13.631Z] === RUN TestTagMatchesDigest [2021-02-18T09:50:13.631Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T09:50:13.631Z] PASS [2021-02-18T09:50:13.631Z] [2021-02-18T09:50:13.631Z] === Skipped [2021-02-18T09:50:13.631Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2021-02-18T09:50:13.631Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T09:50:13.631Z] [2021-02-18T09:50:13.631Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:50:13.631Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:50:13.631Z] [2021-02-18T09:50:13.631Z] [2021-02-18T09:50:13.631Z] DONE 12 tests, 2 skipped in 1.783s [2021-02-18T09:50:13.631Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:50:13.631Z] ++ 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-02-18T09:50:13.631Z] ++ set -e [2021-02-18T09:50:13.631Z] ++ '[' -n 0 ']' [2021-02-18T09:50:13.631Z] ++ set -x [2021-02-18T09:50:13.631Z] ++ 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-02-18T09:50:13.631Z] INFO: Testing against a local daemon [2021-02-18T09:50:13.631Z] === RUN TestNetworkCreateDelete [2021-02-18T09:50:14.031Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T09:50:14.031Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T09:50:14.206Z] --- PASS: TestNetworkCreateDelete (0.40s) [2021-02-18T09:50:14.206Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:50:14.959Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T09:50:15.214Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-18T09:50:15.596Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2021-02-18T09:50:15.596Z] === RUN TestDaemonDNSFallback [2021-02-18T09:50:16.139Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T09:50:18.647Z] --- PASS: TestServiceCreateInit (9.98s) [2021-02-18T09:50:18.647Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.56s) [2021-02-18T09:50:18.647Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.40s) [2021-02-18T09:50:18.647Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:50:18.647Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T09:50:18.647Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T09:50:18.647Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T09:50:18.647Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T09:50:18.647Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T09:50:19.207Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T09:50:19.664Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-18T09:50:19.766Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-18T09:50:22.416Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-18T09:50:22.416Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-18T09:50:23.743Z] --- PASS: TestDaemonDNSFallback (7.40s) [2021-02-18T09:50:23.743Z] === RUN TestInspectNetwork [2021-02-18T09:50:23.922Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T09:50:24.481Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T09:50:25.040Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T09:50:25.040Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T09:50:25.040Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T09:50:26.561Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-18T09:50:26.817Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-18T09:50:26.817Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-18T09:50:26.817Z] [2021-02-18T09:50:26.817Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-18T09:50:26.817Z] =========================== short test summary info ============================ [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-18T09:50:26.817Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-18T09:50:26.817Z] Not supported on most drivers [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-18T09:50:26.817Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-18T09:50:26.817Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-18T09:50:26.817Z] Can fail if eth0 has multiple IP addresses [2021-02-18T09:50:26.817Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-18T09:50:26.817Z] This doesn't seem to be taken into account by the engine [2021-02-18T09:50:26.817Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-18T09:50:26.817Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-18T09:50:26.817Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 300.08 seconds == [2021-02-18T09:50:27.074Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-18T09:50:27.549Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T09:50:27.959Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:50:27.959Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:50:27.959Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:50:27.959Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:50:28.911Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T09:50:29.473Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T09:50:30.536Z] ---> dc5c60394acf [2021-02-18T09:50:30.536Z] Successfully built dc5c60394acf [2021-02-18T09:50:30.536Z] Successfully tagged docker:latest [2021-02-18T09:50:30.536Z] INFO: Image build ended at 02/18/2021 09:50:30. Duration:00:00:26.1985165 [2021-02-18T09:50:30.536Z] [2021-02-18T09:50:30.536Z] [2021-02-18T09:50:30.536Z] INFO: Building the test binaries at 02/18/2021 09:50:30... [2021-02-18T09:50:32.174Z] --- PASS: TestInspectNetwork (9.39s) [2021-02-18T09:50:32.174Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:50:32.174Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:50:32.174Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:50:32.174Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:50:32.174Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:50:32.733Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T09:50:33.294Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T09:50:33.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-18T09:50:34.145Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T09:50:34.782Z] --- PASS: TestRunContainerWithBridgeNone (2.46s) [2021-02-18T09:50:34.782Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:50:34.782Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:50:34.782Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:50:34.782Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:50:34.782Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:50:34.782Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:50:34.782Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:50:34.782Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:50:34.782Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:50:34.782Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T09:50:34.782Z] === RUN TestNetworkList [2021-02-18T09:50:34.782Z] === RUN TestNetworkList//networks [2021-02-18T09:50:34.782Z] === PAUSE TestNetworkList//networks [2021-02-18T09:50:34.782Z] === RUN TestNetworkList//networks/ [2021-02-18T09:50:34.782Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:50:34.782Z] === CONT TestNetworkList//networks [2021-02-18T09:50:34.782Z] === CONT TestNetworkList//networks/ [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:50:34.782Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:50:34.782Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:50:35.071Z] --- PASS: TestCreateServiceMultipleTimes (16.79s) [2021-02-18T09:50:35.071Z] === RUN TestCreateServiceConflict [2021-02-18T09:50:35.266Z] INFO: make.ps1 starting at 02/18/2021 09:50:34 [2021-02-18T09:50:35.266Z] INFO: Git commit (ab946452b0) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T09:50:35.266Z] INFO: Invoking autogen... [2021-02-18T09:50:35.266Z] INFO: Building daemon... [2021-02-18T09:50:35.357Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2021-02-18T09:50:35.357Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:50:35.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T09:50:36.992Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-18T09:50:37.293Z] --- PASS: TestDaemonRestartWithLiveRestore (1.44s) [2021-02-18T09:50:37.293Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:50:38.246Z] --- PASS: TestDaemonDefaultNetworkPools (1.29s) [2021-02-18T09:50:38.246Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:50:38.354Z] --- PASS: TestCreateServiceConflict (3.34s) [2021-02-18T09:50:38.354Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:50:38.354Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-18T09:50:39.241Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:50:39.241Z] [2021-02-18T09:50:39.241Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:50:39.241Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:50:39.241Z] [2021-02-18T09:50:39.241Z] To set a process to complain mode, use the command line tool [2021-02-18T09:50:39.241Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:50:39.241Z] Post stage [Pipeline] junit [2021-02-18T09:50:39.506Z] Recording test results [2021-02-18T09:50:39.629Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-18T09:50:39.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-18T09:50:39.943Z] + echo Ensuring container killed. [2021-02-18T09:50:39.943Z] Ensuring container killed. [2021-02-18T09:50:39.943Z] + docker rm -vf docker-pr4 [2021-02-18T09:50:39.943Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:50:40.166Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.97s) [2021-02-18T09:50:40.166Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:50:40.214Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:50:40.214Z] Chowning /workspace to jenkins user [2021-02-18T09:50:40.214Z] + id -u [2021-02-18T09:50:40.214Z] + id -g [2021-02-18T09:50:40.214Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41976:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:50:41.427Z] + bundleName=docker-py [2021-02-18T09:50:41.427Z] + echo Creating docker-py-bundles.tar.gz [2021-02-18T09:50:41.427Z] Creating docker-py-bundles.tar.gz [2021-02-18T09:50:41.427Z] + 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-02-18T09:50:41.435Z] Archiving artifacts [2021-02-18T09:50:41.599Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-18T09:50:41.599Z] --- PASS: TestCreateServiceMaxReplicas (3.07s) [2021-02-18T09:50:41.599Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:50:41.729Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41976/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-18T09:50:42.100Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh binary-daemon [2021-02-18T09:50:42.662Z] [2021-02-18T09:50:42.662Z] Removing bundles/ [2021-02-18T09:50:42.662Z] [2021-02-18T09:50:42.662Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-18T09:50:42.662Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-18T09:50:42.662Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T09:50:42.719Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s) [2021-02-18T09:50:42.719Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:50:42.963Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c631c0_} [2021-02-18T09:50:43.294Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2021-02-18T09:50:43.294Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:50:44.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1716412918_/foo_false____} [2021-02-18T09:50:45.686Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1716412918_/foo_true____} [2021-02-18T09:50:46.602Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s) [2021-02-18T09:50:46.602Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:50:46.602Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:50:46.602Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:50:46.602Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:50:47.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_false____} [2021-02-18T09:50:48.405Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_true____} [2021-02-18T09:50:49.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_true__0xc000c63220__} [2021-02-18T09:50:51.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c63240_} [2021-02-18T09:50:52.484Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c63260_} [2021-02-18T09:50:53.408Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c63280_} [2021-02-18T09:50:54.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c632a0_} [2021-02-18T09:50:55.079Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.77s) [2021-02-18T09:50:55.079Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:50:56.439Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T09:50:57.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-18T09:50:58.054Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T09:50:58.309Z] --- PASS: TestCreateServiceSecretFileMode (3.10s) [2021-02-18T09:50:58.309Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:51:00.818Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T09:51:02.180Z] --- PASS: TestCreateServiceConfigFileMode (3.79s) [2021-02-18T09:51:02.180Z] === RUN TestCreateServiceSysctls [2021-02-18T09:51:03.103Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T09:51:04.738Z] --- PASS: TestServiceWithDataPathPortInit (18.07s) [2021-02-18T09:51:04.738Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:51:05.612Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T09:51:05.867Z] --- PASS: TestCreateServiceSysctls (3.81s) [2021-02-18T09:51:05.867Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:51:06.792Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T09:51:06.792Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T09:51:07.718Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T09:51:08.641Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-18T09:51:08.896Z] --- PASS: TestCreateServiceCapabilities (3.15s) [2021-02-18T09:51:08.896Z] === RUN TestInspect [2021-02-18T09:51:09.151Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T09:51:10.075Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T09:51:10.635Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T09:51:11.194Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T09:51:12.555Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T09:51:12.555Z] --- PASS: TestInspect (3.54s) [2021-02-18T09:51:12.555Z] === RUN TestCreateJob [2021-02-18T09:51:13.114Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T09:51:13.673Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T09:51:14.598Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T09:51:14.751Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.05s) [2021-02-18T09:51:14.752Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x12lzp4s09uood3tlqr2f9z4v Created:2021-02-18 09:51:06.444035209 +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[1c715e9922bac99015a052bc7641605fef257ee94857a00b6a32826edfd82930:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vgjeheruglvgjbcqzcyxqo6t7 EndpointID:442fc4c8b6381918a34d3e3f9b17f0b1f706e748505d5850d382d8cf25a0c309 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cdd6869761b5d887a033dd79c13f1b76112bcc6c250e9d30072d27615536616e 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:fe318fb19447 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vgjeheruglvgjbcqzcyxqo6t7 EndpointID:442fc4c8b6381918a34d3e3f9b17f0b1f706e748505d5850d382d8cf25a0c309 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:51:14.752Z] PASS [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] === Skipped [2021-02-18T09:51:14.752Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:51:14.752Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] DONE 26 tests, 1 skipped in 60.242s [2021-02-18T09:51:14.752Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:51:14.752Z] ++ 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-02-18T09:51:14.752Z] ++ set -e [2021-02-18T09:51:14.752Z] ++ '[' -n 0 ']' [2021-02-18T09:51:14.752Z] ++ set -x [2021-02-18T09:51:14.752Z] ++ 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-02-18T09:51:14.752Z] INFO: Testing against a local daemon [2021-02-18T09:51:14.752Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:51:14.752Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T09:51:14.752Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:51:14.752Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:51:14.752Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:51:14.752Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:51:14.752Z] PASS [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] === Skipped [2021-02-18T09:51:14.752Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T09:51:14.752Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:51:14.752Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] [2021-02-18T09:51:14.752Z] DONE 2 tests, 2 skipped in 0.156s [2021-02-18T09:51:14.752Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:51:14.752Z] ++ 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-02-18T09:51:14.752Z] ++ set -e [2021-02-18T09:51:14.752Z] ++ '[' -n 0 ']' [2021-02-18T09:51:14.752Z] ++ set -x [2021-02-18T09:51:14.752Z] ++ 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-02-18T09:51:14.752Z] INFO: Testing against a local daemon [2021-02-18T09:51:14.752Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:51:15.158Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T09:51:16.082Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T09:51:16.348Z] --- PASS: TestCreateJob (3.92s) [2021-02-18T09:51:16.348Z] === RUN TestReplicatedJob [2021-02-18T09:51:16.671Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.15s) [2021-02-18T09:51:16.671Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:51:16.913Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T09:51:17.618Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T09:51:18.318Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T09:51:18.318Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-18T09:51:18.566Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:51:19.696Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T09:51:19.959Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:51:20.620Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T09:51:20.620Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T09:51:21.544Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T09:51:22.468Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T09:51:22.468Z] --- PASS: TestReplicatedJob (6.08s) [2021-02-18T09:51:22.468Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:51:23.268Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:51:23.392Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T09:51:23.952Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T09:51:24.923Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T09:51:26.578Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:51:26.807Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T09:51:26.807Z] --- PASS: TestUpdateReplicatedJob (4.17s) [2021-02-18T09:51:26.807Z] === RUN TestServiceListWithStatuses [2021-02-18T09:51:26.807Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:51:26.807Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:51:26.807Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:51:27.367Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T09:51:29.876Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T09:51:33.134Z] --- PASS: TestDockerNetworkConnectAlias (6.34s) [2021-02-18T09:51:33.134Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:51:33.180Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:51:34.057Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T09:51:34.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan (18.49s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.96s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.82s) [2021-02-18T09:51:35.100Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.30s) [2021-02-18T09:51:35.100Z] PASS [2021-02-18T09:51:35.100Z] [2021-02-18T09:51:35.100Z] DONE 8 tests in 20.800s [2021-02-18T09:51:35.100Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:51:35.100Z] ++ 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-02-18T09:51:35.100Z] ++ set -e [2021-02-18T09:51:35.100Z] ++ '[' -n 0 ']' [2021-02-18T09:51:35.100Z] ++ set -x [2021-02-18T09:51:35.100Z] ++ 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-02-18T09:51:35.100Z] testing: warning: no tests to run [2021-02-18T09:51:35.100Z] PASS [2021-02-18T09:51:35.100Z] [2021-02-18T09:51:35.100Z] DONE 0 tests in 0.037s [2021-02-18T09:51:35.100Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:51:35.100Z] ++ 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-02-18T09:51:35.100Z] ++ set -e [2021-02-18T09:51:35.100Z] ++ '[' -n 0 ']' [2021-02-18T09:51:35.100Z] ++ set -x [2021-02-18T09:51:35.100Z] ++ 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-02-18T09:51:35.100Z] INFO: Testing against a local daemon [2021-02-18T09:51:35.100Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:51:37.019Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2021-02-18T09:51:37.019Z] === RUN TestAuthZPluginTLS [2021-02-18T09:51:37.573Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T09:51:37.592Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-02-18T09:51:37.592Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:51:38.131Z] --- PASS: TestDockerNetworkReConnect (5.09s) [2021-02-18T09:51:38.131Z] === RUN TestServicePlugin [2021-02-18T09:51:38.166Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2021-02-18T09:51:38.166Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:51:38.386Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T09:51:38.740Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2021-02-18T09:51:38.740Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:51:39.686Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2021-02-18T09:51:39.686Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:51:41.606Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2021-02-18T09:51:41.606Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:51:41.645Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T09:51:41.867Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2021-02-18T09:51:41.867Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:51:42.442Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-02-18T09:51:42.442Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:51:43.388Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2021-02-18T09:51:43.388Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:51:44.155Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T09:51:44.715Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T09:51:45.307Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2021-02-18T09:51:45.307Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:51:47.448Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-18T09:51:47.448Z] [2021-02-18T09:51:47.448Z] ________ ____ __. [2021-02-18T09:51:47.448Z] \_____ \ | |/ _| [2021-02-18T09:51:47.448Z] / | \| < [2021-02-18T09:51:47.448Z] / | \ | \ [2021-02-18T09:51:47.448Z] \_______ /____|__ \ [2021-02-18T09:51:47.448Z] \/ \/ [2021-02-18T09:51:47.448Z] [2021-02-18T09:51:47.448Z] INFO: make.ps1 ended at 02/18/2021 09:51:36 [2021-02-18T09:51:47.448Z] INFO: Binaries build ended at 02/18/2021 09:51:37. Duration:00:01:07.3100392 [2021-02-18T09:51:47.448Z] INFO: Copying the built daemon binary to d:\CI\PR-41976\4\binary\dockerd-ab946452b0.exe... [2021-02-18T09:51:47.448Z] INFO: Copying the built client binary to d:\CI\PR-41976\4\binary\docker-ab946452b0.exe... [2021-02-18T09:51:47.448Z] INFO: Copying dockerversion from the container... [2021-02-18T09:51:47.448Z] INFO: Copying the golang package from the container to d:\CI\PR-41976\4\installer\go.zip... [2021-02-18T09:51:47.448Z] INFO: Extracting go.zip to d:\CI\PR-41976\4\go [2021-02-18T09:51:47.860Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.32s) [2021-02-18T09:51:47.860Z] === RUN TestAuthZPluginHeader [2021-02-18T09:51:47.973Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-18T09:51:48.532Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T09:51:48.806Z] --- PASS: TestAuthZPluginHeader (1.00s) [2021-02-18T09:51:48.806Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:51:48.806Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:51:48.806Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:51:48.806Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:51:48.806Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:51:48.806Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:51:48.806Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:51:48.806Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:51:48.806Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:51:48.806Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:51:48.806Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:51:48.806Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:51:48.806Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:51:49.456Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T09:51:50.379Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T09:51:51.313Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T09:51:51.873Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T09:51:53.234Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T09:51:53.234Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T09:51:53.793Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T09:51:54.723Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T09:51:54.723Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T09:51:54.723Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T09:51:55.282Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T09:51:55.841Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T09:51:55.841Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T09:51:55.841Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T09:51:56.400Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T09:51:56.400Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T09:51:56.655Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T09:51:56.655Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T09:51:56.655Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T09:51:56.655Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T09:51:56.910Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T09:51:56.910Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T09:51:58.794Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T09:51:58.794Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T09:51:58.794Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T09:52:00.225Z] INFO: Extraction ended at 02/18/2021 09:51:59. Duration:00:00:19.3863030 [2021-02-18T09:52:00.225Z] INFO: Updating the golang and path environment variables [2021-02-18T09:52:00.225Z] INFO: GOPATH=d:\gopath [2021-02-18T09:52:00.225Z] INFO: go version go1.13.15 windows/amd64 [2021-02-18T09:52:00.225Z] INFO: Running the daemon under test in debug mode [2021-02-18T09:52:00.225Z] INFO: Starting a daemon under test... [2021-02-18T09:52:00.225Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41976\4\daemon --pidfile d:\CI\PR-41976\4\docker.pid -D [2021-02-18T09:52:00.225Z] INFO: Process started successfully. [2021-02-18T09:52:00.225Z] INFO: Start tailing logs of the daemon under tests [2021-02-18T09:52:00.225Z] INFO: Waiting for the daemon under test to start... [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T09:52:02.052Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T09:52:02.307Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T09:52:03.667Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T09:52:03.922Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T09:52:04.038Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-18T09:52:04.295Z] Copying nested executables into bundles/binary-daemon [2021-02-18T09:52:05.282Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T09:52:05.658Z] [2021-02-18T09:52:06.643Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T09:52:06.934Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.16s) [2021-02-18T09:52:06.934Z] PASS [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] === Skipped [2021-02-18T09:52:06.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:52:06.934Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:52:06.934Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:52:06.934Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:52:06.934Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] [2021-02-18T09:52:06.934Z] DONE 17 tests, 4 skipped in 32.007s [2021-02-18T09:52:06.934Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:52:06.934Z] ++ 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-02-18T09:52:06.934Z] ++ set -e [2021-02-18T09:52:06.934Z] ++ '[' -n 0 ']' [2021-02-18T09:52:06.934Z] ++ set -x [2021-02-18T09:52:06.934Z] ++ 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-02-18T09:52:07.196Z] INFO: Testing against a local daemon [2021-02-18T09:52:07.196Z] === RUN TestPluginInvalidJSON [2021-02-18T09:52:07.196Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:52:07.196Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:52:07.196Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:52:07.196Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-02-18T09:52:07.196Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T09:52:07.196Z] === RUN TestPluginInstall [2021-02-18T09:52:07.196Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:52:07.202Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T09:52:07.761Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T09:52:07.761Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T09:52:08.015Z] --- PASS: TestServicePlugin (29.95s) [2021-02-18T09:52:08.015Z] plugin_test.go:62: [d3136fce1668b] joining swarm manager [de327853810dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:52:08.015Z] plugin_test.go:65: [d824344cdb103] joining swarm manager [de327853810dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:52:08.015Z] === RUN TestServiceUpdateLabel [2021-02-18T09:52:08.270Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T09:52:08.270Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-18T09:52:08.270Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-18T09:52:08.525Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-18T09:52:09.245Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/make.sh cross [2021-02-18T09:52:09.449Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-18T09:52:09.703Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-18T09:52:09.749Z] time="2021-02-18T09:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:09.749Z] time="2021-02-18T09:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63fa40777adb23ae7e63134add642c13841e93e2b67d6ffd4dedf7c5fd2dfb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:09.749Z] time="2021-02-18T09:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:09.749Z] time="2021-02-18T09:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63fa40777adb23ae7e63134add642c13841e93e2b67d6ffd4dedf7c5fd2dfb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:09.807Z] [2021-02-18T09:52:09.807Z] Removing bundles/ [2021-02-18T09:52:09.807Z] [2021-02-18T09:52:09.807Z] ---> Making bundle: cross (in bundles/cross) [2021-02-18T09:52:09.807Z] Cross building: bundles/cross/linux/amd64 [2021-02-18T09:52:09.807Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T09:52:09.807Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-18T09:52:09.958Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-18T09:52:10.011Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:52:10.585Z] time="2021-02-18T09:52:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:10.585Z] time="2021-02-18T09:52:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75d74aca5837872088509f4fe51f78c585823b506c9cf8741b7e42954991e029" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:10.585Z] time="2021-02-18T09:52:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:10.585Z] time="2021-02-18T09:52:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75d74aca5837872088509f4fe51f78c585823b506c9cf8741b7e42954991e029" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:11.160Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:52:11.319Z] --- PASS: TestServiceUpdateLabel (2.96s) [2021-02-18T09:52:11.319Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:52:11.573Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-18T09:52:11.573Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-18T09:52:11.573Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-18T09:52:11.828Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-18T09:52:12.553Z] time="2021-02-18T09:52:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:12.553Z] time="2021-02-18T09:52:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d6e951bbe80cf729f3e9b1f5b3fbee78c8139fc78149dd660e03220b8fe4ccf8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:12.553Z] time="2021-02-18T09:52:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:52:12.553Z] time="2021-02-18T09:52:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d6e951bbe80cf729f3e9b1f5b3fbee78c8139fc78149dd660e03220b8fe4ccf8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:52:12.815Z] --- PASS: TestPluginInstall (5.68s) [2021-02-18T09:52:12.815Z] --- PASS: TestPluginInstall/no_auth (2.76s) [2021-02-18T09:52:12.815Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2021-02-18T09:52:12.815Z] --- PASS: TestPluginInstall/with_insecure (1.72s) [2021-02-18T09:52:12.815Z] plugin_test.go:157: [d7f7a23d96628] daemon is not started [2021-02-18T09:52:12.815Z] PASS [2021-02-18T09:52:12.815Z] [2021-02-18T09:52:12.815Z] DONE 6 tests in 5.913s [2021-02-18T09:52:12.815Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:52:12.815Z] ++ 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-02-18T09:52:12.815Z] ++ set -e [2021-02-18T09:52:12.815Z] ++ '[' -n 0 ']' [2021-02-18T09:52:12.815Z] ++ set -x [2021-02-18T09:52:12.815Z] ++ 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-02-18T09:52:13.078Z] INFO: Testing against a local daemon [2021-02-18T09:52:13.078Z] === RUN TestExternalGraphDriver [2021-02-18T09:52:13.078Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:52:15.630Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:52:17.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-18T09:52:17.620Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T09:52:18.942Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:52:20.129Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T09:52:20.861Z] --- PASS: TestExternalGraphDriver (7.66s) [2021-02-18T09:52:20.861Z] --- PASS: TestExternalGraphDriver/json (2.51s) [2021-02-18T09:52:20.861Z] --- PASS: TestExternalGraphDriver/spec (2.72s) [2021-02-18T09:52:20.861Z] --- PASS: TestExternalGraphDriver/pull (2.30s) [2021-02-18T09:52:20.861Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:52:20.861Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-02-18T09:52:20.861Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:20.861Z] PASS [2021-02-18T09:52:20.861Z] [2021-02-18T09:52:20.861Z] === Skipped [2021-02-18T09:52:20.861Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-02-18T09:52:20.861Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:52:20.861Z] [2021-02-18T09:52:20.861Z] [2021-02-18T09:52:20.861Z] DONE 5 tests, 1 skipped in 7.856s [2021-02-18T09:52:20.861Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:52:20.861Z] ++ 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-02-18T09:52:20.861Z] ++ set -e [2021-02-18T09:52:20.861Z] ++ '[' -n 0 ']' [2021-02-18T09:52:20.861Z] ++ set -x [2021-02-18T09:52:20.861Z] ++ 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-02-18T09:52:20.861Z] INFO: Testing against a local daemon [2021-02-18T09:52:20.861Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:52:20.861Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:52:20.861Z] === RUN TestReadPluginNoRead [2021-02-18T09:52:20.861Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:52:20.861Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:52:20.861Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:52:20.861Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:52:20.861Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:52:20.861Z] === CONT TestReadPluginNoRead [2021-02-18T09:52:21.371Z] .....INFO: Daemon under test started and replied! [2021-02-18T09:52:21.371Z] INFO: Docker version of the daemon under test [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] Client: [2021-02-18T09:52:21.371Z] Version: 17.06.2-ce [2021-02-18T09:52:21.371Z] API version: 1.30 [2021-02-18T09:52:21.371Z] Go version: go1.8.3 [2021-02-18T09:52:21.371Z] Git commit: cec0b72 [2021-02-18T09:52:21.371Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-18T09:52:21.371Z] OS/Arch: windows/amd64 [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] Server: [2021-02-18T09:52:21.371Z] Version: 0.0.0-dev [2021-02-18T09:52:21.371Z] API version: 1.41 (minimum version 1.24) [2021-02-18T09:52:21.371Z] Go version: go1.13.15 [2021-02-18T09:52:21.371Z] Git commit: ab946452b0 [2021-02-18T09:52:21.371Z] Built: 02/18/2021 09:50:34 [2021-02-18T09:52:21.371Z] OS/Arch: windows/amd64 [2021-02-18T09:52:21.371Z] Experimental: false [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] INFO: Docker info of the daemon under test [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] Containers: 0 [2021-02-18T09:52:21.371Z] Running: 0 [2021-02-18T09:52:21.371Z] Paused: 0 [2021-02-18T09:52:21.371Z] Stopped: 0 [2021-02-18T09:52:21.371Z] Images: 0 [2021-02-18T09:52:21.371Z] Server Version: 0.0.0-dev [2021-02-18T09:52:21.371Z] Storage Driver: windowsfilter [2021-02-18T09:52:21.371Z] Windows: [2021-02-18T09:52:21.371Z] Logging Driver: json-file [2021-02-18T09:52:21.371Z] Plugins: [2021-02-18T09:52:21.371Z] Volume: local [2021-02-18T09:52:21.371Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T09:52:21.371Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T09:52:21.371Z] Swarm: inactive [2021-02-18T09:52:21.371Z] Default Isolation: process [2021-02-18T09:52:21.371Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T09:52:21.371Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T09:52:21.371Z] OSType: windows [2021-02-18T09:52:21.371Z] Architecture: x86_64 [2021-02-18T09:52:21.371Z] CPUs: 4 [2021-02-18T09:52:21.371Z] Total Memory: 32GiB [2021-02-18T09:52:21.371Z] Name: azwin-2-6af1d0 [2021-02-18T09:52:21.371Z] ID: FUFI:MKYJ:CIBM:UUPW:TX3M:SYUR:URBL:N4GA:Q54Z:B7PC:SLDZ:TMFG [2021-02-18T09:52:21.371Z] Docker Root Dir: D:\CI\PR-41976\4\daemon [2021-02-18T09:52:21.371Z] Debug Mode (client): false [2021-02-18T09:52:21.371Z] Debug Mode (server): true [2021-02-18T09:52:21.371Z] File Descriptors: -1 [2021-02-18T09:52:21.371Z] Goroutines: 16 [2021-02-18T09:52:21.371Z] System Time: 2021-02-18T09:52:19.3560071Z [2021-02-18T09:52:21.371Z] EventsListeners: 0 [2021-02-18T09:52:21.371Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:52:21.371Z] Labels: [2021-02-18T09:52:21.371Z] Experimental: false [2021-02-18T09:52:21.371Z] Insecure Registries: [2021-02-18T09:52:21.371Z] 127.0.0.0/8 [2021-02-18T09:52:21.371Z] Live Restore Enabled: false [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] INFO: Docker images of the daemon under test [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T09:52:21.371Z] [2021-02-18T09:52:21.371Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-18T09:52:21.371Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-18T09:52:21.371Z] ltsc2019: Pulling from windows/servercore [2021-02-18T09:52:21.371Z] 4612f6d0b889: Pulling fs layer [2021-02-18T09:52:21.371Z] db4edcf0861f: Pulling fs layer [2021-02-18T09:52:22.011Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T09:52:23.372Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-18T09:52:23.931Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T09:52:24.855Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T09:52:25.084Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:52:25.414Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T09:52:25.659Z] --- PASS: TestDaemonStartWithLogOpt (4.74s) [2021-02-18T09:52:25.973Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T09:52:26.533Z] --- PASS: TestServiceUpdateSecrets (15.53s) [2021-02-18T09:52:26.533Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:52:26.788Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T09:52:27.047Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:52:27.347Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-18T09:52:28.479Z] db4edcf0861f: Verifying Checksum [2021-02-18T09:52:28.479Z] db4edcf0861f: Download complete [2021-02-18T09:52:28.966Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:52:29.230Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-18T09:52:30.594Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T09:52:30.887Z] --- PASS: TestReadPluginNoRead (9.68s) [2021-02-18T09:52:30.887Z] --- PASS: TestReadPluginNoRead/default (1.83s) [2021-02-18T09:52:30.887Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.83s) [2021-02-18T09:52:30.887Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s) [2021-02-18T09:52:30.887Z] read_test.go:92: [d3b6dac9bb370] daemon is not started [2021-02-18T09:52:30.887Z] --- PASS: TestContinueAfterPluginCrash (10.06s) [2021-02-18T09:52:30.887Z] PASS [2021-02-18T09:52:30.887Z] [2021-02-18T09:52:30.887Z] DONE 6 tests in 10.233s [2021-02-18T09:52:30.887Z] 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-02-18T09:52:30.887Z] ++ 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-02-18T09:52:30.887Z] ++ set -e [2021-02-18T09:52:30.887Z] ++ '[' -n 0 ']' [2021-02-18T09:52:30.887Z] ++ set -x [2021-02-18T09:52:30.887Z] ++ 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-02-18T09:52:31.149Z] testing: warning: no tests to run [2021-02-18T09:52:31.149Z] PASS [2021-02-18T09:52:31.149Z] [2021-02-18T09:52:31.149Z] DONE 0 tests in 0.060s [2021-02-18T09:52:31.149Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:52:31.149Z] ++ 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-02-18T09:52:31.149Z] ++ set -e [2021-02-18T09:52:31.149Z] ++ '[' -n 0 ']' [2021-02-18T09:52:31.149Z] ++ set -x [2021-02-18T09:52:31.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-02-18T09:52:31.149Z] INFO: Testing against a local daemon [2021-02-18T09:52:31.149Z] === RUN TestPluginWithDevMounts [2021-02-18T09:52:31.149Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:52:31.149Z] === CONT TestPluginWithDevMounts [2021-02-18T09:52:32.476Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-18T09:52:33.401Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-18T09:52:33.706Z] --- PASS: TestPluginWithDevMounts (2.18s) [2021-02-18T09:52:33.706Z] PASS [2021-02-18T09:52:33.706Z] [2021-02-18T09:52:33.706Z] DONE 1 tests in 2.355s [2021-02-18T09:52:33.706Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:52:33.706Z] ++ 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-02-18T09:52:33.706Z] ++ set -e [2021-02-18T09:52:33.706Z] ++ '[' -n 0 ']' [2021-02-18T09:52:33.706Z] ++ set -x [2021-02-18T09:52:33.706Z] ++ 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-02-18T09:52:33.706Z] INFO: Testing against a local daemon [2021-02-18T09:52:33.706Z] === RUN TestSecretInspect [2021-02-18T09:52:34.761Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T09:52:36.121Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T09:52:37.020Z] --- PASS: TestSecretInspect (3.28s) [2021-02-18T09:52:37.020Z] === RUN TestSecretList [2021-02-18T09:52:37.046Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T09:52:37.606Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T09:52:37.861Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T09:52:38.784Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T09:52:38.839Z] 4612f6d0b889: Download complete [2021-02-18T09:52:39.039Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-18T09:52:39.294Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T09:52:39.671Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-18T09:52:39.671Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-18T09:52:39.671Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T09:52:40.436Z] --- PASS: TestSecretList (3.27s) [2021-02-18T09:52:40.436Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:52:41.036Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T09:52:41.960Z] --- PASS: TestServiceUpdateConfigs (15.47s) [2021-02-18T09:52:41.960Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:52:42.215Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T09:52:42.215Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T09:52:42.215Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T09:52:42.775Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T09:52:42.987Z] --- PASS: TestSecretsCreateAndDelete (2.74s) [2021-02-18T09:52:42.987Z] === RUN TestSecretsUpdate [2021-02-18T09:52:43.029Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T09:52:43.284Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T09:52:44.644Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-18T09:52:44.644Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-18T09:52:44.644Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-18T09:52:44.644Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T09:52:46.004Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-18T09:52:46.295Z] --- PASS: TestSecretsUpdate (3.19s) [2021-02-18T09:52:46.295Z] === RUN TestTemplatedSecret [2021-02-18T09:52:46.563Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T09:52:47.122Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T09:52:47.682Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T09:52:47.936Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T09:52:48.861Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-18T09:52:49.603Z] --- PASS: TestTemplatedSecret (3.38s) [2021-02-18T09:52:49.603Z] === RUN TestSecretCreateResolve [2021-02-18T09:52:49.785Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T09:52:52.293Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T09:52:52.854Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T09:52:52.914Z] --- PASS: TestSecretCreateResolve (3.28s) [2021-02-18T09:52:52.914Z] PASS [2021-02-18T09:52:52.914Z] [2021-02-18T09:52:52.914Z] DONE 6 tests in 19.299s [2021-02-18T09:52:52.914Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:52:52.914Z] ++ 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-02-18T09:52:52.914Z] ++ set -e [2021-02-18T09:52:52.914Z] ++ '[' -n 0 ']' [2021-02-18T09:52:52.914Z] ++ set -x [2021-02-18T09:52:52.914Z] ++ 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-02-18T09:52:52.914Z] INFO: Testing against a local daemon [2021-02-18T09:52:52.914Z] === RUN TestServiceCreateInit [2021-02-18T09:52:52.914Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:52:56.111Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T09:52:56.111Z] --- PASS: TestServiceUpdateNetwork (13.51s) [2021-02-18T09:52:56.111Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:52:56.670Z] === RUN TestDockerSuite/TestExec [2021-02-18T09:52:56.670Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:52:57.229Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T09:52:57.484Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:52:57.739Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T09:52:58.213Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:52:58.663Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T09:52:59.222Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T09:53:00.582Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T09:53:00.836Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T09:53:01.397Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T09:53:02.320Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T09:53:02.884Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T09:53:03.443Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T09:53:03.513Z] --- PASS: TestServiceCreateInit (10.12s) [2021-02-18T09:53:03.513Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s) [2021-02-18T09:53:03.513Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2021-02-18T09:53:03.513Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:53:04.002Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T09:53:04.561Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:53:05.141Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T09:53:06.089Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T09:53:06.687Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T09:53:08.105Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T09:53:08.360Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T09:53:11.617Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T09:53:11.872Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-18T09:53:12.433Z] --- PASS: TestServiceUpdatePidsLimit (16.94s) [2021-02-18T09:53:12.433Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2021-02-18T09:53:12.433Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) [2021-02-18T09:53:12.433Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s) [2021-02-18T09:53:12.433Z] PASS [2021-02-18T09:53:12.433Z] [2021-02-18T09:53:12.433Z] === Skipped [2021-02-18T09:53:12.433Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:53:12.433Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:53:12.433Z] [2021-02-18T09:53:12.433Z] [2021-02-18T09:53:12.433Z] DONE 27 tests, 1 skipped in 184.327s [2021-02-18T09:53:12.433Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:53:12.433Z] ++ 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-02-18T09:53:12.433Z] ++ set -e [2021-02-18T09:53:12.433Z] ++ '[' -n 0 ']' [2021-02-18T09:53:12.433Z] ++ set -x [2021-02-18T09:53:12.433Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-18T09:53:12.433Z] INFO: Testing against a local daemon [2021-02-18T09:53:12.433Z] === RUN TestSessionCreate [2021-02-18T09:53:12.433Z] --- PASS: TestSessionCreate (0.02s) [2021-02-18T09:53:12.433Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:53:12.433Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-18T09:53:12.433Z] PASS [2021-02-18T09:53:12.433Z] [2021-02-18T09:53:12.433Z] DONE 2 tests in 0.068s [2021-02-18T09:53:12.433Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:53:12.433Z] ++ 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-02-18T09:53:12.433Z] ++ set -e [2021-02-18T09:53:12.433Z] ++ '[' -n 0 ']' [2021-02-18T09:53:12.433Z] ++ set -x [2021-02-18T09:53:12.433Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-18T09:53:12.688Z] INFO: Testing against a local daemon [2021-02-18T09:53:12.689Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:53:12.689Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:53:12.689Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:53:12.689Z] === RUN TestEventsExecDie [2021-02-18T09:53:12.689Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T09:53:13.613Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T09:53:13.613Z] --- PASS: TestEventsExecDie (0.87s) [2021-02-18T09:53:13.613Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:53:13.613Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-02-18T09:53:13.613Z] === RUN TestInfoBinaryCommits [2021-02-18T09:53:13.613Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T09:53:13.613Z] === RUN TestInfoAPIVersioned [2021-02-18T09:53:13.613Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T09:53:13.613Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:53:14.173Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T09:53:14.173Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-18T09:53:14.173Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:53:14.732Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T09:53:14.987Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:53:14.987Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:53:15.242Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T09:53:15.496Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-18T09:53:15.496Z] === RUN TestInfoAPI [2021-02-18T09:53:15.751Z] --- PASS: TestInfoAPI (0.04s) [2021-02-18T09:53:15.751Z] === RUN TestInfoAPIWarnings [2021-02-18T09:53:16.310Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T09:53:16.869Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T09:53:17.793Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T09:53:25.502Z] --- PASS: TestCreateServiceMultipleTimes (19.30s) [2021-02-18T09:53:25.502Z] === RUN TestCreateServiceConflict [2021-02-18T09:53:25.764Z] --- PASS: TestCreateServiceConflict (3.30s) [2021-02-18T09:53:25.764Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:53:27.717Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-18T09:53:28.278Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T09:53:29.201Z] === RUN TestDockerSuite/TestExecTTY [2021-02-18T09:53:29.761Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T09:53:29.981Z] --- PASS: TestCreateServiceMaxReplicas (3.58s) [2021-02-18T09:53:29.982Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:53:30.320Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T09:53:30.882Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T09:53:31.228Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T09:53:31.485Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-18T09:53:31.806Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T09:53:31.806Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T09:53:31.806Z] --- PASS: TestInfoAPIWarnings (16.26s) [2021-02-18T09:53:31.806Z] === RUN TestInfoDebug [2021-02-18T09:53:32.366Z] --- PASS: TestInfoDebug (0.53s) [2021-02-18T09:53:32.366Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:53:32.850Z] Cross building: bundles/cross/windows/amd64 [2021-02-18T09:53:32.850Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T09:53:32.850Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-18T09:53:32.925Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-18T09:53:32.925Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:53:33.180Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-18T09:53:33.605Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-02-18T09:53:33.605Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:53:33.605Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2021-02-18T09:53:33.605Z] === RUN TestPingCacheHeaders [2021-02-18T09:53:33.605Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-18T09:53:33.605Z] === RUN TestPingGet [2021-02-18T09:53:33.605Z] --- PASS: TestPingGet (0.02s) [2021-02-18T09:53:33.605Z] === RUN TestPingHead [2021-02-18T09:53:33.605Z] --- PASS: TestPingHead (0.02s) [2021-02-18T09:53:33.605Z] === RUN TestVersion [2021-02-18T09:53:33.605Z] --- PASS: TestVersion (0.05s) [2021-02-18T09:53:33.605Z] PASS [2021-02-18T09:53:33.605Z] [2021-02-18T09:53:33.605Z] === Skipped [2021-02-18T09:53:33.605Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:53:33.605Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:53:33.605Z] [2021-02-18T09:53:33.605Z] [2021-02-18T09:53:33.605Z] DONE 18 tests, 1 skipped in 21.160s [2021-02-18T09:53:33.605Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:53:33.605Z] ++ 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-02-18T09:53:33.605Z] ++ set -e [2021-02-18T09:53:33.605Z] ++ '[' -n 0 ']' [2021-02-18T09:53:33.605Z] ++ set -x [2021-02-18T09:53:33.909Z] ++ 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-02-18T09:53:33.909Z] INFO: Testing against a local daemon [2021-02-18T09:53:33.909Z] === RUN TestVolumesCreateAndList [2021-02-18T09:53:33.909Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T09:53:33.909Z] === RUN TestVolumesRemove [2021-02-18T09:53:33.909Z] --- PASS: TestVolumesRemove (0.08s) [2021-02-18T09:53:33.909Z] === RUN TestVolumesInspect [2021-02-18T09:53:33.909Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T09:53:33.909Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:53:33.909Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:53:33.909Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:53:33.909Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:53:33.909Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T09:53:33.909Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:53:33.909Z] PASS [2021-02-18T09:53:33.909Z] [2021-02-18T09:53:33.909Z] DONE 5 tests in 0.168s [2021-02-18T09:53:33.909Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:53:33.909Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T09:53:34.164Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:53:34.164Z] +++ kill 9744 [2021-02-18T09:53:35.526Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-18T09:53:35.781Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:53:35.781Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:53:35.781Z] [2021-02-18T09:53:35.781Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:53:35.781Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:53:35.781Z] [2021-02-18T09:53:35.781Z] To set a process to complain mode, use the command line tool [2021-02-18T09:53:35.781Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:53:35.781Z] +++ true [2021-02-18T09:53:35.781Z] exiting test-integration [2021-02-18T09:53:35.781Z] ++ exit 0 [2021-02-18T09:53:35.781Z] [2021-02-18T09:53:36.036Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T09:53:36.036Z] + for job in $(jobs -p) [2021-02-18T09:53:36.036Z] + wait 11923 [2021-02-18T09:53:36.959Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T09:53:42.232Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T09:53:44.901Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.96s) [2021-02-18T09:53:44.901Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:53:46.428Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T09:53:47.453Z] --- PASS: TestCreateServiceSecretFileMode (3.34s) [2021-02-18T09:53:47.453Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:53:47.840Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T09:53:51.670Z] --- PASS: TestCreateServiceConfigFileMode (3.42s) [2021-02-18T09:53:51.670Z] === RUN TestCreateServiceSysctls [2021-02-18T09:53:53.072Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T09:53:53.072Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T09:53:53.072Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T09:53:53.072Z] === RUN TestDockerSuite/TestHealth [2021-02-18T09:53:55.883Z] --- PASS: TestCreateServiceSysctls (4.20s) [2021-02-18T09:53:55.883Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:53:59.191Z] --- PASS: TestCreateServiceCapabilities (3.39s) [2021-02-18T09:53:59.191Z] === RUN TestInspect [2021-02-18T09:54:02.502Z] --- PASS: TestInspect (3.47s) [2021-02-18T09:54:02.502Z] === RUN TestCreateJob [2021-02-18T09:54:06.717Z] --- PASS: TestCreateJob (4.23s) [2021-02-18T09:54:06.717Z] === RUN TestReplicatedJob [2021-02-18T09:54:13.312Z] --- PASS: TestReplicatedJob (6.48s) [2021-02-18T09:54:13.312Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T09:54:14.937Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T09:54:15.192Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T09:54:16.115Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T09:54:16.115Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T09:54:16.674Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-18T09:54:17.530Z] --- PASS: TestUpdateReplicatedJob (4.36s) [2021-02-18T09:54:17.530Z] === RUN TestServiceListWithStatuses [2021-02-18T09:54:17.530Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:54:17.530Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:54:17.530Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:54:19.183Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T09:54:19.183Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T09:54:19.183Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T09:54:20.544Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T09:54:21.468Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T09:54:21.468Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T09:54:22.829Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T09:54:24.126Z] --- PASS: TestDockerNetworkConnectAlias (6.63s) [2021-02-18T09:54:24.126Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:54:24.237Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T09:54:25.598Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T09:54:25.853Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T09:54:26.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-18T09:54:26.412Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T09:54:27.336Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T09:54:27.336Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-18T09:54:27.336Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-18T09:54:27.590Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T09:54:28.162Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-18T09:54:28.939Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-18T09:54:29.426Z] --- PASS: TestDockerNetworkReConnect (5.10s) [2021-02-18T09:54:29.426Z] === RUN TestServicePlugin [2021-02-18T09:54:29.426Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T09:54:29.426Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:54:29.426Z] === RUN TestServiceUpdateLabel [2021-02-18T09:54:29.498Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T09:54:30.057Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T09:54:30.311Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T09:54:30.565Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-18T09:54:31.925Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T09:54:32.180Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T09:54:32.734Z] --- PASS: TestServiceUpdateLabel (3.31s) [2021-02-18T09:54:32.734Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:54:32.739Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T09:54:32.739Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T09:54:33.299Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T09:54:33.299Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T09:54:34.222Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T09:54:34.780Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T09:54:35.339Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-18T09:54:35.404Z] 4612f6d0b889: Pull complete [2021-02-18T09:54:35.899Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T09:54:35.899Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T09:54:35.899Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T09:54:35.899Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T09:54:36.459Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T09:54:37.018Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T09:54:37.018Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T09:54:37.577Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T09:54:38.136Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T09:54:39.497Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T09:54:39.497Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T09:54:40.056Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T09:54:40.614Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T09:54:41.538Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T09:54:42.097Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T09:54:42.656Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T09:54:43.215Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T09:54:43.774Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T09:54:44.334Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T09:54:44.893Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T09:54:44.893Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-18T09:54:46.253Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T09:54:47.613Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T09:54:47.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-18T09:54:47.655Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2021-02-18T09:54:47.655Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:54:48.537Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T09:54:48.537Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T09:54:50.419Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T09:54:51.779Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-18T09:54:52.383Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T09:54:54.234Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T09:54:54.234Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-18T09:54:54.234Z] remote: Enumerating objects: 2, done. [2021-02-18T09:54:54.234Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-18T09:54:54.234Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-18T09:54:54.234Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-18T09:54:54.234Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-02-18T09:54:54.234Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-18T09:54:54.234Z] [2021-02-18T09:54:54.282Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T09:54:54.282Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T09:54:55.122Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/test/unit [2021-02-18T09:54:56.165Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T09:54:56.726Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T09:54:57.641Z] ? github.com/docker/docker/api [no test files] [2021-02-18T09:54:57.649Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T09:55:05.795Z] --- PASS: TestServiceUpdateConfigs (15.44s) [2021-02-18T09:55:05.795Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:55:07.577Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T09:55:08.501Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T09:55:09.860Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T09:55:10.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-18T09:55:10.369Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T09:55:12.253Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-18T09:55:12.253Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T09:55:12.508Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T09:55:12.508Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T09:55:12.508Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T09:55:12.538Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2021-02-18T09:55:13.067Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T09:55:13.627Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T09:55:17.783Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T09:55:18.038Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T09:55:18.048Z] --- PASS: TestServiceUpdateNetwork (14.84s) [2021-02-18T09:55:18.048Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:55:19.437Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:55:20.404Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:55:23.272Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T09:55:23.272Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T09:55:23.272Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T09:55:23.831Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T09:55:24.755Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T09:55:25.679Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T09:55:26.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-18T09:55:26.607Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T09:55:27.236Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T09:55:28.553Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:55:29.124Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T09:55:29.381Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T09:55:30.305Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T09:55:35.154Z] --- PASS: TestServiceUpdatePidsLimit (17.38s) [2021-02-18T09:55:35.154Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2021-02-18T09:55:35.154Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-18T09:55:35.154Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2021-02-18T09:55:35.154Z] PASS [2021-02-18T09:55:35.154Z] [2021-02-18T09:55:35.154Z] === Skipped [2021-02-18T09:55:35.154Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:55:35.154Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:55:35.154Z] [2021-02-18T09:55:35.154Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-18T09:55:35.154Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:55:35.154Z] [2021-02-18T09:55:35.154Z] [2021-02-18T09:55:35.154Z] DONE 27 tests, 2 skipped in 162.433s [2021-02-18T09:55:35.154Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:55:35.154Z] ++ 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-02-18T09:55:35.154Z] ++ set -e [2021-02-18T09:55:35.154Z] ++ '[' -n 0 ']' [2021-02-18T09:55:35.154Z] ++ set -x [2021-02-18T09:55:35.154Z] ++ 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-02-18T09:55:35.415Z] INFO: Testing against a local daemon [2021-02-18T09:55:35.415Z] === RUN TestSessionCreate [2021-02-18T09:55:35.415Z] --- PASS: TestSessionCreate (0.05s) [2021-02-18T09:55:35.415Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:55:35.415Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-18T09:55:35.415Z] PASS [2021-02-18T09:55:35.415Z] [2021-02-18T09:55:35.415Z] DONE 2 tests in 0.252s [2021-02-18T09:55:35.416Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:55:35.416Z] ++ 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-02-18T09:55:35.416Z] ++ set -e [2021-02-18T09:55:35.416Z] ++ '[' -n 0 ']' [2021-02-18T09:55:35.416Z] ++ set -x [2021-02-18T09:55:35.416Z] ++ 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-02-18T09:55:35.678Z] INFO: Testing against a local daemon [2021-02-18T09:55:35.678Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:55:35.678Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:55:35.678Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:55:35.678Z] === RUN TestEventsExecDie [2021-02-18T09:55:36.629Z] --- PASS: TestEventsExecDie (0.93s) [2021-02-18T09:55:36.629Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:55:36.629Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-02-18T09:55:36.629Z] === RUN TestInfoBinaryCommits [2021-02-18T09:55:36.873Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T09:55:36.895Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-18T09:55:36.896Z] === RUN TestInfoAPIVersioned [2021-02-18T09:55:36.896Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-18T09:55:36.896Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:55:37.469Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2021-02-18T09:55:37.469Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:55:38.416Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:55:38.416Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:55:38.995Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.68s) [2021-02-18T09:55:38.995Z] === RUN TestInfoAPI [2021-02-18T09:55:39.257Z] --- PASS: TestInfoAPI (0.05s) [2021-02-18T09:55:39.257Z] === RUN TestInfoAPIWarnings [2021-02-18T09:55:42.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-18T09:55:42.402Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T09:55:42.970Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T09:55:43.532Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T09:55:44.458Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T09:55:45.018Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T09:55:45.272Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T09:55:45.832Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T09:55:47.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-18T09:55:47.971Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T09:55:48.226Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-18T09:55:49.149Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T09:55:51.032Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T09:55:51.591Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T09:55:52.953Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T09:55:57.111Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T09:55:57.111Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T09:55:57.367Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T09:55:57.637Z] --- PASS: TestInfoAPIWarnings (16.63s) [2021-02-18T09:55:57.637Z] === RUN TestInfoDebug [2021-02-18T09:55:57.637Z] --- PASS: TestInfoDebug (0.61s) [2021-02-18T09:55:57.637Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:55:57.637Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2021-02-18T09:55:57.637Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:55:57.637Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2021-02-18T09:55:57.637Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:55:57.900Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-02-18T09:55:57.900Z] === RUN TestPingCacheHeaders [2021-02-18T09:55:57.900Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-18T09:55:57.900Z] === RUN TestPingGet [2021-02-18T09:55:57.900Z] --- PASS: TestPingGet (0.03s) [2021-02-18T09:55:57.900Z] === RUN TestPingHead [2021-02-18T09:55:57.900Z] --- PASS: TestPingHead (0.05s) [2021-02-18T09:55:57.900Z] === RUN TestVersion [2021-02-18T09:55:58.162Z] --- PASS: TestVersion (0.05s) [2021-02-18T09:55:58.162Z] PASS [2021-02-18T09:55:58.162Z] [2021-02-18T09:55:58.162Z] === Skipped [2021-02-18T09:55:58.162Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:55:58.162Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:55:58.162Z] [2021-02-18T09:55:58.162Z] [2021-02-18T09:55:58.162Z] DONE 18 tests, 1 skipped in 22.551s [2021-02-18T09:55:58.162Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:55:58.162Z] ++ 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-02-18T09:55:58.162Z] ++ set -e [2021-02-18T09:55:58.162Z] ++ '[' -n 0 ']' [2021-02-18T09:55:58.162Z] ++ set -x [2021-02-18T09:55:58.163Z] ++ 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-02-18T09:55:58.163Z] INFO: Testing against a local daemon [2021-02-18T09:55:58.163Z] === RUN TestVolumesCreateAndList [2021-02-18T09:55:58.163Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-18T09:55:58.163Z] === RUN TestVolumesRemove [2021-02-18T09:55:58.424Z] --- PASS: TestVolumesRemove (0.12s) [2021-02-18T09:55:58.424Z] === RUN TestVolumesInspect [2021-02-18T09:55:58.424Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-18T09:55:58.424Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:55:58.424Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:55:58.424Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:55:58.424Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:55:58.424Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-18T09:55:58.424Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:55:58.424Z] PASS [2021-02-18T09:55:58.424Z] [2021-02-18T09:55:58.424Z] DONE 5 tests in 0.365s [2021-02-18T09:55:58.424Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:55:59.370Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:55:59.370Z] +++ kill 13942 [2021-02-18T09:55:59.947Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T09:56:00.758Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:56:00.758Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:56:00.758Z] [2021-02-18T09:56:00.758Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:56:00.758Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:56:00.758Z] [2021-02-18T09:56:00.758Z] To set a process to complain mode, use the command line tool [2021-02-18T09:56:00.758Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:56:00.758Z] +++ true [2021-02-18T09:56:00.758Z] exiting test-integration [2021-02-18T09:56:00.758Z] ++ exit 0 [2021-02-18T09:56:00.758Z] [2021-02-18T09:56:00.871Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T09:56:01.552Z] db4edcf0861f: Pull complete [2021-02-18T09:56:01.552Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-18T09:56:01.552Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:56:01.552Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-18T09:56:01.552Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-18T09:56:01.552Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-18T09:56:01.552Z] WARN: Skipping validation tests [2021-02-18T09:56:01.552Z] INFO: Running unit tests at 02/18/2021 09:55:58... [2021-02-18T09:56:02.529Z] INFO: make.ps1 starting at 02/18/2021 09:56:02 [2021-02-18T09:56:02.529Z] INFO: Git commit (ab946452b0) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T09:56:02.529Z] INFO: Invoking autogen... [2021-02-18T09:56:02.755Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T09:56:03.505Z] INFO: Running unit tests... Post stage [Pipeline] junit [2021-02-18T09:56:04.986Z] Recording test results [2021-02-18T09:56:05.197Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:56:05.556Z] + echo Ensuring container killed. [2021-02-18T09:56:05.556Z] Ensuring container killed. [2021-02-18T09:56:05.556Z] + docker rm -vf docker-pr4 [2021-02-18T09:56:05.556Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:56:05.856Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:56:05.856Z] Chowning /workspace to jenkins user [2021-02-18T09:56:05.856Z] + id -u [2021-02-18T09:56:05.856Z] + id -g [2021-02-18T09:56:05.856Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41976:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:56:07.000Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T09:56:08.361Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T09:56:09.284Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T09:56:10.207Z] === RUN TestDockerSuite/TestPortList [2021-02-18T09:56:10.616Z] 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/dockerd 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/lcow 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/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/signal/testfiles 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 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:56:11.464Z] + bundleName=arm64-integration [2021-02-18T09:56:11.464Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-18T09:56:11.464Z] Creating arm64-integration-bundles.tar.gz [2021-02-18T09:56:11.464Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-18T09:56:11.464Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-18T09:56:11.747Z] Archiving artifacts [2021-02-18T09:56:12.066Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41976/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:56:12.387Z] + make clean [2021-02-18T09:56:12.960Z] docker volume rm -f docker-dev-cache [2021-02-18T09:56:12.960Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T09:56:16.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-18T09:56:17.343Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T09:56:17.824Z] ? github.com/docker/docker/api [no test files] [2021-02-18T09:56:18.840Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T09:56:18.840Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:56:25.366Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T09:56:25.366Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T09:56:25.366Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T09:56:25.926Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T09:56:25.926Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T09:56:26.229Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T09:56:26.229Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T09:56:26.792Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T09:56:27.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T09:56:27.971Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T09:56:27.971Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-18T09:56:30.260Z] === RUN TestMiddlewares [2021-02-18T09:56:30.260Z] --- PASS: TestMiddlewares (0.00s) [2021-02-18T09:56:30.260Z] PASS [2021-02-18T09:56:30.260Z] coverage: 9.0% of statements [2021-02-18T09:56:30.260Z] ok github.com/docker/docker/api/server 0.061s coverage: 9.0% of statements [2021-02-18T09:56:31.231Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-18T09:56:32.154Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-18T09:56:32.713Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-18T09:56:32.968Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T09:56:33.908Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-02-18T09:56:33.908Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T09:56:33.908Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T09:56:33.908Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2021-02-18T09:56:33.908Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T09:56:33.908Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T09:56:33.909Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-02-18T09:56:33.909Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T09:56:33.909Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T09:56:35.500Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T09:56:35.754Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T09:56:36.423Z] ok github.com/docker/docker/builder/dockerfile 0.236s coverage: 48.3% of statements [2021-02-18T09:56:36.423Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T09:56:36.423Z] ok github.com/docker/docker/builder/remotecontext 0.092s coverage: 13.7% of statements [2021-02-18T09:56:36.985Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-18T09:56:38.307Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T09:56:38.350Z] ok github.com/docker/docker/builder/remotecontext/git 1.482s coverage: 86.3% of statements [2021-02-18T09:56:38.350Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T09:56:38.350Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T09:56:41.565Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-18T09:56:41.565Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T09:56:41.615Z] ok github.com/docker/docker/client 0.185s coverage: 75.4% of statements [2021-02-18T09:56:41.819Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T09:56:45.077Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T09:56:51.745Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T09:56:52.304Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T09:56:54.187Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T09:56:55.110Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T09:56:56.475Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T09:56:58.359Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T09:57:00.242Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T09:57:00.802Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T09:57:01.056Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T09:57:01.980Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T09:57:04.533Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T09:57:05.894Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T09:57:06.464Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T09:57:06.465Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T09:57:06.719Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T09:57:06.719Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T09:57:06.719Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T09:57:07.278Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T09:57:07.837Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-18T09:57:08.761Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T09:57:09.685Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T09:57:10.609Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T09:57:18.682Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T09:57:19.241Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T09:57:20.291Z] ok github.com/docker/docker/cmd/dockerd 0.086s coverage: 29.1% of statements [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T09:57:21.038Z] === RUN TestBoolValue [2021-02-18T09:57:21.038Z] --- PASS: TestBoolValue (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestBoolValueOrDefault [2021-02-18T09:57:21.038Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestInt64ValueOrZero [2021-02-18T09:57:21.038Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestInt64ValueOrDefault [2021-02-18T09:57:21.038Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-18T09:57:21.038Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestJsonContentType [2021-02-18T09:57:21.038Z] --- PASS: TestJsonContentType (0.00s) [2021-02-18T09:57:21.038Z] PASS [2021-02-18T09:57:21.038Z] coverage: 14.7% of statements [2021-02-18T09:57:21.038Z] ok github.com/docker/docker/api/server/httputils 0.086s coverage: 14.7% of statements [2021-02-18T09:57:21.038Z] === RUN TestMaskSecretKeys [2021-02-18T09:57:21.038Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-18T09:57:21.038Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-18T09:57:21.038Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-18T09:57:21.038Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-18T09:57:21.038Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-18T09:57:21.038Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-18T09:57:21.038Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestVersionMiddlewareVersion [2021-02-18T09:57:21.038Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-18T09:57:21.038Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-18T09:57:21.038Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-18T09:57:21.038Z] PASS [2021-02-18T09:57:21.038Z] coverage: 37.7% of statements [2021-02-18T09:57:21.038Z] ok github.com/docker/docker/api/server/middleware 0.078s coverage: 37.7% of statements [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T09:57:21.038Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T09:57:21.124Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T09:57:21.124Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T09:57:21.124Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T09:57:21.378Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T09:57:21.502Z] === RUN TestToJSON [2021-02-18T09:57:21.502Z] --- PASS: TestToJSON (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestToParamWithVersion [2021-02-18T09:57:21.502Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestFromJSON [2021-02-18T09:57:21.502Z] --- PASS: TestFromJSON (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestEmpty [2021-02-18T09:57:21.502Z] --- PASS: TestEmpty (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestArgsMatchKVListEmptySources [2021-02-18T09:57:21.502Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestArgsMatchKVList [2021-02-18T09:57:21.502Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestArgsMatch [2021-02-18T09:57:21.502Z] --- PASS: TestArgsMatch (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestAdd [2021-02-18T09:57:21.502Z] --- PASS: TestAdd (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestDel [2021-02-18T09:57:21.502Z] --- PASS: TestDel (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestLen [2021-02-18T09:57:21.502Z] --- PASS: TestLen (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestExactMatch [2021-02-18T09:57:21.502Z] --- PASS: TestExactMatch (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestOnlyOneExactMatch [2021-02-18T09:57:21.502Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestContains [2021-02-18T09:57:21.502Z] --- PASS: TestContains (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestValidate [2021-02-18T09:57:21.502Z] --- PASS: TestValidate (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestWalkValues [2021-02-18T09:57:21.502Z] --- PASS: TestWalkValues (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestFuzzyMatch [2021-02-18T09:57:21.502Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestClone [2021-02-18T09:57:21.502Z] --- PASS: TestClone (0.00s) [2021-02-18T09:57:21.502Z] PASS [2021-02-18T09:57:21.502Z] coverage: 92.2% of statements [2021-02-18T09:57:21.502Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2021-02-18T09:57:21.502Z] === RUN TestStrSliceMarshalJSON [2021-02-18T09:57:21.502Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestStrSliceUnmarshalJSON [2021-02-18T09:57:21.502Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestStrSliceUnmarshalString [2021-02-18T09:57:21.502Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-18T09:57:21.502Z] === RUN TestStrSliceUnmarshalSlice [2021-02-18T09:57:21.502Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-18T09:57:21.502Z] PASS [2021-02-18T09:57:21.502Z] coverage: 90.0% of statements [2021-02-18T09:57:21.502Z] ok github.com/docker/docker/api/types/strslice 0.105s coverage: 90.0% of statements [2021-02-18T09:57:21.965Z] === RUN TestAdjustForAPIVersion [2021-02-18T09:57:21.965Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-18T09:57:21.965Z] PASS [2021-02-18T09:57:21.965Z] coverage: 5.7% of statements [2021-02-18T09:57:21.965Z] ok github.com/docker/docker/api/server/router/swarm 0.080s coverage: 5.7% of statements [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T09:57:21.965Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T09:57:21.965Z] === RUN TestDurationToSecondsString [2021-02-18T09:57:21.965Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-18T09:57:21.965Z] === RUN TestGetTimestamp [2021-02-18T09:57:21.965Z] --- PASS: TestGetTimestamp (0.10s) [2021-02-18T09:57:21.965Z] === RUN TestParseTimestamps [2021-02-18T09:57:21.965Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-18T09:57:21.965Z] PASS [2021-02-18T09:57:21.965Z] coverage: 100.0% of statements [2021-02-18T09:57:21.965Z] ok github.com/docker/docker/api/types/time 0.147s coverage: 100.0% of statements [2021-02-18T09:57:22.179Z] ok github.com/docker/docker/container 0.123s coverage: 34.7% of statements [2021-02-18T09:57:22.179Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T09:57:22.179Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T09:57:22.179Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T09:57:22.179Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T09:57:22.430Z] === RUN TestCompareVersion [2021-02-18T09:57:22.430Z] --- PASS: TestCompareVersion (0.00s) [2021-02-18T09:57:22.430Z] PASS [2021-02-18T09:57:22.430Z] coverage: 75.0% of statements [2021-02-18T09:57:22.430Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T09:57:22.430Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T09:57:23.887Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-18T09:57:23.983Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-18T09:57:23.983Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-18T09:57:23.983Z] === RUN TestCloneArgsSmartHttp [2021-02-18T09:57:23.983Z] --- PASS: TestCloneArgsSmartHttp (0.06s) [2021-02-18T09:57:23.983Z] === RUN TestCloneArgsDumbHttp [2021-02-18T09:57:23.983Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-18T09:57:23.983Z] === RUN TestCloneArgsGit [2021-02-18T09:57:23.983Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-18T09:57:23.983Z] === RUN TestCheckoutGit [2021-02-18T09:57:25.248Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T09:57:25.533Z] === RUN TestEnable [2021-02-18T09:57:25.533Z] --- PASS: TestEnable (0.00s) [2021-02-18T09:57:25.533Z] === RUN TestDisable [2021-02-18T09:57:25.533Z] --- PASS: TestDisable (0.00s) [2021-02-18T09:57:25.533Z] === RUN TestEnabled [2021-02-18T09:57:25.533Z] --- PASS: TestEnabled (0.00s) [2021-02-18T09:57:25.533Z] PASS [2021-02-18T09:57:25.533Z] coverage: 100.0% of statements [2021-02-18T09:57:25.533Z] ok github.com/docker/docker/cli/debug 0.035s coverage: 100.0% of statements [2021-02-18T09:57:25.996Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-18T09:57:25.996Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-02-18T09:57:25.996Z] === RUN TestProcessNoDockerignore [2021-02-18T09:57:25.996Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-18T09:57:25.996Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestDetectContentType [2021-02-18T09:57:25.996Z] --- PASS: TestDetectContentType (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestSelectAcceptableMIME [2021-02-18T09:57:25.996Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestInspectEmptyResponse [2021-02-18T09:57:25.996Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestInspectResponseBinary [2021-02-18T09:57:25.996Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestResponseUnsupportedContentType [2021-02-18T09:57:25.996Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestInspectResponseTextSimple [2021-02-18T09:57:25.996Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestInspectResponseEmptyContentType [2021-02-18T09:57:25.996Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestUnknownContentLength [2021-02-18T09:57:25.996Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-18T09:57:25.996Z] === RUN TestDownloadRemote [2021-02-18T09:57:25.996Z] --- PASS: TestDownloadRemote (0.07s) [2021-02-18T09:57:25.996Z] === RUN TestGetWithStatusError [2021-02-18T09:57:25.996Z] --- PASS: TestGetWithStatusError (0.01s) [2021-02-18T09:57:25.996Z] === RUN TestCloseRootDirectory [2021-02-18T09:57:25.996Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-18T09:57:25.996Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:57:25.996Z] === RUN TestHashFile [2021-02-18T09:57:25.996Z] --- SKIP: TestHashFile (0.00s) [2021-02-18T09:57:25.996Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:57:25.996Z] === RUN TestHashSubdir [2021-02-18T09:57:25.996Z] --- SKIP: TestHashSubdir (0.01s) [2021-02-18T09:57:25.996Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:57:25.996Z] === RUN TestRemoveDirectory [2021-02-18T09:57:25.996Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-18T09:57:25.996Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:57:25.996Z] PASS [2021-02-18T09:57:25.996Z] coverage: 9.3% of statements [2021-02-18T09:57:25.996Z] ok github.com/docker/docker/builder/remotecontext 0.320s coverage: 9.3% of statements [2021-02-18T09:57:26.459Z] === RUN TestGetAllAllowed [2021-02-18T09:57:26.459Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-18T09:57:26.459Z] === RUN TestGetAllMeta [2021-02-18T09:57:26.459Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-18T09:57:26.459Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-18T09:57:26.459Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestIsUnreferencedBuiltin [2021-02-18T09:57:26.460Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestIsExistingDirectory [2021-02-18T09:57:26.460Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestGetFilenameForDownload [2021-02-18T09:57:26.460Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestEnv2Variables [2021-02-18T09:57:26.460Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-18T09:57:26.460Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestMaintainer [2021-02-18T09:57:26.460Z] --- PASS: TestMaintainer (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestLabel [2021-02-18T09:57:26.460Z] --- PASS: TestLabel (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestFromScratch [2021-02-18T09:57:26.460Z] --- PASS: TestFromScratch (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestFromWithArg [2021-02-18T09:57:26.460Z] --- PASS: TestFromWithArg (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-18T09:57:26.460Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestFromWithUndefinedArg [2021-02-18T09:57:26.460Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestFromMultiStageWithNamedStage [2021-02-18T09:57:26.460Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestOnbuild [2021-02-18T09:57:26.460Z] --- PASS: TestOnbuild (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestWorkdir [2021-02-18T09:57:26.460Z] --- PASS: TestWorkdir (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestCmd [2021-02-18T09:57:26.460Z] --- PASS: TestCmd (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestHealthcheckNone [2021-02-18T09:57:26.460Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestHealthcheckCmd [2021-02-18T09:57:26.460Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestEntrypoint [2021-02-18T09:57:26.460Z] --- PASS: TestEntrypoint (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestExpose [2021-02-18T09:57:26.460Z] --- PASS: TestExpose (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestUser [2021-02-18T09:57:26.460Z] --- PASS: TestUser (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestVolume [2021-02-18T09:57:26.460Z] --- PASS: TestVolume (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestStopSignal [2021-02-18T09:57:26.460Z] --- SKIP: TestStopSignal (0.00s) [2021-02-18T09:57:26.460Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T09:57:26.460Z] === RUN TestArg [2021-02-18T09:57:26.460Z] --- PASS: TestArg (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestShell [2021-02-18T09:57:26.460Z] --- PASS: TestShell (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestPrependEnvOnCmd [2021-02-18T09:57:26.460Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestRunWithBuildArgs [2021-02-18T09:57:26.460Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestRunIgnoresHealthcheck [2021-02-18T09:57:26.460Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestNormalizeWorkdir [2021-02-18T09:57:26.460Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestDispatch [2021-02-18T09:57:26.460Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-18T09:57:26.460Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-18T09:57:26.460Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-18T09:57:26.460Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-18T09:57:26.460Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-18T09:57:26.460Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-18T09:57:26.460Z] === RUN TestDispatch/COPY_url [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch (0.05s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.00s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-18T09:57:26.460Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestAddScratchImageAddsToMounts [2021-02-18T09:57:26.460Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-18T09:57:26.460Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-18T09:57:26.460Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-18T09:57:26.460Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestImageSourceGetAddsToMounts [2021-02-18T09:57:26.460Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestEmptyDockerfile [2021-02-18T09:57:26.460Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestSymlinkDockerfile [2021-02-18T09:57:26.460Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-18T09:57:26.460Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-18T09:57:26.460Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestNonExistingDockerfile [2021-02-18T09:57:26.460Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestCopyRunConfig [2021-02-18T09:57:26.460Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestDeepCopyRunConfig [2021-02-18T09:57:26.460Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestExportImage [2021-02-18T09:57:26.460Z] --- PASS: TestExportImage (0.00s) [2021-02-18T09:57:26.460Z] === RUN TestNormalizeDest [2021-02-18T09:57:26.460Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-18T09:57:26.460Z] PASS [2021-02-18T09:57:26.460Z] coverage: 46.6% of statements [2021-02-18T09:57:26.460Z] ok github.com/docker/docker/builder/dockerfile 0.199s coverage: 46.6% of statements [2021-02-18T09:57:26.460Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T09:57:27.756Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T09:57:28.681Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T09:57:28.681Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T09:57:28.681Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T09:57:30.041Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-18T09:57:31.402Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T09:57:32.329Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T09:57:32.329Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T09:57:34.213Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T09:57:34.350Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2021-02-18T09:57:34.350Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-02-18T09:57:34.773Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T09:57:36.252Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-02-18T09:57:36.303Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T09:57:36.835Z] === RUN TestCheckpointCreateError [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointCreate [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointDeleteError [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointDelete [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointListError [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointList [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointList (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCheckpointListContainerNotFound [2021-02-18T09:57:36.835Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNewClientWithOpsFromEnv [2021-02-18T09:57:36.835Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T09:57:36.835Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T09:57:36.835Z] === RUN TestGetAPIPath [2021-02-18T09:57:36.835Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestParseHostURL [2021-02-18T09:57:36.835Z] --- PASS: TestParseHostURL (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-18T09:57:36.835Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPIVersion [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPVersionOverride [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-18T09:57:36.835Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestClientRedirect [2021-02-18T09:57:36.835Z] --- PASS: TestClientRedirect (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigCreateUnsupported [2021-02-18T09:57:36.835Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigCreateError [2021-02-18T09:57:36.835Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigCreate [2021-02-18T09:57:36.835Z] --- PASS: TestConfigCreate (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspectNotFound [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspectWithEmptyID [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspectUnsupported [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspectError [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspectConfigNotFound [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigInspect [2021-02-18T09:57:36.835Z] --- PASS: TestConfigInspect (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigListUnsupported [2021-02-18T09:57:36.835Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigListError [2021-02-18T09:57:36.835Z] --- PASS: TestConfigListError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigList [2021-02-18T09:57:36.835Z] --- PASS: TestConfigList (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigRemoveUnsupported [2021-02-18T09:57:36.835Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigRemoveError [2021-02-18T09:57:36.835Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigRemove [2021-02-18T09:57:36.835Z] --- PASS: TestConfigRemove (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigUpdateUnsupported [2021-02-18T09:57:36.835Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigUpdateError [2021-02-18T09:57:36.835Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestConfigUpdate [2021-02-18T09:57:36.835Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerCommitError [2021-02-18T09:57:36.835Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerCommit [2021-02-18T09:57:36.835Z] --- PASS: TestContainerCommit (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerStatPathError [2021-02-18T09:57:36.835Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerStatPathNotFoundError [2021-02-18T09:57:36.835Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerStatPathNoHeaderError [2021-02-18T09:57:36.835Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestContainerStatPath [2021-02-18T09:57:36.835Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyToContainerError [2021-02-18T09:57:36.835Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyToContainerNotFoundError [2021-02-18T09:57:36.835Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-18T09:57:36.835Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyToContainer [2021-02-18T09:57:36.835Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyFromContainerError [2021-02-18T09:57:36.835Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyFromContainerNotFoundError [2021-02-18T09:57:36.835Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-18T09:57:36.835Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-18T09:57:36.836Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-18T09:57:36.836Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestCopyFromContainer [2021-02-18T09:57:36.836Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerCreateError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerCreateImageNotFound [2021-02-18T09:57:36.836Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerCreateWithName [2021-02-18T09:57:36.836Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerCreateAutoRemove [2021-02-18T09:57:36.836Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerDiffError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerDiff [2021-02-18T09:57:36.836Z] --- PASS: TestContainerDiff (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecCreateError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecCreate [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecStartError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecStart [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecInspectError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecInspect [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExportError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExportError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExport [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExport (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerInspectError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerInspectContainerNotFound [2021-02-18T09:57:36.836Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerInspectWithEmptyID [2021-02-18T09:57:36.836Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerInspect [2021-02-18T09:57:36.836Z] --- PASS: TestContainerInspect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerInspectNode [2021-02-18T09:57:36.836Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerKillError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerKillError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerKill [2021-02-18T09:57:36.836Z] --- PASS: TestContainerKill (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerListError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerListError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerList [2021-02-18T09:57:36.836Z] --- PASS: TestContainerList (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerLogsNotFoundError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerLogsError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerLogs [2021-02-18T09:57:36.836Z] --- PASS: TestContainerLogs (0.13s) [2021-02-18T09:57:36.836Z] === RUN TestContainerPauseError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerPause [2021-02-18T09:57:36.836Z] --- PASS: TestContainerPause (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainersPruneError [2021-02-18T09:57:36.836Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainersPrune [2021-02-18T09:57:36.836Z] --- PASS: TestContainersPrune (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRemoveError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRemoveNotFoundError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRemoveNotFoundError (0.01s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRemove [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRemove (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRenameError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRename [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRename (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerResizeError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecResizeError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerResize [2021-02-18T09:57:36.836Z] --- PASS: TestContainerResize (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerExecResize [2021-02-18T09:57:36.836Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRestartError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerRestart [2021-02-18T09:57:36.836Z] --- PASS: TestContainerRestart (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStartError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStartError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStart [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStart (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStatsError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStats [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStats (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStopError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStopError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerStop [2021-02-18T09:57:36.836Z] --- PASS: TestContainerStop (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerTopError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerTopError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerTop [2021-02-18T09:57:36.836Z] --- PASS: TestContainerTop (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerUnpauseError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerUnpause [2021-02-18T09:57:36.836Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerUpdateError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerUpdateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerUpdate [2021-02-18T09:57:36.836Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerWaitError [2021-02-18T09:57:36.836Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestContainerWait [2021-02-18T09:57:36.836Z] --- PASS: TestContainerWait (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestDiskUsageError [2021-02-18T09:57:36.836Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestDiskUsage [2021-02-18T09:57:36.836Z] --- PASS: TestDiskUsage (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestDistributionInspectUnsupported [2021-02-18T09:57:36.836Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestDistributionInspectWithEmptyID [2021-02-18T09:57:36.836Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestEventsErrorInOptions [2021-02-18T09:57:36.836Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestEventsErrorFromServer [2021-02-18T09:57:36.836Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestEvents [2021-02-18T09:57:36.836Z] --- PASS: TestEvents (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestTLSCloseWriter [2021-02-18T09:57:36.836Z] === PAUSE TestTLSCloseWriter [2021-02-18T09:57:36.836Z] === RUN TestImageBuildError [2021-02-18T09:57:36.836Z] --- PASS: TestImageBuildError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageBuild [2021-02-18T09:57:36.836Z] --- PASS: TestImageBuild (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestGetDockerOS [2021-02-18T09:57:36.836Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageCreateError [2021-02-18T09:57:36.836Z] --- PASS: TestImageCreateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageCreate [2021-02-18T09:57:36.836Z] --- PASS: TestImageCreate (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageHistoryError [2021-02-18T09:57:36.836Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageHistory [2021-02-18T09:57:36.836Z] --- PASS: TestImageHistory (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageImportError [2021-02-18T09:57:36.836Z] --- PASS: TestImageImportError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageImport [2021-02-18T09:57:36.836Z] --- PASS: TestImageImport (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageInspectError [2021-02-18T09:57:36.836Z] --- PASS: TestImageInspectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageInspectImageNotFound [2021-02-18T09:57:36.836Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageInspectWithEmptyID [2021-02-18T09:57:36.836Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageInspect [2021-02-18T09:57:36.836Z] --- PASS: TestImageInspect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageListError [2021-02-18T09:57:36.836Z] --- PASS: TestImageListError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageList [2021-02-18T09:57:36.836Z] --- PASS: TestImageList (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageListApiBefore125 [2021-02-18T09:57:36.836Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageLoadError [2021-02-18T09:57:36.836Z] --- PASS: TestImageLoadError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageLoad [2021-02-18T09:57:36.836Z] --- PASS: TestImageLoad (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagesPruneError [2021-02-18T09:57:36.836Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagesPrune [2021-02-18T09:57:36.836Z] --- PASS: TestImagesPrune (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullReferenceParseError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullAnyError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePullWithoutErrors [2021-02-18T09:57:36.836Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushReferenceError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushAnyError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithoutErrors [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-18T09:57:36.836Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-18T09:57:36.836Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageRemoveError [2021-02-18T09:57:36.836Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageRemoveImageNotFound [2021-02-18T09:57:36.836Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageRemove [2021-02-18T09:57:36.836Z] --- PASS: TestImageRemove (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSaveError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSaveError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSave [2021-02-18T09:57:36.836Z] --- PASS: TestImageSave (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchAnyError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageSearchWithoutErrors [2021-02-18T09:57:36.836Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageTagError [2021-02-18T09:57:36.836Z] --- PASS: TestImageTagError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageTagInvalidReference [2021-02-18T09:57:36.836Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageTagInvalidSourceImageName [2021-02-18T09:57:36.836Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageTagHexSource [2021-02-18T09:57:36.836Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestImageTag [2021-02-18T09:57:36.836Z] --- PASS: TestImageTag (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestInfoServerError [2021-02-18T09:57:36.836Z] --- PASS: TestInfoServerError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestInfoInvalidResponseJSONError [2021-02-18T09:57:36.836Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestInfo [2021-02-18T09:57:36.836Z] --- PASS: TestInfo (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkConnectError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkConnect [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkCreateError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkCreate [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkDisconnectError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkDisconnect [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkInspectError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkInspectNotFoundError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkInspectWithEmptyID [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkInspect [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkListError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkListError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkList [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkList (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworksPruneError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworksPrune [2021-02-18T09:57:36.836Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkRemoveError [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNetworkRemove [2021-02-18T09:57:36.836Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeInspectError [2021-02-18T09:57:36.836Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeInspectNodeNotFound [2021-02-18T09:57:36.836Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeInspectWithEmptyID [2021-02-18T09:57:36.836Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeInspect [2021-02-18T09:57:36.836Z] --- PASS: TestNodeInspect (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeListError [2021-02-18T09:57:36.836Z] --- PASS: TestNodeListError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeList [2021-02-18T09:57:36.836Z] --- PASS: TestNodeList (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeRemoveError [2021-02-18T09:57:36.836Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeRemove [2021-02-18T09:57:36.836Z] --- PASS: TestNodeRemove (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeUpdateError [2021-02-18T09:57:36.836Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestNodeUpdate [2021-02-18T09:57:36.836Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestOptionWithTimeout [2021-02-18T09:57:36.836Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-18T09:57:36.836Z] === RUN TestPingFail [2021-02-18T09:57:36.836Z] --- PASS: TestPingFail (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPingWithError [2021-02-18T09:57:36.837Z] 2021/02/18 09:57:36 RoundTripper returned a response & error; ignoring response [2021-02-18T09:57:36.837Z] 2021/02/18 09:57:36 RoundTripper returned a response & error; ignoring response [2021-02-18T09:57:36.837Z] --- PASS: TestPingWithError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPingSuccess [2021-02-18T09:57:36.837Z] --- PASS: TestPingSuccess (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPingHeadFallback [2021-02-18T09:57:36.837Z] === RUN TestPingHeadFallback/OK [2021-02-18T09:57:36.837Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-18T09:57:36.837Z] === RUN TestPingHeadFallback/Not_Found [2021-02-18T09:57:36.837Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-18T09:57:36.837Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-18T09:57:36.837Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-18T09:57:36.837Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-18T09:57:36.837Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-18T09:57:36.837Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginDisableError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginDisable [2021-02-18T09:57:36.837Z] --- PASS: TestPluginDisable (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginEnableError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginEnable [2021-02-18T09:57:36.837Z] --- PASS: TestPluginEnable (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginInspectWithEmptyID [2021-02-18T09:57:36.837Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginInspect [2021-02-18T09:57:36.837Z] --- PASS: TestPluginInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginListError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginListError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginList [2021-02-18T09:57:36.837Z] --- PASS: TestPluginList (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginPushError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginPushError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginPush [2021-02-18T09:57:36.837Z] --- PASS: TestPluginPush (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginRemoveError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginRemove [2021-02-18T09:57:36.837Z] --- PASS: TestPluginRemove (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginSetError [2021-02-18T09:57:36.837Z] --- PASS: TestPluginSetError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPluginSet [2021-02-18T09:57:36.837Z] --- PASS: TestPluginSet (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSetHostHeader [2021-02-18T09:57:36.837Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestPlainTextError [2021-02-18T09:57:36.837Z] --- PASS: TestPlainTextError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestInfiniteError [2021-02-18T09:57:36.837Z] --- PASS: TestInfiniteError (0.02s) [2021-02-18T09:57:36.837Z] === RUN TestSecretCreateUnsupported [2021-02-18T09:57:36.837Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretCreateError [2021-02-18T09:57:36.837Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretCreate [2021-02-18T09:57:36.837Z] --- PASS: TestSecretCreate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretInspectUnsupported [2021-02-18T09:57:36.837Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretInspectSecretNotFound [2021-02-18T09:57:36.837Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretInspectWithEmptyID [2021-02-18T09:57:36.837Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretInspect [2021-02-18T09:57:36.837Z] --- PASS: TestSecretInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretListUnsupported [2021-02-18T09:57:36.837Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretListError [2021-02-18T09:57:36.837Z] --- PASS: TestSecretListError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretList [2021-02-18T09:57:36.837Z] --- PASS: TestSecretList (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretRemoveUnsupported [2021-02-18T09:57:36.837Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretRemoveError [2021-02-18T09:57:36.837Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretRemove [2021-02-18T09:57:36.837Z] --- PASS: TestSecretRemove (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretUpdateUnsupported [2021-02-18T09:57:36.837Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretUpdateError [2021-02-18T09:57:36.837Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSecretUpdate [2021-02-18T09:57:36.837Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceCreateError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceCreate [2021-02-18T09:57:36.837Z] --- PASS: TestServiceCreate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-18T09:57:36.837Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceCreateDigestPinning [2021-02-18T09:57:36.837Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceInspectServiceNotFound [2021-02-18T09:57:36.837Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceInspectWithEmptyID [2021-02-18T09:57:36.837Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceInspect [2021-02-18T09:57:36.837Z] --- PASS: TestServiceInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceListError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceListError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceList [2021-02-18T09:57:36.837Z] --- PASS: TestServiceList (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceLogsError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceLogs [2021-02-18T09:57:36.837Z] --- PASS: TestServiceLogs (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceRemoveError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceRemoveNotFoundError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceRemove [2021-02-18T09:57:36.837Z] --- PASS: TestServiceRemove (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceUpdateError [2021-02-18T09:57:36.837Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestServiceUpdate [2021-02-18T09:57:36.837Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmGetUnlockKeyError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmGetUnlockKey [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmInitError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmInit [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmInit (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmInspect [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmJoinError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmJoin [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmLeaveError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmLeave [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmUnlockError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmUnlock [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmUpdateError [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestSwarmUpdate [2021-02-18T09:57:36.837Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestTaskInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestTaskInspectWithEmptyID [2021-02-18T09:57:36.837Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestTaskInspect [2021-02-18T09:57:36.837Z] --- PASS: TestTaskInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestTaskListError [2021-02-18T09:57:36.837Z] --- PASS: TestTaskListError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestTaskList [2021-02-18T09:57:36.837Z] --- PASS: TestTaskList (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeCreateError [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeCreate [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeInspectError [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeInspectNotFound [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeInspectWithEmptyID [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeInspect [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeListError [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeListError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeList [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeList (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeRemoveError [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-18T09:57:36.837Z] === RUN TestVolumeRemove [2021-02-18T09:57:36.837Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-18T09:57:36.837Z] === CONT TestTLSCloseWriter [2021-02-18T09:57:36.837Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-02-18T09:57:36.837Z] PASS [2021-02-18T09:57:36.837Z] coverage: 74.9% of statements [2021-02-18T09:57:36.837Z] ok github.com/docker/docker/client 0.525s coverage: 74.9% of statements [2021-02-18T09:57:36.879Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T09:57:36.879Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T09:57:37.439Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T09:57:40.698Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T09:57:40.953Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T09:57:41.877Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T09:57:42.132Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T09:57:43.056Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T09:57:43.615Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T09:57:43.869Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T09:57:44.429Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T09:57:44.429Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T09:57:44.989Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T09:57:46.192Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 14.1% of statements [2021-02-18T09:57:46.192Z] ok github.com/docker/docker/daemon 12.137s coverage: 17.1% of statements [2021-02-18T09:57:46.192Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T09:57:46.192Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T09:57:46.349Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T09:57:46.604Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T09:57:46.753Z] ok github.com/docker/docker/daemon/config 0.079s coverage: 81.8% of statements [2021-02-18T09:57:47.315Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2021-02-18T09:57:47.527Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T09:57:47.878Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-02-18T09:57:47.878Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T09:57:47.878Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T09:57:48.087Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-18T09:57:48.806Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2021-02-18T09:57:49.011Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T09:57:50.894Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-18T09:57:51.323Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.509s coverage: 73.3% of statements [2021-02-18T09:57:51.454Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-18T09:57:51.579Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-18T09:57:52.014Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-18T09:57:52.573Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-18T09:57:52.947Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.405s coverage: 56.2% of statements [2021-02-18T09:57:53.132Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-18T09:57:54.055Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T09:57:54.591Z] --- PASS: TestCheckoutGit (29.04s) [2021-02-18T09:57:54.591Z] === RUN TestValidGitTransport [2021-02-18T09:57:54.591Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-18T09:57:54.591Z] === RUN TestGitInvalidRef [2021-02-18T09:57:54.591Z] --- PASS: TestGitInvalidRef (0.20s) [2021-02-18T09:57:54.591Z] PASS [2021-02-18T09:57:54.591Z] coverage: 86.3% of statements [2021-02-18T09:57:54.591Z] ok github.com/docker/docker/builder/remotecontext/git 29.416s coverage: 86.3% of statements [2021-02-18T09:57:54.591Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T09:57:54.591Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T09:57:54.614Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-18T09:57:54.853Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-02-18T09:57:55.538Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T09:57:56.101Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T09:57:56.740Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.212s coverage: 49.4% of statements [2021-02-18T09:57:56.740Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.639s coverage: 46.2% of statements [2021-02-18T09:57:56.740Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T09:57:57.025Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T09:57:57.585Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T09:57:57.585Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T09:57:58.628Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 57.5% of statements [2021-02-18T09:57:59.469Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T09:57:59.556Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.740s coverage: 57.7% of statements [2021-02-18T09:57:59.556Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T09:57:59.556Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T09:58:00.038Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T09:58:00.117Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-18T09:58:00.422Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestConfigureDaemonLogs [2021-02-18T09:58:00.422Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestCommonOptionsInstallFlags [2021-02-18T09:58:00.422Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-18T09:58:00.422Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-18T09:58:00.422Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-18T09:58:00.422Z] PASS [2021-02-18T09:58:00.422Z] coverage: 18.4% of statements [2021-02-18T09:58:00.422Z] ok github.com/docker/docker/cmd/dockerd 0.505s coverage: 18.4% of statements [2021-02-18T09:58:00.627Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T09:58:01.044Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2021-02-18T09:58:01.186Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T09:58:01.399Z] === RUN TestContainerStopSignal [2021-02-18T09:58:01.399Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestContainerStopTimeout [2021-02-18T09:58:01.399Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-18T09:58:01.399Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-18T09:58:01.399Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-18T09:58:01.399Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestReplaceAndAppendEnvVars [2021-02-18T09:58:01.399Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-18T09:58:01.399Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-18T09:58:01.399Z] === RUN TestNewMemoryStore [2021-02-18T09:58:01.399Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestAddContainers [2021-02-18T09:58:01.399Z] --- PASS: TestAddContainers (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestGetContainer [2021-02-18T09:58:01.399Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestDeleteContainer [2021-02-18T09:58:01.399Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestListContainers [2021-02-18T09:58:01.399Z] --- PASS: TestListContainers (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestFirstContainer [2021-02-18T09:58:01.399Z] --- PASS: TestFirstContainer (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestApplyAllContainer [2021-02-18T09:58:01.399Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestIsValidHealthString [2021-02-18T09:58:01.399Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestStateRunStop [2021-02-18T09:58:01.399Z] --- PASS: TestStateRunStop (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestStateTimeoutWait [2021-02-18T09:58:01.399Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-02-18T09:58:01.399Z] state_test.go:141: Stop callback fired [2021-02-18T09:58:01.399Z] state_test.go:165: Stop callback fired [2021-02-18T09:58:01.399Z] === RUN TestIsValidStateString [2021-02-18T09:58:01.399Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestViewSaveDelete [2021-02-18T09:58:01.399Z] --- PASS: TestViewSaveDelete (0.01s) [2021-02-18T09:58:01.399Z] === RUN TestViewAll [2021-02-18T09:58:01.399Z] --- PASS: TestViewAll (0.01s) [2021-02-18T09:58:01.399Z] === RUN TestViewGet [2021-02-18T09:58:01.399Z] --- PASS: TestViewGet (0.01s) [2021-02-18T09:58:01.399Z] === RUN TestNames [2021-02-18T09:58:01.399Z] --- PASS: TestNames (0.00s) [2021-02-18T09:58:01.399Z] === RUN TestViewWithHealthCheck [2021-02-18T09:58:01.399Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-18T09:58:01.399Z] PASS [2021-02-18T09:58:01.399Z] coverage: 41.3% of statements [2021-02-18T09:58:01.399Z] ok github.com/docker/docker/container 0.311s coverage: 41.3% of statements [2021-02-18T09:58:01.399Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T09:58:01.399Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T09:58:01.399Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T09:58:01.399Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T09:58:01.745Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T09:58:01.745Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T09:58:02.305Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T09:58:02.865Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T09:58:02.933Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 6.5% of statements [2021-02-18T09:58:02.933Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T09:58:02.933Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T09:58:03.189Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.2% of statements [2021-02-18T09:58:03.599Z] === RUN TestPrepare [2021-02-18T09:58:03.599Z] --- PASS: TestPrepare (0.00s) [2021-02-18T09:58:03.599Z] === RUN TestStart [2021-02-18T09:58:03.599Z] --- PASS: TestStart (0.00s) [2021-02-18T09:58:03.599Z] === RUN TestWaitCancel [2021-02-18T09:58:03.599Z] --- PASS: TestWaitCancel (0.00s) [2021-02-18T09:58:03.599Z] === RUN TestWaitDisabled [2021-02-18T09:58:03.599Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-18T09:58:03.599Z] === RUN TestWaitEnabled [2021-02-18T09:58:03.599Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-18T09:58:03.599Z] === RUN TestRemove [2021-02-18T09:58:03.599Z] --- PASS: TestRemove (0.00s) [2021-02-18T09:58:03.599Z] PASS [2021-02-18T09:58:03.599Z] coverage: 65.3% of statements [2021-02-18T09:58:03.599Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.256s coverage: 65.3% of statements [2021-02-18T09:58:03.788Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T09:58:04.043Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T09:58:04.604Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T09:58:04.604Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T09:58:05.079Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 67.0% of statements [2021-02-18T09:58:05.079Z] ok github.com/docker/docker/daemon/logger/awslogs 0.174s coverage: 77.8% of statements [2021-02-18T09:58:05.079Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T09:58:05.079Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T09:58:05.163Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T09:58:05.163Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T09:58:05.800Z] === RUN TestNewListSecretsFilters [2021-02-18T09:58:05.800Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestNewListConfigsFilters [2021-02-18T09:58:05.800Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-18T09:58:05.800Z] PASS [2021-02-18T09:58:05.800Z] coverage: 0.5% of statements [2021-02-18T09:58:05.800Z] ok github.com/docker/docker/daemon/cluster 0.295s coverage: 0.5% of statements [2021-02-18T09:58:05.800Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-18T09:58:05.800Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.10s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-18T09:58:05.800Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-18T09:58:05.800Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-18T09:58:05.800Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-18T09:58:05.800Z] PASS [2021-02-18T09:58:05.800Z] coverage: 35.9% of statements [2021-02-18T09:58:05.800Z] ok github.com/docker/docker/daemon/cluster/convert 0.359s coverage: 35.9% of statements [2021-02-18T09:58:06.008Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-02-18T09:58:06.087Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T09:58:06.264Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.020s coverage: 61.6% of statements [2021-02-18T09:58:06.523Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2021-02-18T09:58:06.646Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T09:58:07.205Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T09:58:07.764Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T09:58:07.764Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T09:58:08.323Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-18T09:58:08.323Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T09:58:08.411Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-02-18T09:58:08.411Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T09:58:08.667Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.059s coverage: 59.3% of statements [2021-02-18T09:58:09.595Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.017s coverage: 31.5% of statements [2021-02-18T09:58:09.684Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T09:58:10.523Z] === RUN TestDiscoveryOptsErrors [2021-02-18T09:58:10.523Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDiscoveryOpts [2021-02-18T09:58:10.523Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-18T09:58:10.523Z] PASS [2021-02-18T09:58:10.523Z] coverage: 30.0% of statements [2021-02-18T09:58:10.523Z] ok github.com/docker/docker/daemon/discovery 0.065s coverage: 30.0% of statements [2021-02-18T09:58:10.523Z] === RUN TestBuilderGC [2021-02-18T09:58:10.523Z] --- PASS: TestBuilderGC (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationNotFound [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonBrokenConfiguration [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestParseClusterAdvertiseSettings [2021-02-18T09:58:10.523Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestFindConfigurationConflicts [2021-02-18T09:58:10.523Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-18T09:58:10.523Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-18T09:58:10.523Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-18T09:58:10.523Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-18T09:58:10.523Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_label [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_dns [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-18T09:58:10.523Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-18T09:58:10.523Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestModifiedDiscoverySettings [2021-02-18T09:58:10.523Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestReloadSetConfigFileNotExist [2021-02-18T09:58:10.523Z] time="2021-02-18T09:58:10Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-18T09:58:10.523Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-02-18T09:58:10.523Z] === RUN TestReloadDefaultConfigNotExist [2021-02-18T09:58:10.523Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-02-18T09:58:10.523Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:10.523Z] === RUN TestReloadBadDefaultConfig [2021-02-18T09:58:10.523Z] time="2021-02-18T09:58:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-528852367" [2021-02-18T09:58:10.523Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestReloadWithConflictingLabels [2021-02-18T09:58:10.523Z] time="2021-02-18T09:58:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-093031330" [2021-02-18T09:58:10.523Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestReloadWithDuplicateLabels [2021-02-18T09:58:10.523Z] time="2021-02-18T09:58:10Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-777115801" [2021-02-18T09:58:10.523Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-18T09:58:10.523Z] === RUN TestDaemonConfigurationMerge [2021-02-18T09:58:10.523Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-18T09:58:10.523Z] PASS [2021-02-18T09:58:10.523Z] coverage: 79.7% of statements [2021-02-18T09:58:10.523Z] ok github.com/docker/docker/daemon/config 0.292s coverage: 79.7% of statements [2021-02-18T09:58:10.960Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-18T09:58:11.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T09:58:11.216Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-18T09:58:12.145Z] ok github.com/docker/docker/daemon/logger/splunk 1.610s coverage: 82.5% of statements [2021-02-18T09:58:12.145Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T09:58:12.145Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-02-18T09:58:12.145Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T09:58:12.405Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T09:58:12.659Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T09:58:12.719Z] === RUN TestVerifyNetworkingConfig [2021-02-18T09:58:12.719Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestGetContainer [2021-02-18T09:58:12.719Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestValidContainerNames [2021-02-18T09:58:12.719Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestContainerInitDNS [2021-02-18T09:58:12.719Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-18T09:58:12.719Z] daemon_test.go:147: root required [2021-02-18T09:58:12.719Z] === RUN TestMerge [2021-02-18T09:58:12.719Z] --- PASS: TestMerge (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestValidateContainerIsolation [2021-02-18T09:58:12.719Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestFindNetworkErrorType [2021-02-18T09:58:12.719Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestEnsureServicesExist [2021-02-18T09:58:12.719Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestEnsureServicesExistErrors [2021-02-18T09:58:12.719Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-18T09:58:12.719Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-18T09:58:12.719Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-18T09:58:12.719Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestContainerDelete [2021-02-18T09:58:12.719Z] --- PASS: TestContainerDelete (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestContainerDoubleDelete [2021-02-18T09:58:12.719Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestLogContainerEventCopyLabels [2021-02-18T09:58:12.719Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestLogContainerEventWithAttributes [2021-02-18T09:58:12.719Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestNoneHealthcheck [2021-02-18T09:58:12.719Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestHealthStates [2021-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] time="2021-02-18T09:58:12Z" 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-02-18T09:58:12.719Z] --- PASS: TestHealthStates (0.09s) [2021-02-18T09:58:12.719Z] === RUN TestMaskURLCredentials [2021-02-18T09:58:12.719Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestGetInspectData [2021-02-18T09:58:12.719Z] --- PASS: TestGetInspectData (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestFillLicense [2021-02-18T09:58:12.719Z] --- PASS: TestFillLicense (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestListInvalidFilter [2021-02-18T09:58:12.719Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestNameFilter [2021-02-18T09:58:12.719Z] --- PASS: TestNameFilter (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-18T09:58:12.719Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-18T09:58:12.719Z] === 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-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-18T09:58:12.719Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-18T09:58:12.719Z] --- 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-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-18T09:58:12.719Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonReloadLabels [2021-02-18T09:58:12.719Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-18T09:58:12.719Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonReloadMirrors [2021-02-18T09:58:12.719Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-18T09:58:12.719Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-18T09:58:12.719Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-18T09:58:12.719Z] === RUN TestDaemonDiscoveryReload [2021-02-18T09:58:13.182Z] === RUN TestWaitNodeAttachment [2021-02-18T09:58:13.182Z] === RUN TestEventsLog [2021-02-18T09:58:13.182Z] --- PASS: TestEventsLog (0.00s) [2021-02-18T09:58:13.182Z] === RUN TestEventsLogTimeout [2021-02-18T09:58:13.182Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-18T09:58:13.182Z] === RUN TestLogEvents [2021-02-18T09:58:13.182Z] --- PASS: TestLogEvents (0.05s) [2021-02-18T09:58:13.182Z] === RUN TestLoadBufferedEvents [2021-02-18T09:58:13.182Z] --- PASS: TestLoadBufferedEvents (0.07s) [2021-02-18T09:58:13.182Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-18T09:58:13.182Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-18T09:58:13.182Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-18T09:58:13.182Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-18T09:58:13.182Z] PASS [2021-02-18T09:58:13.182Z] coverage: 50.0% of statements [2021-02-18T09:58:13.182Z] ok github.com/docker/docker/daemon/events 0.758s coverage: 50.0% of statements [2021-02-18T09:58:13.182Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-18T09:58:13.182Z] === RUN TestIsolationConversion [2021-02-18T09:58:13.182Z] === RUN TestIsolationConversion/default [2021-02-18T09:58:13.182Z] === RUN TestIsolationConversion/process [2021-02-18T09:58:13.182Z] === RUN TestIsolationConversion/hyperv [2021-02-18T09:58:13.182Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-18T09:58:13.182Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-18T09:58:13.182Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-18T09:58:13.182Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-18T09:58:13.182Z] === RUN TestContainerLabels [2021-02-18T09:58:13.182Z] --- PASS: TestContainerLabels (0.00s) [2021-02-18T09:58:13.182Z] === RUN TestCredentialSpecConversion [2021-02-18T09:58:13.182Z] === RUN TestCredentialSpecConversion/none [2021-02-18T09:58:13.182Z] === RUN TestCredentialSpecConversion/config [2021-02-18T09:58:13.183Z] === RUN TestCredentialSpecConversion/file [2021-02-18T09:58:13.183Z] === RUN TestCredentialSpecConversion/registry [2021-02-18T09:58:13.183Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-18T09:58:13.183Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-18T09:58:13.183Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-18T09:58:13.183Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-18T09:58:13.183Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountBind [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountVolume [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountTarget [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountTmpfs [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountInvalidType [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-18T09:58:13.183Z] === RUN TestControllerValidateMountNamedPipe [2021-02-18T09:58:13.183Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-18T09:58:13.183Z] PASS [2021-02-18T09:58:13.183Z] coverage: 11.3% of statements [2021-02-18T09:58:13.183Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.059s coverage: 11.3% of statements [2021-02-18T09:58:13.219Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T09:58:13.646Z] === RUN TestIsEmptyDir [2021-02-18T09:58:13.646Z] --- PASS: TestIsEmptyDir (0.00s) [2021-02-18T09:58:13.646Z] PASS [2021-02-18T09:58:13.646Z] coverage: 2.3% of statements [2021-02-18T09:58:13.646Z] ok github.com/docker/docker/daemon/graphdriver 0.062s coverage: 2.3% of statements [2021-02-18T09:58:13.646Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-18T09:58:13.646Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-18T09:58:13.779Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T09:58:14.037Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2021-02-18T09:58:14.340Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T09:58:14.623Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-02-18T09:58:14.623Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-18T09:58:14.623Z] === RUN TestLinkNaming [2021-02-18T09:58:14.623Z] --- PASS: TestLinkNaming (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestLinkNew [2021-02-18T09:58:14.623Z] --- PASS: TestLinkNew (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestLinkEnv [2021-02-18T09:58:14.623Z] --- PASS: TestLinkEnv (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestLinkMultipleEnv [2021-02-18T09:58:14.623Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestLinkPortRangeEnv [2021-02-18T09:58:14.623Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-18T09:58:14.623Z] PASS [2021-02-18T09:58:14.623Z] coverage: 93.0% of statements [2021-02-18T09:58:14.623Z] ok github.com/docker/docker/daemon/links 0.215s coverage: 93.0% of statements [2021-02-18T09:58:14.623Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2021-02-18T09:58:14.623Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-18T09:58:14.623Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T09:58:14.623Z] reload_test.go:520: root required [2021-02-18T09:58:14.623Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-18T09:58:14.623Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-18T09:58:14.623Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-02-18T09:58:14.623Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-18T09:58:14.623Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-18T09:58:14.623Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-18T09:58:14.623Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-02-18T09:58:14.623Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-18T09:58:14.623Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-18T09:58:14.623Z] === RUN TestParseVolumesFrom [2021-02-18T09:58:14.623Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-18T09:58:14.623Z] PASS [2021-02-18T09:58:14.623Z] coverage: 9.1% of statements [2021-02-18T09:58:14.899Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T09:58:14.965Z] ok github.com/docker/docker/distribution 0.190s coverage: 25.0% of statements [2021-02-18T09:58:14.965Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T09:58:15.088Z] ok github.com/docker/docker/daemon 2.612s coverage: 9.1% of statements [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-18T09:58:15.088Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-18T09:58:15.908Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-02-18T09:58:16.067Z] === RUN TestAdapterReadLogs [2021-02-18T09:58:16.067Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-18T09:58:16.067Z] === RUN TestCopier [2021-02-18T09:58:16.067Z] --- PASS: TestCopier (0.00s) [2021-02-18T09:58:16.067Z] === RUN TestCopierLongLines [2021-02-18T09:58:16.067Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-18T09:58:16.067Z] === RUN TestCopierSlow [2021-02-18T09:58:16.067Z] --- PASS: TestCopierSlow (0.20s) [2021-02-18T09:58:16.067Z] === RUN TestCopierWithSized [2021-02-18T09:58:16.067Z] === RUN TestCopierWithSized/as_is [2021-02-18T09:58:16.067Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-18T09:58:16.260Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T09:58:16.531Z] --- PASS: TestCopierWithSized (0.02s) [2021-02-18T09:58:16.531Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-18T09:58:16.531Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-02-18T09:58:16.531Z] === RUN TestCopierWithPartial [2021-02-18T09:58:16.531Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-18T09:58:16.531Z] === RUN TestRingLogger [2021-02-18T09:58:16.531Z] --- PASS: TestRingLogger (0.00s) [2021-02-18T09:58:16.531Z] === RUN TestRingCap [2021-02-18T09:58:16.531Z] --- PASS: TestRingCap (0.00s) [2021-02-18T09:58:16.531Z] === RUN TestRingClose [2021-02-18T09:58:16.531Z] --- PASS: TestRingClose (0.00s) [2021-02-18T09:58:16.531Z] === RUN TestRingDrain [2021-02-18T09:58:16.531Z] --- PASS: TestRingDrain (0.00s) [2021-02-18T09:58:16.531Z] PASS [2021-02-18T09:58:16.531Z] coverage: 43.5% of statements [2021-02-18T09:58:16.531Z] ok github.com/docker/docker/daemon/logger 0.513s coverage: 43.5% of statements [2021-02-18T09:58:16.843Z] ok github.com/docker/docker/image 0.017s coverage: 86.8% of statements [2021-02-18T09:58:17.406Z] ok github.com/docker/docker/distribution/xfer 1.885s coverage: 85.1% of statements [2021-02-18T09:58:17.406Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T09:58:17.508Z] === RUN TestSearchRegistryForImagesErrors [2021-02-18T09:58:17.508Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-18T09:58:17.508Z] === RUN TestSearchRegistryForImages [2021-02-18T09:58:17.508Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-18T09:58:17.508Z] === RUN TestImageDelete [2021-02-18T09:58:17.508Z] === RUN TestImageDelete/no_lease [2021-02-18T09:58:17.508Z] === RUN TestImageDelete/lease_exists [2021-02-18T09:58:17.508Z] --- PASS: TestImageDelete (0.03s) [2021-02-18T09:58:17.508Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-02-18T09:58:17.508Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-02-18T09:58:17.508Z] === RUN TestContentStoreForPull [2021-02-18T09:58:17.508Z] --- PASS: TestContentStoreForPull (0.12s) [2021-02-18T09:58:17.508Z] PASS [2021-02-18T09:58:17.508Z] coverage: 6.5% of statements [2021-02-18T09:58:17.508Z] ok github.com/docker/docker/daemon/images 0.334s coverage: 6.5% of statements [2021-02-18T09:58:17.508Z] === RUN TestJSONFileLogger [2021-02-18T09:58:17.968Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-02-18T09:58:17.968Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T09:58:17.972Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestJSONFileLoggerWithTags [2021-02-18T09:58:17.972Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestJSONFileLoggerWithOpts [2021-02-18T09:58:17.972Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-02-18T09:58:17.972Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-18T09:58:17.972Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestEncodeDecode [2021-02-18T09:58:17.972Z] === PAUSE TestEncodeDecode [2021-02-18T09:58:17.972Z] === CONT TestEncodeDecode [2021-02-18T09:58:17.972Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T09:58:17.972Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T09:58:17.972Z] --- PASS: TestEncodeDecode (0.10s) [2021-02-18T09:58:17.972Z] PASS [2021-02-18T09:58:17.972Z] coverage: 61.6% of statements [2021-02-18T09:58:17.972Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.221s coverage: 61.6% of statements [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/defaults [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-18T09:58:17.972Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-18T09:58:17.972Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-18T09:58:17.972Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-18T09:58:17.972Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2021-02-18T09:58:17.972Z] === RUN TestCreateSuccess [2021-02-18T09:58:17.972Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCreateLogGroupSuccess [2021-02-18T09:58:17.972Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCreateError [2021-02-18T09:58:17.972Z] --- PASS: TestCreateError (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCreateAlreadyExists [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-18T09:58:17.972Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestLogClosed [2021-02-18T09:58:17.972Z] --- PASS: TestLogClosed (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestLogBlocking [2021-02-18T09:58:17.972Z] --- PASS: TestLogBlocking (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-18T09:58:17.972Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestLogNonBlockingBufferFull [2021-02-18T09:58:17.972Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestPublishBatchSuccess [2021-02-18T09:58:17.972Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestPublishBatchError [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=error msg=Error [2021-02-18T09:58:17.972Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T09:58:17.972Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T09:58:17.972Z] time="2021-02-18T09:58:17Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-18T09:58:17.972Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchSimple [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchTicker [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMultilinePattern [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchClose [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/0/Hello [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/2/🙃 [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/3/���� [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/4/He��o [2021-02-18T09:58:17.972Z] === RUN TestEffectiveLen/5/ [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/0/ [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/1/Hello [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/2/Hello [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/3/Hello [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/4/🙃 [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/5/🙃 [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/6/a� [2021-02-18T09:58:17.972Z] === RUN TestFindValidSplit/7/a� [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: Hello [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: He [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: llo [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: Hello [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: a [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: � [2021-02-18T09:58:17.972Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1044: a� [2021-02-18T09:58:17.972Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:58:17.972Z] === RUN TestProcessEventEmoji [2021-02-18T09:58:17.972Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchLineSplit [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMaxEvents [2021-02-18T09:58:17.972Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-02-18T09:58:17.972Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-18T09:58:17.972Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-18T09:58:17.972Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-18T09:58:17.972Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-18T09:58:17.973Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-18T09:58:17.973Z] === RUN TestCreateTagSuccess [2021-02-18T09:58:17.973Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-18T09:58:17.973Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-18T09:58:17.973Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-02-18T09:58:17.973Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-18T09:58:17.973Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-18T09:58:17.973Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-02-18T09:58:17.973Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-18T09:58:17.973Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-02-18T09:58:17.973Z] PASS [2021-02-18T09:58:17.973Z] coverage: 77.4% of statements [2021-02-18T09:58:17.973Z] === RUN TestFastTimeMarshalJSON [2021-02-18T09:58:17.973Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-02-18T09:58:17.973Z] PASS [2021-02-18T09:58:17.973Z] coverage: 87.2% of statements [2021-02-18T09:58:17.973Z] ok github.com/docker/docker/daemon/logger/awslogs 0.465s coverage: 77.4% of statements [2021-02-18T09:58:17.973Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.171s coverage: 87.2% of statements [2021-02-18T09:58:17.973Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-18T09:58:17.973Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T09:58:17.973Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T09:58:17.973Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-18T09:58:17.973Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-18T09:58:18.811Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T09:58:18.811Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T09:58:18.900Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2021-02-18T09:58:18.900Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T09:58:19.371Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T09:58:19.829Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-02-18T09:58:20.323Z] === RUN TestWriteLog [2021-02-18T09:58:20.323Z] === PAUSE TestWriteLog [2021-02-18T09:58:20.323Z] === RUN TestReadLog [2021-02-18T09:58:20.323Z] === PAUSE TestReadLog [2021-02-18T09:58:20.323Z] === CONT TestWriteLog [2021-02-18T09:58:20.323Z] === CONT TestReadLog [2021-02-18T09:58:20.323Z] --- PASS: TestWriteLog (0.00s) [2021-02-18T09:58:20.323Z] === RUN TestReadLog/tail_exact [2021-02-18T09:58:20.323Z] === RUN TestOpenFileDelete [2021-02-18T09:58:20.323Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-18T09:58:20.323Z] === RUN TestOpenFileRename [2021-02-18T09:58:20.323Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-18T09:58:20.323Z] === RUN TestParseLogTagDefaultTag [2021-02-18T09:58:20.323Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-18T09:58:20.324Z] === RUN TestParseLogTag [2021-02-18T09:58:20.324Z] --- PASS: TestParseLogTag (0.00s) [2021-02-18T09:58:20.324Z] === RUN TestParseLogTagEmptyTag [2021-02-18T09:58:20.324Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-18T09:58:20.324Z] === RUN TestTailFiles [2021-02-18T09:58:20.324Z] --- PASS: TestTailFiles (0.00s) [2021-02-18T09:58:20.324Z] === RUN TestFollowLogsConsumerGone [2021-02-18T09:58:20.324Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-18T09:58:20.324Z] === RUN TestFollowLogsProducerGone [2021-02-18T09:58:20.324Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-18T09:58:20.324Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-18T09:58:20.324Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-18T09:58:20.324Z] === RUN TestCheckCapacityAndRotate [2021-02-18T09:58:20.324Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-18T09:58:20.324Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-18T09:58:20.324Z] === RUN TestLog [2021-02-18T09:58:20.324Z] --- PASS: TestLog (0.01s) [2021-02-18T09:58:20.324Z] PASS [2021-02-18T09:58:20.324Z] coverage: 31.5% of statements [2021-02-18T09:58:20.324Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.137s coverage: 31.5% of statements [2021-02-18T09:58:20.324Z] === RUN TestReadLog/tail_less_than_available [2021-02-18T09:58:20.324Z] === RUN TestReadLog/tail_more_than_available [2021-02-18T09:58:20.324Z] --- PASS: TestReadLog (0.17s) [2021-02-18T09:58:20.324Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-02-18T09:58:20.324Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-18T09:58:20.324Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-18T09:58:20.324Z] PASS [2021-02-18T09:58:20.324Z] coverage: 75.2% of statements [2021-02-18T09:58:20.324Z] ok github.com/docker/docker/daemon/logger/local 0.290s coverage: 75.2% of statements [2021-02-18T09:58:20.324Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T09:58:20.324Z] --- PASS: TestCheckCapacityAndRotate (0.13s) [2021-02-18T09:58:20.324Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-02-18T09:58:20.324Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-02-18T09:58:20.324Z] PASS [2021-02-18T09:58:20.324Z] coverage: 55.8% of statements [2021-02-18T09:58:20.324Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.227s coverage: 55.8% of statements [2021-02-18T09:58:20.392Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2021-02-18T09:58:21.254Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T09:58:21.324Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-02-18T09:58:21.324Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-02-18T09:58:21.876Z] === RUN TestValidateLogOpt [2021-02-18T09:58:21.876Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestNewMissedConfig [2021-02-18T09:58:21.876Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestNewMissedUrl [2021-02-18T09:58:21.876Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestNewMissedToken [2021-02-18T09:58:21.876Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestNewWithProxy [2021-02-18T09:58:21.876Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestDefault [2021-02-18T09:58:21.876Z] --- PASS: TestDefault (0.01s) [2021-02-18T09:58:21.876Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-18T09:58:21.876Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestJsonFormat [2021-02-18T09:58:21.876Z] === RUN TestNewParse [2021-02-18T09:58:21.876Z] --- PASS: TestNewParse (0.00s) [2021-02-18T09:58:21.876Z] PASS [2021-02-18T09:58:21.876Z] coverage: 8.3% of statements [2021-02-18T09:58:21.876Z] --- PASS: TestJsonFormat (0.01s) [2021-02-18T09:58:21.876Z] === RUN TestRawFormat [2021-02-18T09:58:21.876Z] --- PASS: TestRawFormat (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestRawFormatWithLabels [2021-02-18T09:58:21.876Z] ok github.com/docker/docker/daemon/logger/templates 0.039s coverage: 8.3% of statements [2021-02-18T09:58:21.876Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestRawFormatWithoutTag [2021-02-18T09:58:21.876Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-18T09:58:21.876Z] === RUN TestBatching [2021-02-18T09:58:21.876Z] --- PASS: TestBatching (0.25s) [2021-02-18T09:58:21.876Z] === RUN TestFrequency [2021-02-18T09:58:22.340Z] --- PASS: TestFrequency (0.30s) [2021-02-18T09:58:22.340Z] === RUN TestOneMessagePerRequest [2021-02-18T09:58:22.340Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestVerify [2021-02-18T09:58:22.340Z] --- PASS: TestVerify (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestSkipVerify [2021-02-18T09:58:22.340Z] === RUN TestParseLogFormat [2021-02-18T09:58:22.340Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestValidateLogOptEmpty [2021-02-18T09:58:22.340Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestValidateSyslogAddress [2021-02-18T09:58:22.340Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestParseAddressDefaultPort [2021-02-18T09:58:22.340Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestValidateSyslogFacility [2021-02-18T09:58:22.340Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestValidateLogOptSyslogFormat [2021-02-18T09:58:22.340Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-18T09:58:22.340Z] === RUN TestValidateLogOpt [2021-02-18T09:58:22.340Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T09:58:22.340Z] PASS [2021-02-18T09:58:22.340Z] coverage: 46.8% of statements [2021-02-18T09:58:22.340Z] ok github.com/docker/docker/daemon/logger/syslog 0.160s coverage: 46.8% of statements [2021-02-18T09:58:22.340Z] time="2021-02-18T09:58:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.340Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.340Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.615Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T09:58:22.804Z] --- PASS: TestSkipVerify (0.39s) [2021-02-18T09:58:22.804Z] === RUN TestBufferMaximum [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.274722\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.274722\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] --- PASS: TestBufferMaximum (0.00s) [2021-02-18T09:58:22.804Z] === RUN TestServerAlwaysDown [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.276719\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.276719\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.276719\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.276719\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] time="2021-02-18T09:58:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613642302.276719\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:22.804Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-02-18T09:58:22.804Z] === RUN TestCannotSendAfterClose [2021-02-18T09:58:22.804Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-18T09:58:22.804Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-18T09:58:23.213Z] ok github.com/docker/docker/pkg/archive 0.295s coverage: 77.2% of statements [2021-02-18T09:58:23.782Z] time="2021-02-18T09:58:23Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-18T09:58:23.782Z] time="2021-02-18T09:58:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"35c610785041\"}'" [2021-02-18T09:58:23.782Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.07s) [2021-02-18T09:58:23.782Z] PASS [2021-02-18T09:58:23.782Z] coverage: 82.5% of statements [2021-02-18T09:58:23.782Z] ok github.com/docker/docker/daemon/logger/splunk 2.092s coverage: 82.5% of statements [2021-02-18T09:58:23.782Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T09:58:23.782Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-18T09:58:23.782Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T09:58:23.782Z] === RUN TestV1IDService [2021-02-18T09:58:23.782Z] --- PASS: TestV1IDService (0.02s) [2021-02-18T09:58:23.782Z] === RUN TestV2MetadataService [2021-02-18T09:58:24.142Z] ok github.com/docker/docker/pkg/authorization 0.314s coverage: 68.3% of statements [2021-02-18T09:58:24.245Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-18T09:58:24.245Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-18T09:58:24.245Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-18T09:58:24.245Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-18T09:58:24.245Z] === RUN TestContinueOnError_NeverContinue [2021-02-18T09:58:24.245Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-18T09:58:24.245Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-18T09:58:24.245Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-18T09:58:24.245Z] === RUN TestManifestStore [2021-02-18T09:58:24.245Z] === RUN TestManifestStore/no_remote_or_local [2021-02-18T09:58:24.245Z] time="2021-02-18T09:58:24Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local219268555\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-18T09:58:24.245Z] === RUN TestManifestStore/no_local_cache [2021-02-18T09:58:24.398Z] ok github.com/docker/docker/pkg/broadcaster 0.019s coverage: 100.0% of statements [2021-02-18T09:58:24.501Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T09:58:24.654Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/with_local_cache [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/unknown_media_type [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="reference for unknown type: " [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="reference for unknown type: " [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="reference for unknown type: " [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="reference for unknown type: " [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="reference for unknown type: " [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-18T09:58:24.709Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-18T09:58:24.709Z] time="2021-02-18T09:58:24Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore (0.26s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-18T09:58:24.709Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-18T09:58:24.709Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-18T09:58:24.709Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-18T09:58:24.709Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-18T09:58:24.710Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-18T09:58:24.710Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-18T09:58:24.710Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-18T09:58:24.710Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-18T09:58:24.710Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestFixManifestLayers [2021-02-18T09:58:24.710Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-18T09:58:24.710Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T09:58:24.710Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T09:58:24.710Z] === RUN TestFixManifestLayersBadParent [2021-02-18T09:58:24.710Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestValidateManifest [2021-02-18T09:58:24.710Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-18T09:58:24.710Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T09:58:24.710Z] === RUN TestFormatPlatform [2021-02-18T09:58:24.710Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestGetRepositoryMountCandidates [2021-02-18T09:58:24.710Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestLayerAlreadyExists [2021-02-18T09:58:24.710Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] 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-02-18T09:58:24.710Z] === RUN TestWhenEmptyAuthConfig [2021-02-18T09:58:24.710Z] --- PASS: TestV2MetadataService (0.87s) [2021-02-18T09:58:24.710Z] PASS [2021-02-18T09:58:24.710Z] coverage: 48.2% of statements [2021-02-18T09:58:24.710Z] ok github.com/docker/docker/distribution/metadata 0.981s coverage: 48.2% of statements [2021-02-18T09:58:24.710Z] === RUN TestSuccessfulDownload [2021-02-18T09:58:24.710Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-18T09:58:24.710Z] download_test.go:268: Needs fixing on Windows [2021-02-18T09:58:24.710Z] === RUN TestCancelledDownload [2021-02-18T09:58:24.710Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-18T09:58:24.710Z] === RUN TestMaxDownloadAttempts [2021-02-18T09:58:24.710Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:58:24.710Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:58:24.710Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:58:24.710Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:58:24.710Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:58:24.710Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:58:24.710Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:58:24.710Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:58:24.710Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:58:24.710Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:58:24.710Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:58:24.710Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:58:25.174Z] time="2021-02-18T09:58:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:58:25.174Z] time="2021-02-18T09:58:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:58:25.174Z] time="2021-02-18T09:58:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:58:25.174Z] time="2021-02-18T09:58:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:58:25.174Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-18T09:58:25.174Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.36s) [2021-02-18T09:58:25.174Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.36s) [2021-02-18T09:58:25.174Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.36s) [2021-02-18T09:58:25.174Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.36s) [2021-02-18T09:58:25.174Z] === RUN TestTransfer [2021-02-18T09:58:25.637Z] --- PASS: TestTransfer (0.16s) [2021-02-18T09:58:25.637Z] === RUN TestConcurrencyLimit [2021-02-18T09:58:25.637Z] === RUN TestNotFound [2021-02-18T09:58:25.637Z] --- PASS: TestNotFound (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestConflict [2021-02-18T09:58:25.637Z] --- PASS: TestConflict (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestForbidden [2021-02-18T09:58:25.637Z] --- PASS: TestForbidden (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestInvalidParameter [2021-02-18T09:58:25.637Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestNotImplemented [2021-02-18T09:58:25.637Z] --- PASS: TestNotImplemented (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestNotModified [2021-02-18T09:58:25.637Z] --- PASS: TestNotModified (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestUnauthorized [2021-02-18T09:58:25.637Z] --- PASS: TestUnauthorized (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestUnknown [2021-02-18T09:58:25.637Z] --- PASS: TestUnknown (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestCancelled [2021-02-18T09:58:25.637Z] --- PASS: TestCancelled (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestDeadline [2021-02-18T09:58:25.637Z] --- PASS: TestDeadline (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestDataLoss [2021-02-18T09:58:25.637Z] --- PASS: TestDataLoss (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestUnavailable [2021-02-18T09:58:25.637Z] --- PASS: TestUnavailable (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestSystem [2021-02-18T09:58:25.637Z] --- PASS: TestSystem (0.00s) [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Not_Found [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Bad_Request [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Conflict [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Unauthorized [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Forbidden [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Not_Modified [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-18T09:58:25.637Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-18T09:58:25.637Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-18T09:58:25.637Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-18T09:58:25.637Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-18T09:58:25.637Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-18T09:58:25.637Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-18T09:58:25.638Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-18T09:58:25.638Z] PASS [2021-02-18T09:58:25.638Z] coverage: 53.1% of statements [2021-02-18T09:58:25.638Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2021-02-18T09:58:25.638Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2021-02-18T09:58:25.638Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-18T09:58:25.638Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-18T09:58:25.638Z] === RUN TestTokenPassThru [2021-02-18T09:58:25.638Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-18T09:58:25.638Z] === RUN TestTokenPassThruDifferentHost [2021-02-18T09:58:25.638Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-02-18T09:58:25.638Z] PASS [2021-02-18T09:58:25.638Z] coverage: 23.4% of statements [2021-02-18T09:58:25.638Z] ok github.com/docker/docker/distribution 1.526s coverage: 23.4% of statements [2021-02-18T09:58:25.638Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-02-18T09:58:25.638Z] === RUN TestInactiveJobs [2021-02-18T09:58:25.638Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T09:58:26.615Z] --- PASS: TestInactiveJobs (0.55s) [2021-02-18T09:58:26.615Z] === RUN TestWatchRelease [2021-02-18T09:58:26.615Z] --- PASS: TestWatchRelease (0.25s) [2021-02-18T09:58:26.615Z] === RUN TestWatchFinishedTransfer [2021-02-18T09:58:26.615Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-18T09:58:26.615Z] === RUN TestDuplicateTransfer [2021-02-18T09:58:26.615Z] --- PASS: TestDuplicateTransfer (0.10s) [2021-02-18T09:58:26.615Z] === RUN TestSuccessfulUpload [2021-02-18T09:58:26.615Z] === RUN TestFSGetInvalidData [2021-02-18T09:58:26.615Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-18T09:58:26.615Z] === RUN TestFSInvalidSet [2021-02-18T09:58:26.615Z] --- PASS: TestFSInvalidSet (0.01s) [2021-02-18T09:58:26.615Z] === RUN TestFSInvalidRoot [2021-02-18T09:58:26.615Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-02-18T09:58:26.615Z] === RUN TestFSMetadataGetSet [2021-02-18T09:58:26.615Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-02-18T09:58:26.615Z] === RUN TestFSInvalidWalker [2021-02-18T09:58:26.615Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-18T09:58:26.615Z] === RUN TestFSGetSet [2021-02-18T09:58:27.040Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T09:58:27.040Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T09:58:27.040Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T09:58:27.079Z] --- PASS: TestFSGetSet (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestFSGetUnsetKey [2021-02-18T09:58:27.079Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestFSGetEmptyData [2021-02-18T09:58:27.079Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestFSDelete [2021-02-18T09:58:27.079Z] --- PASS: TestFSDelete (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestFSWalker [2021-02-18T09:58:27.079Z] --- PASS: TestFSWalker (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestFSWalkerStopOnError [2021-02-18T09:58:27.079Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestNewFromJSON [2021-02-18T09:58:27.079Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-18T09:58:27.079Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestMarshalKeyOrder [2021-02-18T09:58:27.079Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestImage [2021-02-18T09:58:27.079Z] --- PASS: TestImage (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestImageOSNotEmpty [2021-02-18T09:58:27.079Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-18T09:58:27.079Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-18T09:58:27.079Z] === RUN TestCreate [2021-02-18T09:58:27.079Z] --- PASS: TestCreate (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestRestore [2021-02-18T09:58:27.079Z] time="2021-02-18T09:58:26Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-18T09:58:27.079Z] time="2021-02-18T09:58:26Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-18T09:58:27.079Z] --- PASS: TestRestore (0.14s) [2021-02-18T09:58:27.079Z] === RUN TestAddDelete [2021-02-18T09:58:27.079Z] --- PASS: TestAddDelete (0.02s) [2021-02-18T09:58:27.079Z] === RUN TestSearchAfterDelete [2021-02-18T09:58:27.079Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestParentReset [2021-02-18T09:58:27.079Z] --- PASS: TestParentReset (0.03s) [2021-02-18T09:58:27.079Z] === RUN TestGetAndSetLastUpdated [2021-02-18T09:58:27.079Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-02-18T09:58:27.079Z] === RUN TestStoreLen [2021-02-18T09:58:27.079Z] --- PASS: TestSuccessfulUpload (0.41s) [2021-02-18T09:58:27.079Z] === RUN TestCancelledUpload [2021-02-18T09:58:27.079Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-18T09:58:27.079Z] PASS [2021-02-18T09:58:27.079Z] coverage: 76.8% of statements [2021-02-18T09:58:27.079Z] ok github.com/docker/docker/distribution/xfer 2.303s coverage: 76.8% of statements [2021-02-18T09:58:27.079Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T09:58:27.079Z] === RUN TestCompare [2021-02-18T09:58:27.079Z] --- PASS: TestCompare (0.00s) [2021-02-18T09:58:27.079Z] PASS [2021-02-18T09:58:27.079Z] coverage: 19.2% of statements [2021-02-18T09:58:27.079Z] --- PASS: TestStoreLen (0.07s) [2021-02-18T09:58:27.079Z] PASS [2021-02-18T09:58:27.079Z] coverage: 86.8% of statements [2021-02-18T09:58:27.079Z] ok github.com/docker/docker/image/cache 0.065s coverage: 19.2% of statements [2021-02-18T09:58:27.079Z] ok github.com/docker/docker/image 0.434s coverage: 86.8% of statements [2021-02-18T09:58:27.079Z] === RUN TestMakeV1ConfigFromConfig [2021-02-18T09:58:27.079Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-18T09:58:27.079Z] PASS [2021-02-18T09:58:27.079Z] coverage: 25.0% of statements [2021-02-18T09:58:27.079Z] ok github.com/docker/docker/image/v1 0.062s coverage: 25.0% of statements [2021-02-18T09:58:27.295Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T09:58:27.542Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T09:58:27.542Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T09:58:27.918Z] ok github.com/docker/docker/pkg/chrootarchive 2.488s coverage: 43.2% of statements [2021-02-18T09:58:27.918Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-02-18T09:58:28.174Z] ok github.com/docker/docker/layer 7.907s coverage: 68.8% of statements [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T09:58:28.174Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T09:58:28.430Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2021-02-18T09:58:28.523Z] === RUN TestSerialization [2021-02-18T09:58:28.523Z] --- PASS: TestSerialization (0.04s) [2021-02-18T09:58:28.523Z] PASS [2021-02-18T09:58:28.523Z] coverage: 100.0% of statements [2021-02-18T09:58:28.523Z] ok github.com/docker/docker/libcontainerd/queue 0.083s coverage: 100.0% of statements [2021-02-18T09:58:28.656Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T09:58:28.687Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2021-02-18T09:58:29.580Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T09:58:29.614Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2021-02-18T09:58:30.074Z] === RUN TestAddressPoolOpt [2021-02-18T09:58:30.074Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/a [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/something [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/_=a [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/env1=value1 [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/_env1=value1 [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/PATH [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/=a [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/PATH= [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/PATH=something [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/asd!qwe [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/1asd [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/123 [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/some_space [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/__some_space_before [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/some_space_after__ [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/= [2021-02-18T09:58:30.074Z] === RUN TestValidateEnv/PaTh [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestParseHost [2021-02-18T09:58:30.074Z] --- PASS: TestParseHost (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestParseDockerDaemonHost [2021-02-18T09:58:30.074Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestParseTCP [2021-02-18T09:58:30.074Z] --- PASS: TestParseTCP (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-18T09:58:30.074Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestValidateExtraHosts [2021-02-18T09:58:30.074Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestIpOptString [2021-02-18T09:58:30.074Z] --- PASS: TestIpOptString (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-18T09:58:30.074Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestNewIpOptValidDefaultVal [2021-02-18T09:58:30.074Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestIpOptSetInvalidVal [2021-02-18T09:58:30.074Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestValidateIPAddress [2021-02-18T09:58:30.074Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestMapOpts [2021-02-18T09:58:30.074Z] --- PASS: TestMapOpts (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestListOptsWithoutValidator [2021-02-18T09:58:30.074Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestListOptsWithValidator [2021-02-18T09:58:30.074Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestValidateDNSSearch [2021-02-18T09:58:30.074Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_general_format [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_one_more [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-18T09:58:30.074Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-18T09:58:30.074Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestNamedListOpts [2021-02-18T09:58:30.074Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestNamedMapOpts [2021-02-18T09:58:30.074Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestParseLink [2021-02-18T09:58:30.074Z] --- PASS: TestParseLink (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestQuotedStringSetWithQuotes [2021-02-18T09:58:30.074Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-18T09:58:30.074Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-18T09:58:30.074Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-18T09:58:30.075Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-18T09:58:30.075Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-18T09:58:30.075Z] === RUN TestUlimitOpt [2021-02-18T09:58:30.075Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-18T09:58:30.075Z] PASS [2021-02-18T09:58:30.075Z] coverage: 67.1% of statements [2021-02-18T09:58:30.075Z] ok github.com/docker/docker/opts 0.092s coverage: 67.1% of statements [2021-02-18T09:58:30.075Z] === RUN TestEmptyLayer [2021-02-18T09:58:30.075Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-18T09:58:30.075Z] === RUN TestCommitFailure [2021-02-18T09:58:30.075Z] --- PASS: TestCommitFailure (0.01s) [2021-02-18T09:58:30.075Z] === RUN TestStartTransactionFailure [2021-02-18T09:58:30.075Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-18T09:58:30.075Z] === RUN TestGetOrphan [2021-02-18T09:58:30.075Z] --- PASS: TestGetOrphan (0.01s) [2021-02-18T09:58:30.075Z] === RUN TestMountAndRegister [2021-02-18T09:58:30.075Z] === RUN TestParseVersion [2021-02-18T09:58:30.075Z] --- PASS: TestParseVersion (0.00s) [2021-02-18T09:58:30.075Z] PASS [2021-02-18T09:58:30.075Z] coverage: 52.9% of statements [2021-02-18T09:58:30.075Z] ok github.com/docker/docker/pkg/aaparser 0.093s coverage: 52.9% of statements [2021-02-18T09:58:30.075Z] --- PASS: TestMountAndRegister (0.12s) [2021-02-18T09:58:30.075Z] layer_test.go:271: Layer size: 14 [2021-02-18T09:58:30.075Z] === RUN TestLayerRelease [2021-02-18T09:58:30.075Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-18T09:58:30.075Z] layer_test.go:304: Failing on Windows [2021-02-18T09:58:30.075Z] === RUN TestStoreRestore [2021-02-18T09:58:30.075Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-18T09:58:30.075Z] layer_test.go:353: Failing on Windows [2021-02-18T09:58:30.075Z] === RUN TestTarStreamStability [2021-02-18T09:58:30.075Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-18T09:58:30.075Z] layer_test.go:468: Failing on Windows [2021-02-18T09:58:30.075Z] === RUN TestRegisterExistingLayer [2021-02-18T09:58:30.075Z] === RUN TestEnvironmentParsing [2021-02-18T09:58:30.075Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-18T09:58:30.075Z] PASS [2021-02-18T09:58:30.075Z] coverage: 1.0% of statements [2021-02-18T09:58:30.075Z] ok github.com/docker/docker/libcontainerd/local 0.177s coverage: 1.0% of statements [2021-02-18T09:58:30.177Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-02-18T09:58:30.433Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-02-18T09:58:30.538Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-02-18T09:58:30.538Z] === RUN TestTarStreamVerification [2021-02-18T09:58:30.538Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-18T09:58:30.538Z] layer_test.go:697: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestLayerMigration [2021-02-18T09:58:30.538Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-18T09:58:30.538Z] migration_test.go:46: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestLayerMigrationNoTarsplit [2021-02-18T09:58:30.538Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T09:58:30.538Z] migration_test.go:182: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestMountInit [2021-02-18T09:58:30.538Z] --- SKIP: TestMountInit (0.00s) [2021-02-18T09:58:30.538Z] mount_test.go:17: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestMountSize [2021-02-18T09:58:30.538Z] --- SKIP: TestMountSize (0.00s) [2021-02-18T09:58:30.538Z] mount_test.go:76: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestMountChanges [2021-02-18T09:58:30.538Z] --- SKIP: TestMountChanges (0.00s) [2021-02-18T09:58:30.538Z] mount_test.go:125: Failing on Windows [2021-02-18T09:58:30.538Z] === RUN TestMountApply [2021-02-18T09:58:30.538Z] --- SKIP: TestMountApply (0.00s) [2021-02-18T09:58:30.538Z] mount_test.go:212: Failing on Windows [2021-02-18T09:58:30.538Z] PASS [2021-02-18T09:58:30.538Z] coverage: 30.1% of statements [2021-02-18T09:58:30.538Z] ok github.com/docker/docker/layer 0.351s coverage: 30.1% of statements [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/oci [no test files] [2021-02-18T09:58:30.538Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T09:58:31.517Z] === RUN TestUnbuffered [2021-02-18T09:58:31.517Z] --- PASS: TestUnbuffered (0.00s) [2021-02-18T09:58:31.517Z] === RUN TestRaceUnbuffered [2021-02-18T09:58:31.517Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-18T09:58:31.517Z] PASS [2021-02-18T09:58:31.517Z] coverage: 100.0% of statements [2021-02-18T09:58:31.517Z] ok github.com/docker/docker/pkg/broadcaster 0.238s coverage: 100.0% of statements [2021-02-18T09:58:31.797Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-02-18T09:58:31.981Z] === RUN TestPeerCertificateMarshalJSON [2021-02-18T09:58:31.981Z] === RUN TestMatch [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[foo]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[foo_bar]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[]#01 [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[qux]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-18T09:58:31.981Z] === RUN TestMatch/[[foo_baz]] [2021-02-18T09:58:31.981Z] --- PASS: TestMatch (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-18T09:58:31.981Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-18T09:58:31.981Z] PASS [2021-02-18T09:58:31.981Z] coverage: 87.5% of statements [2021-02-18T09:58:31.981Z] ok github.com/docker/docker/pkg/capabilities 0.171s coverage: 87.5% of statements [2021-02-18T09:58:32.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-18T09:58:32.089Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T09:58:32.445Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-18T09:58:32.445Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-18T09:58:32.445Z] --- PASS: TestPeerCertificateMarshalJSON (0.76s) [2021-02-18T09:58:32.445Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-18T09:58:32.445Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-18T09:58:32.445Z] === RUN TestMiddleware [2021-02-18T09:58:32.445Z] --- PASS: TestMiddleware (0.00s) [2021-02-18T09:58:32.445Z] === RUN TestNewResponseModifier [2021-02-18T09:58:32.445Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-18T09:58:32.649Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T09:58:32.724Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2021-02-18T09:58:32.725Z] ok github.com/docker/docker/pkg/discovery/kv 3.071s coverage: 84.1% of statements [2021-02-18T09:58:32.908Z] PASS [2021-02-18T09:58:32.908Z] coverage: 26.8% of statements [2021-02-18T09:58:32.908Z] ok github.com/docker/docker/pkg/authorization 0.862s coverage: 26.8% of statements [2021-02-18T09:58:32.908Z] === RUN TestChrootTarUntar [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.908Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.908Z] === RUN TestChrootUntarEmptyArchive [2021-02-18T09:58:32.908Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-18T09:58:32.908Z] === RUN TestChrootTarUntarWithSymlink [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:58:32.908Z] === RUN TestChrootCopyWithTar [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:58:32.908Z] === RUN TestChrootCopyFileWithTar [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.908Z] === RUN TestChrootUntarPath [2021-02-18T09:58:32.908Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-18T09:58:32.908Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:58:32.909Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-18T09:58:32.909Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:58:32.909Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.909Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-18T09:58:32.909Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:58:32.909Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.909Z] === RUN TestChrootApplyDotDotFile [2021-02-18T09:58:32.909Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-18T09:58:32.909Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:32.909Z] PASS [2021-02-18T09:58:32.909Z] coverage: 15.4% of statements [2021-02-18T09:58:32.909Z] ok github.com/docker/docker/pkg/chrootarchive 0.084s coverage: 15.4% of statements [2021-02-18T09:58:32.909Z] === RUN TestIsArchivePathDir [2021-02-18T09:58:32.909Z] --- PASS: TestIsArchivePathDir (0.08s) [2021-02-18T09:58:32.909Z] === RUN TestIsArchivePathInvalidFile [2021-02-18T09:58:32.980Z] ok github.com/docker/docker/pkg/fsutils 0.135s coverage: 85.1% of statements [2021-02-18T09:58:33.236Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2021-02-18T09:58:33.373Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-02-18T09:58:33.373Z] === RUN TestIsArchivePathTar [2021-02-18T09:58:33.373Z] === RUN TestSizeEmpty [2021-02-18T09:58:33.373Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeEmptyFile [2021-02-18T09:58:33.373Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeNonemptyFile [2021-02-18T09:58:33.373Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-18T09:58:33.373Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-18T09:58:33.373Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-18T09:58:33.373Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestMoveToSubdir [2021-02-18T09:58:33.373Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-18T09:58:33.373Z] === RUN TestSizeNonExistingDirectory [2021-02-18T09:58:33.373Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-18T09:58:33.373Z] PASS [2021-02-18T09:58:33.373Z] coverage: 80.0% of statements [2021-02-18T09:58:33.373Z] ok github.com/docker/docker/pkg/directory 0.052s coverage: 80.0% of statements [2021-02-18T09:58:33.373Z] --- PASS: TestIsArchivePathTar (0.16s) [2021-02-18T09:58:33.373Z] === RUN TestDecompressStreamGzip [2021-02-18T09:58:33.373Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-02-18T09:58:33.373Z] === RUN TestDecompressStreamBzip2 [2021-02-18T09:58:33.836Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2021-02-18T09:58:33.836Z] === RUN TestDecompressStreamXz [2021-02-18T09:58:33.836Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-18T09:58:33.836Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T09:58:33.836Z] === RUN TestCompressStreamXzUnsupported [2021-02-18T09:58:33.836Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-18T09:58:33.836Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestCompressStreamInvalid [2021-02-18T09:58:33.836Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestExtensionInvalid [2021-02-18T09:58:33.836Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestExtensionUncompressed [2021-02-18T09:58:33.836Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestExtensionBzip2 [2021-02-18T09:58:33.836Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestExtensionGzip [2021-02-18T09:58:33.836Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestExtensionXz [2021-02-18T09:58:33.836Z] --- PASS: TestExtensionXz (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestCmdStreamLargeStderr [2021-02-18T09:58:33.836Z] --- PASS: TestCmdStreamLargeStderr (0.13s) [2021-02-18T09:58:33.836Z] === RUN TestCmdStreamBad [2021-02-18T09:58:33.836Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-18T09:58:33.836Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T09:58:33.836Z] === RUN TestCmdStreamGood [2021-02-18T09:58:33.836Z] --- PASS: TestCmdStreamGood (0.03s) [2021-02-18T09:58:33.836Z] === RUN TestUntarPathWithInvalidDest [2021-02-18T09:58:33.836Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-02-18T09:58:33.836Z] === RUN TestUntarPathWithInvalidSrc [2021-02-18T09:58:33.836Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-18T09:58:33.836Z] === RUN TestUntarPath [2021-02-18T09:58:33.836Z] --- PASS: TestUntarPath (0.06s) [2021-02-18T09:58:33.836Z] === RUN TestUntarPathWithDestinationFile [2021-02-18T09:58:33.836Z] --- PASS: TestUntarPathWithDestinationFile (0.09s) [2021-02-18T09:58:33.836Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-18T09:58:33.836Z] === RUN Test [2021-02-18T09:58:33.836Z] === RUN Test/TestContainsEntry [2021-02-18T09:58:33.836Z] === RUN Test/TestCreateEntries [2021-02-18T09:58:33.836Z] === RUN Test/TestEntriesDiff [2021-02-18T09:58:33.836Z] === RUN Test/TestEntriesEquality [2021-02-18T09:58:33.836Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-18T09:58:33.836Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-18T09:58:33.836Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-18T09:58:33.836Z] === RUN Test/TestGeneratorNotGenerate [2021-02-18T09:58:33.836Z] === RUN Test/TestGeneratorWithPort [2021-02-18T09:58:33.836Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-18T09:58:33.836Z] === RUN Test/TestNewEntry [2021-02-18T09:58:33.836Z] === RUN Test/TestParse [2021-02-18T09:58:33.836Z] --- PASS: Test (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-18T09:58:33.836Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-18T09:58:33.837Z] --- PASS: Test/TestParse (0.00s) [2021-02-18T09:58:33.837Z] PASS [2021-02-18T09:58:33.837Z] coverage: 58.3% of statements [2021-02-18T09:58:33.837Z] ok github.com/docker/docker/pkg/discovery 0.090s coverage: 58.3% of statements [2021-02-18T09:58:33.837Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-02-18T09:58:33.837Z] === RUN TestCopyWithTarInvalidSrc [2021-02-18T09:58:33.837Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-18T09:58:33.837Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyWithTarSrcFile [2021-02-18T09:58:33.837Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyWithTarSrcFolder [2021-02-18T09:58:33.837Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-18T09:58:33.837Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-18T09:58:33.837Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-18T09:58:33.837Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-18T09:58:33.837Z] === RUN TestCopyFileWithTarSrcFile [2021-02-18T09:58:33.837Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-02-18T09:58:34.010Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T09:58:34.165Z] ok github.com/docker/docker/pkg/idtools 0.410s coverage: 69.5% of statements [2021-02-18T09:58:34.300Z] === RUN TestTarFiles [2021-02-18T09:58:34.300Z] === RUN Test [2021-02-18T09:58:34.300Z] === RUN Test/TestContent [2021-02-18T09:58:34.300Z] === RUN Test/TestInitialize [2021-02-18T09:58:34.300Z] === RUN Test/TestNew [2021-02-18T09:58:34.300Z] === RUN Test/TestParsingContentsWithComments [2021-02-18T09:58:34.300Z] === RUN Test/TestRegister [2021-02-18T09:58:34.300Z] === RUN Test/TestWatch [2021-02-18T09:58:34.300Z] --- PASS: Test (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestContent (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestNew (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T09:58:34.300Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:58:34.300Z] PASS [2021-02-18T09:58:34.300Z] coverage: 92.9% of statements [2021-02-18T09:58:34.300Z] ok github.com/docker/docker/pkg/discovery/file 0.060s coverage: 92.9% of statements [2021-02-18T09:58:34.569Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-18T09:58:34.569Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T09:58:34.727Z] ok github.com/docker/docker/pkg/ioutils 0.486s coverage: 69.3% of statements [2021-02-18T09:58:34.983Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2021-02-18T09:58:34.983Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T09:58:34.983Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-02-18T09:58:34.983Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T09:58:34.983Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T09:58:35.240Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-02-18T09:58:35.240Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T09:58:35.277Z] === RUN Test [2021-02-18T09:58:35.277Z] === RUN Test/TestWatch [2021-02-18T09:58:35.277Z] --- PASS: Test (0.00s) [2021-02-18T09:58:35.277Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:58:35.277Z] PASS [2021-02-18T09:58:35.277Z] coverage: 92.3% of statements [2021-02-18T09:58:35.277Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2021-02-18T09:58:35.277Z] === RUN Test [2021-02-18T09:58:35.277Z] === RUN Test/TestInitialize [2021-02-18T09:58:35.277Z] === RUN Test [2021-02-18T09:58:35.277Z] === RUN Test/TestInitialize [2021-02-18T09:58:35.277Z] === RUN Test/TestInitializeWithPattern [2021-02-18T09:58:35.277Z] === RUN Test/TestRegister [2021-02-18T09:58:35.277Z] === RUN Test/TestWatch [2021-02-18T09:58:35.277Z] --- PASS: Test (0.00s) [2021-02-18T09:58:35.277Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T09:58:35.277Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-18T09:58:35.277Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T09:58:35.277Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:58:35.277Z] PASS [2021-02-18T09:58:35.277Z] coverage: 93.8% of statements [2021-02-18T09:58:35.277Z] ok github.com/docker/docker/pkg/discovery/nodes 0.043s coverage: 93.8% of statements [2021-02-18T09:58:35.493Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-18T09:58:35.497Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-02-18T09:58:35.741Z] time="2021-02-18T09:58:35Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:58:35.741Z] time="2021-02-18T09:58:35Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:58:35.741Z] time="2021-02-18T09:58:35Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:58:35.741Z] === RUN Test/TestInitializeWithCerts [2021-02-18T09:58:35.741Z] time="2021-02-18T09:58:35Z" level=info msg="Initializing discovery with TLS" [2021-02-18T09:58:35.741Z] === RUN Test/TestWatch [2021-02-18T09:58:35.741Z] time="2021-02-18T09:58:35Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:58:35.755Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-18T09:58:36.204Z] === RUN TestPollerAddRemove [2021-02-18T09:58:36.204Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-18T09:58:36.204Z] === RUN TestPollerEvent [2021-02-18T09:58:36.204Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-18T09:58:36.204Z] poller_test.go:41: No chmod on Windows [2021-02-18T09:58:36.204Z] === RUN TestPollerClose [2021-02-18T09:58:36.204Z] --- PASS: TestPollerClose (0.00s) [2021-02-18T09:58:36.332Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 86.7% of statements [2021-02-18T09:58:36.332Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-02-18T09:58:36.332Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T09:58:36.332Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T09:58:36.668Z] PASS [2021-02-18T09:58:36.668Z] coverage: 36.2% of statements [2021-02-18T09:58:36.668Z] ok github.com/docker/docker/pkg/filenotify 0.079s coverage: 36.2% of statements [2021-02-18T09:58:36.668Z] === RUN TestCopyFileWithInvalidSrc [2021-02-18T09:58:36.668Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T09:58:36.668Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-18T09:58:36.668Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-18T09:58:36.668Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCopyFile [2021-02-18T09:58:36.668Z] --- PASS: TestCopyFile (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-18T09:58:36.668Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T09:58:36.668Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T09:58:36.668Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-18T09:58:36.668Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-18T09:58:36.668Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T09:58:36.668Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T09:58:36.668Z] === RUN TestWildcardMatches [2021-02-18T09:58:36.668Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestPatternMatches [2021-02-18T09:58:36.668Z] --- PASS: TestPatternMatches (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-18T09:58:36.668Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestPatternMatchesFolderExclusions [2021-02-18T09:58:36.668Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-18T09:58:36.668Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-18T09:58:36.668Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-18T09:58:36.668Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-18T09:58:36.668Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestSingleExclamationError [2021-02-18T09:58:36.668Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestMatchesWithNoPatterns [2021-02-18T09:58:36.668Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestMatchesWithMalformedPatterns [2021-02-18T09:58:36.668Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestMatches [2021-02-18T09:58:36.668Z] --- PASS: TestMatches (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatterns [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatternsExceptionFlag [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCleanPatternsErrorSingleException [2021-02-18T09:58:36.668Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCreateIfNotExistsDir [2021-02-18T09:58:36.668Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestCreateIfNotExistsFile [2021-02-18T09:58:36.668Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-18T09:58:36.668Z] === RUN TestMatch [2021-02-18T09:58:36.668Z] --- PASS: TestMatch (0.00s) [2021-02-18T09:58:36.668Z] PASS [2021-02-18T09:58:36.668Z] coverage: 87.7% of statements [2021-02-18T09:58:36.668Z] ok github.com/docker/docker/pkg/fileutils 0.063s coverage: 87.7% of statements [2021-02-18T09:58:36.853Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-18T09:58:37.107Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T09:58:37.107Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T09:58:37.131Z] === RUN TestGet [2021-02-18T09:58:37.131Z] --- PASS: TestGet (0.00s) [2021-02-18T09:58:37.131Z] === RUN TestGetShortcutString [2021-02-18T09:58:37.131Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-18T09:58:37.131Z] PASS [2021-02-18T09:58:37.132Z] coverage: 42.9% of statements [2021-02-18T09:58:37.132Z] ok github.com/docker/docker/pkg/homedir 0.065s coverage: 42.9% of statements [2021-02-18T09:58:37.259Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-02-18T09:58:37.666Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T09:58:37.819Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-18T09:58:38.108Z] === RUN TestCreateIDMapOrder [2021-02-18T09:58:38.108Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-18T09:58:38.108Z] PASS [2021-02-18T09:58:38.108Z] coverage: 7.2% of statements [2021-02-18T09:58:38.108Z] ok github.com/docker/docker/pkg/idtools 0.074s coverage: 7.2% of statements [2021-02-18T09:58:38.108Z] --- PASS: TestTarFiles (4.23s) [2021-02-18T09:58:38.108Z] === RUN TestTarUntar [2021-02-18T09:58:38.108Z] --- PASS: TestTarUntar (0.02s) [2021-02-18T09:58:38.108Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-18T09:58:38.108Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-18T09:58:38.108Z] === RUN TestTarWithOptions [2021-02-18T09:58:38.108Z] --- PASS: TestTarWithOptions (0.02s) [2021-02-18T09:58:38.108Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-18T09:58:38.108Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-18T09:58:38.108Z] === RUN TestUntarUstarGnuConflict [2021-02-18T09:58:38.108Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-02-18T09:58:38.108Z] === RUN TestUntarInvalidFilenames [2021-02-18T09:58:38.226Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T09:58:38.381Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-18T09:58:38.381Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-02-18T09:58:38.572Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames621338434\\dest" [2021-02-18T09:58:38.572Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-02-18T09:58:38.572Z] === RUN TestUntarHardlinkToSymlink [2021-02-18T09:58:38.572Z] --- PASS: TestUntarHardlinkToSymlink (0.00s) [2021-02-18T09:58:38.572Z] === RUN TestUntarInvalidHardlink [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink155969619\\victim\\hello" -> "../victim/hello" [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink124830102\\victim\\hello" -> "/../victim/hello" [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink285623805\\victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink702559032\\victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink189758263\\victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink944777002\\victim" -> "../victim" [2021-02-18T09:58:38.572Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-02-18T09:58:38.572Z] === RUN TestUntarInvalidSymlink [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink677727873\\dest\\dotdot" -> "../victim/hello" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink575113196\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink599773787\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink767560190\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink426157381\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink254341088\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:38.572Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink935108543\\dest\\dir\\loophole" -> "../../victim" [2021-02-18T09:58:38.572Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-02-18T09:58:38.572Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-18T09:58:38.572Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-18T09:58:38.572Z] === RUN TestReplaceFileTarWrapper [2021-02-18T09:58:38.572Z] --- PASS: Test (3.11s) [2021-02-18T09:58:38.572Z] --- PASS: Test/TestInitialize (0.11s) [2021-02-18T09:58:38.572Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-18T09:58:38.572Z] --- PASS: Test/TestWatch (3.00s) [2021-02-18T09:58:38.572Z] PASS [2021-02-18T09:58:38.572Z] coverage: 84.1% of statements [2021-02-18T09:58:38.572Z] ok github.com/docker/docker/pkg/discovery/kv 3.228s coverage: 84.1% of statements [2021-02-18T09:58:38.572Z] --- PASS: TestReplaceFileTarWrapper (0.12s) [2021-02-18T09:58:38.572Z] === RUN TestPrefixHeaderReadable [2021-02-18T09:58:38.572Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-02-18T09:58:38.572Z] === RUN TestDisablePigz [2021-02-18T09:58:38.572Z] --- PASS: TestDisablePigz (0.13s) [2021-02-18T09:58:38.572Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2021-02-18T09:58:38.572Z] === RUN TestPigz [2021-02-18T09:58:39.036Z] === RUN TestFixedBufferCap [2021-02-18T09:58:39.036Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestFixedBufferLen [2021-02-18T09:58:39.036Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestFixedBufferString [2021-02-18T09:58:39.036Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestFixedBufferWrite [2021-02-18T09:58:39.036Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestFixedBufferRead [2021-02-18T09:58:39.036Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestBytesPipeRead [2021-02-18T09:58:39.036Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestBytesPipeWrite [2021-02-18T09:58:39.036Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-18T09:58:39.036Z] --- PASS: TestPigz (0.14s) [2021-02-18T09:58:39.036Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2021-02-18T09:58:39.036Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T09:58:39.036Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:58:39.036Z] archive_windows_test.go:16: Currently fails [2021-02-18T09:58:39.036Z] === RUN TestCanonicalTarNameForPath [2021-02-18T09:58:39.036Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestCanonicalTarName [2021-02-18T09:58:39.036Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestChmodTarEntry [2021-02-18T09:58:39.036Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestHardLinkOrder [2021-02-18T09:58:39.036Z] --- PASS: TestHardLinkOrder (0.07s) [2021-02-18T09:58:39.036Z] === RUN TestChangeString [2021-02-18T09:58:39.036Z] --- PASS: TestChangeString (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestChangesWithNoChanges [2021-02-18T09:58:39.036Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-02-18T09:58:39.036Z] === RUN TestChangesWithChanges [2021-02-18T09:58:39.036Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-18T09:58:39.036Z] === RUN TestChangesWithChangesGH13590 [2021-02-18T09:58:39.036Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-18T09:58:39.036Z] changes_test.go:192: needs more investigation [2021-02-18T09:58:39.036Z] === RUN TestChangesDirsEmpty [2021-02-18T09:58:39.036Z] --- PASS: TestChangesDirsEmpty (0.09s) [2021-02-18T09:58:39.036Z] === RUN TestChangesDirsMutated [2021-02-18T09:58:39.036Z] --- PASS: TestBytesPipeWriteRandomChunks (0.42s) [2021-02-18T09:58:39.036Z] === RUN TestAtomicWriteToFile [2021-02-18T09:58:39.036Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-02-18T09:58:39.036Z] === RUN TestAtomicWriteSetCommit [2021-02-18T09:58:39.036Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-18T09:58:39.036Z] === RUN TestAtomicWriteSetCancel [2021-02-18T09:58:39.036Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-18T09:58:39.036Z] === RUN TestReadCloserWrapperClose [2021-02-18T09:58:39.036Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestReaderErrWrapperReadOnError [2021-02-18T09:58:39.036Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestReaderErrWrapperRead [2021-02-18T09:58:39.036Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestHashData [2021-02-18T09:58:39.036Z] --- PASS: TestHashData (0.00s) [2021-02-18T09:58:39.036Z] === RUN TestCancelReadCloser [2021-02-18T09:58:39.036Z] === RUN TestError [2021-02-18T09:58:39.149Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-18T09:58:39.403Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-18T09:58:39.500Z] --- PASS: TestError (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestProgressString [2021-02-18T09:58:39.500Z] === RUN TestProgressString/no_progress [2021-02-18T09:58:39.500Z] === RUN TestProgressString/progress_1 [2021-02-18T09:58:39.500Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-18T09:58:39.500Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-18T09:58:39.500Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-18T09:58:39.500Z] === RUN TestProgressString/with_units [2021-02-18T09:58:39.500Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-18T09:58:39.500Z] === RUN TestProgressString/hide_counts [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-18T09:58:39.500Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestJSONMessageDisplay [2021-02-18T09:58:39.500Z] --- PASS: TestChangesDirsMutated (0.19s) [2021-02-18T09:58:39.500Z] === RUN TestApplyLayer [2021-02-18T09:58:39.500Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-18T09:58:39.500Z] changes_test.go:405: needs further investigation [2021-02-18T09:58:39.500Z] === RUN TestChangesSizeWithHardlinks [2021-02-18T09:58:39.500Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-18T09:58:39.500Z] changes_test.go:441: needs further investigation [2021-02-18T09:58:39.500Z] === RUN TestChangesSizeWithNoChanges [2021-02-18T09:58:39.500Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-18T09:58:39.500Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestChangesSize [2021-02-18T09:58:39.500Z] --- PASS: TestChangesSize (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestApplyLayerInvalidFilenames [2021-02-18T09:58:39.500Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames069862003\\dest" [2021-02-18T09:58:39.500Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-18T09:58:39.500Z] === RUN TestApplyLayerInvalidHardlink [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink771551005\\victim\\hello" -> "../victim/hello" [2021-02-18T09:58:39.500Z] --- PASS: TestJSONMessageDisplay (0.10s) [2021-02-18T09:58:39.500Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-18T09:58:39.500Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-18T09:58:39.500Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestDisplayJSONMessagesStream [2021-02-18T09:58:39.500Z] --- PASS: TestCancelReadCloser (0.12s) [2021-02-18T09:58:39.500Z] === RUN TestWriteCloserWrapperClose [2021-02-18T09:58:39.500Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-18T09:58:39.500Z] PASS [2021-02-18T09:58:39.500Z] coverage: 91.7% of statements [2021-02-18T09:58:39.500Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestNopWriteCloser [2021-02-18T09:58:39.500Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestNopWriter [2021-02-18T09:58:39.500Z] --- PASS: TestNopWriter (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestWriteCounter [2021-02-18T09:58:39.500Z] --- PASS: TestWriteCounter (0.00s) [2021-02-18T09:58:39.500Z] PASS [2021-02-18T09:58:39.500Z] coverage: 69.2% of statements [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink383555032\\victim\\hello" -> "/../victim/hello" [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink323929431\\victim" -> "../victim" [2021-02-18T09:58:39.500Z] ok github.com/docker/docker/pkg/jsonmessage 0.150s coverage: 91.7% of statements [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink664234186\\victim" -> "../victim" [2021-02-18T09:58:39.500Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 69.2% of statements [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink466183073\\victim" -> "../victim" [2021-02-18T09:58:39.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink860655756\\victim" -> "../victim" [2021-02-18T09:58:39.500Z] --- PASS: TestApplyLayerInvalidHardlink (0.09s) [2021-02-18T09:58:39.500Z] === RUN TestApplyLayerInvalidSymlink [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink198081147\\dest\\dotdot" -> "../victim/hello" [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink489236894\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink615232101\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink368600704\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink641096159\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:39.500Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink987568050\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:58:39.500Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-02-18T09:58:39.500Z] === RUN TestApplyLayerWhiteouts [2021-02-18T09:58:39.500Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-02-18T09:58:39.500Z] === RUN TestGenerateEmptyFile [2021-02-18T09:58:39.500Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestGenerateWithContent [2021-02-18T09:58:39.500Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-18T09:58:39.500Z] PASS [2021-02-18T09:58:39.500Z] coverage: 62.7% of statements [2021-02-18T09:58:39.500Z] ok github.com/docker/docker/pkg/archive 6.586s coverage: 62.7% of statements [2021-02-18T09:58:39.500Z] === RUN TestStandardLongPath [2021-02-18T09:58:39.500Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-18T09:58:39.500Z] === RUN TestUNCLongPath [2021-02-18T09:58:39.500Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-18T09:58:39.500Z] PASS [2021-02-18T09:58:39.500Z] coverage: 100.0% of statements [2021-02-18T09:58:39.500Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2021-02-18T09:58:39.744Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-02-18T09:58:39.963Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T09:58:39.963Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T09:58:39.973Z] === RUN TestNameFormat [2021-02-18T09:58:39.973Z] --- PASS: TestNameFormat (0.00s) [2021-02-18T09:58:39.973Z] === RUN TestNameRetries [2021-02-18T09:58:39.973Z] --- PASS: TestNameRetries (0.00s) [2021-02-18T09:58:39.973Z] PASS [2021-02-18T09:58:39.973Z] coverage: 85.7% of statements [2021-02-18T09:58:39.973Z] ok github.com/docker/docker/pkg/namesgenerator 0.044s coverage: 85.7% of statements [2021-02-18T09:58:40.000Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-02-18T09:58:40.436Z] === RUN TestParseKeyValueOpt [2021-02-18T09:58:40.436Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-18T09:58:40.436Z] === RUN TestParseUintList [2021-02-18T09:58:40.436Z] --- PASS: TestParseUintList (0.00s) [2021-02-18T09:58:40.436Z] === RUN TestParseUintListMaximumLimits [2021-02-18T09:58:40.436Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-18T09:58:40.436Z] PASS [2021-02-18T09:58:40.436Z] coverage: 97.0% of statements [2021-02-18T09:58:40.436Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2021-02-18T09:58:40.522Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T09:58:40.900Z] === RUN TestNewAndRemove [2021-02-18T09:58:40.900Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-18T09:58:40.900Z] === RUN TestRemoveInvalidPath [2021-02-18T09:58:40.900Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-18T09:58:40.900Z] PASS [2021-02-18T09:58:40.900Z] coverage: 82.6% of statements [2021-02-18T09:58:40.900Z] ok github.com/docker/docker/pkg/pidfile 0.062s coverage: 82.6% of statements [2021-02-18T09:58:41.082Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T09:58:41.363Z] === RUN TestParseEmptyInterface [2021-02-18T09:58:41.363Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-18T09:58:41.363Z] === RUN TestParseNonInterfaceType [2021-02-18T09:58:41.363Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-18T09:58:41.363Z] === RUN TestParseWithOneFunction [2021-02-18T09:58:41.641Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T09:58:41.827Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-18T09:58:41.827Z] === RUN TestParseWithMultipleFuncs [2021-02-18T09:58:41.827Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-18T09:58:41.827Z] === RUN TestParseWithUnnamedReturn [2021-02-18T09:58:41.827Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-18T09:58:41.827Z] === RUN TestEmbeddedInterface [2021-02-18T09:58:41.827Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-18T09:58:41.827Z] === RUN TestParsedImports [2021-02-18T09:58:41.827Z] --- PASS: TestParsedImports (0.00s) [2021-02-18T09:58:41.827Z] === RUN TestAliasedImports [2021-02-18T09:58:41.827Z] --- PASS: TestAliasedImports (0.00s) [2021-02-18T09:58:41.827Z] PASS [2021-02-18T09:58:41.827Z] coverage: 56.8% of statements [2021-02-18T09:58:41.827Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2021-02-18T09:58:42.291Z] === RUN TestFailedConnection [2021-02-18T09:58:42.566Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T09:58:42.754Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-18T09:58:42.754Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-18T09:58:42.754Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-18T09:58:42.754Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-18T09:58:42.754Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-18T09:58:42.754Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-18T09:58:42.754Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-18T09:58:42.754Z] === RUN TestBufferPoolPutAndGet [2021-02-18T09:58:42.754Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-18T09:58:42.754Z] PASS [2021-02-18T09:58:42.754Z] coverage: 88.2% of statements [2021-02-18T09:58:42.754Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-02-18T09:58:42.754Z] === RUN TestHTTPTransport [2021-02-18T09:58:42.754Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-18T09:58:42.754Z] PASS [2021-02-18T09:58:42.754Z] coverage: 85.7% of statements [2021-02-18T09:58:42.754Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2021-02-18T09:58:42.820Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-18T09:58:43.076Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T09:58:43.265Z] ok github.com/docker/docker/pkg/signal 2.397s coverage: 61.0% of statements [2021-02-18T09:58:43.265Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-02-18T09:58:43.520Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-18T09:58:43.636Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T09:58:43.731Z] --- PASS: TestFailedConnection (1.02s) [2021-02-18T09:58:43.731Z] === RUN TestFailOnce [2021-02-18T09:58:43.731Z] 2021/02/18 09:58:43 http: panic serving 127.0.0.1:49221: Plugin not ready [2021-02-18T09:58:43.731Z] goroutine 10 [running]: [2021-02-18T09:58:43.731Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-18T09:58:43.731Z] panic(0x849b40, 0x986ad0) [2021-02-18T09:58:43.731Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-18T09:58:43.731Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:58:43.731Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-18T09:58:43.731Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-18T09:58:43.731Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-18T09:58:43.731Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-18T09:58:43.731Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-18T09:58:43.731Z] created by net/http.(*Server).Serve [2021-02-18T09:58:43.731Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-18T09:58:43.731Z] time="2021-02-18T09:58:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s" [2021-02-18T09:58:43.731Z] === RUN TestOutputOnPrematureClose [2021-02-18T09:58:43.731Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-18T09:58:43.731Z] === RUN TestCompleteSilently [2021-02-18T09:58:43.731Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-18T09:58:43.731Z] PASS [2021-02-18T09:58:43.731Z] coverage: 75.9% of statements [2021-02-18T09:58:43.731Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2021-02-18T09:58:43.731Z] === RUN TestSendToOneSub [2021-02-18T09:58:43.731Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-18T09:58:43.731Z] === RUN TestSendToMultipleSubs [2021-02-18T09:58:43.731Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-18T09:58:43.731Z] === RUN TestEvictOneSub [2021-02-18T09:58:43.731Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-18T09:58:43.731Z] === RUN TestClosePublisher [2021-02-18T09:58:43.731Z] --- PASS: TestClosePublisher (0.00s) [2021-02-18T09:58:43.731Z] === RUN TestPubSubRace [2021-02-18T09:58:43.775Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-18T09:58:44.196Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T09:58:44.704Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-02-18T09:58:44.709Z] === RUN TestRegister [2021-02-18T09:58:44.709Z] --- PASS: TestRegister (0.00s) [2021-02-18T09:58:44.709Z] === RUN TestCommand [2021-02-18T09:58:44.709Z] --- PASS: TestCommand (0.02s) [2021-02-18T09:58:44.709Z] === RUN TestNaiveSelf [2021-02-18T09:58:44.709Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-18T09:58:44.709Z] PASS [2021-02-18T09:58:44.709Z] coverage: 82.4% of statements [2021-02-18T09:58:44.709Z] ok github.com/docker/docker/pkg/reexec 0.079s coverage: 82.4% of statements [2021-02-18T09:58:44.709Z] --- PASS: TestFailOnce (1.14s) [2021-02-18T09:58:44.709Z] === RUN TestEchoInputOutput [2021-02-18T09:58:44.709Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-18T09:58:44.709Z] === RUN TestBackoff [2021-02-18T09:58:44.709Z] --- PASS: TestBackoff (0.00s) [2021-02-18T09:58:44.709Z] === RUN TestAbortRetry [2021-02-18T09:58:44.709Z] --- PASS: TestAbortRetry (0.00s) [2021-02-18T09:58:44.709Z] === RUN TestClientScheme [2021-02-18T09:58:44.709Z] --- PASS: TestClientScheme (0.00s) [2021-02-18T09:58:44.709Z] === RUN TestNewClientWithTimeout [2021-02-18T09:58:44.709Z] --- PASS: TestPubSubRace (1.04s) [2021-02-18T09:58:44.709Z] PASS [2021-02-18T09:58:44.709Z] coverage: 75.0% of statements [2021-02-18T09:58:44.709Z] ok github.com/docker/docker/pkg/pubsub 1.074s coverage: 75.0% of statements [2021-02-18T09:58:44.755Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T09:58:44.755Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T09:58:44.960Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-18T09:58:45.172Z] time="2021-02-18T09:58:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-18T09:58:45.172Z] === RUN TestParseSignal [2021-02-18T09:58:45.172Z] --- PASS: TestParseSignal (0.00s) [2021-02-18T09:58:45.172Z] === RUN TestValidSignalForPlatform [2021-02-18T09:58:45.172Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-18T09:58:45.172Z] PASS [2021-02-18T09:58:45.172Z] coverage: 20.3% of statements [2021-02-18T09:58:45.172Z] ok github.com/docker/docker/pkg/signal 0.040s coverage: 20.3% of statements [2021-02-18T09:58:45.521Z] ok github.com/docker/docker/pkg/tailfile 0.068s coverage: 88.6% of statements [2021-02-18T09:58:45.635Z] === RUN TestNewStdWriter [2021-02-18T09:58:45.635Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-18T09:58:45.635Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestWriteWithNilBytes [2021-02-18T09:58:45.635Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestWrite [2021-02-18T09:58:45.635Z] --- PASS: TestWrite (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestWriteWithWriterError [2021-02-18T09:58:45.635Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-18T09:58:45.635Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyWriteAndRead [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-18T09:58:45.635Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-18T09:58:45.635Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-18T09:58:45.635Z] PASS [2021-02-18T09:58:45.635Z] coverage: 100.0% of statements [2021-02-18T09:58:45.635Z] ok github.com/docker/docker/pkg/stdcopy 0.037s coverage: 100.0% of statements [2021-02-18T09:58:45.679Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T09:58:45.934Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-18T09:58:46.082Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-02-18T09:58:46.082Z] testing: warning: no tests to run [2021-02-18T09:58:46.082Z] coverage: [no statements] [2021-02-18T09:58:46.082Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-02-18T09:58:46.189Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T09:58:46.612Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-18T09:58:46.612Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-18T09:58:46.612Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestFormatStatus [2021-02-18T09:58:46.612Z] --- PASS: TestFormatStatus (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestFormatError [2021-02-18T09:58:46.612Z] --- PASS: TestFormatError (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestFormatJSONError [2021-02-18T09:58:46.612Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-18T09:58:46.612Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-18T09:58:46.612Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestNewJSONProgressOutput [2021-02-18T09:58:46.612Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestAuxFormatterEmit [2021-02-18T09:58:46.612Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestStreamWriterStdout [2021-02-18T09:58:46.612Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestStreamWriterStderr [2021-02-18T09:58:46.612Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-18T09:58:46.612Z] PASS [2021-02-18T09:58:46.612Z] coverage: 66.2% of statements [2021-02-18T09:58:46.612Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2021-02-18T09:58:46.612Z] === RUN TestGenerateRandomID [2021-02-18T09:58:46.612Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestShortenId [2021-02-18T09:58:46.612Z] --- PASS: TestShortenId (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestShortenSha256Id [2021-02-18T09:58:46.612Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestShortenIdEmpty [2021-02-18T09:58:46.612Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestShortenIdInvalid [2021-02-18T09:58:46.612Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestIsShortIDNonHex [2021-02-18T09:58:46.612Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-18T09:58:46.612Z] === RUN TestIsShortIDNotCorrectSize [2021-02-18T09:58:46.612Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-18T09:58:46.612Z] PASS [2021-02-18T09:58:46.612Z] coverage: 70.6% of statements [2021-02-18T09:58:46.612Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-02-18T09:58:46.612Z] time="2021-02-18T09:58:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-18T09:58:46.643Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-18T09:58:46.643Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-02-18T09:58:46.899Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-18T09:58:47.549Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T09:58:47.549Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T09:58:47.549Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T09:58:47.590Z] === RUN TestIsCpusetListAvailable [2021-02-18T09:58:47.590Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-18T09:58:47.590Z] PASS [2021-02-18T09:58:47.590Z] coverage: 38.2% of statements [2021-02-18T09:58:47.590Z] ok github.com/docker/docker/pkg/sysinfo 0.036s coverage: 38.2% of statements [2021-02-18T09:58:48.054Z] === RUN TestChtimes [2021-02-18T09:58:48.054Z] --- PASS: TestChtimes (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestChtimesWindows [2021-02-18T09:58:48.054Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-18T09:58:48.054Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestEnsureRemoveAllNotExist [2021-02-18T09:58:48.054Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestEnsureRemoveAllWithDir [2021-02-18T09:58:48.054Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestEnsureRemoveAllWithFile [2021-02-18T09:58:48.054Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-18T09:58:48.054Z] === RUN TestHasWin32KSupport [2021-02-18T09:58:48.054Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-18T09:58:48.054Z] syscall_windows_test.go:8: win32k: true [2021-02-18T09:58:48.054Z] PASS [2021-02-18T09:58:48.054Z] coverage: 12.0% of statements [2021-02-18T09:58:48.054Z] ok github.com/docker/docker/pkg/system 0.057s coverage: 12.0% of statements [2021-02-18T09:58:48.519Z] === RUN TestTailFile [2021-02-18T09:58:48.519Z] --- PASS: TestTailFile (0.00s) [2021-02-18T09:58:48.519Z] === RUN TestTailFileManyLines [2021-02-18T09:58:48.519Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-18T09:58:48.519Z] === RUN TestTailEmptyFile [2021-02-18T09:58:48.519Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-18T09:58:48.519Z] === RUN TestTailNegativeN [2021-02-18T09:58:48.519Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/no_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-18T09:58:48.519Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.519Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.519Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.520Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.520Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.520Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.521Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.521Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.522Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.522Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.522Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.523Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.523Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.523Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.788Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.991Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.991Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:58:48.992Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:58:48.992Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.02s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.993Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.03s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:58:48.994Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:58:48.994Z] PASS [2021-02-18T09:58:48.994Z] coverage: 88.6% of statements [2021-02-18T09:58:48.994Z] ok github.com/docker/docker/pkg/tailfile 0.390s coverage: 88.6% of statements [2021-02-18T09:58:48.994Z] time="2021-02-18T09:58:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T09:58:48.994Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T09:58:49.458Z] === RUN TestTarSumRemoveNonExistent [2021-02-18T09:58:49.458Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestTarSumRemove [2021-02-18T09:58:49.458Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestSortFileInfoSums [2021-02-18T09:58:49.458Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestNewTarSumForLabelInvalid [2021-02-18T09:58:49.458Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestNewTarSumForLabel [2021-02-18T09:58:49.458Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestEmptyTar [2021-02-18T09:58:49.458Z] --- PASS: TestEmptyTar (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestTarSumsReadSize [2021-02-18T09:58:49.458Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestTarSums [2021-02-18T09:58:49.458Z] --- PASS: TestTarSums (0.08s) [2021-02-18T09:58:49.458Z] === RUN TestIteration [2021-02-18T09:58:49.458Z] --- PASS: TestIteration (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestVersionLabelForChecksum [2021-02-18T09:58:49.458Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestVersion [2021-02-18T09:58:49.458Z] --- PASS: TestVersion (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestGetVersion [2021-02-18T09:58:49.458Z] --- PASS: TestGetVersion (0.00s) [2021-02-18T09:58:49.458Z] === RUN TestGetVersions [2021-02-18T09:58:49.458Z] --- PASS: TestGetVersions (0.00s) [2021-02-18T09:58:49.458Z] PASS [2021-02-18T09:58:49.458Z] coverage: 89.3% of statements [2021-02-18T09:58:49.459Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2021-02-18T09:58:49.468Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-18T09:58:49.714Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-02-18T09:58:49.923Z] testing: warning: no tests to run [2021-02-18T09:58:49.923Z] PASS [2021-02-18T09:58:49.923Z] coverage: [no statements] [2021-02-18T09:58:49.923Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: [no statements] [no tests to run] [2021-02-18T09:58:49.923Z] === RUN TestTruncIndex [2021-02-18T09:58:49.923Z] --- PASS: TestTruncIndex (0.10s) [2021-02-18T09:58:49.923Z] PASS [2021-02-18T09:58:49.923Z] coverage: 91.5% of statements [2021-02-18T09:58:49.923Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2021-02-18T09:58:49.923Z] === RUN TestIsGIT [2021-02-18T09:58:49.923Z] --- PASS: TestIsGIT (0.00s) [2021-02-18T09:58:49.923Z] === RUN TestIsTransport [2021-02-18T09:58:49.923Z] --- PASS: TestIsTransport (0.00s) [2021-02-18T09:58:49.923Z] PASS [2021-02-18T09:58:49.923Z] coverage: 100.0% of statements [2021-02-18T09:58:49.923Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2021-02-18T09:58:49.970Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 85.4% of statements [2021-02-18T09:58:50.386Z] === RUN TestVersionInfo [2021-02-18T09:58:50.386Z] --- PASS: TestVersionInfo (0.00s) [2021-02-18T09:58:50.386Z] === RUN TestAppendVersions [2021-02-18T09:58:50.386Z] --- PASS: TestAppendVersions (0.00s) [2021-02-18T09:58:50.386Z] PASS [2021-02-18T09:58:50.386Z] coverage: 88.9% of statements [2021-02-18T09:58:50.386Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2021-02-18T09:58:50.829Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T09:58:51.336Z] ok github.com/docker/docker/quota 0.263s coverage: 71.4% of statements [2021-02-18T09:58:51.366Z] === RUN TestNewSettable [2021-02-18T09:58:51.366Z] --- PASS: TestNewSettable (0.00s) [2021-02-18T09:58:51.366Z] === RUN TestIsSettable [2021-02-18T09:58:51.366Z] --- PASS: TestIsSettable (0.00s) [2021-02-18T09:58:51.366Z] === RUN TestUpdateSettingsEnv [2021-02-18T09:58:51.366Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-18T09:58:51.366Z] PASS [2021-02-18T09:58:51.366Z] coverage: 20.1% of statements [2021-02-18T09:58:51.366Z] ok github.com/docker/docker/plugin/v2 0.040s coverage: 20.1% of statements [2021-02-18T09:58:51.389Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T09:58:51.898Z] ok github.com/docker/docker/reference 0.021s coverage: 84.4% of statements [2021-02-18T09:58:52.313Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-18T09:58:52.343Z] === RUN TestValidatePrivileges [2021-02-18T09:58:52.343Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-18T09:58:52.343Z] === RUN TestFilterByCapNeg [2021-02-18T09:58:52.343Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-18T09:58:52.343Z] === RUN TestFilterByCapPos [2021-02-18T09:58:52.343Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-18T09:58:52.343Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-18T09:58:52.343Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-18T09:58:52.343Z] PASS [2021-02-18T09:58:52.343Z] coverage: 12.0% of statements [2021-02-18T09:58:52.343Z] ok github.com/docker/docker/plugin 0.061s coverage: 12.0% of statements [2021-02-18T09:58:52.343Z] === RUN TestLoad [2021-02-18T09:58:52.343Z] --- PASS: TestLoad (0.00s) [2021-02-18T09:58:52.343Z] === RUN TestSave [2021-02-18T09:58:52.343Z] --- PASS: TestSave (0.10s) [2021-02-18T09:58:52.343Z] === RUN TestAddDeleteGet [2021-02-18T09:58:52.343Z] --- PASS: TestAddDeleteGet (0.11s) [2021-02-18T09:58:52.343Z] === RUN TestInvalidTags [2021-02-18T09:58:52.343Z] --- PASS: TestInvalidTags (0.01s) [2021-02-18T09:58:52.343Z] PASS [2021-02-18T09:58:52.343Z] coverage: 84.4% of statements [2021-02-18T09:58:52.343Z] ok github.com/docker/docker/reference 0.299s coverage: 84.4% of statements [2021-02-18T09:58:53.264Z] ok github.com/docker/docker/registry 0.059s coverage: 57.2% of statements [2021-02-18T09:58:53.320Z] === RUN TestRestartManagerTimeout [2021-02-18T09:58:53.320Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-18T09:58:53.320Z] === RUN TestRestartManagerTimeoutReset [2021-02-18T09:58:53.320Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-18T09:58:53.320Z] PASS [2021-02-18T09:58:53.320Z] coverage: 50.9% of statements [2021-02-18T09:58:53.320Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2021-02-18T09:58:53.320Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-18T09:58:53.320Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-02-18T09:58:53.320Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-18T09:58:53.320Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-18T09:58:53.320Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-18T09:58:53.320Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-18T09:58:53.320Z] === RUN TestResumableRequestReaderWithReadError [2021-02-18T09:58:53.784Z] time="2021-02-18T09:58:53Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-02-18T09:58:53.784Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.02s) [2021-02-18T09:58:53.784Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestResumableRequestReader [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-18T09:58:53.784Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-18T09:58:53.784Z] PASS [2021-02-18T09:58:53.784Z] coverage: 100.0% of statements [2021-02-18T09:58:53.784Z] time="2021-02-18T09:58:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-18T09:58:53.784Z] ok github.com/docker/docker/registry/resumable 0.191s coverage: 100.0% of statements [2021-02-18T09:58:53.784Z] === RUN TestResolveAuthConfigIndexServer [2021-02-18T09:58:53.784Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestResolveAuthConfigFullURL [2021-02-18T09:58:53.784Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-18T09:58:53.784Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestValidateMirror [2021-02-18T09:58:53.784Z] --- PASS: TestValidateMirror (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestLoadInsecureRegistries [2021-02-18T09:58:53.784Z] time="2021-02-18T09:58:53Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T09:58:53.784Z] time="2021-02-18T09:58:53Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-18T09:58:53.784Z] time="2021-02-18T09:58:53Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T09:58:53.784Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-02-18T09:58:53.784Z] === RUN TestNewServiceConfig [2021-02-18T09:58:53.784Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestValidateIndexName [2021-02-18T09:58:53.784Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestValidateIndexNameWithError [2021-02-18T09:58:53.784Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestEndpointParse [2021-02-18T09:58:53.784Z] --- PASS: TestEndpointParse (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestEndpointParseInvalid [2021-02-18T09:58:53.784Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestValidateEndpoint [2021-02-18T09:58:53.784Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-18T09:58:53.784Z] === RUN TestPing [2021-02-18T09:58:53.784Z] --- PASS: TestPing (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestPingRegistryEndpoint [2021-02-18T09:58:53.784Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-18T09:58:53.784Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:53.784Z] === RUN TestEndpoint [2021-02-18T09:58:53.784Z] --- SKIP: TestEndpoint (0.00s) [2021-02-18T09:58:53.784Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:53.784Z] === RUN TestParseRepositoryInfo [2021-02-18T09:58:53.784Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestNewIndexInfo [2021-02-18T09:58:53.784Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestMirrorEndpointLookup [2021-02-18T09:58:53.784Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-18T09:58:53.784Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:58:53.784Z] === RUN TestSearchRepositories [2021-02-18T09:58:53.784Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-18T09:58:53.784Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-18T09:58:53.784Z] Host: 127.0.0.1:49240 [2021-02-18T09:58:53.784Z] User-Agent: docker test client [2021-02-18T09:58:53.784Z] Authorization: Token fake-token [2021-02-18T09:58:53.784Z] X-Docker-Token: true [2021-02-18T09:58:53.784Z] Accept-Encoding: gzip [2021-02-18T09:58:53.784Z] [2021-02-18T09:58:53.784Z] [2021-02-18T09:58:53.784Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-18T09:58:53.784Z] Connection: close [2021-02-18T09:58:53.784Z] Content-Length: 144 [2021-02-18T09:58:53.784Z] Cache-Control: no-cache [2021-02-18T09:58:53.784Z] Content-Type: application/json [2021-02-18T09:58:53.784Z] Date: Thu, 18 Feb 2021 09:58:53 GMT [2021-02-18T09:58:53.784Z] Expires: -1 [2021-02-18T09:58:53.784Z] Pragma: no-cache [2021-02-18T09:58:53.784Z] Server: docker-tests/mock [2021-02-18T09:58:53.784Z] X-Docker-Registry-Config: mock [2021-02-18T09:58:53.784Z] X-Docker-Registry-Version: 0.0.0 [2021-02-18T09:58:53.784Z] [2021-02-18T09:58:53.784Z] [2021-02-18T09:58:53.784Z] === RUN TestTrustedLocation [2021-02-18T09:58:53.784Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-18T09:58:53.784Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestAllowNondistributableArtifacts [2021-02-18T09:58:53.784Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-18T09:58:53.784Z] === RUN TestIsSecureIndex [2021-02-18T09:58:53.784Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-18T09:58:53.784Z] PASS [2021-02-18T09:58:53.784Z] coverage: 50.3% of statements [2021-02-18T09:58:53.784Z] ok github.com/docker/docker/registry 0.178s coverage: 50.3% of statements [2021-02-18T09:58:53.825Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-02-18T09:58:53.825Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-02-18T09:58:54.752Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-18T09:58:54.762Z] === RUN TestDecodeContainerConfig [2021-02-18T09:58:54.762Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-18T09:58:54.762Z] === RUN TestDecodeContainerConfigIsolation [2021-02-18T09:58:54.762Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-18T09:58:54.762Z] === RUN TestValidatePrivileged [2021-02-18T09:58:54.762Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-18T09:58:54.762Z] PASS [2021-02-18T09:58:54.762Z] coverage: 52.2% of statements [2021-02-18T09:58:54.762Z] ok github.com/docker/docker/runconfig 0.100s coverage: 52.2% of statements [2021-02-18T09:58:54.762Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-18T09:58:54.762Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-18T09:58:54.762Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-18T09:58:54.762Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-18T09:58:54.762Z] PASS [2021-02-18T09:58:54.762Z] coverage: 62.5% of statements [2021-02-18T09:58:54.762Z] ok github.com/docker/docker/testutil 0.059s coverage: 62.5% of statements [2021-02-18T09:58:55.008Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-18T09:58:56.469Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-18T09:58:56.963Z] === RUN TestGetDriver [2021-02-18T09:58:56.963Z] --- PASS: TestGetDriver (0.00s) [2021-02-18T09:58:56.963Z] === RUN TestVolumeRequestError [2021-02-18T09:58:56.963Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-18T09:58:56.963Z] PASS [2021-02-18T09:58:56.963Z] coverage: 36.1% of statements [2021-02-18T09:58:56.963Z] ok github.com/docker/docker/volume/drivers 0.097s coverage: 36.1% of statements [2021-02-18T09:58:56.963Z] === RUN TestGetAddress [2021-02-18T09:58:56.963Z] --- PASS: TestGetAddress (0.00s) [2021-02-18T09:58:56.963Z] === RUN TestRemove [2021-02-18T09:58:56.963Z] --- SKIP: TestRemove (0.00s) [2021-02-18T09:58:56.963Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T09:58:56.963Z] === RUN TestInitializeWithVolumes [2021-02-18T09:58:56.963Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-18T09:58:56.963Z] === RUN TestCreate [2021-02-18T09:58:56.963Z] --- PASS: TestCreate (0.01s) [2021-02-18T09:58:56.963Z] === RUN TestValidateName [2021-02-18T09:58:56.963Z] --- PASS: TestValidateName (0.00s) [2021-02-18T09:58:56.963Z] === RUN TestCreateWithOpts [2021-02-18T09:58:56.963Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-18T09:58:56.963Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T09:58:56.963Z] === RUN TestRelaodNoOpts [2021-02-18T09:58:56.963Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-18T09:58:56.963Z] PASS [2021-02-18T09:58:56.963Z] coverage: 41.5% of statements [2021-02-18T09:58:56.963Z] ok github.com/docker/docker/volume/local 0.071s coverage: 41.5% of statements [2021-02-18T09:58:57.426Z] === RUN TestConvertTmpfsOptions [2021-02-18T09:58:57.426Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-18T09:58:57.426Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-18T09:58:57.426Z] parser_test.go:49: data="ro" [2021-02-18T09:58:57.426Z] === RUN TestParseMountRaw [2021-02-18T09:58:57.426Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-18T09:58:57.426Z] === RUN TestParseMountRawSplit [2021-02-18T09:58:57.426Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-02-18T09:58:57.426Z] parser_test.go:390: case 0 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 1 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 2 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 3 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 4 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 5 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 6 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 7 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 8 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 0 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 1 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 2 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 3 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 4 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 5 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 6 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 7 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 8 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 9 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 10 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 11 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 12 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 0 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 1 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 2 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 3 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 4 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 5 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 6 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 7 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 8 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 9 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 10 [2021-02-18T09:58:57.426Z] parser_test.go:390: case 11 [2021-02-18T09:58:57.426Z] === RUN TestParseMountSpec [2021-02-18T09:58:57.426Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-18T09:58:57.426Z] parser_test.go:455: case 0 [2021-02-18T09:58:57.426Z] parser_test.go:455: case 1 [2021-02-18T09:58:57.426Z] parser_test.go:455: case 2 [2021-02-18T09:58:57.426Z] parser_test.go:455: case 3 [2021-02-18T09:58:57.426Z] parser_test.go:455: case 4 [2021-02-18T09:58:57.426Z] parser_test.go:455: case 5 [2021-02-18T09:58:57.426Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-18T09:58:57.426Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-18T09:58:57.426Z] === RUN TestValidateMount [2021-02-18T09:58:57.426Z] --- PASS: TestValidateMount (0.00s) [2021-02-18T09:58:57.426Z] PASS [2021-02-18T09:58:57.426Z] coverage: 66.2% of statements [2021-02-18T09:58:57.426Z] ok github.com/docker/docker/volume/mounts 0.064s coverage: 66.2% of statements [2021-02-18T09:58:57.531Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-18T09:58:58.403Z] === RUN TestSetGetMeta [2021-02-18T09:58:58.403Z] === PAUSE TestSetGetMeta [2021-02-18T09:58:58.403Z] === RUN TestRestore [2021-02-18T09:58:58.403Z] === PAUSE TestRestore [2021-02-18T09:58:58.403Z] === RUN TestServiceCreate [2021-02-18T09:58:58.403Z] === PAUSE TestServiceCreate [2021-02-18T09:58:58.403Z] === RUN TestServiceList [2021-02-18T09:58:58.403Z] === PAUSE TestServiceList [2021-02-18T09:58:58.403Z] === RUN TestServiceRemove [2021-02-18T09:58:58.403Z] === PAUSE TestServiceRemove [2021-02-18T09:58:58.403Z] === RUN TestServiceGet [2021-02-18T09:58:58.403Z] === PAUSE TestServiceGet [2021-02-18T09:58:58.403Z] === RUN TestServicePrune [2021-02-18T09:58:58.403Z] === PAUSE TestServicePrune [2021-02-18T09:58:58.403Z] === RUN TestCreate [2021-02-18T09:58:58.403Z] === PAUSE TestCreate [2021-02-18T09:58:58.403Z] === RUN TestRemove [2021-02-18T09:58:58.403Z] === PAUSE TestRemove [2021-02-18T09:58:58.403Z] === RUN TestList [2021-02-18T09:58:58.403Z] === PAUSE TestList [2021-02-18T09:58:58.403Z] === RUN TestFindByDriver [2021-02-18T09:58:58.403Z] === PAUSE TestFindByDriver [2021-02-18T09:58:58.403Z] === RUN TestFindByReferenced [2021-02-18T09:58:58.403Z] === PAUSE TestFindByReferenced [2021-02-18T09:58:58.403Z] === RUN TestDerefMultipleOfSameRef [2021-02-18T09:58:58.403Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-18T09:58:58.403Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:58:58.403Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:58:58.403Z] === RUN TestDefererencePluginOnCreateError [2021-02-18T09:58:58.403Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-18T09:58:58.403Z] === RUN TestRefDerefRemove [2021-02-18T09:58:58.403Z] === PAUSE TestRefDerefRemove [2021-02-18T09:58:58.403Z] === RUN TestGet [2021-02-18T09:58:58.403Z] === PAUSE TestGet [2021-02-18T09:58:58.403Z] === RUN TestGetWithReference [2021-02-18T09:58:58.403Z] === PAUSE TestGetWithReference [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_nil_list [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_empty_list [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_filter_some [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_filter_middle [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:58:58.403Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-18T09:58:58.403Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_nil_list [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_filter_some [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_empty_list [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:58:58.403Z] === CONT TestFilterFunc/test_filter_middle [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-18T09:58:58.403Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-18T09:58:58.403Z] === CONT TestSetGetMeta [2021-02-18T09:58:58.403Z] === CONT TestGet [2021-02-18T09:58:58.403Z] === CONT TestFindByReferenced [2021-02-18T09:58:58.403Z] === CONT TestRefDerefRemove [2021-02-18T09:58:58.403Z] --- PASS: TestSetGetMeta (0.04s) [2021-02-18T09:58:58.403Z] === CONT TestDefererencePluginOnCreateError [2021-02-18T09:58:58.460Z] ok github.com/docker/docker/volume/local 0.092s coverage: 76.4% of statements [2021-02-18T09:58:58.868Z] --- PASS: TestFindByReferenced (0.09s) [2021-02-18T09:58:58.868Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:58:58.868Z] --- PASS: TestRefDerefRemove (0.09s) [2021-02-18T09:58:58.868Z] === CONT TestDerefMultipleOfSameRef [2021-02-18T09:58:58.868Z] --- PASS: TestGet (0.09s) [2021-02-18T09:58:58.868Z] === CONT TestServicePrune [2021-02-18T09:58:58.868Z] --- PASS: TestDefererencePluginOnCreateError (0.10s) [2021-02-18T09:58:58.868Z] === CONT TestFindByDriver [2021-02-18T09:58:58.868Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.05s) [2021-02-18T09:58:58.868Z] === CONT TestList [2021-02-18T09:58:58.868Z] --- PASS: TestDerefMultipleOfSameRef (0.05s) [2021-02-18T09:58:58.868Z] === CONT TestRemove [2021-02-18T09:58:58.868Z] --- PASS: TestFindByDriver (0.09s) [2021-02-18T09:58:58.868Z] === CONT TestCreate [2021-02-18T09:58:58.868Z] time="2021-02-18T09:58:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:58:58.868Z] --- PASS: TestRemove (0.09s) [2021-02-18T09:58:58.868Z] === CONT TestServiceList [2021-02-18T09:58:58.868Z] --- PASS: TestList (0.10s) [2021-02-18T09:58:58.868Z] === CONT TestServiceGet [2021-02-18T09:58:58.868Z] time="2021-02-18T09:58:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:58:58.868Z] --- PASS: TestCreate (0.05s) [2021-02-18T09:58:58.868Z] === CONT TestServiceRemove [2021-02-18T09:58:58.868Z] time="2021-02-18T09:58:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:58:58.868Z] --- PASS: TestServiceGet (0.05s) [2021-02-18T09:58:58.868Z] === CONT TestServiceCreate [2021-02-18T09:58:58.868Z] time="2021-02-18T09:58:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-18T09:58:58.868Z] --- PASS: TestServiceList (0.08s) [2021-02-18T09:58:58.868Z] === CONT TestGetWithReference [2021-02-18T09:58:58.868Z] time="2021-02-18T09:58:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:58:58.868Z] --- PASS: TestServicePrune (0.23s) [2021-02-18T09:58:58.868Z] === CONT TestRestore [2021-02-18T09:58:58.868Z] --- PASS: TestServiceRemove (0.06s) [2021-02-18T09:58:58.868Z] --- PASS: TestServiceCreate (0.08s) [2021-02-18T09:58:58.868Z] --- PASS: TestGetWithReference (0.06s) [2021-02-18T09:58:58.868Z] --- PASS: TestRestore (0.05s) [2021-02-18T09:58:58.868Z] PASS [2021-02-18T09:58:58.868Z] coverage: 70.3% of statements [2021-02-18T09:58:58.868Z] ok github.com/docker/docker/volume/service 0.461s coverage: 70.3% of statements [2021-02-18T09:58:59.021Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-02-18T09:58:59.727Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-18T09:59:00.385Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-02-18T09:59:02.631Z] --- PASS: TestNewClientWithTimeout (17.67s) [2021-02-18T09:59:02.631Z] === RUN TestClientStream [2021-02-18T09:59:02.631Z] --- PASS: TestClientStream (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestClientSendFile [2021-02-18T09:59:02.631Z] --- PASS: TestClientSendFile (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestClientWithRequestTimeout [2021-02-18T09:59:02.631Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestFileSpecPlugin [2021-02-18T09:59:02.631Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestFileJSONSpecPlugin [2021-02-18T09:59:02.631Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-18T09:59:02.631Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestPluginAddHandler [2021-02-18T09:59:02.631Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestPluginWaitBadPlugin [2021-02-18T09:59:02.631Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-18T09:59:02.631Z] === RUN TestGet [2021-02-18T09:59:02.631Z] time="2021-02-18T09:59:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-18T09:59:03.029Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-18T09:59:03.095Z] time="2021-02-18T09:59:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-18T09:59:03.588Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T09:59:04.948Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-18T09:59:04.948Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-18T09:59:04.948Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T09:59:04.948Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T09:59:05.293Z] time="2021-02-18T09:59:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-18T09:59:05.507Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T09:59:07.390Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T09:59:08.750Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T09:59:09.062Z] time="2021-02-18T09:59:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-18T09:59:09.674Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T09:59:12.543Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T09:59:12.543Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === Skipped [2021-02-18T09:59:12.543Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T09:59:12.543Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T09:59:12.543Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T09:59:12.543Z] time="2021-02-18T09:57:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T09:59:12.543Z] time="2021-02-18T09:57:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T09:59:12.543Z] time="2021-02-18T09:57:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T09:59:12.543Z] time="2021-02-18T09:57:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T09:59:12.543Z] time="2021-02-18T09:57:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T09:59:12.543Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T09:59:12.543Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T09:59:12.543Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:59:12.543Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T09:59:12.543Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T09:59:12.543Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T09:59:12.543Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] [2021-02-18T09:59:12.543Z] DONE 2194 tests, 26 skipped in 254.606s Post stage [Pipeline] junit [2021-02-18T09:59:12.552Z] Recording test results [2021-02-18T09:59:12.830Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-18T09:59:13.196Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/validate/vendor [2021-02-18T09:59:13.758Z] 2021/02/18 09:59:13 Collecting initial packages [2021-02-18T09:59:14.013Z] 2021/02/18 09:59:13 Download dependencies [2021-02-18T09:59:16.196Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T09:59:16.196Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T09:59:16.196Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T09:59:16.755Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T09:59:16.755Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T09:59:17.009Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T09:59:17.275Z] 2021/02/18 09:59:17 Starting whole vndr cycle because no package specified [2021-02-18T09:59:17.275Z] 2021/02/18 09:59:17 Ignoring paths matching "^archive/tar" [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-02-18T09:59:17.530Z] 2021/02/18 09:59:17 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-02-18T09:59:17.684Z] --- PASS: TestGet (15.01s) [2021-02-18T09:59:17.684Z] === RUN TestPluginWithNoManifest [2021-02-18T09:59:17.684Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-18T09:59:17.684Z] === RUN TestGetAll [2021-02-18T09:59:17.684Z] --- PASS: TestGetAll (0.00s) [2021-02-18T09:59:17.684Z] PASS [2021-02-18T09:59:17.684Z] coverage: 73.4% of statements [2021-02-18T09:59:17.684Z] ok github.com/docker/docker/pkg/plugins 34.907s coverage: 73.4% of statements [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/quota [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T09:59:17.684Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T09:59:17.685Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T09:59:18.369Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T09:59:18.458Z] 2021/02/18 09:59:18 Finished clone github.com/willf/bitset [2021-02-18T09:59:18.458Z] 2021/02/18 09:59:18 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-02-18T09:59:18.458Z] 2021/02/18 09:59:18 Finished clone github.com/tchap/go-patricia [2021-02-18T09:59:18.458Z] 2021/02/18 09:59:18 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === Skipped [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-18T09:59:18.661Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-18T09:59:18.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-18T09:59:18.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-02-18T09:59:18.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-18T09:59:18.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T09:59:18.661Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-18T09:59:18.661Z] daemon_test.go:147: root required [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T09:59:18.661Z] reload_test.go:520: root required [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-02-18T09:59:18.661Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T09:59:18.661Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-18T09:59:18.661Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-18T09:59:18.661Z] download_test.go:268: Needs fixing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-18T09:59:18.661Z] layer_test.go:304: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-18T09:59:18.661Z] layer_test.go:353: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-18T09:59:18.661Z] layer_test.go:468: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-18T09:59:18.661Z] layer_test.go:697: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-18T09:59:18.661Z] migration_test.go:46: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T09:59:18.661Z] migration_test.go:182: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-18T09:59:18.661Z] mount_test.go:17: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-18T09:59:18.661Z] mount_test.go:76: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-18T09:59:18.661Z] mount_test.go:125: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-18T09:59:18.661Z] mount_test.go:212: Failing on Windows [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-18T09:59:18.661Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-18T09:59:18.661Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:59:18.661Z] archive_windows_test.go:16: Currently fails [2021-02-18T09:59:18.661Z] [2021-02-18T09:59:18.661Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-18T09:59:18.662Z] changes_test.go:192: needs more investigation [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-18T09:59:18.662Z] changes_test.go:405: needs further investigation [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-18T09:59:18.662Z] changes_test.go:441: needs further investigation [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-18T09:59:18.662Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-18T09:59:18.662Z] poller_test.go:41: No chmod on Windows [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T09:59:18.662Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T09:59:18.662Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-18T09:59:18.662Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-18T09:59:18.662Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-18T09:59:18.662Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-18T09:59:18.662Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-18T09:59:18.662Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] [2021-02-18T09:59:18.662Z] DONE 1795 tests, 45 skipped in 187.739s [2021-02-18T09:59:18.662Z] INFO: make.ps1 ended at 02/18/2021 09:59:18 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/Azure/go-ansiterm [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/moby/locker [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/google/uuid [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/creack/pty [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/docker/libtrust [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/moby/term [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Finished clone github.com/moby/sys [2021-02-18T09:59:18.755Z] 2021/02/18 09:59:18 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-02-18T09:59:19.010Z] 2021/02/18 09:59:18 Finished clone github.com/Microsoft/go-winio [2021-02-18T09:59:19.010Z] 2021/02/18 09:59:18 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-02-18T09:59:19.010Z] 2021/02/18 09:59:18 Finished clone github.com/gorilla/mux [2021-02-18T09:59:19.010Z] 2021/02/18 09:59:18 Clone github.com/moby/buildkit, revision 68bb095353c65bc3993fd534c26cf77fe05e61b1, attempt 1/20 [2021-02-18T09:59:19.266Z] 2021/02/18 09:59:19 Finished clone github.com/sirupsen/logrus [2021-02-18T09:59:19.266Z] 2021/02/18 09:59:19 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-02-18T09:59:19.293Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T09:59:19.843Z] 2021/02/18 09:59:19 Finished clone github.com/docker/go-units [2021-02-18T09:59:19.843Z] 2021/02/18 09:59:19 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-02-18T09:59:20.098Z] 2021/02/18 09:59:19 Finished clone github.com/syndtr/gocapability [2021-02-18T09:59:20.098Z] 2021/02/18 09:59:19 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-02-18T09:59:20.098Z] 2021/02/18 09:59:19 Finished clone github.com/RackSec/srslog [2021-02-18T09:59:20.098Z] 2021/02/18 09:59:19 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-02-18T09:59:20.212Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-18T09:59:20.212Z] INFO: Unit tests ended at 02/18/2021 09:59:19. Duration:00:03:20.9250422 [2021-02-18T09:59:20.212Z] INFO: Building busybox [2021-02-18T09:59:20.212Z] Sending build context to Docker daemon 5.12kB [2021-02-18T09:59:20.212Z] [2021-02-18T09:59:20.212Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-18T09:59:20.212Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-18T09:59:20.212Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-18T09:59:20.212Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-18T09:59:20.212Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-18T09:59:20.212Z] ---> 31902e4b25a6 [2021-02-18T09:59:20.212Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-18T09:59:20.212Z] ---> Running in b96be7f5bf44 [2021-02-18T09:59:20.218Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T09:59:20.354Z] 2021/02/18 09:59:20 Finished clone github.com/imdario/mergo [2021-02-18T09:59:20.354Z] 2021/02/18 09:59:20 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-02-18T09:59:20.354Z] 2021/02/18 09:59:20 Finished clone gotest.tools/v3 [2021-02-18T09:59:20.354Z] 2021/02/18 09:59:20 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-02-18T09:59:20.474Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T09:59:20.474Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T09:59:20.610Z] 2021/02/18 09:59:20 Finished clone golang.org/x/sync [2021-02-18T09:59:20.610Z] 2021/02/18 09:59:20 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-02-18T09:59:20.610Z] 2021/02/18 09:59:20 Finished clone github.com/google/go-cmp [2021-02-18T09:59:20.610Z] 2021/02/18 09:59:20 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-02-18T09:59:20.865Z] 2021/02/18 09:59:20 Finished clone github.com/tonistiigi/units [2021-02-18T09:59:20.865Z] 2021/02/18 09:59:20 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-02-18T09:59:21.122Z] 2021/02/18 09:59:21 Finished clone github.com/docker/go-connections [2021-02-18T09:59:21.122Z] 2021/02/18 09:59:21 Clone github.com/docker/libnetwork, revision fa125a3512ee0f6187721c88582bf8c4378bd4d7, attempt 1/20 [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Finished clone github.com/opentracing/opentracing-go [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Finished clone github.com/google/shlex [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Finished clone github.com/opentracing-contrib/go-stdlib [2021-02-18T09:59:21.685Z] 2021/02/18 09:59:21 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-02-18T09:59:21.873Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T09:59:21.941Z] 2021/02/18 09:59:21 Finished clone github.com/gofrs/flock [2021-02-18T09:59:21.941Z] 2021/02/18 09:59:21 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-02-18T09:59:21.941Z] 2021/02/18 09:59:21 Finished clone github.com/mitchellh/hashstructure [2021-02-18T09:59:21.942Z] 2021/02/18 09:59:21 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-02-18T09:59:22.798Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T09:59:22.870Z] 2021/02/18 09:59:22 Finished clone github.com/docker/go-events [2021-02-18T09:59:22.870Z] 2021/02/18 09:59:22 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Finished clone github.com/armon/go-metrics [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Finished clone github.com/armon/go-radix [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Finished clone github.com/sean-/seed [2021-02-18T09:59:23.125Z] 2021/02/18 09:59:22 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-02-18T09:59:23.974Z] Removing intermediate container b96be7f5bf44 [2021-02-18T09:59:23.974Z] ---> 30c212429c1b [2021-02-18T09:59:23.974Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-18T09:59:23.974Z] ---> Running in 96a8c6fa3e62 [2021-02-18T09:59:24.052Z] 2021/02/18 09:59:23 Finished clone github.com/tonistiigi/fsutil [2021-02-18T09:59:24.052Z] 2021/02/18 09:59:23 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-02-18T09:59:24.158Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Finished clone github.com/hashicorp/errwrap [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Finished clone github.com/hashicorp/memberlist [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Finished clone github.com/hashicorp/go-multierror [2021-02-18T09:59:24.308Z] 2021/02/18 09:59:24 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-02-18T09:59:24.438Z] Removing intermediate container 96a8c6fa3e62 [2021-02-18T09:59:24.438Z] ---> bab45d628955 [2021-02-18T09:59:24.438Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-18T09:59:24.438Z] ---> Running in ead53605efab [2021-02-18T09:59:24.903Z] Removing intermediate container ead53605efab [2021-02-18T09:59:24.903Z] ---> 2e5ffe8e379e [2021-02-18T09:59:24.903Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-18T09:59:25.247Z] 2021/02/18 09:59:25 Finished clone github.com/golang/gddo [2021-02-18T09:59:25.247Z] 2021/02/18 09:59:25 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-02-18T09:59:25.503Z] 2021/02/18 09:59:25 Finished clone github.com/docker/libkv [2021-02-18T09:59:25.503Z] 2021/02/18 09:59:25 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-02-18T09:59:25.503Z] 2021/02/18 09:59:25 Finished clone github.com/vishvananda/netns [2021-02-18T09:59:25.503Z] 2021/02/18 09:59:25 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-02-18T09:59:25.881Z] [2021-02-18T09:59:26.065Z] 2021/02/18 09:59:25 Finished clone github.com/hashicorp/go-sockaddr [2021-02-18T09:59:26.065Z] 2021/02/18 09:59:25 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-02-18T09:59:26.344Z] ---> 0db13f5a2098 [2021-02-18T09:59:26.344Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-18T09:59:26.344Z] ---> Running in c2fd9f3bc615 [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Finished clone github.com/BurntSushi/toml [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Finished clone github.com/moby/ipvs [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Finished clone github.com/deckarep/golang-set [2021-02-18T09:59:26.994Z] 2021/02/18 09:59:26 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-02-18T09:59:27.250Z] 2021/02/18 09:59:27 Finished clone github.com/samuel/go-zookeeper [2021-02-18T09:59:27.250Z] 2021/02/18 09:59:27 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-02-18T09:59:27.507Z] 2021/02/18 09:59:27 Finished clone github.com/vishvananda/netlink [2021-02-18T09:59:27.507Z] 2021/02/18 09:59:27 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2021-02-18T09:59:28.070Z] 2021/02/18 09:59:27 Finished clone github.com/hashicorp/go-msgpack [2021-02-18T09:59:28.070Z] 2021/02/18 09:59:27 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-02-18T09:59:28.070Z] 2021/02/18 09:59:27 Finished clone golang.org/x/net [2021-02-18T09:59:28.070Z] 2021/02/18 09:59:27 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-02-18T09:59:28.319Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T09:59:28.326Z] 2021/02/18 09:59:28 Finished clone github.com/coreos/go-semver [2021-02-18T09:59:28.327Z] 2021/02/18 09:59:28 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-02-18T09:59:28.879Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T09:59:29.256Z] 2021/02/18 09:59:29 Finished clone github.com/ishidawataru/sctp [2021-02-18T09:59:29.256Z] 2021/02/18 09:59:29 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-02-18T09:59:29.438Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T09:59:30.624Z] 2021/02/18 09:59:30 Finished clone github.com/opencontainers/go-digest [2021-02-18T09:59:30.624Z] 2021/02/18 09:59:30 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-02-18T09:59:30.798Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T09:59:31.187Z] 2021/02/18 09:59:31 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-02-18T09:59:31.187Z] 2021/02/18 09:59:31 Finished clone go.etcd.io/bbolt [2021-02-18T09:59:32.119Z] 2021/02/18 09:59:32 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-02-18T09:59:32.119Z] 2021/02/18 09:59:32 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-02-18T09:59:32.375Z] 2021/02/18 09:59:32 Finished clone github.com/Microsoft/opengcs [2021-02-18T09:59:32.375Z] 2021/02/18 09:59:32 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-02-18T09:59:32.375Z] 2021/02/18 09:59:32 Finished clone github.com/mistifyio/go-zfs [2021-02-18T09:59:32.375Z] 2021/02/18 09:59:32 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-02-18T09:59:32.680Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T09:59:33.304Z] 2021/02/18 09:59:33 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-02-18T09:59:33.304Z] 2021/02/18 09:59:33 Finished clone github.com/vbatts/tar-split [2021-02-18T09:59:33.604Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-18T09:59:34.232Z] 2021/02/18 09:59:34 Finished clone github.com/hashicorp/serf [2021-02-18T09:59:34.232Z] 2021/02/18 09:59:34 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-02-18T09:59:34.957Z] Removing intermediate container c2fd9f3bc615 [2021-02-18T09:59:34.957Z] ---> dff565460b98 [2021-02-18T09:59:34.957Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-18T09:59:34.957Z] ---> Running in c4d83c9ff17c [2021-02-18T09:59:35.161Z] 2021/02/18 09:59:35 Finished clone github.com/cyphar/filepath-securejoin [2021-02-18T09:59:35.161Z] 2021/02/18 09:59:35 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-02-18T09:59:35.488Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T09:59:35.934Z] [2021-02-18T09:59:35.934Z] SUCCESS: Specified value was saved. [2021-02-18T09:59:36.090Z] 2021/02/18 09:59:35 Finished clone github.com/opencontainers/runtime-spec [2021-02-18T09:59:36.090Z] 2021/02/18 09:59:35 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-02-18T09:59:36.656Z] 2021/02/18 09:59:36 Finished clone github.com/opencontainers/image-spec [2021-02-18T09:59:36.656Z] 2021/02/18 09:59:36 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-02-18T09:59:36.656Z] 2021/02/18 09:59:36 Finished clone github.com/coreos/go-systemd [2021-02-18T09:59:36.656Z] 2021/02/18 09:59:36 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-02-18T09:59:37.372Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-18T09:59:37.585Z] 2021/02/18 09:59:37 Finished clone github.com/coreos/go-systemd/v22 [2021-02-18T09:59:37.585Z] 2021/02/18 09:59:37 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-02-18T09:59:37.931Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T09:59:38.131Z] Removing intermediate container c4d83c9ff17c [2021-02-18T09:59:38.131Z] ---> fe9d37c41af4 [2021-02-18T09:59:38.131Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-18T09:59:38.131Z] ---> Running in f1e4f5e14b45 [2021-02-18T09:59:38.147Z] 2021/02/18 09:59:38 Finished clone github.com/godbus/dbus/v5 [2021-02-18T09:59:38.147Z] 2021/02/18 09:59:38 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-02-18T09:59:38.148Z] 2021/02/18 09:59:38 Finished clone github.com/Graylog2/go-gelf [2021-02-18T09:59:38.148Z] 2021/02/18 09:59:38 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-02-18T09:59:38.711Z] 2021/02/18 09:59:38 Finished clone github.com/fluent/fluent-logger-golang [2021-02-18T09:59:38.711Z] 2021/02/18 09:59:38 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-02-18T09:59:39.274Z] 2021/02/18 09:59:39 Finished clone github.com/philhofer/fwd [2021-02-18T09:59:39.274Z] 2021/02/18 09:59:39 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-02-18T09:59:39.274Z] 2021/02/18 09:59:39 Finished clone github.com/ugorji/go [2021-02-18T09:59:39.274Z] 2021/02/18 09:59:39 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-02-18T09:59:39.815Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T09:59:39.836Z] 2021/02/18 09:59:39 Finished clone github.com/fsnotify/fsnotify [2021-02-18T09:59:39.836Z] 2021/02/18 09:59:39 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-02-18T09:59:40.398Z] 2021/02/18 09:59:40 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-02-18T09:59:40.398Z] 2021/02/18 09:59:40 Finished clone golang.org/x/sys [2021-02-18T09:59:40.967Z] 2021/02/18 09:59:40 Finished clone github.com/bsphere/le_go [2021-02-18T09:59:40.967Z] 2021/02/18 09:59:40 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-02-18T09:59:41.175Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T09:59:41.536Z] 2021/02/18 09:59:41 Finished clone github.com/Microsoft/hcsshim [2021-02-18T09:59:41.536Z] 2021/02/18 09:59:41 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-02-18T09:59:41.536Z] 2021/02/18 09:59:41 Finished clone github.com/jmespath/go-jmespath [2021-02-18T09:59:41.536Z] 2021/02/18 09:59:41 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-02-18T09:59:41.915Z] Cannot create a file when that file already exists. [2021-02-18T09:59:42.097Z] 2021/02/18 09:59:41 Finished clone github.com/golang/groupcache [2021-02-18T09:59:42.097Z] 2021/02/18 09:59:41 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-02-18T09:59:42.100Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T09:59:42.100Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T09:59:42.353Z] 2021/02/18 09:59:42 Finished clone github.com/tinylib/msgp [2021-02-18T09:59:42.353Z] 2021/02/18 09:59:42 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-02-18T09:59:42.353Z] 2021/02/18 09:59:42 Finished clone golang.org/x/oauth2 [2021-02-18T09:59:42.353Z] 2021/02/18 09:59:42 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-02-18T09:59:42.355Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T09:59:42.918Z] 2021/02/18 09:59:42 Finished clone github.com/docker/libnetwork [2021-02-18T09:59:42.918Z] 2021/02/18 09:59:42 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-02-18T09:59:43.278Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Finished clone golang.org/x/text [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Finished clone github.com/googleapis/gax-go [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Finished clone github.com/miekg/dns [2021-02-18T09:59:43.479Z] 2021/02/18 09:59:43 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-02-18T09:59:43.838Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T09:59:44.092Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Finished clone github.com/containerd/fifo [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Finished clone go.opencensus.io [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Finished clone github.com/containerd/cgroups [2021-02-18T09:59:45.370Z] 2021/02/18 09:59:45 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-02-18T09:59:45.627Z] 2021/02/18 09:59:45 Finished clone github.com/moby/buildkit [2021-02-18T09:59:45.627Z] 2021/02/18 09:59:45 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-02-18T09:59:45.975Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T09:59:46.557Z] 2021/02/18 09:59:46 Finished clone github.com/containerd/typeurl [2021-02-18T09:59:46.557Z] 2021/02/18 09:59:46 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-02-18T09:59:46.557Z] 2021/02/18 09:59:46 Finished clone github.com/containerd/go-runc [2021-02-18T09:59:46.557Z] 2021/02/18 09:59:46 Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20 [2021-02-18T09:59:46.633Z] Removing intermediate container f1e4f5e14b45 [2021-02-18T09:59:46.633Z] ---> 63eff0acd0d5 [2021-02-18T09:59:46.633Z] Step 13/13 : CMD ["sh"] [2021-02-18T09:59:46.633Z] ---> Running in 2990422615a1 [2021-02-18T09:59:46.633Z] Removing intermediate container 2990422615a1 [2021-02-18T09:59:46.633Z] ---> b14dbf380594 [2021-02-18T09:59:46.633Z] Successfully built b14dbf380594 [2021-02-18T09:59:46.633Z] Successfully tagged busybox:latest [2021-02-18T09:59:46.633Z] INFO: Docker images of the daemon under test [2021-02-18T09:59:46.633Z] [2021-02-18T09:59:46.633Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T09:59:46.634Z] busybox latest b14dbf380594 Less than a second ago 5.28GB [2021-02-18T09:59:46.634Z] microsoft/windowsservercore latest 31902e4b25a6 12 days ago 5.21GB [2021-02-18T09:59:46.634Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 12 days ago 5.21GB [2021-02-18T09:59:46.634Z] [2021-02-18T09:59:46.634Z] INFO: Running integration tests at 02/18/2021 09:59:46... [2021-02-18T09:59:46.634Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-18T09:59:46.634Z] INFO: Integration API tests being run from the host: [2021-02-18T09:59:47.097Z] INFO: make.ps1 starting at 02/18/2021 09:59:46 [2021-02-18T09:59:47.120Z] 2021/02/18 09:59:46 Finished clone github.com/containerd/ttrpc [2021-02-18T09:59:47.120Z] 2021/02/18 09:59:46 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-02-18T09:59:47.336Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T09:59:47.563Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-18T09:59:47.685Z] 2021/02/18 09:59:47 Finished clone github.com/containerd/console [2021-02-18T09:59:47.685Z] 2021/02/18 09:59:47 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-02-18T09:59:47.685Z] 2021/02/18 09:59:47 Finished clone github.com/gogo/googleapis [2021-02-18T09:59:47.685Z] 2021/02/18 09:59:47 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-02-18T09:59:48.614Z] 2021/02/18 09:59:48 Finished clone github.com/opencontainers/runc [2021-02-18T09:59:48.614Z] 2021/02/18 09:59:48 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-02-18T09:59:49.178Z] 2021/02/18 09:59:49 Finished clone google.golang.org/grpc [2021-02-18T09:59:49.178Z] 2021/02/18 09:59:49 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-02-18T09:59:49.435Z] 2021/02/18 09:59:49 Finished clone github.com/docker/distribution [2021-02-18T09:59:49.435Z] 2021/02/18 09:59:49 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-02-18T09:59:49.997Z] 2021/02/18 09:59:49 Finished clone github.com/fernet/fernet-go [2021-02-18T09:59:49.997Z] 2021/02/18 09:59:49 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-02-18T09:59:50.559Z] 2021/02/18 09:59:50 Finished clone github.com/cilium/ebpf [2021-02-18T09:59:50.559Z] 2021/02/18 09:59:50 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-02-18T09:59:50.622Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-18T09:59:50.816Z] 2021/02/18 09:59:50 Finished clone github.com/containerd/continuity [2021-02-18T09:59:50.816Z] 2021/02/18 09:59:50 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-02-18T09:59:50.877Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T09:59:51.132Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T09:59:51.386Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-18T09:59:51.746Z] 2021/02/18 09:59:51 Finished clone github.com/hashicorp/go-immutable-radix [2021-02-18T09:59:51.746Z] 2021/02/18 09:59:51 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-02-18T09:59:51.746Z] 2021/02/18 09:59:51 Finished clone golang.org/x/time [2021-02-18T09:59:51.746Z] 2021/02/18 09:59:51 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-02-18T09:59:51.947Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T09:59:51.947Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T09:59:52.312Z] 2021/02/18 09:59:52 Finished clone github.com/hashicorp/go-memdb [2021-02-18T09:59:52.312Z] 2021/02/18 09:59:52 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-02-18T09:59:52.871Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T09:59:53.241Z] 2021/02/18 09:59:52 Finished clone github.com/hashicorp/golang-lru [2021-02-18T09:59:53.241Z] 2021/02/18 09:59:52 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-02-18T09:59:53.241Z] 2021/02/18 09:59:53 Finished clone github.com/coreos/pkg [2021-02-18T09:59:53.241Z] 2021/02/18 09:59:53 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-02-18T09:59:53.431Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-18T09:59:53.685Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T09:59:53.685Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T09:59:53.803Z] 2021/02/18 09:59:53 Finished clone code.cloudfoundry.org/clock [2021-02-18T09:59:53.803Z] 2021/02/18 09:59:53 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-02-18T09:59:54.442Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T09:59:54.818Z] 2021/02/18 09:59:54 Finished clone github.com/beorn7/perks [2021-02-18T09:59:54.818Z] 2021/02/18 09:59:54 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-02-18T09:59:55.381Z] 2021/02/18 09:59:55 Finished clone github.com/prometheus/client_model [2021-02-18T09:59:55.381Z] 2021/02/18 09:59:55 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-02-18T09:59:55.944Z] 2021/02/18 09:59:55 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-02-18T09:59:55.944Z] 2021/02/18 09:59:55 Finished clone golang.org/x/crypto [2021-02-18T09:59:56.201Z] 2021/02/18 09:59:56 Finished clone github.com/golang/protobuf [2021-02-18T09:59:56.201Z] 2021/02/18 09:59:56 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-02-18T09:59:56.325Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-18T09:59:56.763Z] 2021/02/18 09:59:56 Finished clone github.com/prometheus/client_golang [2021-02-18T09:59:56.763Z] 2021/02/18 09:59:56 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-02-18T09:59:57.695Z] 2021/02/18 09:59:57 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-02-18T09:59:57.695Z] 2021/02/18 09:59:57 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-02-18T09:59:57.695Z] 2021/02/18 09:59:57 Finished clone github.com/pkg/errors [2021-02-18T09:59:57.695Z] 2021/02/18 09:59:57 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-02-18T09:59:58.281Z] 2021/02/18 09:59:58 Finished clone github.com/prometheus/common [2021-02-18T09:59:58.281Z] 2021/02/18 09:59:58 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-02-18T09:59:58.537Z] 2021/02/18 09:59:58 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-02-18T09:59:58.537Z] 2021/02/18 09:59:58 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-02-18T09:59:58.537Z] 2021/02/18 09:59:58 Finished clone github.com/prometheus/procfs [2021-02-18T09:59:58.537Z] 2021/02/18 09:59:58 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-02-18T09:59:58.833Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-18T09:59:59.100Z] 2021/02/18 09:59:59 Finished clone github.com/cespare/xxhash/v2 [2021-02-18T09:59:59.100Z] 2021/02/18 09:59:59 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-02-18T10:00:00.195Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-18T10:00:00.195Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T10:00:00.450Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-18T10:00:00.466Z] 2021/02/18 10:00:00 Finished clone github.com/inconshreveable/mousetrap [2021-02-18T10:00:00.466Z] 2021/02/18 10:00:00 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-02-18T10:00:00.467Z] 2021/02/18 10:00:00 Finished clone github.com/spf13/pflag [2021-02-18T10:00:00.467Z] 2021/02/18 10:00:00 Finished clone github.com/morikuni/aec [2021-02-18T10:00:00.724Z] 2021/02/18 10:00:00 Finished clone github.com/docker/go-metrics [2021-02-18T10:00:01.285Z] 2021/02/18 10:00:01 Finished clone github.com/spf13/cobra [2021-02-18T10:00:01.374Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T10:00:01.934Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-18T10:00:02.860Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T10:00:03.783Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-18T10:00:03.801Z] 2021/02/18 10:00:03 Finished clone github.com/opencontainers/selinux [2021-02-18T10:00:04.056Z] 2021/02/18 10:00:03 Finished clone github.com/google/certificate-transparency-go [2021-02-18T10:00:04.343Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T10:00:05.267Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T10:00:05.267Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-18T10:00:05.826Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T10:00:06.385Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T10:00:06.944Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T10:00:06.944Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T10:00:07.323Z] 2021/02/18 10:00:06 Finished clone github.com/cloudflare/cfssl [2021-02-18T10:00:07.868Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T10:00:08.793Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T10:00:08.793Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T10:00:08.793Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-18T10:00:09.353Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-18T10:00:10.713Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T10:00:10.713Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T10:00:12.074Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-18T10:00:12.859Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:00:12.859Z] INFO: Testing against a local daemon [2021-02-18T10:00:12.859Z] === RUN TestBuildWithSession [2021-02-18T10:00:12.859Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T10:00:12.859Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T10:00:12.859Z] === RUN TestBuildSquashParent [2021-02-18T10:00:12.859Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-18T10:00:12.859Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T10:00:12.859Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T10:00:12.859Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T10:00:12.859Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T10:00:12.859Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T10:00:12.859Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T10:00:12.859Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T10:00:12.998Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T10:00:14.382Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T10:00:15.306Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-18T10:00:15.306Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T10:00:17.271Z] 2021/02/18 10:00:15 Finished clone github.com/docker/swarmkit [2021-02-18T10:00:19.463Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T10:00:19.463Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T10:00:20.022Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-18T10:00:20.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T10:00:20.244Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T10:00:20.538Z] 2021/02/18 10:00:19 Finished clone github.com/coreos/etcd [2021-02-18T10:00:20.946Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-18T10:00:21.200Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-18T10:00:21.760Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-18T10:00:21.903Z] 2021/02/18 10:00:21 Finished clone cloud.google.com/go [2021-02-18T10:00:25.017Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-18T10:00:26.378Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.62s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.77s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.19s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.38s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.93s) [2021-02-18T10:00:27.586Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.87s) [2021-02-18T10:00:27.586Z] === RUN TestBuildMultiStageCopy [2021-02-18T10:00:27.586Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T10:00:28.261Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-18T10:00:28.438Z] 2021/02/18 10:00:27 Finished clone github.com/containerd/containerd [2021-02-18T10:00:28.820Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-18T10:00:29.379Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-18T10:00:29.938Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-18T10:00:30.497Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-18T10:00:31.056Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-18T10:00:31.311Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-18T10:00:32.234Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T10:00:32.489Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T10:00:33.050Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T10:00:33.501Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T10:00:33.965Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T10:00:34.942Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T10:00:35.406Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T10:00:35.557Z] === RUN TestDockerSuite/TestRunState [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy (9.64s) [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.81s) [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.77s) [2021-02-18T10:00:36.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.82s) [2021-02-18T10:00:36.384Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T10:00:36.480Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T10:00:36.530Z] 2021/02/18 10:00:36 Finished clone google.golang.org/genproto [2021-02-18T10:00:37.039Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T10:00:37.598Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T10:00:37.853Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-18T10:00:37.853Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T10:00:37.949Z] --- PASS: TestBuildMultiStageParentConfig (1.87s) [2021-02-18T10:00:37.949Z] === RUN TestBuildLabelWithTargets [2021-02-18T10:00:37.949Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-02-18T10:00:37.949Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:00:37.949Z] === RUN TestBuildWithEmptyLayers [2021-02-18T10:00:38.412Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T10:00:39.139Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2021-02-18T10:00:39.139Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T10:00:39.148Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-18T10:00:40.076Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-18T10:00:40.640Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T10:00:40.640Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T10:00:40.640Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T10:00:40.803Z] 2021/02/18 10:00:40 Finished clone github.com/gogo/protobuf [2021-02-18T10:00:41.217Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-18T10:00:43.145Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-18T10:00:43.399Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-18T10:00:43.959Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-18T10:00:45.841Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-18T10:00:47.201Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-18T10:00:48.562Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T10:00:50.446Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-18T10:00:51.805Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T10:00:52.365Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T10:00:52.925Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T10:00:53.484Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T10:00:54.191Z] --- PASS: TestBuildMultiStageOnBuild (14.69s) [2021-02-18T10:00:54.191Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T10:00:54.191Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-18T10:00:54.191Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:00:54.191Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T10:00:55.367Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-18T10:00:55.367Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T10:00:56.729Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T10:00:57.288Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T10:00:57.288Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T10:00:57.543Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T10:00:58.466Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T10:00:58.466Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-18T10:00:59.026Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T10:00:59.585Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-18T10:00:59.585Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T10:00:59.585Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T10:01:00.509Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T10:01:03.766Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T10:01:04.021Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T10:01:04.944Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T10:01:06.826Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T10:01:06.976Z] --- PASS: TestBuildMultiStageLayerLeak (13.11s) [2021-02-18T10:01:06.976Z] === RUN TestBuildWithHugeFile [2021-02-18T10:01:07.424Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T10:01:09.307Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T10:01:11.189Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T10:01:11.748Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-18T10:01:11.749Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T10:01:11.749Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T10:01:11.749Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T10:01:11.749Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T10:01:12.003Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-18T10:01:12.003Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-18T10:01:12.928Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-18T10:01:13.183Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-18T10:01:14.543Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-18T10:01:15.102Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-18T10:01:15.662Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T10:01:15.662Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-18T10:01:16.221Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-18T10:01:16.476Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-18T10:01:16.476Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-18T10:01:16.476Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-18T10:01:16.476Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-18T10:01:17.035Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-18T10:01:17.594Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-18T10:01:17.849Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-18T10:01:17.849Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-18T10:01:18.408Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T10:01:18.663Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T10:01:19.222Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T10:01:19.222Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-18T10:01:19.470Z] 2021/02/18 10:01:13 Finished clone github.com/hashicorp/consul [2021-02-18T10:01:19.781Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-18T10:01:20.521Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-18T10:01:20.521Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T10:01:20.521Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T10:01:21.125Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T10:01:22.048Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-18T10:01:22.171Z] 2021/02/18 10:01:21 Finished clone github.com/aws/aws-sdk-go [2021-02-18T10:01:22.608Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-18T10:01:22.608Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T10:01:22.862Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T10:01:22.862Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T10:01:24.224Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T10:01:24.783Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-18T10:01:24.783Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T10:01:26.666Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T10:01:27.590Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T10:01:27.590Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T10:01:27.590Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T10:01:28.149Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-18T10:01:29.074Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-18T10:01:29.997Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T10:01:29.997Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T10:01:31.407Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T10:01:31.407Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T10:01:31.676Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T10:01:33.036Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T10:01:33.036Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T10:01:34.398Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T10:01:34.398Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T10:01:34.398Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T10:01:35.759Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T10:01:36.683Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T10:01:36.938Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T10:01:37.193Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T10:01:37.193Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T10:01:37.193Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T10:01:37.752Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T10:01:38.311Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-18T10:01:40.194Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T10:01:40.754Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-18T10:01:45.988Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T10:01:46.913Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T10:01:47.836Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T10:01:49.197Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T10:01:51.704Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T10:01:53.587Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T10:01:54.146Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T10:01:55.506Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T10:01:56.866Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T10:01:58.260Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T10:02:01.519Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T10:02:01.519Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-18T10:02:04.028Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-18T10:02:05.910Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T10:02:06.165Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-18T10:02:08.675Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T10:02:13.908Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T10:02:16.418Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-18T10:02:17.778Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T10:02:18.338Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T10:02:18.899Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T10:02:19.458Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T10:02:19.458Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T10:02:20.017Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T10:02:21.900Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-18T10:02:22.824Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T10:02:26.083Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-18T10:02:26.338Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-18T10:02:26.897Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-18T10:02:26.897Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-18T10:02:27.844Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-18T10:02:28.768Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-18T10:02:28.768Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-18T10:02:30.128Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-18T10:02:30.383Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-18T10:02:31.307Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-18T10:02:31.867Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-18T10:02:32.791Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-18T10:02:33.351Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-18T10:02:37.507Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-18T10:02:38.066Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-18T10:02:38.321Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-18T10:02:38.880Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-18T10:02:39.804Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T10:02:42.313Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-18T10:02:44.822Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-18T10:02:47.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-18T10:02:48.690Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-18T10:02:49.249Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T10:02:52.506Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T10:02:55.784Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-18T10:02:57.251Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-18T10:02:59.135Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-18T10:03:00.059Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-18T10:03:00.983Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-18T10:03:02.865Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-18T10:03:04.010Z] --- PASS: TestBuildWithHugeFile (114.93s) [2021-02-18T10:03:04.010Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T10:03:04.010Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T10:03:04.010Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T10:03:04.010Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T10:03:04.010Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T10:03:04.010Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T10:03:04.010Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T10:03:04.010Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T10:03:04.010Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T10:03:04.010Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T10:03:04.010Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-02-18T10:03:04.010Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-18T10:03:04.010Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-02-18T10:03:04.010Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-02-18T10:03:04.010Z] === RUN TestBuildPreserveOwnership [2021-02-18T10:03:04.010Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-18T10:03:04.010Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:03:04.010Z] === RUN TestBuildPlatformInvalid [2021-02-18T10:03:04.010Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-02-18T10:03:04.010Z] PASS [2021-02-18T10:03:04.010Z] ok github.com/docker/docker/integration/build 173.061s [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] === Skipped [2021-02-18T10:03:04.010Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-18T10:03:04.010Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-18T10:03:04.010Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-02-18T10:03:04.010Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-18T10:03:04.010Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-18T10:03:04.010Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] [2021-02-18T10:03:04.010Z] DONE 28 tests, 5 skipped in 194.595s [2021-02-18T10:03:04.010Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-18T10:03:04.225Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-18T10:03:04.225Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-18T10:03:04.475Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:03:04.475Z] INFO: Testing against a local daemon [2021-02-18T10:03:04.475Z] === RUN TestConfigInspect [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] === RUN TestConfigList [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigList (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] === RUN TestConfigsCreateAndDelete [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] === RUN TestConfigsUpdate [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] === RUN TestTemplatedConfig [2021-02-18T10:03:04.475Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] === RUN TestConfigCreateResolve [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:04.475Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T10:03:04.475Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:04.475Z] PASS [2021-02-18T10:03:04.475Z] ok github.com/docker/docker/integration/config 0.104s [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === Skipped [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-18T10:03:04.475Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] [2021-02-18T10:03:04.475Z] DONE 7 tests, 7 skipped in 2.110s [2021-02-18T10:03:04.475Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-18T10:03:06.109Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-18T10:03:07.403Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:03:07.403Z] INFO: Testing against a local daemon [2021-02-18T10:03:07.403Z] === RUN TestCheckpoint [2021-02-18T10:03:07.403Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T10:03:07.403Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T10:03:07.403Z] === RUN TestContainerInvalidJSON [2021-02-18T10:03:07.403Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T10:03:07.403Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T10:03:07.403Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T10:03:07.403Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T10:03:07.403Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T10:03:07.403Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T10:03:07.403Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T10:03:07.403Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T10:03:07.403Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T10:03:07.403Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-18T10:03:07.403Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T10:03:07.403Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-02-18T10:03:07.403Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T10:03:07.403Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T10:03:07.403Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2021-02-18T10:03:07.403Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T10:03:07.403Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T10:03:07.403Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T10:03:07.403Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T10:03:07.403Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.30s) [2021-02-18T10:03:07.403Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T10:03:07.403Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T10:03:07.403Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T10:03:07.403Z] === RUN TestCopyFromContainer [2021-02-18T10:03:07.403Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-18T10:03:07.403Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:07.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T10:03:07.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T10:03:07.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T10:03:07.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T10:03:07.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T10:03:07.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T10:03:07.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T10:03:07.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T10:03:07.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T10:03:07.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T10:03:07.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T10:03:07.403Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T10:03:07.403Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T10:03:07.403Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidEnv [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T10:03:07.403Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T10:03:07.403Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-18T10:03:07.403Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T10:03:07.403Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T10:03:07.403Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:07.403Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T10:03:07.403Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T10:03:07.403Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:07.403Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T10:03:07.403Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T10:03:07.403Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T10:03:07.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T10:03:07.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T10:03:07.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T10:03:07.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T10:03:07.470Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-18T10:03:07.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-18T10:03:07.867Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T10:03:07.867Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T10:03:07.867Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T10:03:07.867Z] === RUN TestCreateDifferentPlatform [2021-02-18T10:03:07.867Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T10:03:07.867Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T10:03:07.867Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T10:03:07.867Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T10:03:07.867Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T10:03:07.867Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-18T10:03:07.867Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T10:03:07.867Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-02-18T10:03:07.867Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T10:03:07.867Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T10:03:07.867Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-18T10:03:07.867Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:07.867Z] === RUN TestDiff [2021-02-18T10:03:07.867Z] --- SKIP: TestDiff (0.00s) [2021-02-18T10:03:07.867Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:07.867Z] === RUN TestExecWithCloseStdin [2021-02-18T10:03:09.354Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T10:03:09.427Z] --- PASS: TestExecWithCloseStdin (1.87s) [2021-02-18T10:03:09.427Z] === RUN TestExec [2021-02-18T10:03:11.625Z] --- PASS: TestExec (1.80s) [2021-02-18T10:03:11.625Z] === RUN TestExecUser [2021-02-18T10:03:11.625Z] --- SKIP: TestExecUser (0.00s) [2021-02-18T10:03:11.625Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T10:03:11.625Z] === RUN TestExportContainerAndImportImage [2021-02-18T10:03:11.625Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-18T10:03:11.625Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:11.625Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T10:03:11.625Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T10:03:11.625Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:11.625Z] === RUN TestHealthCheckWorkdir [2021-02-18T10:03:11.625Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-18T10:03:11.625Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:11.625Z] === RUN TestHealthKillContainer [2021-02-18T10:03:11.625Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-18T10:03:11.625Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T10:03:11.625Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T10:03:11.625Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T10:03:11.625Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T10:03:11.625Z] === RUN TestKillContainerInvalidSignal [2021-02-18T10:03:12.612Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-18T10:03:13.176Z] --- PASS: TestKillContainerInvalidSignal (1.63s) [2021-02-18T10:03:13.176Z] === RUN TestKillContainer [2021-02-18T10:03:13.176Z] === RUN TestKillContainer/no_signal [2021-02-18T10:03:14.727Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T10:03:14.727Z] === RUN TestKillContainer/killing_signal [2021-02-18T10:03:21.844Z] --- PASS: TestKillContainer (8.30s) [2021-02-18T10:03:21.844Z] --- PASS: TestKillContainer/no_signal (1.59s) [2021-02-18T10:03:21.844Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T10:03:21.844Z] --- PASS: TestKillContainer/killing_signal (6.68s) [2021-02-18T10:03:21.844Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T10:03:21.844Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:03:21.844Z] === RUN TestKillStoppedContainer [2021-02-18T10:03:21.844Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:03:21.844Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T10:03:21.844Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:03:21.844Z] === RUN TestKillDifferentUserContainer [2021-02-18T10:03:21.844Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T10:03:21.844Z] === RUN TestInspectOomKilledTrue [2021-02-18T10:03:21.844Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:21.844Z] === RUN TestInspectOomKilledFalse [2021-02-18T10:03:21.844Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T10:03:21.844Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T10:03:21.844Z] === RUN TestLogsFollowTailEmpty [2021-02-18T10:03:22.821Z] --- PASS: TestLogsFollowTailEmpty (1.62s) [2021-02-18T10:03:22.821Z] === RUN TestNetworkNat [2021-02-18T10:03:22.821Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-18T10:03:22.821Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:22.821Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T10:03:24.765Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T10:03:24.765Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T10:03:24.765Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T10:03:25.017Z] --- PASS: TestNetworkLocalhostTCPNat (1.95s) [2021-02-18T10:03:25.017Z] === RUN TestNetworkLoopbackNat [2021-02-18T10:03:25.017Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-18T10:03:25.017Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:25.017Z] === RUN TestPause [2021-02-18T10:03:25.017Z] --- SKIP: TestPause (0.00s) [2021-02-18T10:03:25.017Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T10:03:25.017Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T10:03:25.020Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T10:03:25.020Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T10:03:25.020Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T10:03:25.020Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T10:03:25.579Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T10:03:25.579Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T10:03:26.138Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T10:03:26.393Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T10:03:26.393Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T10:03:26.393Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T10:03:26.393Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T10:03:26.569Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.60s) [2021-02-18T10:03:26.569Z] === RUN TestPauseStopPausedContainer [2021-02-18T10:03:26.569Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-18T10:03:26.569Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:26.569Z] === RUN TestPsFilter [2021-02-18T10:03:26.569Z] --- PASS: TestPsFilter (0.09s) [2021-02-18T10:03:26.569Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T10:03:28.276Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T10:03:28.276Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T10:03:28.276Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T10:03:28.276Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T10:03:28.276Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-18T10:03:28.562Z] 2021/02/18 10:03:21 Finished clone google.golang.org/api [2021-02-18T10:03:28.562Z] 2021/02/18 10:03:21 Dependencies downloaded. Download time: 4m4.216691785s [2021-02-18T10:03:28.562Z] 2021/02/18 10:03:21 Collecting all dependencies [2021-02-18T10:03:28.774Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.06s) [2021-02-18T10:03:28.774Z] === RUN TestRemoveContainerWithVolume [2021-02-18T10:03:28.835Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T10:03:30.743Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T10:03:30.743Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T10:03:30.743Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T10:03:30.978Z] --- PASS: TestRemoveContainerWithVolume (2.19s) [2021-02-18T10:03:30.978Z] === RUN TestRemoveContainerRunning [2021-02-18T10:03:32.528Z] --- PASS: TestRemoveContainerRunning (1.64s) [2021-02-18T10:03:32.528Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T10:03:32.754Z] 2021/02/18 10:03:32 Clean vendor dir from unused packages [2021-02-18T10:03:32.754Z] 2021/02/18 10:03:32 Ignoring paths matching "^archive/tar" [2021-02-18T10:03:33.009Z] 2021/02/18 10:03:33 Success [2021-02-18T10:03:33.009Z] 2021/02/18 10:03:33 Running time: 4m19.249426139s [2021-02-18T10:03:33.250Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T10:03:33.264Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T10:03:34.080Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.63s) [2021-02-18T10:03:34.080Z] === RUN TestRemoveInvalidContainer [2021-02-18T10:03:34.080Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T10:03:34.080Z] === RUN TestRenameLinkedContainer [2021-02-18T10:03:34.080Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-18T10:03:34.080Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:34.080Z] === RUN TestRenameStoppedContainer [2021-02-18T10:03:34.139Z] + echo Ensuring container killed. [2021-02-18T10:03:34.139Z] Ensuring container killed. [2021-02-18T10:03:34.139Z] + docker rm -vf docker-pr4 [2021-02-18T10:03:34.139Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T10:03:34.455Z] + echo Chowning /workspace to jenkins user [2021-02-18T10:03:34.455Z] Chowning /workspace to jenkins user [2021-02-18T10:03:34.455Z] + id -u [2021-02-18T10:03:34.455Z] + id -g [2021-02-18T10:03:34.455Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41976:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T10:03:35.349Z] + bundleName=unit [2021-02-18T10:03:35.349Z] + echo Creating unit-bundles.tar.gz [2021-02-18T10:03:35.349Z] Creating unit-bundles.tar.gz [2021-02-18T10:03:35.349Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-18T10:03:35.349Z] bundles/junit-report.xml [2021-02-18T10:03:35.349Z] bundles/go-test-report.json [2021-02-18T10:03:35.349Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-18T10:03:35.358Z] Archiving artifacts [2021-02-18T10:03:35.760Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite (1302.38s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (7.28s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.08s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.28s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.35s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.14s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.49s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.25s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.75s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.26s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.91s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.09s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.23s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.84s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.56s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.55s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.72s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.65s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachDetach (0.86s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.67s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.76s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.90s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.90s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.08s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.16s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.14s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.81s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.51s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.66s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.52s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.54s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.57s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.09s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.00s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.74s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.54s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.22s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.10s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.58s) [2021-02-18T10:03:35.760Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.55s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.49s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.25s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.76s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.79s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.18s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.66s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.58s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.67s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.59s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.22s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.24s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.10s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.25s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.42s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.63s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.82s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.32s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.89s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.44s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.73s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.95s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.04s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.71s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.86s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.98s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.28s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.63s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.16s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.39s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.03s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.10s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.46s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.12s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.13s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.46s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.09s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.11s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.71s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.56s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.41s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.05s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.35s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.60s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.83s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.20s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.76s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.37s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.20s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.16s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.44s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.32s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.45s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.03s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.16s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.10s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.65s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.09s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.92s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.51s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.97s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.80s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.77s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.79s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.73s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.73s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.82s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.41s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.50s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.55s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.15s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.61s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.58s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.53s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.59s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.63s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (12.01s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.56s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.24s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.46s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.20s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.22s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.77s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.99s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnv (1.03s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.12s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.91s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.80s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (16.29s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.33s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.06s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.57s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.98s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.17s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildExpose (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.43s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.37s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.24s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFails (0.62s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.70s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.58s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.31s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.05s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.25s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.01s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.62s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.59s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.87s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.91s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.02s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildHistory (2.88s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.57s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.40s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabel (0.33s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.32s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabels (0.37s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.77s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.68s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.85s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.21s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.99s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.32s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.37s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.62s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.37s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.18s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.65s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.98s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.56s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.48s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.36s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.69s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.66s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.26s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.26s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.49s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.54s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.44s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.93s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.39s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.67s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.91s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.02s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.12s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildPATH (1.71s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.65s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.63s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.01s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.39s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRm (2.51s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.86s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.97s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.32s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.06s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.86s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.09s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.69s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildStderr (0.67s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.98s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.73s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.73s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.64s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.99s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildUser (1.36s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.75s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.45s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.97s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.97s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.99s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.14s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.33s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.74s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.41s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.45s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.77s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.56s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.70s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-02-18T10:03:35.761Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T10:03:35.761Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.50s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.70s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitChange (0.76s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.66s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.57s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.45s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.92s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitTTY (1.43s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.98s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2021-02-18T10:03:35.761Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.43s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.18s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.81s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.51s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.71s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.79s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.63s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.78s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.54s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.80s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.65s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.92s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.57s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.97s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.35s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.10s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.94s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.26s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.74s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.54s) [2021-02-18T10:03:35.762Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T10:03:35.762Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.17s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.81s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.17s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.47s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.14s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.40s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.60s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.61s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.35s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.54s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.35s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c631c0_} (1.45s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1716412918_/foo_false____} (1.37s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1716412918_/foo_true____} (1.33s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_false____} (1.30s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_true____} (1.38s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3441405661_/foo_true__0xc000c63220__} (1.36s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c63240_} (1.34s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c63260_} (1.33s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c63280_} (1.34s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c632a0_} (1.38s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.58s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.78s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.55s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.22s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.67s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.09s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.64s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.63s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.61s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.71s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.14s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.74s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.64s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.76s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.72s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.79s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.29s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.31s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.92s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.78s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.67s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.94s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.80s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.71s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.56s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.27s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.32s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.81s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.41s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.41s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.55s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.36s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.62s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToDot (0.57s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.07s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToStdout (0.59s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.00s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.60s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.82s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.50s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.50s) [2021-02-18T10:03:35.762Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T10:03:35.762Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.51s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-02-18T10:03:35.762Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T10:03:35.762Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.56s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.94s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.54s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.05s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.54s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.44s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.12s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.58s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.66s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.85s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.70s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.69s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.25s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.76s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.96s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.97s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.68s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.73s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsAttach (0.58s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsCommit (0.68s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.79s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.67s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.56s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.85s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.16s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.22s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.19s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsCopy (1.23s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.13s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.57s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.90s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.32s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFilters (1.06s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFormat (1.48s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.55s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.34s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2021-02-18T10:03:35.762Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-18T10:03:35.762Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.762Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T10:03:35.762Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.26s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.53s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsRename (0.56s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.53s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.89s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.66s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.76s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.02s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestExec (0.63s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.69s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.60s) [2021-02-18T10:03:35.762Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.27s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.62s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.14s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecCgroup (0.87s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecEnv (0.69s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.22s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecInspectID (2.66s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecInteractive (0.64s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.87s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.81s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecParseError (0.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.61s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.61s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.03s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.67s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecStartFails (0.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.83s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecTTY (0.65s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.69s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecUlimits (0.68s) [2021-02-18T10:03:35.763Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T10:03:35.763Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.67s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.74s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.35s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.68s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestExecWithUser (1.04s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHealth (19.03s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.64s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.57s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportFile (1.24s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportGzipped (1.31s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.62s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.51s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.30s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.51s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2021-02-18T10:03:35.763Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T10:03:35.763Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.81s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectDefault (0.49s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T10:03:35.763Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T10:03:35.763Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.50s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.61s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.52s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.51s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.32s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectStatus (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.55s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.35s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.09s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.12s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.52s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.33s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.81s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.90s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.34s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.94s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.11s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.70s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.29s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.92s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.63s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.69s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.83s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.99s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.83s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.47s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.71s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsSince (6.72s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsTail (0.66s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.74s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.65s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestNetHostname (2.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.84s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.76s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.67s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginActive (1.31s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (3.87s) [2021-02-18T10:03:35.763Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-02-18T10:03:35.763Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.67s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.35s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.22s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.89s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.90s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.96s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.91s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPortList (7.22s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.51s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.39s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.57s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.11s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.04s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.07s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.52s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsByOrder (2.15s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.69s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.53s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.41s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.89s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.72s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.96s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.76s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.15s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.00s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.81s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.84s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.98s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.91s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.16s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.85s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.54s) [2021-02-18T10:03:35.763Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T10:03:35.763Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.56s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.24s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.12s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.75s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.82s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.60s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.24s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.68s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.16s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.06s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.72s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.88s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.59s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.30s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.78s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.58s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.99s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.51s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.80s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.34s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.05s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddHost (0.54s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.52s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.21s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.50s) [2021-02-18T10:03:35.763Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.65s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.69s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.11s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.48s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.70s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.67s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.64s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.60s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.67s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.77s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.82s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.77s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.83s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.59s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.62s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.81s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.62s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.59s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.13s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.40s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.25s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.22s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.64s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.09s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.84s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.25s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.87s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.18s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.20s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.15s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.41s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.29s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.76s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.84s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.93s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.70s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunExitCode (0.63s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.78s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.66s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.12s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.25s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.94s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.66s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.96s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.09s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.15s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.05s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.16s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.66s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.77s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.15s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.89s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.22s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.07s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.14s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMount (5.43s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.64s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.10s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.13s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.76s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.40s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.08s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.06s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.07s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.42s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetHost (0.78s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.41s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.60s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.46s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.15s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.85s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.58s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.64s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.85s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.45s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.73s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.73s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.94s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.53s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.90s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.95s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.60s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.64s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.30s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRm (0.93s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.26s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.89s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.76s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.49s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.51s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.50s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.49s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunState (1.11s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.68s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunSysctls (1.37s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.38s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.59s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.05s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.05s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.68s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.63s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.79s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.17s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserByID (0.70s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.20s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.86s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserByName (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.52s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.63s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.28s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.80s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.08s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.62s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.07s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.64s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.72s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.54s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.54s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T10:03:35.764Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.52s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.57s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.49s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.59s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.56s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.53s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.07s) [2021-02-18T10:03:35.764Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.51s) [2021-02-18T10:03:35.764Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T10:03:35.765Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.17s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.78s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.82s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.66s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.74s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.78s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.93s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.32s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.37s) [2021-02-18T10:03:35.765Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents085619566 [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.10s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.27s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.18s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.09s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.47s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.19s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.28s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.73s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.91s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.76s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.01s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.57s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartRecordError (1.17s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.30s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.45s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.03s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.42s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.75s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.61s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.64s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.53s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.63s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.60s) [2021-02-18T10:03:35.765Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T10:03:35.765Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.01s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.96s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.53s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.51s) [2021-02-18T10:03:35.765Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T10:03:35.765Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.71s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.26s) [2021-02-18T10:03:35.765Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T10:03:35.765Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.49s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.74s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.82s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.53s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateStats (3.67s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.06s) [2021-02-18T10:03:35.765Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T10:03:35.765Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.80s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.71s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.64s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.59s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.44s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.93s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.88s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.19s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.64s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.90s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.15s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.98s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.55s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.62s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.66s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.71s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.61s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.58s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.63s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.66s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.54s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.65s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.19s) [2021-02-18T10:03:35.765Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.78s) [2021-02-18T10:03:35.765Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T10:03:35.765Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T10:03:35.765Z] === RUN TestDockerRegistrySuite [2021-02-18T10:03:35.765Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T10:03:35.822Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41976/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T10:03:36.135Z] + make clean [2021-02-18T10:03:36.135Z] docker volume rm -f docker-dev-cache [2021-02-18T10:03:36.135Z] docker-dev-cache [2021-02-18T10:03:36.276Z] --- PASS: TestRenameStoppedContainer (1.88s) [2021-02-18T10:03:36.276Z] === RUN TestRenameRunningContainerAndReuse [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T10:03:37.125Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T10:03:38.049Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T10:03:39.409Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T10:03:39.409Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T10:03:40.050Z] --- PASS: TestRenameRunningContainerAndReuse (3.52s) [2021-02-18T10:03:40.050Z] === RUN TestRenameInvalidName [2021-02-18T10:03:41.027Z] --- PASS: TestRenameInvalidName (1.63s) [2021-02-18T10:03:41.027Z] === RUN TestRenameAnonymousContainer [2021-02-18T10:03:41.027Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-18T10:03:41.027Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:41.027Z] === RUN TestRenameContainerWithSameName [2021-02-18T10:03:42.667Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T10:03:43.223Z] --- PASS: TestRenameContainerWithSameName (1.65s) [2021-02-18T10:03:43.223Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T10:03:43.223Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T10:03:43.223Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:43.223Z] === RUN TestResize [2021-02-18T10:03:44.773Z] --- PASS: TestResize (1.64s) [2021-02-18T10:03:44.773Z] === RUN TestResizeWithInvalidSize [2021-02-18T10:03:44.773Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-18T10:03:44.773Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T10:03:44.773Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T10:03:46.323Z] --- PASS: TestResizeWhenContainerNotStarted (1.93s) [2021-02-18T10:03:46.323Z] === RUN TestDaemonRestartKillContainers [2021-02-18T10:03:46.323Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-18T10:03:46.323Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:03:46.323Z] === RUN TestStats [2021-02-18T10:03:46.323Z] --- SKIP: TestStats (0.00s) [2021-02-18T10:03:46.323Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T10:03:46.323Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T10:03:49.192Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T10:03:52.449Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T10:03:53.009Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T10:03:53.933Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T10:03:54.944Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.06s) [2021-02-18T10:03:54.944Z] === RUN TestStopContainerWithTimeout [2021-02-18T10:03:54.944Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-18T10:03:54.944Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T10:03:54.944Z] === RUN TestUpdateRestartPolicy [2021-02-18T10:03:55.293Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T10:03:56.217Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T10:03:57.578Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T10:03:58.137Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T10:03:59.536Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T10:04:01.419Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T10:04:03.344Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T10:04:04.704Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T10:04:06.587Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T10:04:07.947Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T10:04:07.947Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T10:04:08.870Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T10:04:09.795Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T10:04:10.720Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T10:04:13.228Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T10:04:13.787Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T10:04:14.710Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T10:04:15.270Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T10:04:15.270Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T10:04:15.524Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T10:04:15.779Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T10:04:16.033Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T10:04:16.102Z] --- PASS: TestUpdateRestartPolicy (19.04s) [2021-02-18T10:04:16.102Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T10:04:16.102Z] --- PASS: TestUpdateRestartWithAutoRemove (1.59s) [2021-02-18T10:04:16.102Z] === RUN TestWaitNonBlocked [2021-02-18T10:04:16.102Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T10:04:16.102Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T10:04:16.102Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T10:04:16.102Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T10:04:16.102Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T10:04:16.102Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T10:04:16.288Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T10:04:17.212Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T10:04:17.654Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T10:04:17.654Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.19s) [2021-02-18T10:04:17.654Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.27s) [2021-02-18T10:04:17.654Z] === RUN TestWaitBlocked [2021-02-18T10:04:17.654Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-18T10:04:17.654Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:17.654Z] PASS [2021-02-18T10:04:17.654Z] ok github.com/docker/docker/integration/container 70.524s [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === Skipped [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-18T10:04:17.654Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T10:04:17.654Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T10:04:17.654Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-18T10:04:17.654Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T10:04:17.654Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T10:04:17.654Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T10:04:17.654Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T10:04:17.654Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T10:04:17.654Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-02-18T10:04:17.654Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-18T10:04:17.654Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-18T10:04:17.654Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-18T10:04:17.654Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-18T10:04:17.654Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T10:04:17.654Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-18T10:04:17.654Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-18T10:04:17.654Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T10:04:17.654Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-18T10:04:17.654Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-18T10:04:17.654Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-18T10:04:17.654Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-18T10:04:17.654Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-18T10:04:17.654Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-18T10:04:17.654Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-18T10:04:17.654Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-18T10:04:17.654Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T10:04:17.654Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-18T10:04:17.654Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-18T10:04:17.654Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-18T10:04:17.654Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-18T10:04:17.654Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-18T10:04:17.654Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] [2021-02-18T10:04:17.654Z] DONE 88 tests, 37 skipped in 73.015s [2021-02-18T10:04:17.654Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-18T10:04:19.096Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T10:04:19.655Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T10:04:19.850Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:19.850Z] INFO: Testing against a local daemon [2021-02-18T10:04:19.850Z] === RUN TestCommitInheritsEnv [2021-02-18T10:04:19.850Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-18T10:04:19.850Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:04:19.850Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T10:04:19.850Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T10:04:19.850Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T10:04:19.850Z] === RUN TestImagesFilterMultiReference [2021-02-18T10:04:19.850Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-18T10:04:19.850Z] === RUN TestImagePullPlatformInvalid [2021-02-18T10:04:19.850Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T10:04:19.850Z] === RUN TestRemoveImageOrphaning [2021-02-18T10:04:20.313Z] --- PASS: TestRemoveImageOrphaning (0.76s) [2021-02-18T10:04:20.313Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T10:04:20.313Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-18T10:04:20.313Z] === RUN TestTagInvalidReference [2021-02-18T10:04:20.313Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T10:04:20.313Z] === RUN TestTagValidPrefixedRepo [2021-02-18T10:04:20.313Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-18T10:04:20.313Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T10:04:20.313Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T10:04:20.313Z] === RUN TestTagOfficialNames [2021-02-18T10:04:20.313Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-18T10:04:20.313Z] === RUN TestTagMatchesDigest [2021-02-18T10:04:20.777Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T10:04:20.777Z] PASS [2021-02-18T10:04:20.777Z] ok github.com/docker/docker/integration/image 1.213s [2021-02-18T10:04:20.777Z] [2021-02-18T10:04:20.777Z] === Skipped [2021-02-18T10:04:20.777Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-18T10:04:20.777Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:04:20.777Z] [2021-02-18T10:04:20.777Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T10:04:20.777Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T10:04:20.777Z] [2021-02-18T10:04:20.777Z] [2021-02-18T10:04:20.777Z] DONE 11 tests, 2 skipped in 3.048s [2021-02-18T10:04:20.777Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-18T10:04:21.015Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T10:04:21.939Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T10:04:22.333Z] testing: warning: no tests to run [2021-02-18T10:04:22.333Z] testing: warning: no tests to run [2021-02-18T10:04:22.333Z] PASS [2021-02-18T10:04:22.333Z] PASS [2021-02-18T10:04:22.333Z] ok github.com/docker/docker/integration/network/ipvlan 0.061s [no tests to run] [2021-02-18T10:04:22.333Z] ok github.com/docker/docker/integration/network/macvlan 0.081s [no tests to run] [2021-02-18T10:04:22.498Z] --- PASS: TestDockerRegistrySuite (46.91s) [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.20s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d1173f19f4f38] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.10s) [2021-02-18T10:04:22.499Z] check_test.go:196: [def1e9eaa5a11] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.31s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d4cf11608e419] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d5148b9ad1705] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.91s) [2021-02-18T10:04:22.499Z] check_test.go:196: [dd8dfcb420658] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.52s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d33539a863f8b] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.07s) [2021-02-18T10:04:22.499Z] check_test.go:196: [db1b2d2d2e7a9] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.05s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d36f13c11aa47] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.96s) [2021-02-18T10:04:22.499Z] check_test.go:196: [def123c00462e] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.13s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d3a689c8041bf] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.15s) [2021-02-18T10:04:22.499Z] check_test.go:196: [dc620f6929826] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.10s) [2021-02-18T10:04:22.499Z] check_test.go:196: [db45043406282] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d7290cf46de5f] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.01s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d3e7755f6a137] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.00s) [2021-02-18T10:04:22.499Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4294cd86f46ec9efdad36165916dc613d8356c04e648f2df304573224a5dec78 [2021-02-18T10:04:22.499Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f6b3ef60a6571498cf270c47d996b702b5f041981d4b50b8bb0ead3dc2ed9170 [2021-02-18T10:04:22.499Z] check_test.go:196: [db9b1338f1e37] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.04s) [2021-02-18T10:04:22.499Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4a30ca8511c3c7c36b98234ad10de6f326fa92a2708051404a9d03bb2105d093 [2021-02-18T10:04:22.499Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:11812583bdd1f3900d81ab07354a020058f4296584307a42207f410d7b29024c [2021-02-18T10:04:22.499Z] check_test.go:196: [dfae24045b1f4] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.12s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d8682d2784c19] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.25s) [2021-02-18T10:04:22.499Z] check_test.go:196: [dedf7874c862b] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.00s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d58b95ce76b21] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d95d8af888ebd] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2021-02-18T10:04:22.499Z] check_test.go:196: [db48630288ad2] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.96s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d5f938b977093] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2021-02-18T10:04:22.499Z] check_test.go:196: [df256ae783898] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.56s) [2021-02-18T10:04:22.499Z] check_test.go:196: [da13e578af2ff] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d63e9b98222e4] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d0bfbdfc957d4] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2021-02-18T10:04:22.499Z] check_test.go:196: [da8412a9d7322] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d0a879c278694] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d3690f342aa56] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d97552c6c799c] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d52dafed65394] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d203f69c238fa] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.08s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d62565691a3e7] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.60s) [2021-02-18T10:04:22.499Z] check_test.go:196: [db3a9374f3fa9] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.87s) [2021-02-18T10:04:22.499Z] check_test.go:196: [d4b7dcafe3f62] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.10s) [2021-02-18T10:04:22.499Z] check_test.go:196: [df2738aa5ab8d] daemon is not started [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2021-02-18T10:04:22.499Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-02-18T10:04:22.499Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T10:04:22.499Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T10:04:22.753Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T10:04:22.797Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:22.797Z] INFO: Testing against a local daemon [2021-02-18T10:04:22.797Z] === RUN TestNetworkCreateDelete [2021-02-18T10:04:22.797Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-18T10:04:22.797Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:22.797Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T10:04:22.797Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T10:04:22.797Z] 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-02-18T10:04:22.797Z] === RUN TestDaemonDNSFallback [2021-02-18T10:04:22.797Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-18T10:04:22.797Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:22.797Z] === RUN TestInspectNetwork [2021-02-18T10:04:22.797Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-18T10:04:22.797Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:22.797Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T10:04:22.797Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-18T10:04:22.797Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:22.797Z] === RUN TestNetworkInvalidJSON [2021-02-18T10:04:22.797Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T10:04:22.797Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T10:04:22.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T10:04:22.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T10:04:22.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T10:04:22.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T10:04:23.260Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T10:04:23.260Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T10:04:23.260Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T10:04:23.260Z] === RUN TestNetworkList [2021-02-18T10:04:23.260Z] === RUN TestNetworkList//networks [2021-02-18T10:04:23.260Z] === PAUSE TestNetworkList//networks [2021-02-18T10:04:23.260Z] === RUN TestNetworkList//networks/ [2021-02-18T10:04:23.260Z] === PAUSE TestNetworkList//networks/ [2021-02-18T10:04:23.260Z] === CONT TestNetworkList//networks [2021-02-18T10:04:23.260Z] === CONT TestNetworkList//networks/ [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T10:04:23.260Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T10:04:23.260Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T10:04:23.260Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-18T10:04:23.260Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T10:04:23.260Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T10:04:23.260Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T10:04:23.260Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T10:04:23.260Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T10:04:23.260Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T10:04:23.260Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T10:04:23.260Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:236: FLAKY_TEST [2021-02-18T10:04:23.260Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T10:04:23.260Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T10:04:23.260Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] PASS [2021-02-18T10:04:23.260Z] ok github.com/docker/docker/integration/network 0.164s [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === Skipped [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-18T10:04:23.260Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T10:04:23.260Z] 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-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-18T10:04:23.260Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-18T10:04:23.260Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-18T10:04:23.260Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-18T10:04:23.260Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:236: FLAKY_TEST [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T10:04:23.260Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] DONE 22 tests, 15 skipped in 2.485s [2021-02-18T10:04:23.260Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-18T10:04:23.260Z] testing: warning: no tests to run [2021-02-18T10:04:23.260Z] PASS [2021-02-18T10:04:23.260Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2021-02-18T10:04:23.260Z] [2021-02-18T10:04:23.260Z] DONE 0 tests in 0.287s [2021-02-18T10:04:23.724Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-18T10:04:23.724Z] testing: warning: no tests to run [2021-02-18T10:04:23.724Z] PASS [2021-02-18T10:04:23.724Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2021-02-18T10:04:23.724Z] [2021-02-18T10:04:23.724Z] DONE 0 tests in 0.278s [2021-02-18T10:04:23.724Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-18T10:04:25.283Z] testing: warning: no tests to run [2021-02-18T10:04:25.283Z] PASS [2021-02-18T10:04:25.283Z] ok github.com/docker/docker/integration/plugin 0.151s [no tests to run] [2021-02-18T10:04:25.283Z] testing: warning: no tests to run [2021-02-18T10:04:25.283Z] PASS [2021-02-18T10:04:25.283Z] ok github.com/docker/docker/integration/plugin/authz 0.090s [no tests to run] [2021-02-18T10:04:26.047Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T10:04:31.321Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T10:04:32.410Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:32.410Z] INFO: Testing against a local daemon [2021-02-18T10:04:32.410Z] === RUN TestExternalGraphDriver [2021-02-18T10:04:32.410Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-18T10:04:32.410Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T10:04:32.410Z] === RUN TestGraphdriverPluginV2 [2021-02-18T10:04:32.410Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-18T10:04:32.410Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T10:04:32.410Z] PASS [2021-02-18T10:04:32.410Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.339s [2021-02-18T10:04:33.388Z] testing: warning: no tests to run [2021-02-18T10:04:33.388Z] PASS [2021-02-18T10:04:33.388Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.044s [no tests to run] [2021-02-18T10:04:33.388Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:33.388Z] INFO: Testing against a local daemon [2021-02-18T10:04:33.388Z] === RUN TestPluginInvalidJSON [2021-02-18T10:04:33.388Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:33.388Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:33.388Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:33.388Z] INFO: Testing against a local daemon [2021-02-18T10:04:33.388Z] === RUN TestReadPluginNoRead [2021-02-18T10:04:33.388Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T10:04:33.388Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T10:04:33.388Z] PASS [2021-02-18T10:04:33.388Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:33.388Z] ok github.com/docker/docker/integration/plugin/logging 0.182s [2021-02-18T10:04:33.388Z] --- PASS: TestPluginInvalidJSON (0.09s) [2021-02-18T10:04:33.388Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T10:04:33.388Z] === RUN TestPluginInstall [2021-02-18T10:04:33.388Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T10:04:33.388Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T10:04:33.388Z] PASS [2021-02-18T10:04:33.388Z] ok github.com/docker/docker/integration/plugin/common 0.296s [2021-02-18T10:04:33.388Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T10:04:33.388Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T10:04:34.364Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:34.364Z] INFO: Testing against a local daemon [2021-02-18T10:04:34.364Z] === RUN TestPluginWithDevMounts [2021-02-18T10:04:34.364Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T10:04:34.364Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:34.364Z] PASS [2021-02-18T10:04:34.364Z] ok github.com/docker/docker/integration/plugin/volumes 0.106s [2021-02-18T10:04:34.364Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] === Skipped [2021-02-18T10:04:35.341Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T10:04:35.341Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-18T10:04:35.341Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-18T10:04:35.341Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T10:04:35.341Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T10:04:35.341Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] [2021-02-18T10:04:35.341Z] DONE 7 tests, 5 skipped in 11.422s [2021-02-18T10:04:35.341Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-18T10:04:35.982Z] testing: warning: no tests to run [2021-02-18T10:04:35.982Z] PASS [2021-02-18T10:04:35.982Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2021-02-18T10:04:35.982Z] [2021-02-18T10:04:35.982Z] DONE 0 tests in 0.279s [2021-02-18T10:04:35.982Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-18T10:04:36.470Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:36.470Z] INFO: Testing against a local daemon [2021-02-18T10:04:36.470Z] === RUN TestPluginInvalidJSON [2021-02-18T10:04:36.470Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:36.470Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:36.470Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T10:04:36.470Z] --- PASS: TestPluginInvalidJSON (0.09s) [2021-02-18T10:04:36.470Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T10:04:36.470Z] === RUN TestPluginInstall [2021-02-18T10:04:36.470Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T10:04:36.470Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T10:04:36.470Z] PASS [2021-02-18T10:04:36.470Z] ok github.com/docker/docker/integration/plugin/common (cached) [2021-02-18T10:04:36.470Z] [2021-02-18T10:04:36.470Z] === Skipped [2021-02-18T10:04:36.470Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T10:04:36.470Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T10:04:36.470Z] [2021-02-18T10:04:36.470Z] [2021-02-18T10:04:36.470Z] DONE 3 tests, 1 skipped in 0.724s [2021-02-18T10:04:36.470Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-18T10:04:36.554Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T10:04:36.809Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T10:04:36.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:36.934Z] INFO: Testing against a local daemon [2021-02-18T10:04:36.934Z] === RUN TestExternalGraphDriver [2021-02-18T10:04:36.934Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-18T10:04:36.934Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T10:04:36.934Z] === RUN TestGraphdriverPluginV2 [2021-02-18T10:04:36.934Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-18T10:04:36.934Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T10:04:36.934Z] PASS [2021-02-18T10:04:36.934Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2021-02-18T10:04:37.732Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T10:04:37.987Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T10:04:39.150Z] [2021-02-18T10:04:39.150Z] === Skipped [2021-02-18T10:04:39.150Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-18T10:04:39.150Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T10:04:39.150Z] [2021-02-18T10:04:39.150Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-18T10:04:39.150Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T10:04:39.150Z] [2021-02-18T10:04:39.150Z] [2021-02-18T10:04:39.150Z] DONE 2 tests, 2 skipped in 2.549s [2021-02-18T10:04:39.150Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-18T10:04:39.348Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T10:04:39.613Z] testing: warning: no tests to run [2021-02-18T10:04:39.613Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:39.613Z] PASS [2021-02-18T10:04:39.613Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T10:04:39.613Z] INFO: Testing against a local daemon [2021-02-18T10:04:39.613Z] === RUN TestReadPluginNoRead [2021-02-18T10:04:39.613Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T10:04:39.613Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T10:04:39.613Z] PASS [2021-02-18T10:04:39.613Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2021-02-18T10:04:39.613Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T10:04:39.613Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T10:04:40.077Z] [2021-02-18T10:04:40.077Z] === Skipped [2021-02-18T10:04:40.077Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T10:04:40.077Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T10:04:40.077Z] [2021-02-18T10:04:40.077Z] [2021-02-18T10:04:40.077Z] DONE 1 tests, 1 skipped in 0.835s [2021-02-18T10:04:40.077Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-18T10:04:40.271Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T10:04:40.540Z] testing: warning: no tests to run [2021-02-18T10:04:40.540Z] PASS [2021-02-18T10:04:40.540Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T10:04:40.540Z] [2021-02-18T10:04:40.540Z] DONE 0 tests in 0.460s [2021-02-18T10:04:40.540Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-18T10:04:41.004Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:41.004Z] INFO: Testing against a local daemon [2021-02-18T10:04:41.004Z] === RUN TestPluginWithDevMounts [2021-02-18T10:04:41.004Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T10:04:41.004Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:41.004Z] PASS [2021-02-18T10:04:41.004Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2021-02-18T10:04:41.004Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T10:04:41.004Z] [2021-02-18T10:04:41.004Z] === Skipped [2021-02-18T10:04:41.004Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T10:04:41.004Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:41.004Z] [2021-02-18T10:04:41.004Z] [2021-02-18T10:04:41.004Z] DONE 1 tests, 1 skipped in 0.735s [2021-02-18T10:04:41.004Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-18T10:04:41.195Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T10:04:43.201Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:43.201Z] INFO: Testing against a local daemon [2021-02-18T10:04:43.201Z] === RUN TestSecretInspect [2021-02-18T10:04:43.201Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] === RUN TestSecretList [2021-02-18T10:04:43.201Z] --- SKIP: TestSecretList (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] === RUN TestSecretsCreateAndDelete [2021-02-18T10:04:43.201Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] === RUN TestSecretsUpdate [2021-02-18T10:04:43.201Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] === RUN TestTemplatedSecret [2021-02-18T10:04:43.201Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] === RUN TestSecretCreateResolve [2021-02-18T10:04:43.201Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:43.201Z] PASS [2021-02-18T10:04:43.201Z] ok github.com/docker/docker/integration/secret 0.141s [2021-02-18T10:04:43.201Z] [2021-02-18T10:04:43.201Z] === Skipped [2021-02-18T10:04:43.201Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-18T10:04:43.201Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.201Z] [2021-02-18T10:04:43.202Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-18T10:04:43.202Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-18T10:04:43.202Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-18T10:04:43.202Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-18T10:04:43.202Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-18T10:04:43.202Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] [2021-02-18T10:04:43.202Z] DONE 6 tests, 6 skipped in 2.018s [2021-02-18T10:04:43.202Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-18T10:04:44.453Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T10:04:44.453Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T10:04:45.013Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T10:04:45.013Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T10:04:45.267Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T10:04:45.398Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:45.398Z] INFO: Testing against a local daemon [2021-02-18T10:04:45.398Z] === RUN TestServiceCreateInit [2021-02-18T10:04:45.398Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T10:04:45.398Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T10:04:45.398Z] --- PASS: TestServiceCreateInit (0.03s) [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceConflict [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-02-18T10:04:45.398Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-18T10:04:45.398Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceSysctls [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-18T10:04:45.398Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateServiceCapabilities [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-02-18T10:04:45.398Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestInspect [2021-02-18T10:04:45.398Z] --- SKIP: TestInspect (0.00s) [2021-02-18T10:04:45.398Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestCreateJob [2021-02-18T10:04:45.398Z] --- SKIP: TestCreateJob (0.00s) [2021-02-18T10:04:45.398Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestReplicatedJob [2021-02-18T10:04:45.398Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-18T10:04:45.398Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestUpdateReplicatedJob [2021-02-18T10:04:45.398Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-18T10:04:45.398Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestServiceListWithStatuses [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T10:04:45.398Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T10:04:45.398Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-18T10:04:45.398Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestDockerNetworkReConnect [2021-02-18T10:04:45.398Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-18T10:04:45.398Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestServicePlugin [2021-02-18T10:04:45.398Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T10:04:45.398Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.398Z] === RUN TestServiceUpdateLabel [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-18T10:04:45.398Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.398Z] === RUN TestServiceUpdateSecrets [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-18T10:04:45.398Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.398Z] === RUN TestServiceUpdateConfigs [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-18T10:04:45.398Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.398Z] === RUN TestServiceUpdateNetwork [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-18T10:04:45.398Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.398Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T10:04:45.398Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-02-18T10:04:45.398Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.398Z] PASS [2021-02-18T10:04:45.398Z] ok github.com/docker/docker/integration/service 0.258s [2021-02-18T10:04:45.522Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === Skipped [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T10:04:45.862Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T10:04:45.862Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-02-18T10:04:45.862Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-18T10:04:45.862Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-18T10:04:45.862Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-02-18T10:04:45.862Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-18T10:04:45.862Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-18T10:04:45.862Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-18T10:04:45.862Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-18T10:04:45.862Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-18T10:04:45.862Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-18T10:04:45.862Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-18T10:04:45.862Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-18T10:04:45.862Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-18T10:04:45.862Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-18T10:04:45.862Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-18T10:04:45.862Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-18T10:04:45.862Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-02-18T10:04:45.862Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] [2021-02-18T10:04:45.862Z] DONE 24 tests, 23 skipped in 2.561s [2021-02-18T10:04:45.862Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-18T10:04:46.081Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite (23.66s) [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d985594ed78f9] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.31s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d2f5a9985c099] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.32s) [2021-02-18T10:04:46.081Z] check_test.go:223: [de45b881b653b] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.32s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d61021f325d6e] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.08s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d3f449f5a904f] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.09s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d50df224cef21] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2021-02-18T10:04:46.081Z] check_test.go:223: [db95d983e27cb] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d082d035e7b59] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.01s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d1d8ea2728b75] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.05s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d55cf648a6354] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.70s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d147a85b46e14] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.46s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d9fc3c5ec5399] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-02-18T10:04:46.081Z] check_test.go:223: [dac9c9569e315] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d491a3d7ab0c6] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-18T10:04:46.081Z] check_test.go:223: [db54f3d9c866c] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.34s) [2021-02-18T10:04:46.081Z] check_test.go:223: [dc740054932e3] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.47s) [2021-02-18T10:04:46.081Z] check_test.go:223: [d148ae96939fb] daemon is not started [2021-02-18T10:04:46.081Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-18T10:04:46.081Z] check_test.go:223: [dd45c0e5724c0] daemon is not started [2021-02-18T10:04:46.081Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T10:04:46.081Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T10:04:47.013Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T10:04:47.412Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:47.412Z] INFO: Testing against a local daemon [2021-02-18T10:04:47.573Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T10:04:47.827Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T10:04:47.875Z] === RUN TestSessionCreate [2021-02-18T10:04:47.875Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-18T10:04:47.875Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:47.875Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T10:04:47.875Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T10:04:47.875Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:47.875Z] PASS [2021-02-18T10:04:47.875Z] ok github.com/docker/docker/integration/session 0.184s [2021-02-18T10:04:47.875Z] [2021-02-18T10:04:47.875Z] === Skipped [2021-02-18T10:04:47.875Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-18T10:04:47.875Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:47.875Z] [2021-02-18T10:04:47.875Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T10:04:47.875Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T10:04:47.875Z] [2021-02-18T10:04:47.875Z] [2021-02-18T10:04:47.875Z] DONE 2 tests, 2 skipped in 1.844s [2021-02-18T10:04:47.875Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-18T10:04:48.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T10:04:49.005Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T10:04:49.260Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T10:04:49.426Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:49.427Z] INFO: Testing against a local daemon [2021-02-18T10:04:49.427Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T10:04:49.427Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T10:04:49.427Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:49.427Z] === RUN TestEventsExecDie [2021-02-18T10:04:49.427Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-18T10:04:49.427Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T10:04:49.427Z] === RUN TestEventsBackwardsCompatible [2021-02-18T10:04:49.427Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-18T10:04:49.427Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T10:04:49.427Z] === RUN TestInfoAPI [2021-02-18T10:04:49.427Z] --- PASS: TestInfoAPI (0.07s) [2021-02-18T10:04:49.427Z] === RUN TestInfoAPIWarnings [2021-02-18T10:04:49.427Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-18T10:04:49.427Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:04:49.427Z] === RUN TestInfoDebug [2021-02-18T10:04:49.427Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-18T10:04:49.427Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:49.427Z] === RUN TestInfoInsecureRegistries [2021-02-18T10:04:49.427Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-18T10:04:49.427Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:49.427Z] === RUN TestInfoRegistryMirrors [2021-02-18T10:04:49.427Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-18T10:04:49.427Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:49.427Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T10:04:49.819Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T10:04:50.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.84s) [2021-02-18T10:04:50.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.87s) [2021-02-18T10:04:50.073Z] check_test.go:252: [dd3ee909b5f21] daemon is not started [2021-02-18T10:04:50.073Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2021-02-18T10:04:50.073Z] check_test.go:252: [dd86c02d19dd5] daemon is not started [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-02-18T10:04:50.074Z] check_test.go:252: [da74a2251fde3] daemon is not started [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.06s) [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2021-02-18T10:04:50.074Z] check_test.go:252: [d6e12c22bae60] daemon is not started [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-02-18T10:04:50.074Z] check_test.go:252: [ded988a5b4073] daemon is not started [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2021-02-18T10:04:50.074Z] check_test.go:252: [d1c5dd819ea64] daemon is not started [2021-02-18T10:04:50.074Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-02-18T10:04:50.074Z] check_test.go:252: [d47e5c39bc343] daemon is not started [2021-02-18T10:04:50.074Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T10:04:50.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T10:04:50.405Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2021-02-18T10:04:50.405Z] === RUN TestPingCacheHeaders [2021-02-18T10:04:50.869Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-18T10:04:50.869Z] === RUN TestPingGet [2021-02-18T10:04:50.869Z] --- PASS: TestPingGet (0.02s) [2021-02-18T10:04:50.869Z] === RUN TestPingHead [2021-02-18T10:04:50.869Z] --- PASS: TestPingHead (0.03s) [2021-02-18T10:04:50.869Z] === RUN TestVersion [2021-02-18T10:04:50.869Z] --- PASS: TestVersion (0.02s) [2021-02-18T10:04:50.869Z] PASS [2021-02-18T10:04:50.869Z] ok github.com/docker/docker/integration/system 1.290s [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === Skipped [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T10:04:50.869Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-18T10:04:50.869Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-18T10:04:50.869Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-18T10:04:50.869Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-18T10:04:50.869Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-18T10:04:50.869Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-18T10:04:50.869Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] [2021-02-18T10:04:50.869Z] DONE 13 tests, 7 skipped in 3.149s [2021-02-18T10:04:50.869Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-18T10:04:53.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:04:53.063Z] INFO: Testing against a local daemon [2021-02-18T10:04:53.063Z] === RUN TestVolumesCreateAndList [2021-02-18T10:04:53.063Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-18T10:04:53.063Z] === RUN TestVolumesRemove [2021-02-18T10:04:53.063Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-18T10:04:53.063Z] === RUN TestVolumesInspect [2021-02-18T10:04:53.063Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-18T10:04:53.063Z] === RUN TestVolumesInvalidJSON [2021-02-18T10:04:53.063Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T10:04:53.063Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T10:04:53.063Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T10:04:53.063Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-18T10:04:53.063Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T10:04:53.063Z] PASS [2021-02-18T10:04:53.063Z] ok github.com/docker/docker/integration/volume 0.255s [2021-02-18T10:04:53.063Z] [2021-02-18T10:04:53.063Z] DONE 5 tests in 2.112s [2021-02-18T10:04:53.063Z] INFO: make.ps1 ended at 02/18/2021 10:04:52 [2021-02-18T10:04:53.063Z] INFO: Integration CLI tests being run from the host: [2021-02-18T10:04:53.063Z] 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-02-18T10:04:55.330Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T10:04:55.330Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T10:04:55.585Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T10:04:55.585Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-02-18T10:04:55.839Z] check_test.go:279: [dad7fa76ec3ea] daemon is not started [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-02-18T10:04:55.839Z] check_test.go:279: [d1a5f2eef930e] daemon is not started [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-02-18T10:04:55.839Z] check_test.go:279: [dde6c631932b8] daemon is not started [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-02-18T10:04:55.839Z] check_test.go:279: [dfbedd92dff66] daemon is not started [2021-02-18T10:04:55.839Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-02-18T10:04:55.839Z] check_test.go:279: [d5ef93471b466] daemon is not started [2021-02-18T10:04:55.839Z] === RUN TestDockerNetworkSuite [2021-02-18T10:04:55.839Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-18T10:04:57.722Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-18T10:04:58.647Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-18T10:05:00.180Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T10:05:00.180Z] INFO: Testing against a local daemon [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T10:05:00.180Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T10:05:01.157Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T10:05:01.157Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T10:05:01.621Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T10:05:01.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-18T10:05:02.086Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T10:05:03.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-18T10:05:06.296Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-18T10:05:08.179Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-18T10:05:14.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-18T10:05:16.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-18T10:05:17.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-18T10:05:18.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-18T10:05:18.761Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-18T10:05:20.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-18T10:05:21.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-18T10:05:21.298Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-18T10:05:21.554Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-18T10:05:22.477Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-18T10:05:22.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-18T10:05:22.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-18T10:05:22.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-18T10:05:23.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-18T10:05:25.338Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-18T10:05:25.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-18T10:05:25.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-18T10:05:25.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-18T10:05:25.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-18T10:05:30.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-18T10:05:30.004Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-18T10:05:31.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-18T10:05:37.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-18T10:05:37.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-18T10:05:38.307Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-18T10:05:38.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-18T10:05:39.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-18T10:05:39.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-18T10:05:39.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-18T10:05:39.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-18T10:05:39.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-18T10:05:43.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-18T10:05:43.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-18T10:05:43.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-18T10:05:44.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-18T10:05:45.633Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-18T10:05:48.890Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-18T10:05:49.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-18T10:05:53.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-18T10:05:53.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-18T10:05:54.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-18T10:05:54.791Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-18T10:05:56.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-18T10:05:56.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-18T10:05:57.625Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-18T10:05:57.625Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-18T10:05:58.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-18T10:05:59.543Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-18T10:06:02.802Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-18T10:06:02.802Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite (67.45s) [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.03s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [dd4f6b371e17b] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.79s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d714a3a80b899] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.19s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [da091a2dc268b] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.74s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [ddf23b20788c8] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.75s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:1233: [dbd7257409583] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.70s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [de9357fa0cfdf] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.04s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [dd5078de9cb98] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.55s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d8bbb79c95d42] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.25s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [da181a678a2e0] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.55s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d11f41e4b9779] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.49s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d61357eddf70a] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.04s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d4a77ff1c8be0] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.12s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d5f6a4d4c0d47] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d90e8440133f5] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.36s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d863d550fa6d9] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.83s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d32f3274f6576] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d8dd6a2749006] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d0a14423719c6] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d31ca607953ac] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.92s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [dfdd843715a7e] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.69s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d9ac14ef74473] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d99225a8d0ad6] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [da9d54e341eef] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d5ddd08f6f5e3] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.35s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:968: [d5098a4f17ad8] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.53s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d435328c883c3] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.46s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:1116: [df939435fe8fd] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.27s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [db764b0093330] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.46s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [dd7ed1d07f011] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [def27726df763] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d9775dc81be8a] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d378da462eeb6] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d3644495a1209] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d0ecd5efbb24e] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.64s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d921f83954c44] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d4ee923684fdf] daemon is not started [2021-02-18T10:06:03.363Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [de531600785f4] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.54s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d83e063ba2870] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.45s) [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.83s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:1084: [d040513c3fd83] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [dde429a40d78b] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.03s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d0e0f5b521886] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.22s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [da7336e084baa] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [de043d2fa192a] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.09s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [df68f65d5eaa9] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.58s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [d84a8d3cdf969] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.21s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [ddb51a01a818f] daemon is not started [2021-02-18T10:06:03.363Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (3.94s) [2021-02-18T10:06:03.363Z] docker_cli_network_unix_test.go:46: [da27b3b04f240] daemon is not started [2021-02-18T10:06:03.363Z] === RUN TestDockerHubPullSuite [2021-02-18T10:06:03.363Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-18T10:06:04.723Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-18T10:06:07.232Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-18T10:06:07.487Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-18T10:06:09.995Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-18T10:06:09.995Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-18T10:06:10.250Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite (7.02s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.44s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.49s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.59s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.16s) [2021-02-18T10:06:10.250Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-02-18T10:06:10.250Z] PASS [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === Skipped [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T10:06:10.250Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T10:06:10.250Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T10:06:10.250Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T10:06:10.250Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T10:06:10.250Z] docker_cli_network_unix_test.go:46: [de531600785f4] daemon is not started [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] [2021-02-18T10:06:10.250Z] DONE 1274 tests, 51 skipped in 1471.384s [2021-02-18T10:06:10.250Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T10:06:10.250Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-18T10:06:10.250Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T10:06:10.250Z] +++ kill 12896 [2021-02-18T10:06:11.174Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-18T10:06:11.428Z] +++ /etc/init.d/apparmor stop [2021-02-18T10:06:11.428Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T10:06:11.428Z] [2021-02-18T10:06:11.428Z] Unloading profiles will leave already running processes permanently [2021-02-18T10:06:11.428Z] unconfined, which can lead to unexpected situations. [2021-02-18T10:06:11.428Z] [2021-02-18T10:06:11.428Z] To set a process to complain mode, use the command line tool [2021-02-18T10:06:11.428Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T10:06:11.428Z] +++ true [2021-02-18T10:06:11.428Z] exiting test-integration [2021-02-18T10:06:11.428Z] ++ exit 0 [2021-02-18T10:06:11.428Z] [2021-02-18T10:06:11.683Z] + for job in $(jobs -p) [2021-02-18T10:06:11.683Z] + wait 11924 [2021-02-18T10:06:14.191Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T10:06:43.447Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T10:06:43.911Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T10:06:43.911Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T10:06:43.911Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T10:06:43.911Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T10:06:43.911Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-18T10:06:46.838Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T10:06:46.838Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T10:06:46.838Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-18T10:06:52.664Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-18T10:07:10.363Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-18T10:07:57.077Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-18T10:08:03.599Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-18T10:08:07.798Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-18T10:08:34.033Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T10:08:34.033Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T10:08:34.033Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T10:08:34.033Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T10:08:35.583Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T10:08:36.239Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T10:08:36.239Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T10:08:36.239Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T10:08:36.239Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T10:08:36.239Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-18T10:08:36.702Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-18T10:08:39.632Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T10:08:41.182Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T10:08:41.182Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T10:08:41.182Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T10:08:41.182Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T10:08:43.392Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T10:08:53.761Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T10:09:02.386Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T10:09:03.362Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T10:09:03.362Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T10:09:06.297Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-18T10:09:07.273Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T10:09:11.987Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T10:09:54.588Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T10:09:54.588Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T10:09:54.588Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T10:10:15.736Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T10:10:15.736Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T10:10:15.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T10:10:21.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T10:10:21.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T10:10:26.269Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T10:10:29.262Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-18T10:10:31.144Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-18T10:10:32.545Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-18T10:10:32.545Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-18T10:10:32.799Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-18T10:10:32.799Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-18T10:10:33.724Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-18T10:10:34.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T10:10:36.232Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-18T10:10:40.432Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-18T10:10:40.702Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T10:10:41.164Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T10:10:42.314Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-18T10:10:51.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T10:10:51.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T10:10:51.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T10:10:55.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T10:10:55.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T10:10:55.747Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T10:10:55.747Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T10:10:55.747Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T10:11:25.764Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T10:11:29.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T10:11:29.529Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T10:11:29.529Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T10:11:31.077Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T10:11:31.077Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T10:11:34.836Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T10:11:35.810Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T10:11:35.810Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T10:11:35.810Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T10:11:37.356Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T10:11:37.819Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T10:11:38.281Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T10:11:38.456Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-18T10:11:38.456Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-18T10:11:38.743Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T10:11:39.205Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T10:11:40.965Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-18T10:11:43.472Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-18T10:11:43.918Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T10:11:46.110Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T10:11:46.110Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T10:11:47.085Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T10:11:47.085Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T10:11:47.548Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T10:11:47.628Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-18T10:11:49.095Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T10:11:49.511Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-18T10:11:50.078Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T10:11:50.540Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T10:11:50.540Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T10:11:51.002Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T10:11:51.977Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T10:11:51.977Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T10:11:51.977Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T10:11:56.689Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T10:12:11.401Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-18T10:12:26.221Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-18T10:12:26.701Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T10:12:26.701Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T10:12:26.701Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T10:12:26.781Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-18T10:12:29.288Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-18T10:12:30.458Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T10:12:30.458Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T10:12:30.920Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T10:12:30.920Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T10:12:31.383Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T10:12:31.383Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T10:12:32.548Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-18T10:12:39.072Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-18T10:12:44.304Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-18T10:12:46.812Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-18T10:12:49.334Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-18T10:12:52.597Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-18T10:12:55.148Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-18T10:12:57.656Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-18T10:13:00.165Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-18T10:13:07.128Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T10:13:07.128Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T10:13:07.128Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T10:13:28.276Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T10:13:28.276Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T10:13:28.276Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T10:13:30.469Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T10:13:32.662Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T10:13:35.586Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T10:13:56.306Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-18T10:14:11.125Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite (1648.89s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.90s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.90s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.18s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.89s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.74s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (26.23s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:562: [d3d88f0ec19d2] joining swarm manager [d29ffd1876076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:584: [da5c2d862e335] joining swarm manager [d29ffd1876076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] check_test.go:380: [d3d88f0ec19d2] daemon is not started [2021-02-18T10:14:29.201Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.51s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:45: [da693e79fd82d] joining swarm manager [d76e178dd10c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.72s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.43s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.57s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:303: [dd80917fdf8ca] joining swarm manager [d6e29accf531b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:304: [d32434f6ff1f2] joining swarm manager [d6e29accf531b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.47s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:271: [dd49d24f7e951] joining swarm manager [d206ef713d13a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:272: [dd2131223efce] joining swarm manager [d206ef713d13a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.96s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.29s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.88s) [2021-02-18T10:14:29.201Z] docker_api_swarm_node_test.go:19: [d27ab2949fba9] joining swarm manager [dfc63b0489e6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_node_test.go:20: [d1c72557ca1bd] joining swarm manager [dfc63b0489e6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.75s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:501: [db9d335501384] joining swarm manager [d13849f1668af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:506: [dda346f81b872] joining swarm manager [d13849f1668af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.99s) [2021-02-18T10:14:29.201Z] docker_api_swarm_node_test.go:80: [d8bc7f6a54b55] joining swarm manager [df91e74ad74ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.51s) [2021-02-18T10:14:29.201Z] docker_api_swarm_node_test.go:52: [d2f4f94f0740b] joining swarm manager [dae915d2c8da2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_node_test.go:53: [d66ff052d6b7e] joining swarm manager [dae915d2c8da2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.41s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.07s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:201: [d3c1357976fb8] joining swarm manager [dcab04b81183e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (53.40s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:383: [ddc550c2ac7a7] joining swarm manager [d69b165520df9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:384: [dee7f8f2f3b95] joining swarm manager [d69b165520df9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] check_test.go:380: [dee7f8f2f3b95] daemon is not started [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.70s) [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:801: [dd19701cfa94e] joining swarm manager [db05614494cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:801: [d8f42d3f2e09a] joining swarm manager [db05614494cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:801: [d0789f506383d] joining swarm manager [db05614494cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:801: [de223f123b184] joining swarm manager [db05614494cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T10:14:29.201Z] docker_api_swarm_test.go:809: [d02d9b1dc90a2] joining swarm manager [db05614494cdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.29s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.19s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.37s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:394: [dfe8c66263373] joining swarm manager [d73fceff85353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:394: [d33d1282c3982] joining swarm manager [d73fceff85353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.23s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:342: [dd73c3fcb68ec] joining swarm manager [d1fa0aebbffe3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:342: [df12de81ae5e8] joining swarm manager [d1fa0aebbffe3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.32s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:489: [d8577936508b6] joining swarm manager [de5a19b6820f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:489: [d8544bc7dc9e7] joining swarm manager [de5a19b6820f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.03s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.13s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:127: [def1b8e0c030b] joining swarm manager [d31e0e3c23970]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:128: [d7923b209e18b] joining swarm manager [d31e0e3c23970]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:136: [d3dbe0f49ec21] joining swarm manager [d31e0e3c23970]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:137: [d2a40b0b5c1a9] joining swarm manager [d31e0e3c23970]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.95s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.41s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:303: [dca566b0ef18d] joining swarm manager [da3344d365df3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:303: [d1766e9fb906c] joining swarm manager [da3344d365df3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.66s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:99: [db1b224b09b11] joining swarm manager [daea03bd504da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:100: [d2f2f97a0f6a3] joining swarm manager [daea03bd504da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] check_test.go:380: [db1b224b09b11] daemon is not started [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.17s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:532: [ded964fb3bf49] joining swarm manager [d24597dc37a8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:533: [d0b15ea09a634] joining swarm manager [d24597dc37a8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.30s) [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:147: [de5214b062f4d] joining swarm manager [d5b872702eab7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_api_swarm_service_test.go:147: [df38255f76606] joining swarm manager [d5b872702eab7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.53s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.75s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.79s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.26s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.22s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.38s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.09s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.73s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.65s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.46s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.12s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.85s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.11s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.00s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.90s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.44s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.36s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.29s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.54s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.98s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.23s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.71s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.47s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.61s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.28s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.02s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.05s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.90s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.32s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.15s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.21s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.37s) [2021-02-18T10:14:29.201Z] docker_cli_service_logs_test.go:245: checking task lepasj6rtlaw [2021-02-18T10:14:29.201Z] docker_cli_service_logs_test.go:250: checking messages for lepasj6rtlaw [2021-02-18T10:14:29.201Z] docker_cli_service_logs_test.go:245: checking task tch4wo7ohnp3 [2021-02-18T10:14:29.201Z] docker_cli_service_logs_test.go:250: checking messages for tch4wo7ohnp3 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.66s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.45s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.41s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.59s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.68s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1901: [dc7b18449b28d] joining swarm manager [d22c5538bbd4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1902: [d7033db66a82e] joining swarm manager [d22c5538bbd4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.11s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.79s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.61s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.68s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1802: [d47b21de4addf] joining swarm manager [dc53af79f5437]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1803: [de667aa9d02d1] joining swarm manager [dc53af79f5437]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.88s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (133.34s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1321: [d9c002bfbfede] joining swarm manager [d535d70d88b09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1322: [dd3fd3371d8ac] joining swarm manager [d535d70d88b09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.71s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.08s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.53s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.82s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.30s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.94s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.69s) [2021-02-18T10:14:29.201Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.16s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.76s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.55s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.33s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1186: [dea3c716d8bf3] joining swarm manager [d7b3c7ece8f6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1195: [d5a3aa739d670] joining swarm manager [d7b3c7ece8f6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.22s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.61s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.01s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1118: [da925e9f17259] joining swarm manager [db35acde1e3d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1119: [df1478e72de5c] joining swarm manager [db35acde1e3d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1172: [dc51f68334a26] joining swarm manager [db35acde1e3d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.69s) [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1453: [d8ee8245d5a0e] joining swarm manager [debf437b076f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.201Z] docker_cli_swarm_test.go:1454: [d0ccac812820e] joining swarm manager [debf437b076f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.54s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.19s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.03s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.37s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.86s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.35s) [2021-02-18T10:14:29.201Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.94s) [2021-02-18T10:14:29.202Z] docker_cli_swarm_unix_test.go:62: [d4a80a0930aea] joining swarm manager [d9f25383af38d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.43s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.23s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.44s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.52s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.59s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.29s) [2021-02-18T10:14:29.202Z] docker_api_swarm_test.go:961: [de12d15c47fa5] joining swarm manager [dd92b47b42d06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.62s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.32s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.38s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.00s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.98s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.81s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.72s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.75s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.79s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.86s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.46s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.47s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.48s) [2021-02-18T10:14:29.202Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.41s) [2021-02-18T10:14:29.202Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T10:14:29.202Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-18T10:14:44.021Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-18T10:14:47.761Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T10:14:50.690Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T10:14:50.690Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T10:15:51.653Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-18T10:15:59.722Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-18T10:16:02.858Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T10:16:02.858Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T10:16:02.858Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T10:16:11.477Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T10:16:23.897Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T10:16:31.721Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-18T10:16:32.500Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T10:16:46.596Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-18T10:17:15.083Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T10:17:18.597Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-18T10:17:23.685Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T10:17:30.746Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-18T10:17:32.291Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T10:18:02.746Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-18T10:18:17.565Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-18T10:18:35.607Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-18T10:19:22.196Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T10:19:28.845Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T10:19:32.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T10:19:35.523Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T10:19:35.523Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-18T10:19:35.985Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T10:19:35.985Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T10:19:36.447Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T10:19:40.219Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-18T10:19:41.162Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-18T10:19:53.590Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T10:20:00.694Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T10:20:00.694Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T10:20:06.515Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T10:20:10.269Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-18T10:20:12.219Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-18T10:20:16.088Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T10:20:21.910Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T10:20:22.373Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T10:20:27.084Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T10:20:27.085Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T10:20:27.546Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T10:20:28.010Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T10:20:28.472Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T10:20:40.913Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T10:20:40.913Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T10:20:44.276Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-18T10:20:51.282Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T10:20:51.282Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T10:20:53.472Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T10:20:53.472Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T10:20:53.935Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T10:20:53.935Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T10:20:56.426Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-18T10:20:57.688Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T10:20:58.150Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T10:20:58.612Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T10:20:59.586Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T10:21:00.049Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T10:21:01.023Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T10:21:01.996Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T10:21:06.827Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T10:21:06.827Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T10:21:06.827Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T10:21:06.827Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T10:21:06.827Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T10:21:07.289Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T10:21:07.289Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T10:21:07.751Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T10:21:08.214Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T10:21:14.488Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-18T10:21:18.570Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T10:21:29.311Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-18T10:21:30.991Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T10:21:30.991Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T10:21:32.538Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite (437.68s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.59s) [2021-02-18T10:21:47.332Z] docker_cli_external_volume_driver_test.go:53: [db6ad83b893e2] daemon is not started [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.27s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-02-18T10:21:47.332Z] docker_cli_external_volume_driver_test.go:53: [dc439cf6722be] daemon is not started [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-18T10:21:47.332Z] docker_cli_external_volume_driver_test.go:53: [d932cc6bde683] daemon is not started [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-18T10:21:47.332Z] docker_cli_external_volume_driver_test.go:53: [d98f59b5e9611] daemon is not started [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.28s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.26s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.33s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s) [2021-02-18T10:21:47.332Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.25s) [2021-02-18T10:21:47.333Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.78s) [2021-02-18T10:21:47.333Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.07s) [2021-02-18T10:21:47.333Z] docker_cli_external_volume_driver_test.go:485: [d07e681301740] daemon is not started [2021-02-18T10:21:47.333Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-18T10:21:47.333Z] docker_cli_external_volume_driver_test.go:53: [db33a418fcc1c] daemon is not started [2021-02-18T10:21:47.333Z] PASS [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] === Skipped [2021-02-18T10:21:47.333Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-02-18T10:21:47.333Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-02-18T10:21:47.333Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T10:21:47.333Z] check_test.go:309: [d731163b21c64] daemon is not started [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-18T10:21:47.333Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-18T10:21:47.333Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T10:21:47.333Z] check_test.go:309: [d2caa03b05edb] daemon is not started [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T10:21:47.333Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T10:21:47.333Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T10:21:47.333Z] check_test.go:309: [db179dd28691b] daemon is not started [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T10:21:47.333Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T10:21:47.333Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-18T10:21:47.333Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-18T10:21:47.333Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] DONE 273 tests, 5 skipped in 2406.282s [2021-02-18T10:21:47.333Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T10:21:47.333Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d941172d141d9/docker.pid [2021-02-18T10:21:47.333Z] +++ kill 14050 [2021-02-18T10:21:47.333Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14050 is not a child of this shell [2021-02-18T10:21:47.333Z] warning: PID 14050 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d941172d141d9/docker.pid had a nonzero exit code [2021-02-18T10:21:47.333Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d941172d141d9/root: target is busy. [2021-02-18T10:21:47.333Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T10:21:47.333Z] +++ kill 12831 [2021-02-18T10:21:47.333Z] +++ /etc/init.d/apparmor stop [2021-02-18T10:21:47.333Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] Unloading profiles will leave already running processes permanently [2021-02-18T10:21:47.333Z] unconfined, which can lead to unexpected situations. [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] To set a process to complain mode, use the command line tool [2021-02-18T10:21:47.333Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T10:21:47.333Z] +++ true [2021-02-18T10:21:47.333Z] exiting test-integration [2021-02-18T10:21:47.333Z] ++ exit 0 [2021-02-18T10:21:47.333Z] [2021-02-18T10:21:47.333Z] + exit 0 [2021-02-18T10:21:47.333Z] ++ jobs -p [2021-02-18T10:21:47.333Z] + pids= [2021-02-18T10:21:47.333Z] + echo 'Remaining pids to kill: []' [2021-02-18T10:21:47.333Z] Remaining pids to kill: [] [2021-02-18T10:21:47.333Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-18T10:21:47.341Z] Recording test results [2021-02-18T10:21:47.661Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T10:21:47.960Z] + echo Ensuring container killed. [2021-02-18T10:21:47.960Z] Ensuring container killed. [2021-02-18T10:21:47.960Z] + docker ps -aq -f name=docker-pr4-* [2021-02-18T10:21:47.960Z] + cids=45a7156a3d36 [2021-02-18T10:21:47.960Z] 712a43525031 [2021-02-18T10:21:47.960Z] 9362136e86d7 [2021-02-18T10:21:47.960Z] + [ -n 45a7156a3d36 [2021-02-18T10:21:47.960Z] 712a43525031 [2021-02-18T10:21:47.960Z] 9362136e86d7 ] [2021-02-18T10:21:47.960Z] + docker rm -vf 45a7156a3d36 712a43525031 9362136e86d7 [2021-02-18T10:21:50.468Z] 45a7156a3d36 [2021-02-18T10:21:50.468Z] 712a43525031 [2021-02-18T10:21:50.468Z] 9362136e86d7 [Pipeline] sh [2021-02-18T10:21:50.780Z] + echo Chowning /workspace to jenkins user [2021-02-18T10:21:50.780Z] Chowning /workspace to jenkins user [2021-02-18T10:21:50.780Z] + id -u [2021-02-18T10:21:50.780Z] + id -g [2021-02-18T10:21:50.780Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41976:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T10:21:54.376Z] + bundleName=amd64 [2021-02-18T10:21:54.376Z] + echo Creating amd64-bundles.tar.gz [2021-02-18T10:21:54.376Z] Creating amd64-bundles.tar.gz [2021-02-18T10:21:54.376Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-18T10:21:54.376Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-18T10:21:55.307Z] Archiving artifacts [2021-02-18T10:22:00.625Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41976/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T10:22:00.927Z] + make clean [2021-02-18T10:22:00.927Z] docker volume rm -f docker-dev-cache [2021-02-18T10:22:00.927Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T10:22:08.277Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T10:22:20.702Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T10:22:25.413Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-18T10:22:30.125Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T10:22:34.839Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-18T10:22:49.687Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T10:22:49.687Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T10:23:00.043Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T10:23:00.505Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-18T10:23:00.505Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T10:23:00.505Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T10:23:02.696Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T10:23:07.407Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T10:23:14.511Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T10:23:14.511Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T10:23:14.511Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T10:23:16.702Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T10:23:17.677Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T10:23:18.650Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T10:23:31.073Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T10:23:32.622Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-18T10:23:39.723Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-18T10:23:42.644Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T10:23:49.749Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T10:23:54.459Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T10:23:58.213Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T10:23:58.676Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T10:23:58.676Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T10:23:58.676Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T10:24:00.868Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T10:24:00.868Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T10:24:43.448Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T10:25:19.194Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T10:25:26.293Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T10:25:28.482Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T10:25:28.482Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T10:25:28.943Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T10:25:29.918Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T10:25:32.838Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T10:25:41.446Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T10:25:44.367Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T10:25:59.215Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T10:25:59.215Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T10:25:59.215Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T10:26:07.812Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T10:26:07.812Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T10:26:11.564Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T10:26:11.564Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T10:26:15.318Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T10:26:33.051Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T10:26:33.051Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T10:26:35.240Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T10:26:35.702Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T10:26:40.413Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T10:26:44.164Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T10:26:44.164Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T10:26:44.164Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T10:26:44.164Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T10:26:47.928Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T10:26:47.928Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T10:26:50.847Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T10:26:50.847Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T10:26:50.847Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T10:27:08.572Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T10:27:09.545Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T10:27:18.146Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T10:27:21.958Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T10:27:21.958Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T10:27:21.958Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T10:27:24.153Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T10:27:24.616Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-18T10:27:34.983Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T10:27:37.906Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T10:27:37.906Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T10:27:55.641Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T10:27:55.641Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T10:27:55.641Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T10:27:55.641Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T10:27:55.641Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T10:28:02.753Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T10:28:04.302Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T10:28:04.765Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T10:28:04.765Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T10:28:04.765Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T10:28:06.961Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T10:28:10.719Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T10:28:14.478Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T10:28:18.237Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T10:28:18.237Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T10:28:24.061Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T10:28:24.061Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T10:28:29.895Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T10:28:33.655Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T10:28:39.483Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T10:28:45.306Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T10:28:45.306Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T10:28:46.860Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T10:28:46.860Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T10:28:46.860Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T10:28:46.860Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T10:28:53.970Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T10:28:53.970Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T10:28:53.970Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T10:28:56.167Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T10:28:56.167Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T10:28:56.167Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T10:28:56.167Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T10:28:56.167Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T10:28:58.361Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T10:29:00.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T10:29:02.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T10:29:02.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T10:29:02.105Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T10:29:04.300Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T10:29:04.300Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T10:29:06.495Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T10:29:06.495Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T10:29:06.495Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T10:29:08.691Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T10:29:08.691Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T10:29:10.239Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T10:29:10.239Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T10:29:12.434Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T10:29:12.434Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T10:29:14.628Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T10:29:18.386Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T10:29:21.311Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T10:29:21.311Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T10:29:21.311Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T10:29:21.774Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T10:29:21.774Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T10:29:23.323Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T10:29:23.323Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T10:29:25.517Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T10:29:25.517Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T10:29:27.066Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T10:29:27.066Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T10:29:31.784Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T10:29:33.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-18T10:29:34.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T10:29:34.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-18T10:29:37.078Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-18T10:29:40.012Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-18T10:29:42.209Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-18T10:29:44.411Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a0a700_} [2021-02-18T10:29:46.609Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1956872134_c:\foo_false____} [2021-02-18T10:29:48.803Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1956872134_c:\foo_true____} [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T10:29:51.729Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T10:29:53.924Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T10:30:01.030Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T10:30:01.030Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T10:30:01.030Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T10:30:03.224Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T10:30:03.224Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T10:30:03.224Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T10:30:03.224Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T10:30:11.834Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T10:30:14.027Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T10:30:14.027Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T10:30:14.027Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T10:30:26.464Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T10:30:26.464Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T10:30:26.464Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T10:30:35.074Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T10:30:35.074Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T10:30:35.074Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T10:30:36.624Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T10:30:36.624Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T10:30:36.624Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T10:30:39.551Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T10:30:41.101Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T10:30:43.296Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T10:30:43.760Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T10:30:43.760Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T10:30:45.309Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T10:30:46.285Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T10:30:46.285Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T10:30:46.285Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T10:30:46.285Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T10:30:46.285Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T10:30:46.749Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T10:30:46.749Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T10:30:53.859Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T10:30:53.859Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T10:30:54.322Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T10:30:58.217Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T10:30:58.680Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T10:30:58.680Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T10:31:00.875Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T10:31:03.070Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T10:31:10.195Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T10:31:12.393Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T10:31:19.504Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T10:31:23.272Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T10:31:27.998Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T10:31:30.193Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T10:31:30.656Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T10:31:34.418Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T10:31:34.418Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T10:31:35.395Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T10:31:40.114Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T10:31:43.875Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T10:31:44.852Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T10:31:44.852Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T10:31:47.779Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T10:31:49.974Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T10:31:52.170Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T10:31:54.365Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T10:31:59.084Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T10:31:59.084Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T10:32:01.279Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T10:32:05.039Z] === RUN TestDockerSuite/TestExec [2021-02-18T10:32:05.039Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T10:32:05.039Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T10:32:06.589Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T10:32:08.141Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T10:32:08.141Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T10:32:08.141Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T10:32:08.141Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T10:32:10.338Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T10:32:11.890Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T10:32:14.086Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T10:32:15.636Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T10:32:20.357Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T10:32:20.357Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T10:32:20.357Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T10:32:20.357Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T10:32:21.908Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T10:32:26.631Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T10:32:28.827Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T10:32:31.023Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T10:32:31.023Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T10:32:36.959Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T10:32:36.959Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T10:32:36.959Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T10:32:36.959Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T10:32:42.787Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T10:32:48.614Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T10:32:50.810Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestHealth [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T10:32:57.933Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T10:33:01.695Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T10:33:02.158Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T10:33:02.622Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-18T10:33:03.598Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T10:33:03.598Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T10:33:05.148Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T10:33:05.148Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T10:33:07.343Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T10:33:14.453Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T10:33:14.453Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T10:33:14.453Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-18T10:33:18.215Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T10:33:18.215Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T10:33:20.411Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T10:33:20.411Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T10:33:20.411Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T10:33:20.411Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T10:33:20.411Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T10:33:20.874Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-18T10:33:23.068Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-18T10:33:24.618Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T10:33:24.618Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T10:33:25.082Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T10:33:25.082Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T10:33:25.082Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T10:33:27.275Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T10:33:27.275Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T10:33:29.471Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T10:33:29.471Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T10:33:29.471Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T10:33:29.471Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T10:33:31.665Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-18T10:33:35.433Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T10:33:35.433Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T10:33:35.433Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T10:33:35.433Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T10:33:36.984Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T10:33:39.179Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T10:33:39.179Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T10:33:41.375Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T10:33:42.925Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T10:33:43.388Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T10:33:43.388Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T10:33:44.937Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T10:33:47.863Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T10:33:51.624Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T10:33:53.820Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T10:33:55.369Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T10:33:57.565Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T10:33:59.761Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T10:34:01.311Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T10:34:03.504Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T10:34:03.967Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T10:34:05.516Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T10:34:07.711Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T10:34:13.538Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T10:34:15.732Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T10:34:15.732Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T10:34:17.281Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T10:34:17.281Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T10:34:23.106Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T10:34:28.930Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T10:34:34.806Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T10:34:37.001Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T10:34:39.198Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T10:34:39.198Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T10:34:41.391Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T10:34:42.940Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T10:34:53.315Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T10:34:53.315Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T10:34:53.315Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T10:34:54.291Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T10:34:57.214Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T10:34:58.762Z] === RUN TestDockerSuite/TestPortList [2021-02-18T10:34:59.225Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T10:35:02.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T10:35:07.707Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T10:35:07.707Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T10:35:16.316Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T10:35:16.316Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T10:35:24.925Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T10:35:37.363Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T10:35:37.363Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T10:35:37.363Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T10:35:50.877Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T10:35:52.427Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T10:35:59.545Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T10:36:03.304Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T10:36:03.304Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T10:36:03.304Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T10:36:08.022Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T10:36:08.022Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T10:36:08.022Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T10:36:08.022Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T10:36:08.022Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T10:36:15.134Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T10:36:15.134Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T10:36:16.684Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T10:36:16.684Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T10:36:17.660Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T10:36:18.636Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T10:36:18.636Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T10:36:22.396Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T10:36:26.154Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T10:36:28.349Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T10:36:49.513Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T10:36:49.513Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T10:36:54.231Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T10:36:54.695Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T10:36:54.695Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T10:36:55.157Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T10:36:58.916Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T10:37:07.525Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T10:37:07.525Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T10:37:11.283Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T10:37:11.283Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T10:37:11.746Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T10:37:26.717Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T10:37:27.180Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T10:37:28.156Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T10:37:33.982Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T10:37:38.698Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T10:37:45.807Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T10:37:49.567Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T10:37:49.567Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T10:37:51.763Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T10:38:06.624Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T10:38:08.817Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T10:38:13.541Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T10:38:14.004Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T10:38:16.199Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T10:38:16.199Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T10:38:16.199Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T10:38:19.959Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T10:38:22.153Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T10:38:24.347Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T10:38:26.541Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T10:38:28.736Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T10:38:28.736Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T10:38:33.454Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T10:38:35.003Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T10:38:35.003Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T10:38:37.196Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T10:38:37.196Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T10:38:37.196Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T10:38:39.389Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T10:38:39.390Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T10:38:41.586Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T10:38:43.780Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T10:38:50.889Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T10:38:50.889Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T10:38:50.889Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T10:38:50.889Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T10:38:52.438Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T10:38:52.438Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T10:38:52.438Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T10:38:52.438Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T10:38:52.438Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T10:38:53.987Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T10:38:58.704Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T10:39:00.905Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T10:39:00.905Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T10:39:00.905Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T10:39:00.905Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T10:39:03.097Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T10:39:05.294Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T10:39:05.294Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T10:39:06.843Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T10:39:06.843Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T10:39:06.843Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T10:39:06.843Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T10:39:09.035Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T10:39:11.226Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T10:39:12.773Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T10:39:14.971Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T10:39:18.733Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T10:39:25.848Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T10:39:25.848Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T10:39:26.824Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T10:39:39.262Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T10:39:39.262Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T10:39:39.262Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T10:39:39.262Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T10:39:42.186Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T10:39:45.945Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T10:39:46.410Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T10:39:47.386Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T10:39:49.579Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T10:39:51.773Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T10:39:52.751Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T10:39:54.302Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T10:39:54.766Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T10:39:56.960Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T10:40:09.392Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T10:40:09.392Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T10:40:11.587Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T10:40:17.412Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T10:40:18.967Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T10:40:21.160Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T10:40:22.709Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T10:40:25.637Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T10:40:25.637Z] === RUN TestDockerSuite/TestRunState [2021-02-18T10:40:25.637Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T10:40:27.186Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T10:40:27.186Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T10:40:29.381Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T10:40:34.105Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T10:40:36.300Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T10:40:36.300Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T10:40:38.495Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T10:40:38.495Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T10:40:38.495Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T10:40:40.695Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T10:40:53.130Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T10:40:56.056Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T10:41:01.881Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T10:41:01.881Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T10:41:01.881Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T10:41:03.430Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T10:41:05.625Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T10:41:07.819Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T10:41:11.581Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T10:41:13.132Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T10:41:15.328Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T10:41:19.086Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T10:41:19.087Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T10:41:21.282Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T10:41:21.745Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T10:41:22.209Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T10:41:22.673Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T10:41:24.223Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T10:41:30.051Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T10:41:30.051Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T10:41:38.662Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T10:41:38.662Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T10:41:41.595Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T10:41:41.595Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T10:41:41.595Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T10:41:41.595Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T10:41:41.595Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T10:41:47.420Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T10:41:48.981Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T10:41:51.177Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T10:41:51.177Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T10:41:53.373Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T10:42:08.245Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T10:42:08.707Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T10:42:08.707Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T10:42:08.707Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T10:42:09.171Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T10:42:09.171Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T10:42:09.634Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T10:42:11.835Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T10:42:11.835Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T10:42:14.761Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T10:42:15.224Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T10:42:15.224Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T10:42:15.224Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T10:42:15.688Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T10:42:28.131Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T10:42:28.131Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T10:42:28.131Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T10:42:28.131Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T10:42:28.131Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T10:42:35.249Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T10:42:35.249Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T10:42:35.249Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T10:42:43.860Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T10:42:43.860Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite (2264.26s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T10:42:44.838Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.02s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.83s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (1.70s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.06s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T10:42:44.838Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T10:42:44.838Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.09s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T10:42:44.838Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T10:42:44.838Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.93s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.99s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.94s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-02-18T10:42:44.838Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.07s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (94.73s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2021-02-18T10:42:44.838Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.79s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.56s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.15s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.78s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.31s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.28s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.98s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (8.91s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.83s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.98s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.37s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.99s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.26s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.47s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.89s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.05s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.93s) [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.15s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (8.93s) [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T10:42:44.838Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.14s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.20s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.94s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.88s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.07s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T10:42:44.839Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.21s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.79s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.74s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.82s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.01s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.89s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.35s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.02s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.01s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.85s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.37s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (33.18s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.41s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.60s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.08s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.51s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.56s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignore (70.42s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.68s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (61.23s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.41s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.63s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.12s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.37s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.27s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.20s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.43s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.98s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (106.28s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.01s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.85s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.94s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.99s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.81s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.14s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.40s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFails (6.94s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.84s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.65s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.79s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.00s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.77s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.64s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.33s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildHistory (9.86s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.82s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.82s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.51s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabel (0.82s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.53s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.77s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.48s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabels (0.82s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.28s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.67s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.55s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (9.01s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.67s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.49s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.19s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.72s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.19s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.54s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.76s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.43s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.54s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.46s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.85s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (6.94s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.89s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.11s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.42s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.26s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.22s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.12s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.09s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.12s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.92s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.89s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.35s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (34.79s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildRm (10.79s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.81s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-02-18T10:42:44.839Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.12s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.98s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (7.90s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.20s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.15s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.01s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildStderr (3.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.82s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.60s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.99s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.87s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.23s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.53s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.44s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.48s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.31s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.45s) [2021-02-18T10:42:44.839Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.67s) [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.839Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T10:42:44.839Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.26s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T10:42:44.840Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.38s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.87s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.01s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-02-18T10:42:44.840Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-18T10:42:44.840Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T10:42:44.840Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.04s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.87s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.69s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T10:42:44.840Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T10:42:44.840Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T10:42:44.840Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.76s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitChange (4.08s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.76s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.67s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitTTY (5.89s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.75s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.61s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.83s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.94s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICreate (6.77s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.21s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.29s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.90s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.96s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.04s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.01s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.98s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.75s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.28s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.03s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.31s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.51s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.57s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.21s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.89s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.16s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.69s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.70s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.39s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.38s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.34s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.32s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.35s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a0a700_} (2.32s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1956872134_c:\foo_false____} (2.28s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1956872134_c:\foo_true____} (2.36s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.14s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.00s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.08s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToCaseA (8.61s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.10s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.57s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.03s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToDot (2.38s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCpToStdout (2.27s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.90s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.07s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.76s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.57s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateLabels (0.13s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateRM (0.26s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T10:42:44.840Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.27s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.98s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.91s) [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:44.840Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.02s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T10:42:44.840Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T10:42:44.840Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T10:42:44.840Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T10:42:44.840Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T10:42:44.840Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T10:42:44.841Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T10:42:44.841Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-18T10:42:44.841Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:44.841Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.06s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (6.93s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.17s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.13s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsCopy (4.19s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.56s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.93s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.68s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.37s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.39s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.92s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFilters (4.35s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFormat (4.12s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsRename (2.32s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsResize (2.42s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.28s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.51s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.29s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.74s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.82s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.84s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.90s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.95s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.77s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.89s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.10s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecInspectID (4.61s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.25s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T10:42:44.841Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.03s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.40s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.79s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.90s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.92s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.01s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T10:42:44.841Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.94s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.58s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.84s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.20s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.53s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T10:42:44.841Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T10:42:44.841Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.03s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.00s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T10:42:44.841Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T10:42:44.841Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.12s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.12s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectDefault (1.97s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectHistory (3.78s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.00s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.96s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.13s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.01s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.88s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.93s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectStatus (2.40s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.92s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.98s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.95s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.92s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.05s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.17s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.04s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T10:42:44.841Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.80s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.85s) [2021-02-18T10:42:44.841Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.41s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.37s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T10:42:44.842Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.04s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.75s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.52s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.59s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.40s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.29s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.08s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.03s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsSince (8.79s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsTail (2.52s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.26s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.96s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.02s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T10:42:44.842Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.99s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsByOrder (8.20s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.29s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.34s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.23s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.11s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.11s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.58s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.08s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.26s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.20s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T10:42:44.842Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.71s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.84s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.15s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.83s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.28s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.19s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.14s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.58s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.80s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.46s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.73s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.00s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.62s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.95s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.63s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.66s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.82s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.20s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.75s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.24s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.09s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.97s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.88s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.04s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.44s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.23s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.01s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.99s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.11s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.90s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.61s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.76s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.06s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.11s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (6.80s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.07s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.52s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.68s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.05s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T10:42:44.842Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.09s) [2021-02-18T10:42:44.842Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.02s) [2021-02-18T10:42:44.842Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.98s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunExitCode (2.01s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.08s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.95s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.00s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.50s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.24s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.54s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (11.14s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.26s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.67s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.26s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.99s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.94s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.77s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.31s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.10s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunRm (2.16s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.28s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.10s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.03s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.98s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.43s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.02s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.84s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.53s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.05s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.96s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.70s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.08s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.06s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.28s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.14s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.09s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.04s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.65s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.55s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.98s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.00s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:44.843Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.22s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s) [2021-02-18T10:42:44.843Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.01s) [2021-02-18T10:42:44.843Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.51s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.89s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.20s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-18T10:42:44.844Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.05s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.18s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.01s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-18T10:42:44.844Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.37s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.70s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.91s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.40s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.05s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T10:42:44.844Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.38s) [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T10:42:44.844Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T10:42:44.844Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T10:42:44.844Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:44.844Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T10:42:45.309Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T10:42:45.309Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T10:42:45.309Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T10:42:45.309Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T10:42:45.309Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] === RUN TestDockerDaemonSuite [2021-02-18T10:42:45.309Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T10:42:45.309Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T10:42:45.309Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T10:42:45.309Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] === RUN TestDockerSwarmSuite [2021-02-18T10:42:45.309Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-18T10:42:45.309Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-18T10:42:45.309Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.309Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T10:42:45.309Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-18T10:42:45.310Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] === RUN TestDockerNetworkSuite [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-18T10:42:45.310Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] === RUN TestDockerHubPullSuite [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-18T10:42:45.310Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] PASS [2021-02-18T10:42:45.310Z] ok github.com/docker/docker/integration-cli 2264.812s [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === Skipped [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T10:42:45.310Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.06s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.06s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T10:42:45.310Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T10:42:45.310Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T10:42:45.310Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T10:42:45.310Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-02-18T10:42:45.310Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2021-02-18T10:42:45.310Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T10:42:45.310Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T10:42:45.310Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T10:42:45.310Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.310Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-02-18T10:42:45.311Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T10:42:45.311Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T10:42:45.311Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-02-18T10:42:45.311Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T10:42:45.311Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T10:42:45.311Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T10:42:45.311Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.311Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:45.312Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-02-18T10:42:45.312Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T10:42:45.312Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T10:42:45.312Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T10:42:45.312Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.312Z] [2021-02-18T10:42:45.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T10:42:45.313Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T10:42:45.313Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T10:42:45.313Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T10:42:45.313Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T10:42:45.313Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T10:42:45.313Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-18T10:42:45.313Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T10:42:45.313Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T10:42:45.313Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T10:42:45.313Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T10:42:45.313Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.313Z] [2021-02-18T10:42:45.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T10:42:45.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T10:42:45.314Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T10:42:45.314Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T10:42:45.314Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.314Z] [2021-02-18T10:42:45.315Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T10:42:45.315Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T10:42:45.315Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.315Z] [2021-02-18T10:42:45.315Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T10:42:45.315Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T10:42:45.315Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.315Z] [2021-02-18T10:42:45.315Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T10:42:45.315Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T10:42:45.315Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.315Z] [2021-02-18T10:42:45.315Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T10:42:45.315Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T10:42:45.315Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.315Z] [2021-02-18T10:42:45.315Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-18T10:42:45.315Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.779Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T10:42:45.779Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T10:42:45.779Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.779Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T10:42:45.780Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.780Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T10:42:45.780Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T10:42:45.780Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.780Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.781Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T10:42:45.781Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T10:42:45.781Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.781Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T10:42:45.782Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-18T10:42:45.782Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] DONE 1093 tests, 547 skipped in 2272.345s [2021-02-18T10:42:45.782Z] INFO: Integration tests ended at 02/18/2021 10:42:45. Duration:00:37:52.6255944 [2021-02-18T10:42:45.782Z] INFO: Docker info of the daemon under test at end of run [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] Containers: 2 [2021-02-18T10:42:45.782Z] Running: 0 [2021-02-18T10:42:45.782Z] Paused: 0 [2021-02-18T10:42:45.782Z] Stopped: 2 [2021-02-18T10:42:45.782Z] Images: 18 [2021-02-18T10:42:45.782Z] Server Version: 0.0.0-dev [2021-02-18T10:42:45.782Z] Storage Driver: windowsfilter [2021-02-18T10:42:45.782Z] Windows: [2021-02-18T10:42:45.782Z] Logging Driver: json-file [2021-02-18T10:42:45.782Z] Plugins: [2021-02-18T10:42:45.782Z] Volume: local [2021-02-18T10:42:45.782Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T10:42:45.782Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T10:42:45.782Z] Swarm: inactive [2021-02-18T10:42:45.782Z] Default Isolation: process [2021-02-18T10:42:45.782Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T10:42:45.782Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T10:42:45.782Z] OSType: windows [2021-02-18T10:42:45.782Z] Architecture: x86_64 [2021-02-18T10:42:45.782Z] CPUs: 4 [2021-02-18T10:42:45.782Z] Total Memory: 32GiB [2021-02-18T10:42:45.782Z] Name: azwin-2-6af1d0 [2021-02-18T10:42:45.782Z] ID: FUFI:MKYJ:CIBM:UUPW:TX3M:SYUR:URBL:N4GA:Q54Z:B7PC:SLDZ:TMFG [2021-02-18T10:42:45.782Z] Docker Root Dir: D:\CI\PR-41976\4\daemon [2021-02-18T10:42:45.782Z] Debug Mode (client): false [2021-02-18T10:42:45.782Z] Debug Mode (server): true [2021-02-18T10:42:45.782Z] File Descriptors: -1 [2021-02-18T10:42:45.782Z] Goroutines: 17 [2021-02-18T10:42:45.782Z] System Time: 2021-02-18T10:42:45.555887Z [2021-02-18T10:42:45.782Z] EventsListeners: 0 [2021-02-18T10:42:45.782Z] Registry: https://index.docker.io/v1/ [2021-02-18T10:42:45.782Z] Labels: [2021-02-18T10:42:45.782Z] Experimental: false [2021-02-18T10:42:45.782Z] Insecure Registries: [2021-02-18T10:42:45.782Z] 127.0.0.0/8 [2021-02-18T10:42:45.782Z] Live Restore Enabled: false [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] [2021-02-18T10:42:45.782Z] INFO: Stopping daemon under test [2021-02-18T10:42:45.782Z] SUCCESS: The process with PID 7556 (child process of PID 8264) has been terminated. [2021-02-18T10:42:45.782Z] SUCCESS: The process with PID 8264 (child process of PID 5136) has been terminated. [2021-02-18T10:42:45.782Z] INFO: Stop tailing logs of the daemon under tests [2021-02-18T10:42:45.782Z] INFO: executeCI.ps1 Completed successfully at 02/18/2021 10:42:45. [2021-02-18T10:42:45.782Z] INFO: Tidying up at end of run [2021-02-18T10:42:46.247Z] INFO: Saving daemon under test log (d:\CI\PR-41976\4\dut.out) to bundles\CIDUT.out [2021-02-18T10:42:46.247Z] INFO: Saving daemon under test log (d:\CI\PR-41976\4\dut.err) to bundles\CIDUT.err [2021-02-18T10:42:46.247Z] INFO: Nuke-Everything... [2021-02-18T10:42:46.247Z] INFO: Container count on control daemon to delete is 2 [2021-02-18T10:42:46.711Z] 35c610785041 [2021-02-18T10:42:46.711Z] c3406a2e8e04 [2021-02-18T10:42:46.711Z] INFO: Non-base image count on control daemon to delete is 1 [2021-02-18T10:42:48.262Z] Deleted: sha256:32de1f66bbe84577d2fb0dd790841e52295667f79bd80e3b54a1746931b6a49d [2021-02-18T10:42:48.262Z] Deleted: sha256:f300ed34f3e065fc20fdb9207223cd375ee812d1af220458674bbdad6e628006 [2021-02-18T10:42:48.262Z] INFO: Tidying pidfile d:\CI\PR-41976\4\docker.pid [2021-02-18T10:42:48.726Z] INFO: Nuking d:\CI [2021-02-18T10:43:13.939Z] INFO: Zapped successfully [2021-02-18T10:43:13.939Z] [2021-02-18T10:43:13.939Z] INFO: executeCI.ps1 exiting at Thu Feb 18 10:43:11 CUT 2021. Duration 00:53:09.0641249 [2021-02-18T10:43:13.939Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-18T10:43:14.186Z] Recording test results [2021-02-18T10:43:14.704Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-18T10:43:16.277Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-18T10:43:18.047Z] Archiving artifacts [2021-02-18T10:43:19.139Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41976/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T10:43:20.077Z] + make clean [2021-02-18T10:43:21.053Z] docker volume rm -f docker-dev-cache [2021-02-18T10:43:21.053Z] 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