Pull request #42764 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 82c978ad9567772f349f604c6630d531b9348736+4811bd980a581f896c0e708948c66d10ed7d7b09 (e78e39df91faa563b722143b67d0cc7db9f43bf4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42764@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-08-23T14:29:26.626Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-08-23T14:29:26.629Z] Trying to pass milestone 2 [Pipeline] milestone [2021-08-23T14:29:26.726Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-08-23T14:29:26.907Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02f959a4a97bdf4c5) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] { [Pipeline] checkout [2021-08-23T14:29:26.943Z] The recommended git tool is: git [2021-08-23T14:29:26.965Z] using credential docker-jenkins-github-credentials [2021-08-23T14:29:26.972Z] Cloning the remote Git repository [2021-08-23T14:29:26.972Z] Cloning with configured refspecs honoured and without tags [2021-08-23T14:29:26.973Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:29:26.973Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:29:26.990Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:26.990Z] > git --version # timeout=10 [2021-08-23T14:29:26.995Z] > git --version # 'git version 2.17.1' [2021-08-23T14:29:26.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:26.996Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:42.328Z] Fetching without tags [2021-08-23T14:29:42.594Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:29:42.302Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:29:42.305Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:29:42.309Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:42.320Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:29:42.329Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:42.329Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:42.329Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:42.593Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:29:42.602Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:29:43.108Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:29:43.108Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:29:43.236Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:29:43.258Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-08-23T14:29:43.922Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-08-23T14:29:43.922Z] Unable to find image 'alpine:latest' locally [2021-08-23T14:29:43.922Z] latest: Pulling from library/alpine [2021-08-23T14:29:44.180Z] 29291e31a76a: Pulling fs layer [2021-08-23T14:29:44.180Z] 29291e31a76a: Download complete [2021-08-23T14:29:44.439Z] 29291e31a76a: Pull complete [2021-08-23T14:29:44.439Z] Digest: sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae [2021-08-23T14:29:44.439Z] Status: Downloaded newer image for alpine:latest [2021-08-23T14:29:43.062Z] > git remote # timeout=10 [2021-08-23T14:29:43.069Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:29:43.074Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:43.075Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:29:43.094Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:29:43.108Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:29:43.126Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:29:43.244Z] > git rev-list --no-walk 713b838d7b556215147998a062bcda2df6697242 # timeout=10 [2021-08-23T14:29:46.968Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2021-08-23T14:29:47.227Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-021bb135478949279) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] stage [Pipeline] { (Print info) [2021-08-23T14:29:47.228Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-016aebf4b044fabc9) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [2021-08-23T14:29:47.236Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-08fac61b6aa8eac29) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-08-23T14:29:47.240Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0dad6c76058ce466e) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-08-23T14:29:47.288Z] The recommended git tool is: git [2021-08-23T14:29:47.295Z] using credential docker-jenkins-github-credentials [Pipeline] { [2021-08-23T14:29:47.302Z] Cloning the remote Git repository [2021-08-23T14:29:47.302Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [2021-08-23T14:29:47.334Z] The recommended git tool is: git [2021-08-23T14:29:47.344Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-08-23T14:29:47.351Z] Cloning the remote Git repository [2021-08-23T14:29:47.351Z] Cloning with configured refspecs honoured and without tags [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] { (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-08-23T14:29:47.412Z] The recommended git tool is: git [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-08-23T14:29:47.421Z] The recommended git tool is: git [2021-08-23T14:29:47.422Z] using credential docker-jenkins-github-credentials [2021-08-23T14:29:47.429Z] Cloning the remote Git repository [2021-08-23T14:29:47.429Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2021-08-23T14:29:47.445Z] using credential docker-jenkins-github-credentials [2021-08-23T14:29:47.452Z] Cloning the remote Git repository [2021-08-23T14:29:47.452Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-08-23T14:29:47.312Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:29:47.313Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:29:47.319Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:47.319Z] > git --version # timeout=10 [2021-08-23T14:29:47.321Z] > git --version # 'git version 2.17.1' [2021-08-23T14:29:47.321Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:47.322Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:47.356Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:29:47.356Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:29:47.372Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:47.372Z] > git --version # timeout=10 [2021-08-23T14:29:47.377Z] > git --version # 'git version 2.17.1' [2021-08-23T14:29:47.377Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:47.378Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:47.439Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:29:47.439Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:29:47.452Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:47.452Z] > git --version # timeout=10 [2021-08-23T14:29:47.459Z] > git --version # 'git version 2.17.1' [2021-08-23T14:29:47.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:47.460Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:47.509Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:29:47.509Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:29:47.527Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:47.527Z] > git --version # timeout=10 [2021-08-23T14:29:47.531Z] > git --version # 'git version 2.25.1' [2021-08-23T14:29:47.532Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:47.533Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:56.867Z] Fetching without tags [2021-08-23T14:29:57.155Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:29:57.631Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:29:57.631Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:29:58.168Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:29:56.864Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:29:56.866Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:29:56.868Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:56.872Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:29:56.877Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:29:56.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:56.878Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:29:57.165Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:29:57.167Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:29:57.624Z] > git remote # timeout=10 [2021-08-23T14:29:57.626Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:29:57.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:29:57.629Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:29:57.635Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:29:57.640Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:29:57.642Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:29:58.861Z] + docker version [2021-08-23T14:29:58.861Z] Client: Docker Engine - Community [2021-08-23T14:29:58.861Z] Version: 20.10.6 [2021-08-23T14:29:58.861Z] API version: 1.41 [2021-08-23T14:29:58.861Z] Go version: go1.13.15 [2021-08-23T14:29:58.861Z] Git commit: 370c289 [2021-08-23T14:29:58.861Z] Built: Fri Apr 9 22:46:01 2021 [2021-08-23T14:29:58.861Z] OS/Arch: linux/amd64 [2021-08-23T14:29:58.861Z] Context: default [2021-08-23T14:29:58.861Z] Experimental: true [2021-08-23T14:29:58.861Z] [2021-08-23T14:29:58.861Z] Server: Docker Engine - Community [2021-08-23T14:29:58.861Z] Engine: [2021-08-23T14:29:58.861Z] Version: 20.10.6 [2021-08-23T14:29:58.861Z] API version: 1.41 (minimum version 1.12) [2021-08-23T14:29:58.861Z] Go version: go1.13.15 [2021-08-23T14:29:58.861Z] Git commit: 8728dd2 [2021-08-23T14:29:58.861Z] Built: Fri Apr 9 22:44:13 2021 [2021-08-23T14:29:58.861Z] OS/Arch: linux/amd64 [2021-08-23T14:29:58.861Z] Experimental: true [2021-08-23T14:29:58.861Z] containerd: [2021-08-23T14:29:58.861Z] Version: 1.4.6 [2021-08-23T14:29:58.861Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:29:58.861Z] runc: [2021-08-23T14:29:58.861Z] Version: 1.0.0-rc95 [2021-08-23T14:29:58.861Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:29:58.861Z] docker-init: [2021-08-23T14:29:58.861Z] Version: 0.19.0 [2021-08-23T14:29:58.861Z] GitCommit: de40ad0 [Pipeline] sh [2021-08-23T14:29:59.138Z] + docker info [2021-08-23T14:29:59.395Z] Client: [2021-08-23T14:29:59.395Z] Context: default [2021-08-23T14:29:59.395Z] Debug Mode: false [2021-08-23T14:29:59.395Z] Plugins: [2021-08-23T14:29:59.395Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-08-23T14:29:59.395Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-08-23T14:29:59.395Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-08-23T14:29:59.395Z] [2021-08-23T14:29:59.395Z] Server: [2021-08-23T14:29:59.395Z] Containers: 0 [2021-08-23T14:29:59.395Z] Running: 0 [2021-08-23T14:29:59.395Z] Paused: 0 [2021-08-23T14:29:59.395Z] Stopped: 0 [2021-08-23T14:29:59.395Z] Images: 2 [2021-08-23T14:29:59.395Z] Server Version: 20.10.6 [2021-08-23T14:29:59.395Z] Storage Driver: overlay2 [2021-08-23T14:29:59.395Z] Backing Filesystem: extfs [2021-08-23T14:29:59.395Z] Supports d_type: true [2021-08-23T14:29:59.395Z] Native Overlay Diff: true [2021-08-23T14:29:59.395Z] userxattr: false [2021-08-23T14:29:59.395Z] Logging Driver: json-file [2021-08-23T14:29:59.395Z] Cgroup Driver: cgroupfs [2021-08-23T14:29:59.395Z] Cgroup Version: 1 [2021-08-23T14:29:59.395Z] Plugins: [2021-08-23T14:29:59.395Z] Volume: local [2021-08-23T14:29:59.395Z] Network: bridge host ipvlan macvlan null overlay [2021-08-23T14:29:59.395Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-08-23T14:29:59.395Z] Swarm: inactive [2021-08-23T14:29:59.395Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-08-23T14:29:59.395Z] Default Runtime: runc [2021-08-23T14:29:59.395Z] Init Binary: docker-init [2021-08-23T14:29:59.395Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:29:59.395Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:29:59.395Z] init version: de40ad0 [2021-08-23T14:29:59.395Z] Security Options: [2021-08-23T14:29:59.395Z] apparmor [2021-08-23T14:29:59.395Z] seccomp [2021-08-23T14:29:59.395Z] Profile: default [2021-08-23T14:29:59.395Z] Kernel Version: 5.4.0-1048-aws [2021-08-23T14:29:59.395Z] Operating System: Ubuntu 18.04.5 LTS [2021-08-23T14:29:59.395Z] OSType: linux [2021-08-23T14:29:59.395Z] Architecture: x86_64 [2021-08-23T14:29:59.395Z] CPUs: 8 [2021-08-23T14:29:59.395Z] Total Memory: 30.91GiB [2021-08-23T14:29:59.395Z] Name: ip-10-100-99-9 [2021-08-23T14:29:59.395Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-08-23T14:29:59.395Z] Docker Root Dir: /var/lib/docker [2021-08-23T14:29:59.395Z] Debug Mode: false [2021-08-23T14:29:59.395Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:29:59.395Z] Labels: [2021-08-23T14:29:59.395Z] Experimental: true [2021-08-23T14:29:59.395Z] Insecure Registries: [2021-08-23T14:29:59.395Z] 127.0.0.0/8 [2021-08-23T14:29:59.395Z] Live Restore Enabled: true [2021-08-23T14:29:59.395Z] [2021-08-23T14:29:59.395Z] WARNING: No swap limit support [Pipeline] sh [2021-08-23T14:29:59.673Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:29:59.673Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:29:59.673Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42764/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-08-23T14:29:59.673Z] + bash /home/ubuntu/workspace/moby_PR-42764/check-config.sh [2021-08-23T14:29:59.673Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-08-23T14:29:59.673Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-08-23T14:29:59.673Z] [2021-08-23T14:29:59.673Z] Generally Necessary: [2021-08-23T14:29:59.673Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-08-23T14:29:59.673Z] - apparmor: enabled and tools installed [2021-08-23T14:29:59.673Z] - CONFIG_NAMESPACES: enabled [2021-08-23T14:29:59.673Z] - CONFIG_NET_NS: enabled [2021-08-23T14:29:59.673Z] - CONFIG_PID_NS: enabled [2021-08-23T14:29:59.673Z] - CONFIG_IPC_NS: enabled [2021-08-23T14:29:59.673Z] - CONFIG_UTS_NS: enabled [2021-08-23T14:29:59.673Z] - CONFIG_CGROUPS: enabled [2021-08-23T14:29:59.673Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-08-23T14:29:59.673Z] - CONFIG_CGROUP_DEVICE: enabled [2021-08-23T14:29:59.673Z] - CONFIG_CGROUP_FREEZER: enabled [2021-08-23T14:29:59.674Z] - CONFIG_CGROUP_SCHED: enabled [2021-08-23T14:29:59.674Z] - CONFIG_CPUSETS: enabled [2021-08-23T14:29:59.674Z] - CONFIG_MEMCG: enabled [2021-08-23T14:29:59.674Z] - CONFIG_KEYS: enabled [2021-08-23T14:29:59.674Z] - CONFIG_VETH: enabled (as module) [2021-08-23T14:29:59.674Z] - CONFIG_BRIDGE: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_NF_NAT: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_POSIX_MQUEUE: enabled [2021-08-23T14:29:59.931Z] [2021-08-23T14:29:59.931Z] Optional Features: [2021-08-23T14:29:59.931Z] - CONFIG_USER_NS: enabled [2021-08-23T14:29:59.931Z] - CONFIG_SECCOMP: enabled [2021-08-23T14:29:59.931Z] - CONFIG_SECCOMP_FILTER: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CGROUP_PIDS: enabled [2021-08-23T14:29:59.931Z] - CONFIG_MEMCG_SWAP: enabled [2021-08-23T14:29:59.931Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-08-23T14:29:59.931Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-08-23T14:29:59.931Z] - CONFIG_BLK_CGROUP: enabled [2021-08-23T14:29:59.931Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CGROUP_PERF: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-08-23T14:29:59.931Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-08-23T14:29:59.931Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-08-23T14:29:59.931Z] - CONFIG_RT_GROUP_SCHED: missing [2021-08-23T14:29:59.931Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_IP_VS: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_IP_VS_NFCT: enabled [2021-08-23T14:29:59.931Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-08-23T14:29:59.931Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-08-23T14:29:59.931Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_SECURITY_SELINUX: enabled [2021-08-23T14:29:59.931Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-08-23T14:29:59.931Z] - CONFIG_EXT4_FS: enabled [2021-08-23T14:29:59.931Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-08-23T14:29:59.931Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-08-23T14:29:59.931Z] - Network Drivers: [2021-08-23T14:29:59.931Z] - "overlay": [2021-08-23T14:29:59.931Z] - CONFIG_VXLAN: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-08-23T14:29:59.931Z] Optional (for encrypted networks): [2021-08-23T14:29:59.931Z] - CONFIG_CRYPTO: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CRYPTO_AEAD: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CRYPTO_GCM: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-08-23T14:29:59.931Z] - CONFIG_CRYPTO_GHASH: enabled [2021-08-23T14:29:59.931Z] - CONFIG_XFRM: enabled [2021-08-23T14:29:59.931Z] - CONFIG_XFRM_USER: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-08-23T14:29:59.931Z] - CONFIG_INET_ESP: enabled (as module) [2021-08-23T14:29:59.931Z] - "ipvlan": [2021-08-23T14:30:00.189Z] - CONFIG_IPVLAN: enabled (as module) [2021-08-23T14:30:00.189Z] - "macvlan": [2021-08-23T14:30:00.189Z] - CONFIG_MACVLAN: enabled (as module) [2021-08-23T14:30:00.189Z] - CONFIG_DUMMY: enabled (as module) [2021-08-23T14:30:00.189Z] - "ftp,tftp client in container": [2021-08-23T14:30:00.189Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-08-23T14:30:00.189Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-08-23T14:30:00.189Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-08-23T14:30:00.189Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-08-23T14:30:00.189Z] - Storage Drivers: [2021-08-23T14:30:00.189Z] - "aufs": [2021-08-23T14:30:00.189Z] - CONFIG_AUFS_FS: enabled (as module) [2021-08-23T14:30:00.189Z] - "btrfs": [2021-08-23T14:30:00.189Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-08-23T14:30:00.189Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-08-23T14:30:00.189Z] - "devicemapper": [2021-08-23T14:30:00.189Z] - CONFIG_BLK_DEV_DM: enabled [2021-08-23T14:30:00.189Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-08-23T14:30:00.189Z] - "overlay": [2021-08-23T14:30:00.189Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-08-23T14:30:00.189Z] - "zfs": [2021-08-23T14:30:00.189Z] - /dev/zfs: present [2021-08-23T14:30:00.189Z] - zfs command: missing [2021-08-23T14:30:00.189Z] - zpool command: missing [2021-08-23T14:30:00.189Z] [2021-08-23T14:30:00.189Z] Limits: [2021-08-23T14:30:00.189Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-08-23T14:30:00.189Z] [2021-08-23T14:30:00.189Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-08-23T14:30:00.513Z] + sudo modprobe ip_vs [2021-08-23T14:30:00.513Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:82c978ad9567772f349f604c6630d531b9348736 . [2021-08-23T14:30:00.513Z] #1 [internal] load build definition from Dockerfile [2021-08-23T14:30:00.513Z] #1 sha256:bfa5c7158700680726e0d83deb97e899aeec4d6944bf67ad97f1f8a8234dbdd9 [2021-08-23T14:30:00.513Z] #1 transferring dockerfile: 16.33kB done [2021-08-23T14:30:00.513Z] #1 DONE 0.0s [2021-08-23T14:30:00.513Z] [2021-08-23T14:30:00.513Z] #2 [internal] load .dockerignore [2021-08-23T14:30:00.513Z] #2 sha256:f78b57f248fbe1d1837f16579098758a1410c4aa1d9ff1b1f6b996289dc5379e [2021-08-23T14:30:00.513Z] #2 transferring context: 87B done [2021-08-23T14:30:00.513Z] #2 DONE 0.0s [2021-08-23T14:30:00.513Z] [2021-08-23T14:30:00.513Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-08-23T14:30:00.513Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-08-23T14:30:00.771Z] #3 DONE 0.1s [2021-08-23T14:30:00.771Z] [2021-08-23T14:30:00.771Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-08-23T14:30:00.771Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-08-23T14:30:00.771Z] #4 CACHED [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #5 [internal] load .dockerignore [2021-08-23T14:30:01.028Z] #5 sha256:557a8da08e7458ba2f4580da2d4706c65677e89c455b4d95332795c9c9fc1f9c [2021-08-23T14:30:01.028Z] #5 DONE 0.0s [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #6 [internal] load build definition from Dockerfile [2021-08-23T14:30:01.028Z] #6 sha256:72e87e4848e928df9edd8f0bb8fcd2b31d3c57a16c08114f9f6425a8ff4ec698 [2021-08-23T14:30:01.028Z] #6 DONE 0.0s [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2021-08-23T14:30:01.028Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-08-23T14:30:01.028Z] #10 DONE 0.1s [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:01.028Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:30:01.028Z] #9 DONE 0.1s [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #7 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye [2021-08-23T14:30:01.028Z] #7 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3 [2021-08-23T14:30:01.028Z] #7 DONE 0.1s [2021-08-23T14:30:01.028Z] [2021-08-23T14:30:01.028Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:01.028Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-08-23T14:30:01.028Z] #8 DONE 0.1s [2021-08-23T14:30:01.289Z] [2021-08-23T14:30:01.289Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:01.289Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:30:01.289Z] #66 DONE 0.0s [2021-08-23T14:30:01.289Z] [2021-08-23T14:30:01.289Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:01.289Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:30:01.289Z] #64 DONE 0.0s [2021-08-23T14:30:01.289Z] [2021-08-23T14:30:01.289Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:30:01.289Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:30:01.289Z] #11 DONE 0.0s [2021-08-23T14:30:01.289Z] [2021-08-23T14:30:01.289Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-08-23T14:30:01.289Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-08-23T14:30:01.289Z] #27 DONE 0.0s [2021-08-23T14:30:01.289Z] [2021-08-23T14:30:01.289Z] #24 [internal] load build context [2021-08-23T14:30:01.289Z] #24 sha256:fff218545e14209568717295c51a904375197113206c82f8f42bda992a950efd [2021-08-23T14:30:01.857Z] #24 ... [2021-08-23T14:30:01.857Z] [2021-08-23T14:30:01.857Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-08-23T14:30:01.857Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-08-23T14:30:01.857Z] #43 DONE 0.5s [2021-08-23T14:30:01.857Z] [2021-08-23T14:30:01.857Z] #24 [internal] load build context [2021-08-23T14:30:01.857Z] #24 sha256:fff218545e14209568717295c51a904375197113206c82f8f42bda992a950efd [2021-08-23T14:30:01.857Z] #24 transferring context: 55.82MB 0.7s done [2021-08-23T14:30:01.857Z] #24 DONE 0.8s [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-08-23T14:30:02.117Z] #12 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9 [2021-08-23T14:30:02.117Z] #12 CACHED [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-08-23T14:30:02.117Z] #13 sha256:7b41dda53bc54d4e997f845b624ebc8d0092ebb9592d77c4c5ba463895979d38 [2021-08-23T14:30:02.117Z] #13 CACHED [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #37 [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-08-23T14:30:02.117Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:30:02.117Z] #37 CACHED [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:02.117Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:02.117Z] #14 CACHED [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #57 [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-08-23T14:30:02.117Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:30:02.117Z] #57 CACHED [2021-08-23T14:30:02.117Z] [2021-08-23T14:30:02.117Z] #49 [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-08-23T14:30:02.117Z] #49 sha256:26e9f67a7966a77404eea1215c4f9c83f59747a6b506f0e4109b09874573e2e9 [2021-08-23T14:30:02.209Z] Fetching without tags [2021-08-23T14:30:02.212Z] Still waiting to schedule task [2021-08-23T14:30:02.212Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-08-23T14:30:02.219Z] Still waiting to schedule task [2021-08-23T14:30:02.220Z] Waiting for next available executor on ‘windows-2019’ [2021-08-23T14:30:02.220Z] Still waiting to schedule task [2021-08-23T14:30:02.221Z] Waiting for next available executor on ‘windows-2022’ [2021-08-23T14:30:02.221Z] Still waiting to schedule task [2021-08-23T14:30:02.222Z] Waiting for next available executor on ‘windows-2022’ [2021-08-23T14:30:02.251Z] Fetching without tags [2021-08-23T14:30:03.093Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:03.112Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:02.162Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:02.171Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:30:02.175Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:02.195Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:02.215Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:30:02.215Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:02.216Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:03.117Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:03.122Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:02.212Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:02.221Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:30:02.233Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:02.242Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:02.260Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:30:02.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:02.261Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:03.102Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:03.108Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:03.635Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:03.635Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:30:03.636Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:03.636Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:30:03.974Z] Fetching without tags [2021-08-23T14:30:04.018Z] #49 1.522 + RM_GOPATH=0 [2021-08-23T14:30:04.018Z] #49 1.522 + TMP_GOPATH= [2021-08-23T14:30:04.018Z] #49 1.522 + : /build [2021-08-23T14:30:04.018Z] #49 1.522 + '[' -z '' ']' [2021-08-23T14:30:04.018Z] #49 1.522 ++ mktemp -d [2021-08-23T14:30:04.018Z] #49 1.523 + export GOPATH=/tmp/tmp.kTSrgahZDl [2021-08-23T14:30:04.018Z] #49 1.523 + GOPATH=/tmp/tmp.kTSrgahZDl [2021-08-23T14:30:04.018Z] #49 1.523 + RM_GOPATH=1 [2021-08-23T14:30:04.018Z] #49 1.523 + case "$(go env GOARCH)" in [2021-08-23T14:30:04.018Z] #49 1.525 ++ go env GOARCH [2021-08-23T14:30:04.018Z] #49 1.534 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.018Z] #49 1.534 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.018Z] #49 1.535 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:04.018Z] #49 1.536 + dir=/tmp/install [2021-08-23T14:30:04.018Z] #49 1.536 + bin=gotestsum [2021-08-23T14:30:04.018Z] #49 1.536 + shift [2021-08-23T14:30:04.018Z] #49 1.536 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-08-23T14:30:04.018Z] #49 1.536 + . /tmp/install/gotestsum.installer [2021-08-23T14:30:04.018Z] #49 1.536 ++ : v0.5.3 [2021-08-23T14:30:04.018Z] #49 1.536 + install_gotestsum [2021-08-23T14:30:04.018Z] #49 1.536 + set -e [2021-08-23T14:30:04.018Z] #49 1.536 + export GO111MODULE=on [2021-08-23T14:30:04.018Z] #49 1.536 + GO111MODULE=on [2021-08-23T14:30:04.018Z] #49 1.537 + GOBIN=/build [2021-08-23T14:30:04.018Z] #49 1.537 + go get gotest.tools/gotestsum@v0.5.3 [2021-08-23T14:30:04.018Z] #49 1.889 go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:30:04.178Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:30:04.184Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:30:04.277Z] #49 ... [2021-08-23T14:30:04.277Z] [2021-08-23T14:30:04.277Z] #25 [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-08-23T14:30:04.277Z] #25 sha256:2da8ae7a3e57d60c8e1767de79ddb19d19671526a0739f95c4c70e9801b13172 [2021-08-23T14:30:04.277Z] #25 0.692 + RM_GOPATH=0 [2021-08-23T14:30:04.277Z] #25 0.692 + TMP_GOPATH= [2021-08-23T14:30:04.277Z] #25 0.692 + : /build [2021-08-23T14:30:04.277Z] #25 0.692 + '[' -z '' ']' [2021-08-23T14:30:04.277Z] #25 0.692 ++ mktemp -d [2021-08-23T14:30:04.277Z] #25 0.694 + export GOPATH=/tmp/tmp.LIAzd1NuWH [2021-08-23T14:30:04.277Z] #25 0.694 + GOPATH=/tmp/tmp.LIAzd1NuWH [2021-08-23T14:30:04.277Z] #25 0.694 + RM_GOPATH=1 [2021-08-23T14:30:04.277Z] #25 0.694 + case "$(go env GOARCH)" in [2021-08-23T14:30:04.277Z] #25 0.694 ++ go env GOARCH [2021-08-23T14:30:04.277Z] #25 0.701 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.277Z] #25 0.701 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.277Z] #25 0.701 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:04.277Z] #25 0.702 + dir=/tmp/install [2021-08-23T14:30:04.277Z] #25 0.702 + bin=dockercli [2021-08-23T14:30:04.277Z] #25 0.702 + shift [2021-08-23T14:30:04.277Z] #25 0.702 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-08-23T14:30:04.277Z] #25 0.702 Install docker/cli version 17.06.2-ce from stable [2021-08-23T14:30:04.277Z] #25 0.702 + . /tmp/install/dockercli.installer [2021-08-23T14:30:04.277Z] #25 0.702 ++ : stable [2021-08-23T14:30:04.277Z] #25 0.702 ++ : 17.06.2-ce [2021-08-23T14:30:04.277Z] #25 0.702 + install_dockercli [2021-08-23T14:30:04.277Z] #25 0.702 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-08-23T14:30:04.277Z] #25 0.705 ++ uname -m [2021-08-23T14:30:04.277Z] #25 0.705 + arch=x86_64 [2021-08-23T14:30:04.277Z] #25 0.705 + '[' x86_64 '!=' x86_64 ']' [2021-08-23T14:30:04.277Z] #25 0.705 + url=https://download.docker.com/linux/static [2021-08-23T14:30:04.277Z] #25 0.707 + tar -xz docker/docker [2021-08-23T14:30:04.277Z] #25 0.707 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-08-23T14:30:04.277Z] #25 1.827 + mkdir -p /build [2021-08-23T14:30:04.277Z] #25 1.828 + mv docker/docker /build/ [2021-08-23T14:30:04.277Z] #25 1.830 + rmdir docker [2021-08-23T14:30:04.277Z] #25 DONE 2.1s [2021-08-23T14:30:04.277Z] [2021-08-23T14:30:04.277Z] #35 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:30:04.277Z] #35 sha256:ddec0d3c928edbd33d135aa2d92c53001a736339e1557b3d1ea97296dbc8e583 [2021-08-23T14:30:04.277Z] #35 1.304 Install go-toml version v1.8.1 [2021-08-23T14:30:04.277Z] #35 DONE 2.2s [2021-08-23T14:30:04.277Z] [2021-08-23T14:30:04.277Z] #55 [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-08-23T14:30:04.277Z] #55 sha256:7fb14e2ce967a2e7a42dd91cfdcbc39cd446b64c582309d564a6bd0d4820060e [2021-08-23T14:30:04.277Z] #55 1.241 + RM_GOPATH=0 [2021-08-23T14:30:04.277Z] #55 1.241 + TMP_GOPATH= [2021-08-23T14:30:04.277Z] #55 1.241 + : /build [2021-08-23T14:30:04.277Z] #55 1.241 + '[' -z '' ']' [2021-08-23T14:30:04.277Z] #55 1.243 ++ mktemp -d [2021-08-23T14:30:04.277Z] #55 1.243 + export GOPATH=/tmp/tmp.qO5qL979ib [2021-08-23T14:30:04.277Z] #55 1.243 + GOPATH=/tmp/tmp.qO5qL979ib [2021-08-23T14:30:04.277Z] #55 1.243 + RM_GOPATH=1 [2021-08-23T14:30:04.277Z] #55 1.243 + case "$(go env GOARCH)" in [2021-08-23T14:30:04.277Z] #55 1.244 ++ go env GOARCH [2021-08-23T14:30:04.277Z] #55 1.248 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.277Z] #55 1.248 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:04.277Z] #55 1.248 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:04.277Z] #55 1.249 + dir=/tmp/install [2021-08-23T14:30:04.277Z] #55 1.249 + bin=runc [2021-08-23T14:30:04.277Z] #55 1.249 + shift [2021-08-23T14:30:04.277Z] #55 1.249 + '[' '!' -f /tmp/install/runc.installer ']' [2021-08-23T14:30:04.277Z] #55 1.250 + . /tmp/install/runc.installer [2021-08-23T14:30:04.277Z] #55 1.250 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:30:04.277Z] #55 1.250 + install_runc [2021-08-23T14:30:04.277Z] #55 1.250 + uname -r [2021-08-23T14:30:04.277Z] #55 1.250 + grep -q '^3\.10\.0.*\.el7\.' [2021-08-23T14:30:04.277Z] #55 1.251 + RUNC_BUILDTAGS='seccomp ' [2021-08-23T14:30:04.277Z] #55 1.251 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-08-23T14:30:04.277Z] #55 1.252 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qO5qL979ib/src/github.com/opencontainers/runc [2021-08-23T14:30:04.277Z] #55 1.252 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-08-23T14:30:04.277Z] #55 1.253 Cloning into '/tmp/tmp.qO5qL979ib/src/github.com/opencontainers/runc'... [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:30:04.847Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:04.927Z] + [ PR != PR ] [2021-08-23T14:30:04.927Z] + [ master != master ] [2021-08-23T14:30:04.927Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:30:05.000Z] + docker version [2021-08-23T14:30:05.000Z] Client: Docker Engine - Community [2021-08-23T14:30:05.000Z] Version: 20.10.6 [2021-08-23T14:30:05.000Z] API version: 1.41 [2021-08-23T14:30:05.000Z] Go version: go1.13.15 [2021-08-23T14:30:05.000Z] Git commit: 370c289 [2021-08-23T14:30:05.000Z] Built: Fri Apr 9 22:46:01 2021 [2021-08-23T14:30:05.000Z] OS/Arch: linux/amd64 [2021-08-23T14:30:05.000Z] Context: default [2021-08-23T14:30:05.000Z] Experimental: true [2021-08-23T14:30:05.000Z] [2021-08-23T14:30:05.000Z] Server: Docker Engine - Community [2021-08-23T14:30:05.000Z] Engine: [2021-08-23T14:30:05.000Z] Version: 20.10.6 [2021-08-23T14:30:05.000Z] API version: 1.41 (minimum version 1.12) [2021-08-23T14:30:05.000Z] Go version: go1.13.15 [2021-08-23T14:30:05.000Z] Git commit: 8728dd2 [2021-08-23T14:30:05.000Z] Built: Fri Apr 9 22:44:13 2021 [2021-08-23T14:30:05.000Z] OS/Arch: linux/amd64 [2021-08-23T14:30:05.000Z] Experimental: true [2021-08-23T14:30:05.000Z] containerd: [2021-08-23T14:30:05.000Z] Version: 1.4.6 [2021-08-23T14:30:05.000Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:05.000Z] runc: [2021-08-23T14:30:05.000Z] Version: 1.0.0-rc95 [2021-08-23T14:30:05.000Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:05.000Z] docker-init: [2021-08-23T14:30:05.000Z] Version: 0.19.0 [2021-08-23T14:30:05.000Z] GitCommit: de40ad0 [Pipeline] sh [2021-08-23T14:30:03.580Z] > git remote # timeout=10 [2021-08-23T14:30:03.595Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:30:03.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:03.608Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:30:03.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:30:03.641Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:03.647Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:03.593Z] > git remote # timeout=10 [2021-08-23T14:30:03.607Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:30:03.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:03.617Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:30:03.636Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:30:03.644Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:03.649Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:03.997Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:04.003Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:30:04.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:04.016Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:30:04.027Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:30:04.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:04.030Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:30:04.898Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:04.902Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:05.254Z] + docker version [2021-08-23T14:30:05.254Z] Client: Docker Engine - Community [2021-08-23T14:30:05.254Z] Version: 20.10.6 [2021-08-23T14:30:05.254Z] API version: 1.41 [2021-08-23T14:30:05.254Z] Go version: go1.13.15 [2021-08-23T14:30:05.254Z] Git commit: 370c289 [2021-08-23T14:30:05.254Z] Built: Fri Apr 9 22:46:01 2021 [2021-08-23T14:30:05.254Z] OS/Arch: linux/amd64 [2021-08-23T14:30:05.254Z] Context: default [2021-08-23T14:30:05.254Z] Experimental: true [2021-08-23T14:30:05.254Z] [2021-08-23T14:30:05.254Z] Server: Docker Engine - Community [2021-08-23T14:30:05.254Z] Engine: [2021-08-23T14:30:05.254Z] Version: 20.10.6 [2021-08-23T14:30:05.254Z] API version: 1.41 (minimum version 1.12) [2021-08-23T14:30:05.254Z] Go version: go1.13.15 [2021-08-23T14:30:05.254Z] Git commit: 8728dd2 [2021-08-23T14:30:05.254Z] Built: Fri Apr 9 22:44:13 2021 [2021-08-23T14:30:05.254Z] OS/Arch: linux/amd64 [2021-08-23T14:30:05.254Z] Experimental: true [2021-08-23T14:30:05.254Z] containerd: [2021-08-23T14:30:05.254Z] Version: 1.4.6 [2021-08-23T14:30:05.254Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:05.254Z] runc: [2021-08-23T14:30:05.254Z] Version: 1.0.0-rc95 [2021-08-23T14:30:05.254Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:05.254Z] docker-init: [2021-08-23T14:30:05.254Z] Version: 0.19.0 [2021-08-23T14:30:05.254Z] GitCommit: de40ad0 [Pipeline] sh [2021-08-23T14:30:05.288Z] + docker info [2021-08-23T14:30:05.539Z] + docker info [2021-08-23T14:30:05.547Z] Client: [2021-08-23T14:30:05.547Z] Context: default [2021-08-23T14:30:05.547Z] Debug Mode: false [2021-08-23T14:30:05.547Z] Plugins: [2021-08-23T14:30:05.547Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-08-23T14:30:05.547Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-08-23T14:30:05.547Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-08-23T14:30:05.547Z] [2021-08-23T14:30:05.547Z] Server: [2021-08-23T14:30:05.547Z] Containers: 0 [2021-08-23T14:30:05.547Z] Running: 0 [2021-08-23T14:30:05.547Z] Paused: 0 [2021-08-23T14:30:05.547Z] Stopped: 0 [2021-08-23T14:30:05.547Z] Images: 2 [2021-08-23T14:30:05.547Z] Server Version: 20.10.6 [2021-08-23T14:30:05.547Z] Storage Driver: overlay2 [2021-08-23T14:30:05.547Z] Backing Filesystem: extfs [2021-08-23T14:30:05.547Z] Supports d_type: true [2021-08-23T14:30:05.547Z] Native Overlay Diff: true [2021-08-23T14:30:05.547Z] userxattr: false [2021-08-23T14:30:05.547Z] Logging Driver: json-file [2021-08-23T14:30:05.547Z] Cgroup Driver: cgroupfs [2021-08-23T14:30:05.547Z] Cgroup Version: 1 [2021-08-23T14:30:05.547Z] Plugins: [2021-08-23T14:30:05.547Z] Volume: local [2021-08-23T14:30:05.547Z] Network: bridge host ipvlan macvlan null overlay [2021-08-23T14:30:05.547Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-08-23T14:30:05.547Z] Swarm: inactive [2021-08-23T14:30:05.547Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-08-23T14:30:05.547Z] Default Runtime: runc [2021-08-23T14:30:05.547Z] Init Binary: docker-init [2021-08-23T14:30:05.547Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:05.547Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:05.547Z] init version: de40ad0 [2021-08-23T14:30:05.547Z] Security Options: [2021-08-23T14:30:05.547Z] apparmor [2021-08-23T14:30:05.547Z] seccomp [2021-08-23T14:30:05.547Z] Profile: default [2021-08-23T14:30:05.547Z] Kernel Version: 5.4.0-1048-aws [2021-08-23T14:30:05.547Z] Operating System: Ubuntu 18.04.5 LTS [2021-08-23T14:30:05.547Z] OSType: linux [2021-08-23T14:30:05.547Z] Architecture: x86_64 [2021-08-23T14:30:05.547Z] CPUs: 2 [2021-08-23T14:30:05.547Z] Total Memory: 15.35GiB [2021-08-23T14:30:05.547Z] Name: ip-10-100-42-33 [2021-08-23T14:30:05.547Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-08-23T14:30:05.547Z] Docker Root Dir: /var/lib/docker [2021-08-23T14:30:05.547Z] Debug Mode: false [2021-08-23T14:30:05.547Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:30:05.547Z] Labels: [2021-08-23T14:30:05.547Z] Experimental: true [2021-08-23T14:30:05.547Z] Insecure Registries: [2021-08-23T14:30:05.547Z] 127.0.0.0/8 [2021-08-23T14:30:05.547Z] Live Restore Enabled: true [2021-08-23T14:30:05.547Z] [2021-08-23T14:30:05.547Z] WARNING: No swap limit support [Pipeline] sh [2021-08-23T14:30:05.799Z] Client: [2021-08-23T14:30:05.799Z] Context: default [2021-08-23T14:30:05.799Z] Debug Mode: false [2021-08-23T14:30:05.799Z] Plugins: [2021-08-23T14:30:05.799Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-08-23T14:30:05.799Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-08-23T14:30:05.799Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-08-23T14:30:05.799Z] [2021-08-23T14:30:05.799Z] Server: [2021-08-23T14:30:05.799Z] Containers: 0 [2021-08-23T14:30:05.799Z] Running: 0 [2021-08-23T14:30:05.799Z] Paused: 0 [2021-08-23T14:30:05.799Z] Stopped: 0 [2021-08-23T14:30:05.799Z] Images: 3 [2021-08-23T14:30:05.799Z] Server Version: 20.10.6 [2021-08-23T14:30:05.799Z] Storage Driver: overlay2 [2021-08-23T14:30:05.799Z] Backing Filesystem: extfs [2021-08-23T14:30:05.799Z] Supports d_type: true [2021-08-23T14:30:05.799Z] Native Overlay Diff: true [2021-08-23T14:30:05.799Z] userxattr: false [2021-08-23T14:30:05.799Z] Logging Driver: json-file [2021-08-23T14:30:05.799Z] Cgroup Driver: cgroupfs [2021-08-23T14:30:05.799Z] Cgroup Version: 1 [2021-08-23T14:30:05.799Z] Plugins: [2021-08-23T14:30:05.799Z] Volume: local [2021-08-23T14:30:05.799Z] Network: bridge host ipvlan macvlan null overlay [2021-08-23T14:30:05.799Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-08-23T14:30:05.799Z] Swarm: inactive [2021-08-23T14:30:05.799Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-08-23T14:30:05.799Z] Default Runtime: runc [2021-08-23T14:30:05.799Z] Init Binary: docker-init [2021-08-23T14:30:05.799Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:05.799Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:05.799Z] init version: de40ad0 [2021-08-23T14:30:05.799Z] Security Options: [2021-08-23T14:30:05.799Z] apparmor [2021-08-23T14:30:05.799Z] seccomp [2021-08-23T14:30:05.799Z] Profile: default [2021-08-23T14:30:05.799Z] Kernel Version: 5.4.0-1048-aws [2021-08-23T14:30:05.799Z] Operating System: Ubuntu 18.04.5 LTS [2021-08-23T14:30:05.799Z] OSType: linux [2021-08-23T14:30:05.799Z] Architecture: x86_64 [2021-08-23T14:30:05.799Z] CPUs: 2 [2021-08-23T14:30:05.799Z] Total Memory: 15.35GiB [2021-08-23T14:30:05.799Z] Name: ip-10-100-51-55 [2021-08-23T14:30:05.799Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-08-23T14:30:05.799Z] Docker Root Dir: /var/lib/docker [2021-08-23T14:30:05.799Z] Debug Mode: false [2021-08-23T14:30:05.799Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:30:05.799Z] Labels: [2021-08-23T14:30:05.799Z] Experimental: true [2021-08-23T14:30:05.799Z] Insecure Registries: [2021-08-23T14:30:05.799Z] 127.0.0.0/8 [2021-08-23T14:30:05.799Z] Live Restore Enabled: true [2021-08-23T14:30:05.799Z] [2021-08-23T14:30:05.799Z] WARNING: No swap limit support [Pipeline] sh [2021-08-23T14:30:05.835Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:05.835Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:05.835Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42764/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-08-23T14:30:05.856Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:30:05.856Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:30:06.085Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:06.085Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:06.085Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42764/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-08-23T14:30:06.085Z] + bash /home/ubuntu/workspace/moby_PR-42764/check-config.sh [2021-08-23T14:30:06.085Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-08-23T14:30:06.085Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-08-23T14:30:06.085Z] [2021-08-23T14:30:06.085Z] Generally Necessary: [2021-08-23T14:30:06.085Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-08-23T14:30:06.085Z] - apparmor: enabled and tools installed [2021-08-23T14:30:06.085Z] - CONFIG_NAMESPACES: enabled [2021-08-23T14:30:06.085Z] - CONFIG_NET_NS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_PID_NS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_IPC_NS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_UTS_NS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUPS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUP_DEVICE: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUP_FREEZER: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUP_SCHED: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CPUSETS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_MEMCG: enabled [2021-08-23T14:30:06.085Z] - CONFIG_KEYS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_VETH: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_BRIDGE: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_NF_NAT: enabled (as module) [2021-08-23T14:30:06.085Z] - CONFIG_POSIX_MQUEUE: enabled [2021-08-23T14:30:06.085Z] [2021-08-23T14:30:06.085Z] Optional Features: [2021-08-23T14:30:06.085Z] - CONFIG_USER_NS: enabled [2021-08-23T14:30:06.085Z] - CONFIG_SECCOMP: enabled [2021-08-23T14:30:06.085Z] - CONFIG_SECCOMP_FILTER: enabled [2021-08-23T14:30:06.085Z] - CONFIG_CGROUP_PIDS: enabled [2021-08-23T14:30:06.096Z] + bash /home/ubuntu/workspace/moby_PR-42764/check-config.sh [2021-08-23T14:30:06.096Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-08-23T14:30:06.096Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-08-23T14:30:06.096Z] [2021-08-23T14:30:06.096Z] Generally Necessary: [2021-08-23T14:30:06.096Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-08-23T14:30:06.096Z] - apparmor: enabled and tools installed [2021-08-23T14:30:06.096Z] - CONFIG_NAMESPACES: enabled [2021-08-23T14:30:06.096Z] - CONFIG_NET_NS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_PID_NS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_IPC_NS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_UTS_NS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUPS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUP_DEVICE: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUP_FREEZER: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUP_SCHED: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CPUSETS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_MEMCG: enabled [2021-08-23T14:30:06.096Z] - CONFIG_KEYS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_VETH: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_BRIDGE: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_NF_NAT: enabled (as module) [2021-08-23T14:30:06.096Z] - CONFIG_POSIX_MQUEUE: enabled [2021-08-23T14:30:06.096Z] [2021-08-23T14:30:06.096Z] Optional Features: [2021-08-23T14:30:06.096Z] - CONFIG_USER_NS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_SECCOMP: enabled [2021-08-23T14:30:06.096Z] - CONFIG_SECCOMP_FILTER: enabled [2021-08-23T14:30:06.096Z] - CONFIG_CGROUP_PIDS: enabled [2021-08-23T14:30:06.096Z] - CONFIG_MEMCG_SWAP: enabled [2021-08-23T14:30:06.096Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-08-23T14:30:06.349Z] - CONFIG_MEMCG_SWAP: enabled [2021-08-23T14:30:06.349Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-08-23T14:30:06.349Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-08-23T14:30:06.349Z] - CONFIG_BLK_CGROUP: enabled [2021-08-23T14:30:06.349Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CGROUP_PERF: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-08-23T14:30:06.349Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-08-23T14:30:06.349Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-08-23T14:30:06.349Z] - CONFIG_RT_GROUP_SCHED: missing [2021-08-23T14:30:06.349Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_IP_VS: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_IP_VS_NFCT: enabled [2021-08-23T14:30:06.349Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-08-23T14:30:06.349Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-08-23T14:30:06.349Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_SECURITY_SELINUX: enabled [2021-08-23T14:30:06.349Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-08-23T14:30:06.349Z] - CONFIG_EXT4_FS: enabled [2021-08-23T14:30:06.349Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-08-23T14:30:06.349Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-08-23T14:30:06.349Z] - Network Drivers: [2021-08-23T14:30:06.349Z] - "overlay": [2021-08-23T14:30:06.349Z] - CONFIG_VXLAN: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-08-23T14:30:06.349Z] Optional (for encrypted networks): [2021-08-23T14:30:06.349Z] - CONFIG_CRYPTO: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CRYPTO_AEAD: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CRYPTO_GCM: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-08-23T14:30:06.349Z] - CONFIG_CRYPTO_GHASH: enabled [2021-08-23T14:30:06.349Z] - CONFIG_XFRM: enabled [2021-08-23T14:30:06.349Z] - CONFIG_XFRM_USER: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_INET_ESP: enabled (as module) [2021-08-23T14:30:06.349Z] - "ipvlan": [2021-08-23T14:30:06.349Z] - CONFIG_IPVLAN: enabled (as module) [2021-08-23T14:30:06.349Z] - "macvlan": [2021-08-23T14:30:06.349Z] - CONFIG_MACVLAN: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_DUMMY: enabled (as module) [2021-08-23T14:30:06.349Z] - "ftp,tftp client in container": [2021-08-23T14:30:06.349Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-08-23T14:30:06.349Z] - Storage Drivers: [2021-08-23T14:30:06.349Z] - "aufs": [2021-08-23T14:30:06.349Z] - CONFIG_AUFS_FS: enabled (as module) [2021-08-23T14:30:06.349Z] - "btrfs": [2021-08-23T14:30:06.349Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-08-23T14:30:06.349Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-08-23T14:30:06.356Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-08-23T14:30:06.356Z] - CONFIG_BLK_CGROUP: enabled [2021-08-23T14:30:06.356Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CGROUP_PERF: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-08-23T14:30:06.356Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-08-23T14:30:06.356Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-08-23T14:30:06.356Z] - CONFIG_RT_GROUP_SCHED: missing [2021-08-23T14:30:06.356Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_IP_VS: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_IP_VS_NFCT: enabled [2021-08-23T14:30:06.356Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-08-23T14:30:06.356Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-08-23T14:30:06.356Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_SECURITY_SELINUX: enabled [2021-08-23T14:30:06.356Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-08-23T14:30:06.356Z] - CONFIG_EXT4_FS: enabled [2021-08-23T14:30:06.356Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-08-23T14:30:06.356Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-08-23T14:30:06.356Z] - Network Drivers: [2021-08-23T14:30:06.356Z] - "overlay": [2021-08-23T14:30:06.356Z] - CONFIG_VXLAN: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-08-23T14:30:06.356Z] Optional (for encrypted networks): [2021-08-23T14:30:06.356Z] - CONFIG_CRYPTO: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CRYPTO_AEAD: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CRYPTO_GCM: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-08-23T14:30:06.356Z] - CONFIG_CRYPTO_GHASH: enabled [2021-08-23T14:30:06.356Z] - CONFIG_XFRM: enabled [2021-08-23T14:30:06.356Z] - CONFIG_XFRM_USER: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_INET_ESP: enabled (as module) [2021-08-23T14:30:06.356Z] - "ipvlan": [2021-08-23T14:30:06.356Z] - CONFIG_IPVLAN: enabled (as module) [2021-08-23T14:30:06.356Z] - "macvlan": [2021-08-23T14:30:06.356Z] - CONFIG_MACVLAN: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_DUMMY: enabled (as module) [2021-08-23T14:30:06.356Z] - "ftp,tftp client in container": [2021-08-23T14:30:06.356Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-08-23T14:30:06.356Z] - Storage Drivers: [2021-08-23T14:30:06.356Z] - "aufs": [2021-08-23T14:30:06.356Z] - CONFIG_AUFS_FS: enabled (as module) [2021-08-23T14:30:06.356Z] - "btrfs": [2021-08-23T14:30:06.356Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-08-23T14:30:06.356Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-08-23T14:30:06.356Z] - "devicemapper": [2021-08-23T14:30:06.356Z] - CONFIG_BLK_DEV_DM: enabled [2021-08-23T14:30:06.356Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-08-23T14:30:06.356Z] - "overlay": [2021-08-23T14:30:06.356Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-08-23T14:30:06.356Z] - "zfs": [2021-08-23T14:30:06.356Z] - /dev/zfs: present [2021-08-23T14:30:06.356Z] - zfs command: missing [2021-08-23T14:30:06.356Z] - zpool command: missing [2021-08-23T14:30:06.356Z] [2021-08-23T14:30:06.356Z] Limits: [2021-08-23T14:30:06.609Z] - "devicemapper": [2021-08-23T14:30:06.609Z] - CONFIG_BLK_DEV_DM: enabled [2021-08-23T14:30:06.609Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-08-23T14:30:06.609Z] - "overlay": [2021-08-23T14:30:06.609Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-08-23T14:30:06.609Z] - "zfs": [2021-08-23T14:30:06.609Z] - /dev/zfs: present [2021-08-23T14:30:06.609Z] - zfs command: missing [2021-08-23T14:30:06.609Z] - zpool command: missing [2021-08-23T14:30:06.609Z] [2021-08-23T14:30:06.609Z] Limits: [2021-08-23T14:30:06.609Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-08-23T14:30:06.609Z] [2021-08-23T14:30:06.609Z] + true [2021-08-23T14:30:06.616Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-08-23T14:30:06.616Z] [2021-08-23T14:30:06.616Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] sh [2021-08-23T14:30:06.826Z] #55 ... [2021-08-23T14:30:06.826Z] [2021-08-23T14:30:06.826Z] #38 [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-08-23T14:30:06.826Z] #38 sha256:3a1d82323266d8665f7818f0ec1cd4dad71df8990b1ab19b1e6490d5f917b1a6 [2021-08-23T14:30:06.826Z] #38 1.529 + RM_GOPATH=0 [2021-08-23T14:30:06.826Z] #38 1.529 + TMP_GOPATH= [2021-08-23T14:30:06.826Z] #38 1.529 + : /build [2021-08-23T14:30:06.826Z] #38 1.529 + '[' -z '' ']' [2021-08-23T14:30:06.826Z] #38 1.530 ++ mktemp -d [2021-08-23T14:30:06.826Z] #38 1.531 + export GOPATH=/tmp/tmp.ngqu7m1Wsu [2021-08-23T14:30:06.826Z] #38 1.531 + GOPATH=/tmp/tmp.ngqu7m1Wsu [2021-08-23T14:30:06.826Z] #38 1.531 + RM_GOPATH=1 [2021-08-23T14:30:06.826Z] #38 1.531 + case "$(go env GOARCH)" in [2021-08-23T14:30:06.826Z] #38 1.531 ++ go env GOARCH [2021-08-23T14:30:06.826Z] #38 1.536 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:06.826Z] #38 1.536 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:06.826Z] #38 1.536 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:06.826Z] #38 1.540 + dir=/tmp/install [2021-08-23T14:30:06.826Z] #38 1.540 + bin=tini [2021-08-23T14:30:06.826Z] #38 1.540 + shift [2021-08-23T14:30:06.826Z] #38 1.540 + '[' '!' -f /tmp/install/tini.installer ']' [2021-08-23T14:30:06.826Z] #38 1.540 + . /tmp/install/tini.installer [2021-08-23T14:30:06.826Z] #38 1.540 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:06.826Z] #38 1.540 + install_tini [2021-08-23T14:30:06.826Z] #38 1.540 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-08-23T14:30:06.826Z] #38 1.540 + git clone https://github.com/krallin/tini.git /tmp/tmp.ngqu7m1Wsu/tini [2021-08-23T14:30:06.826Z] #38 1.540 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:06.826Z] #38 1.541 Cloning into '/tmp/tmp.ngqu7m1Wsu/tini'... [2021-08-23T14:30:06.826Z] #38 2.970 + cd /tmp/tmp.ngqu7m1Wsu/tini [2021-08-23T14:30:06.826Z] #38 2.970 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:06.826Z] #38 2.978 + cmake . [2021-08-23T14:30:06.826Z] #38 3.093 -- The C compiler identification is GNU 10.2.1 [2021-08-23T14:30:06.826Z] #38 3.110 -- Detecting C compiler ABI info [2021-08-23T14:30:06.826Z] #38 3.255 -- Detecting C compiler ABI info - done [2021-08-23T14:30:06.826Z] #38 3.279 -- Check for working C compiler: /usr/bin/cc - skipped [2021-08-23T14:30:06.826Z] #38 3.280 -- Detecting C compile features [2021-08-23T14:30:06.826Z] #38 3.281 -- Detecting C compile features - done [2021-08-23T14:30:06.826Z] #38 3.294 -- Performing Test HAS_BUILTIN_FORTIFY [2021-08-23T14:30:06.826Z] #38 3.413 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-08-23T14:30:06.826Z] #38 3.436 -- Configuring done [2021-08-23T14:30:06.826Z] #38 3.445 -- Generating done [2021-08-23T14:30:06.826Z] #38 3.452 -- Build files have been written to: /tmp/tmp.ngqu7m1Wsu/tini [2021-08-23T14:30:06.826Z] #38 3.456 + make tini-static [2021-08-23T14:30:06.826Z] #38 3.538 Scanning dependencies of target tini-static [2021-08-23T14:30:06.826Z] #38 3.559 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-08-23T14:30:06.826Z] #38 3.878 [100%] Linking C executable tini-static [2021-08-23T14:30:06.826Z] #38 4.022 [100%] Built target tini-static [2021-08-23T14:30:06.826Z] #38 4.049 + mkdir -p /build [2021-08-23T14:30:06.826Z] #38 4.051 + cp tini-static /build/docker-init [2021-08-23T14:30:06.826Z] #38 DONE 4.4s [2021-08-23T14:30:06.826Z] [2021-08-23T14:30:06.826Z] #60 [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-08-23T14:30:06.826Z] #60 sha256:af6b267cdc7cfc845221f8b89fc10b54177addbce590b1561285682b2aab3214 [2021-08-23T14:30:06.826Z] #60 1.500 + RM_GOPATH=0 [2021-08-23T14:30:06.826Z] #60 1.500 + TMP_GOPATH= [2021-08-23T14:30:06.826Z] #60 1.500 + : /build [2021-08-23T14:30:06.826Z] #60 1.500 + '[' -z '' ']' [2021-08-23T14:30:06.826Z] #60 1.502 ++ mktemp -d [2021-08-23T14:30:06.826Z] #60 1.504 + export GOPATH=/tmp/tmp.d9igAlzBn9 [2021-08-23T14:30:06.826Z] #60 1.504 + GOPATH=/tmp/tmp.d9igAlzBn9 [2021-08-23T14:30:06.826Z] #60 1.504 + RM_GOPATH=1 [2021-08-23T14:30:06.826Z] #60 1.504 + case "$(go env GOARCH)" in [2021-08-23T14:30:06.826Z] #60 1.504 ++ go env GOARCH [2021-08-23T14:30:06.826Z] #60 1.511 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:06.826Z] #60 1.511 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:06.826Z] #60 1.511 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:06.826Z] #60 1.515 + dir=/tmp/install [2021-08-23T14:30:06.826Z] #60 1.515 + bin=rootlesskit [2021-08-23T14:30:06.826Z] #60 1.515 + shift [2021-08-23T14:30:06.826Z] #60 1.515 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-08-23T14:30:06.826Z] #60 1.515 + . /tmp/install/rootlesskit.installer [2021-08-23T14:30:06.826Z] #60 1.515 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:06.826Z] #60 1.515 + install_rootlesskit [2021-08-23T14:30:06.826Z] #60 1.515 + case "$1" in [2021-08-23T14:30:06.826Z] #60 1.515 + export CGO_ENABLED=0 [2021-08-23T14:30:06.826Z] #60 1.515 + CGO_ENABLED=0 [2021-08-23T14:30:06.826Z] #60 1.515 + _install_rootlesskit [2021-08-23T14:30:06.826Z] #60 1.515 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-08-23T14:30:06.826Z] #60 1.515 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:06.826Z] #60 1.515 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.d9igAlzBn9/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:06.826Z] #60 1.519 Cloning into '/tmp/tmp.d9igAlzBn9/src/github.com/rootless-containers/rootlesskit'... [2021-08-23T14:30:06.826Z] #60 3.476 + cd /tmp/tmp.d9igAlzBn9/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:06.826Z] #60 3.476 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:06.826Z] #60 3.495 + export GO111MODULE=on [2021-08-23T14:30:06.826Z] #60 3.495 + GO111MODULE=on [2021-08-23T14:30:06.826Z] #60 3.495 + export GOPROXY=https://proxy.golang.org [2021-08-23T14:30:06.826Z] #60 3.495 + GOPROXY=https://proxy.golang.org [2021-08-23T14:30:06.826Z] #60 3.495 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:06.826Z] #60 3.495 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-08-23T14:30:06.826Z] #60 3.776 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-08-23T14:30:06.826Z] #60 3.777 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-08-23T14:30:06.826Z] #60 3.794 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:06.826Z] #60 3.811 go: downloading github.com/google/uuid v1.3.0 [2021-08-23T14:30:06.826Z] #60 3.817 go: downloading github.com/moby/vpnkit v0.5.0 [2021-08-23T14:30:06.826Z] #60 3.817 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-08-23T14:30:06.826Z] #60 3.831 go: downloading github.com/gofrs/flock v0.8.1 [2021-08-23T14:30:06.826Z] #60 3.832 go: downloading github.com/gorilla/mux v1.8.0 [2021-08-23T14:30:06.826Z] #60 3.870 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-08-23T14:30:06.826Z] #60 3.878 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-08-23T14:30:06.826Z] #60 3.926 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-08-23T14:30:06.826Z] #60 4.322 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-08-23T14:30:06.826Z] #60 4.345 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-08-23T14:30:06.930Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:30:06.976Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:82c978ad9567772f349f604c6630d531b9348736 . [2021-08-23T14:30:06.976Z] #1 [internal] load build definition from Dockerfile [2021-08-23T14:30:06.976Z] #1 sha256:c9155cdf4dbfb6d1ac53978eac30b107601cb717193699115d757f9bf467eb70 [2021-08-23T14:30:06.976Z] #1 transferring dockerfile: 16.33kB done [2021-08-23T14:30:06.976Z] #1 DONE 0.0s [2021-08-23T14:30:06.976Z] [2021-08-23T14:30:06.976Z] #2 [internal] load .dockerignore [2021-08-23T14:30:06.976Z] #2 sha256:b5b6a77b97c591499efe705a075598fe5ae3399f2c0d31f2bef34a96d2c63fed [2021-08-23T14:30:06.976Z] #2 transferring context: 87B done [2021-08-23T14:30:06.976Z] #2 DONE 0.0s [2021-08-23T14:30:06.976Z] [2021-08-23T14:30:06.976Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-08-23T14:30:06.976Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-08-23T14:30:05.863Z] > git remote # timeout=10 [2021-08-23T14:30:05.869Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:30:05.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:30:05.884Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:30:05.896Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:30:05.907Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:30:05.911Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:30:06.997Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:82c978ad9567772f349f604c6630d531b9348736 . [2021-08-23T14:30:07.087Z] #60 4.882 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-08-23T14:30:07.087Z] #60 4.908 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-08-23T14:30:07.087Z] #60 ... [2021-08-23T14:30:07.087Z] [2021-08-23T14:30:07.087Z] #47 [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-08-23T14:30:07.087Z] #47 sha256:fb89d49d52e061e03be68175f7e6b33080f9307c0734b532a682720f4354d400 [2021-08-23T14:30:07.087Z] #47 1.392 + RM_GOPATH=0 [2021-08-23T14:30:07.087Z] #47 1.392 + TMP_GOPATH= [2021-08-23T14:30:07.087Z] #47 1.392 + : /build [2021-08-23T14:30:07.087Z] #47 1.392 + '[' -z '' ']' [2021-08-23T14:30:07.087Z] #47 1.392 ++ mktemp -d [2021-08-23T14:30:07.087Z] #47 1.393 + export GOPATH=/tmp/tmp.wrzwGgiPwq [2021-08-23T14:30:07.087Z] #47 1.393 + GOPATH=/tmp/tmp.wrzwGgiPwq [2021-08-23T14:30:07.087Z] #47 1.393 + RM_GOPATH=1 [2021-08-23T14:30:07.087Z] #47 1.393 + case "$(go env GOARCH)" in [2021-08-23T14:30:07.087Z] #47 1.393 ++ go env GOARCH [2021-08-23T14:30:07.087Z] #47 1.411 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:07.087Z] #47 1.411 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:07.087Z] #47 1.411 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:07.087Z] #47 1.411 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:07.087Z] #47 1.411 + dir=/tmp/install [2021-08-23T14:30:07.087Z] #47 1.411 + bin=vndr [2021-08-23T14:30:07.087Z] #47 1.411 + shift [2021-08-23T14:30:07.087Z] #47 1.411 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-08-23T14:30:07.087Z] #47 1.411 + . /tmp/install/vndr.installer [2021-08-23T14:30:07.087Z] #47 1.411 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:07.087Z] #47 1.411 + install_vndr [2021-08-23T14:30:07.087Z] #47 1.411 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-08-23T14:30:07.087Z] #47 1.411 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.wrzwGgiPwq/src/github.com/LK4D4/vndr [2021-08-23T14:30:07.087Z] #47 1.411 Cloning into '/tmp/tmp.wrzwGgiPwq/src/github.com/LK4D4/vndr'... [2021-08-23T14:30:07.087Z] #47 2.939 + cd /tmp/tmp.wrzwGgiPwq/src/github.com/LK4D4/vndr [2021-08-23T14:30:07.087Z] #47 2.939 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:07.087Z] #47 2.946 + go build -buildmode=pie -v -o /build/vndr . [2021-08-23T14:30:07.087Z] #47 3.176 github.com/LK4D4/vndr/godl/singleflight [2021-08-23T14:30:07.087Z] #47 3.181 github.com/LK4D4/vndr/versioned [2021-08-23T14:30:07.087Z] #47 3.190 github.com/LK4D4/vndr/build [2021-08-23T14:30:07.087Z] #47 3.228 github.com/LK4D4/vndr/godl [2021-08-23T14:30:07.087Z] #47 3.612 github.com/LK4D4/vndr [2021-08-23T14:30:07.087Z] #47 DONE 5.1s [2021-08-23T14:30:07.087Z] [2021-08-23T14:30:07.087Z] #53 [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-08-23T14:30:07.087Z] #53 sha256:53f9e4b9c0c2b6973a69d917f8dfdb0c9005cbddd7be925e7bd7270113c1194d [2021-08-23T14:30:07.087Z] #53 0.988 + RM_GOPATH=0 [2021-08-23T14:30:07.087Z] #53 0.988 + TMP_GOPATH= [2021-08-23T14:30:07.087Z] #53 0.988 + : /build [2021-08-23T14:30:07.087Z] #53 0.988 + '[' -z '' ']' [2021-08-23T14:30:07.087Z] #53 0.989 ++ mktemp -d [2021-08-23T14:30:07.087Z] #53 0.990 + export GOPATH=/tmp/tmp.9SSRSesTDq [2021-08-23T14:30:07.087Z] #53 0.990 + GOPATH=/tmp/tmp.9SSRSesTDq [2021-08-23T14:30:07.087Z] #53 0.990 + RM_GOPATH=1 [2021-08-23T14:30:07.087Z] #53 0.990 + case "$(go env GOARCH)" in [2021-08-23T14:30:07.087Z] #53 0.990 ++ go env GOARCH [2021-08-23T14:30:07.087Z] #53 0.996 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:07.087Z] #53 0.996 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:07.087Z] #53 1.001 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:07.087Z] #53 1.001 + dir=/tmp/install [2021-08-23T14:30:07.087Z] #53 1.001 + bin=shfmt [2021-08-23T14:30:07.087Z] #53 1.001 + shift [2021-08-23T14:30:07.087Z] #53 1.001 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-08-23T14:30:07.087Z] #53 1.001 + . /tmp/install/shfmt.installer [2021-08-23T14:30:07.087Z] #53 1.001 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:07.087Z] #53 1.001 + install_shfmt [2021-08-23T14:30:07.087Z] #53 1.001 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-08-23T14:30:07.087Z] #53 1.001 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9SSRSesTDq/src/github.com/mvdan/sh [2021-08-23T14:30:07.087Z] #53 1.001 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:07.087Z] #53 1.002 Cloning into '/tmp/tmp.9SSRSesTDq/src/github.com/mvdan/sh'... [2021-08-23T14:30:07.087Z] #53 3.188 + cd /tmp/tmp.9SSRSesTDq/src/github.com/mvdan/sh [2021-08-23T14:30:07.087Z] #53 3.189 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:07.087Z] #53 3.216 + GO111MODULE=on [2021-08-23T14:30:07.087Z] #53 3.216 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-08-23T14:30:07.087Z] #53 3.355 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-08-23T14:30:07.087Z] #53 3.360 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-08-23T14:30:07.087Z] #53 3.379 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-08-23T14:30:07.087Z] #53 3.719 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-08-23T14:30:07.087Z] #53 4.582 golang.org/x/sys/unix [2021-08-23T14:30:07.087Z] #53 4.587 mvdan.cc/sh/v3/fileutil [2021-08-23T14:30:07.087Z] #53 4.597 github.com/pkg/diff [2021-08-23T14:30:07.087Z] #53 4.597 mvdan.cc/editorconfig [2021-08-23T14:30:07.087Z] #53 4.601 mvdan.cc/sh/v3/syntax [2021-08-23T14:30:07.257Z] #1 [internal] load build definition from Dockerfile [2021-08-23T14:30:07.257Z] #1 sha256:3d2f599775978eec1b37503ba8af9f63e4601c98f4665ebcd0af360ace88eac0 [2021-08-23T14:30:07.257Z] #1 transferring dockerfile: 16.33kB done [2021-08-23T14:30:07.257Z] #1 DONE 0.0s [2021-08-23T14:30:07.257Z] [2021-08-23T14:30:07.257Z] #2 [internal] load .dockerignore [2021-08-23T14:30:07.257Z] #2 sha256:614ea887a95cfcb10e696ee12fb2f6fe8051e2bdd5701db23e956c2b2a9cab90 [2021-08-23T14:30:07.257Z] #2 transferring context: 87B done [2021-08-23T14:30:07.257Z] #2 DONE 0.0s [2021-08-23T14:30:07.257Z] [2021-08-23T14:30:07.257Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-08-23T14:30:07.257Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-08-23T14:30:07.257Z] #3 DONE 0.1s [2021-08-23T14:30:07.257Z] [2021-08-23T14:30:07.257Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-08-23T14:30:07.257Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-08-23T14:30:07.257Z] #4 CACHED [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:30:07.517Z] [2021-08-23T14:30:07.517Z] #6 [internal] load build definition from Dockerfile [2021-08-23T14:30:07.517Z] #6 sha256:4f8bb3c7418e3ceefbf1c14565d9c4422bfece7c4bab858dec274b19db042181 [2021-08-23T14:30:07.517Z] #6 DONE 0.0s [2021-08-23T14:30:07.517Z] [2021-08-23T14:30:07.517Z] #5 [internal] load .dockerignore [2021-08-23T14:30:07.517Z] #5 sha256:7b3e8ee447775196e515987d578ecb5b2d682518d499d6ed83ae8db5940d45a8 [2021-08-23T14:30:07.517Z] #5 DONE 0.0s [2021-08-23T14:30:07.517Z] [2021-08-23T14:30:07.517Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye [2021-08-23T14:30:07.517Z] #8 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3 [2021-08-23T14:30:07.517Z] #8 DONE 0.1s [2021-08-23T14:30:07.517Z] [2021-08-23T14:30:07.517Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:07.517Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:30:07.546Z] #3 DONE 0.4s [2021-08-23T14:30:07.546Z] [2021-08-23T14:30:07.546Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-08-23T14:30:07.546Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-08-23T14:30:07.546Z] #4 CACHED [2021-08-23T14:30:07.744Z] + docker version [2021-08-23T14:30:07.744Z] Client: Docker Engine - Community [2021-08-23T14:30:07.744Z] Version: 20.10.6 [2021-08-23T14:30:07.744Z] API version: 1.41 [2021-08-23T14:30:07.744Z] Go version: go1.13.15 [2021-08-23T14:30:07.744Z] Git commit: 370c289 [2021-08-23T14:30:07.744Z] Built: Fri Apr 9 22:45:59 2021 [2021-08-23T14:30:07.744Z] OS/Arch: linux/arm64 [2021-08-23T14:30:07.744Z] Context: default [2021-08-23T14:30:07.744Z] Experimental: true [2021-08-23T14:30:07.744Z] [2021-08-23T14:30:07.744Z] Server: Docker Engine - Community [2021-08-23T14:30:07.744Z] Engine: [2021-08-23T14:30:07.744Z] Version: 20.10.6 [2021-08-23T14:30:07.744Z] API version: 1.41 (minimum version 1.12) [2021-08-23T14:30:07.744Z] Go version: go1.13.15 [2021-08-23T14:30:07.744Z] Git commit: 8728dd2 [2021-08-23T14:30:07.744Z] Built: Fri Apr 9 22:44:09 2021 [2021-08-23T14:30:07.744Z] OS/Arch: linux/arm64 [2021-08-23T14:30:07.744Z] Experimental: true [2021-08-23T14:30:07.744Z] containerd: [2021-08-23T14:30:07.744Z] Version: 1.4.6 [2021-08-23T14:30:07.744Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:07.744Z] runc: [2021-08-23T14:30:07.744Z] Version: 1.0.0-rc95 [2021-08-23T14:30:07.744Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:07.744Z] docker-init: [2021-08-23T14:30:07.744Z] Version: 0.19.0 [2021-08-23T14:30:07.744Z] GitCommit: de40ad0 [Pipeline] sh [2021-08-23T14:30:07.779Z] #10 DONE 0.1s [2021-08-23T14:30:07.779Z] [2021-08-23T14:30:07.779Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:07.779Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-08-23T14:30:07.779Z] #9 DONE 0.1s [2021-08-23T14:30:07.779Z] [2021-08-23T14:30:07.779Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-08-23T14:30:07.779Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-08-23T14:30:07.779Z] #7 DONE 0.2s [2021-08-23T14:30:07.809Z] [2021-08-23T14:30:07.809Z] #5 [internal] load build definition from Dockerfile [2021-08-23T14:30:07.809Z] #5 sha256:5379547fe981762325b9fdb12a12bd942ed1221b29f943cff1579cf4ebcbcc9d [2021-08-23T14:30:07.809Z] #5 DONE 0.0s [2021-08-23T14:30:07.809Z] [2021-08-23T14:30:07.809Z] #6 [internal] load .dockerignore [2021-08-23T14:30:07.809Z] #6 sha256:48a62e38047ce255ca20f6c7599bfef1b5a9a99a7fc326983076f284a2521bcd [2021-08-23T14:30:07.809Z] #6 DONE 0.0s [2021-08-23T14:30:07.809Z] [2021-08-23T14:30:07.809Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye [2021-08-23T14:30:07.809Z] #8 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3 [2021-08-23T14:30:07.809Z] #8 DONE 0.1s [2021-08-23T14:30:07.809Z] [2021-08-23T14:30:07.809Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:07.809Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:30:08.026Z] #53 5.847 golang.org/x/crypto/ssh/terminal [2021-08-23T14:30:08.026Z] #53 ... [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-08-23T14:30:08.026Z] #31 sha256:5aa62938d80fd2d69e33715a572034ba8ed16b9890da8767e05f88ccef1d0d93 [2021-08-23T14:30:08.026Z] #31 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-08-23T14:30:08.026Z] #26 sha256:12e5e2ac642615d20c2d8761eebfd426e9d580a40ebe7408e45ddcfec7554c3e [2021-08-23T14:30:08.026Z] #26 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-08-23T14:30:08.026Z] #18 sha256:6077cd7838e4a28a0054ed956ed2685994dfc1355ebb4e3a9710dde423e8b085 [2021-08-23T14:30:08.026Z] #18 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-08-23T14:30:08.026Z] #32 sha256:5000a216875d5a9f4cda0b8c2c0e5aefed838175e9661a0f902db61417226b10 [2021-08-23T14:30:08.026Z] #32 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-08-23T14:30:08.026Z] #17 sha256:35184b97e4472185c9df52527f99f416766ffec824a50908a36c173fec43f5fa [2021-08-23T14:30:08.026Z] #17 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:30:08.026Z] #20 sha256:8f483ecc9149e54e0c90a4b103bc89792ff9e6fd9968181dbbdca78f5cf39a33 [2021-08-23T14:30:08.026Z] #20 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:30:08.026Z] #23 sha256:6364badd1da2353f4b862519c3678a8a307c893ad1c91dcc75e9e8dc3bb0cf55 [2021-08-23T14:30:08.026Z] #23 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:30:08.026Z] #30 sha256:c13f9fff02ec000dee93b9fc73b62e4f1b73d578023de68682b2c794018cee05 [2021-08-23T14:30:08.026Z] #30 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #42 sha256:507985cb12e94026cadcf318ff1beeea77b3be6fad25fc634030bf0ff4f09485 [2021-08-23T14:30:08.026Z] #42 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-08-23T14:30:08.026Z] #29 sha256:ce2a8dddc277391747a6b843596d08e150e2d2c1181ef97441ef0f434eca2fc1 [2021-08-23T14:30:08.026Z] #29 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #39 sha256:09a42c7ec592542882c6fd51a95631ed6ee393f1c8e83b7c3e8d244881434f69 [2021-08-23T14:30:08.026Z] #39 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #36 sha256:96c449544dd210ad963128413c4fabdaa1ab1d080b44ec63c62f36e6a71aafc5 [2021-08-23T14:30:08.026Z] #36 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-08-23T14:30:08.026Z] #40 sha256:36b4611924609217074b2532bf4a836bfef2ebb18a2891314e658279fb2a354f [2021-08-23T14:30:08.026Z] #40 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-08-23T14:30:08.026Z] #15 sha256:0ec47ba844b5e0828037f24a154378620ba621f6e138df8e7e2cd85e3eb65be8 [2021-08-23T14:30:08.026Z] #15 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:30:08.026Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:30:08.026Z] #45 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-08-23T14:30:08.026Z] #22 sha256:206c86ab6d14b29d071eb11484523e5da9e2a75591bd04efd7bc3298e78f75c5 [2021-08-23T14:30:08.026Z] #22 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-08-23T14:30:08.026Z] #16 sha256:0b2c1ce95ea1a4f8f4835b12f6fb1200b80c529afd423d11a7f0bfa461b227c2 [2021-08-23T14:30:08.026Z] #16 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:30:08.026Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:30:08.026Z] #33 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-08-23T14:30:08.026Z] #19 sha256:4bad5f34e840cd6c5556520d0d5490b6a44b9a8ae3de3c5bebdb74161fc526ac [2021-08-23T14:30:08.026Z] #19 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #34 sha256:91e19569248452e7cd67b086efa7a54ce36f50f9a9bec736c2112e26a197d565 [2021-08-23T14:30:08.026Z] #34 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:30:08.026Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:30:08.026Z] #21 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #41 [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-08-23T14:30:08.026Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:30:08.026Z] #41 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-08-23T14:30:08.026Z] #44 sha256:8c220dff4cdcffc88c365983c2421a89a539c3712057bf3441e222ac42b136b4 [2021-08-23T14:30:08.026Z] #44 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #28 [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-08-23T14:30:08.026Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-08-23T14:30:08.026Z] #28 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #46 sha256:9945a0b259f865e3ef758001a296ce26aef72620c6cc9076b31e02abe7c62e18 [2021-08-23T14:30:08.026Z] #46 CACHED [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-08-23T14:30:08.026Z] #48 sha256:8ea729a3925fbd29638ab1e6e2585a53e2daebcb3e89e2d02cdc79289371d890 [2021-08-23T14:30:08.026Z] #48 DONE 0.1s [2021-08-23T14:30:08.026Z] [2021-08-23T14:30:08.026Z] #49 [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-08-23T14:30:08.026Z] #49 sha256:26e9f67a7966a77404eea1215c4f9c83f59747a6b506f0e4109b09874573e2e9 [2021-08-23T14:30:08.026Z] #49 2.602 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:30:08.026Z] #49 2.602 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:08.026Z] #49 2.602 go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:30:08.026Z] #49 2.602 go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:30:08.026Z] #49 2.608 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:30:08.026Z] #49 2.610 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:30:08.026Z] #49 2.610 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:30:08.026Z] #49 2.628 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:30:08.026Z] #49 2.640 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:30:08.026Z] #49 2.640 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:30:08.026Z] #49 2.643 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:30:08.035Z] + docker info [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:08.045Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:30:08.045Z] #66 DONE 0.0s [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:08.045Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:30:08.045Z] #64 DONE 0.0s [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:30:08.045Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:30:08.045Z] #11 DONE 0.0s [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-08-23T14:30:08.045Z] #12 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9 [2021-08-23T14:30:08.045Z] #12 CACHED [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-08-23T14:30:08.045Z] #13 sha256:7b41dda53bc54d4e997f845b624ebc8d0092ebb9592d77c4c5ba463895979d38 [2021-08-23T14:30:08.045Z] #13 CACHED [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-08-23T14:30:08.045Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-08-23T14:30:08.045Z] #27 DONE 0.0s [2021-08-23T14:30:08.045Z] [2021-08-23T14:30:08.045Z] #24 [internal] load build context [2021-08-23T14:30:08.045Z] #24 sha256:0b54984e4ee8c6a674c502c0517d3bad8583067bdab57e0df39f2f764db27b65 [2021-08-23T14:30:08.069Z] #10 DONE 0.1s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-08-23T14:30:08.069Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-08-23T14:30:08.069Z] #7 DONE 0.1s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:08.069Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-08-23T14:30:08.069Z] #9 DONE 0.1s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:08.069Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:30:08.069Z] #73 DONE 0.0s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:08.069Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:30:08.069Z] #71 DONE 0.0s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:30:08.069Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:30:08.069Z] #11 DONE 0.0s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-08-23T14:30:08.069Z] #12 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9 [2021-08-23T14:30:08.069Z] #12 CACHED [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-08-23T14:30:08.069Z] #13 sha256:7b41dda53bc54d4e997f845b624ebc8d0092ebb9592d77c4c5ba463895979d38 [2021-08-23T14:30:08.069Z] #13 CACHED [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-08-23T14:30:08.069Z] #34 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-08-23T14:30:08.069Z] #34 DONE 0.0s [2021-08-23T14:30:08.069Z] [2021-08-23T14:30:08.069Z] #31 [internal] load build context [2021-08-23T14:30:08.069Z] #31 sha256:9206fcfe18e5a00a3286b984220ae455185f74f66f190f0ea472dd7fc94b3030 [2021-08-23T14:30:08.308Z] #24 ... [2021-08-23T14:30:08.308Z] [2021-08-23T14:30:08.308Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-08-23T14:30:08.308Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-08-23T14:30:08.308Z] #43 DONE 0.5s [2021-08-23T14:30:08.308Z] [2021-08-23T14:30:08.308Z] #24 [internal] load build context [2021-08-23T14:30:08.308Z] #24 sha256:0b54984e4ee8c6a674c502c0517d3bad8583067bdab57e0df39f2f764db27b65 [2021-08-23T14:30:08.642Z] #31 ... [2021-08-23T14:30:08.642Z] [2021-08-23T14:30:08.642Z] #50 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-08-23T14:30:08.642Z] #50 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-08-23T14:30:08.642Z] #50 DONE 0.5s [2021-08-23T14:30:08.642Z] [2021-08-23T14:30:08.642Z] #31 [internal] load build context [2021-08-23T14:30:08.642Z] #31 sha256:9206fcfe18e5a00a3286b984220ae455185f74f66f190f0ea472dd7fc94b3030 [2021-08-23T14:30:08.975Z] Client: [2021-08-23T14:30:08.975Z] Context: default [2021-08-23T14:30:08.975Z] Debug Mode: false [2021-08-23T14:30:08.975Z] Plugins: [2021-08-23T14:30:08.975Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-08-23T14:30:08.975Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-08-23T14:30:08.975Z] [2021-08-23T14:30:08.975Z] Server: [2021-08-23T14:30:08.975Z] Containers: 0 [2021-08-23T14:30:08.975Z] Running: 0 [2021-08-23T14:30:08.975Z] Paused: 0 [2021-08-23T14:30:08.975Z] Stopped: 0 [2021-08-23T14:30:08.975Z] Images: 2 [2021-08-23T14:30:08.975Z] Server Version: 20.10.6 [2021-08-23T14:30:08.975Z] Storage Driver: overlay2 [2021-08-23T14:30:08.975Z] Backing Filesystem: extfs [2021-08-23T14:30:08.975Z] Supports d_type: true [2021-08-23T14:30:08.975Z] Native Overlay Diff: true [2021-08-23T14:30:08.975Z] userxattr: false [2021-08-23T14:30:08.975Z] Logging Driver: json-file [2021-08-23T14:30:08.975Z] Cgroup Driver: cgroupfs [2021-08-23T14:30:08.975Z] Cgroup Version: 1 [2021-08-23T14:30:08.975Z] Plugins: [2021-08-23T14:30:08.975Z] Volume: local [2021-08-23T14:30:08.975Z] Network: bridge host ipvlan macvlan null overlay [2021-08-23T14:30:08.975Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-08-23T14:30:08.975Z] Swarm: inactive [2021-08-23T14:30:08.975Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-08-23T14:30:08.975Z] Default Runtime: runc [2021-08-23T14:30:08.975Z] Init Binary: docker-init [2021-08-23T14:30:08.975Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:30:08.975Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:30:08.975Z] init version: de40ad0 [2021-08-23T14:30:08.975Z] Security Options: [2021-08-23T14:30:08.975Z] apparmor [2021-08-23T14:30:08.975Z] seccomp [2021-08-23T14:30:08.975Z] Profile: default [2021-08-23T14:30:08.975Z] Kernel Version: 5.4.0-1048-aws [2021-08-23T14:30:08.975Z] Operating System: Ubuntu 20.04.2 LTS [2021-08-23T14:30:08.975Z] OSType: linux [2021-08-23T14:30:08.975Z] Architecture: aarch64 [2021-08-23T14:30:08.975Z] CPUs: 4 [2021-08-23T14:30:08.975Z] Total Memory: 7.493GiB [2021-08-23T14:30:08.975Z] Name: ip-10-100-96-160 [2021-08-23T14:30:08.975Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-08-23T14:30:08.975Z] Docker Root Dir: /var/lib/docker [2021-08-23T14:30:08.975Z] Debug Mode: false [2021-08-23T14:30:08.975Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:30:08.975Z] Labels: [2021-08-23T14:30:08.975Z] Experimental: true [2021-08-23T14:30:08.975Z] Insecure Registries: [2021-08-23T14:30:08.975Z] 127.0.0.0/8 [2021-08-23T14:30:08.975Z] Live Restore Enabled: true [2021-08-23T14:30:08.975Z] [2021-08-23T14:30:08.975Z] WARNING: No swap limit support [Pipeline] sh [2021-08-23T14:30:09.216Z] #31 ... [2021-08-23T14:30:09.216Z] [2021-08-23T14:30:09.216Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-08-23T14:30:09.216Z] #14 sha256:9172878796b110e553d6fd183b04cf1f95bd04cc6b9caa8afe48d89bca2b1b6c [2021-08-23T14:30:09.216Z] #14 DONE 1.1s [2021-08-23T14:30:09.216Z] [2021-08-23T14:30:09.216Z] #31 [internal] load build context [2021-08-23T14:30:09.216Z] #31 sha256:9206fcfe18e5a00a3286b984220ae455185f74f66f190f0ea472dd7fc94b3030 [2021-08-23T14:30:09.273Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:09.273Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:30:09.273Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42764/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-08-23T14:30:09.273Z] + bash /home/ubuntu/workspace/moby_PR-42764/check-config.sh [2021-08-23T14:30:09.273Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-08-23T14:30:09.273Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-08-23T14:30:09.273Z] [2021-08-23T14:30:09.273Z] Generally Necessary: [2021-08-23T14:30:09.273Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-08-23T14:30:09.273Z] - apparmor: enabled and tools installed [2021-08-23T14:30:09.273Z] - CONFIG_NAMESPACES: enabled [2021-08-23T14:30:09.273Z] - CONFIG_NET_NS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_PID_NS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_IPC_NS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_UTS_NS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CGROUPS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CGROUP_DEVICE: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CGROUP_FREEZER: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CGROUP_SCHED: enabled [2021-08-23T14:30:09.273Z] - CONFIG_CPUSETS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_MEMCG: enabled [2021-08-23T14:30:09.273Z] - CONFIG_KEYS: enabled [2021-08-23T14:30:09.273Z] - CONFIG_VETH: enabled (as module) [2021-08-23T14:30:09.273Z] - CONFIG_BRIDGE: enabled (as module) [2021-08-23T14:30:09.273Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-08-23T14:30:09.406Z] #49 DONE 7.3s [2021-08-23T14:30:09.406Z] [2021-08-23T14:30:09.406Z] #53 [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-08-23T14:30:09.406Z] #53 sha256:53f9e4b9c0c2b6973a69d917f8dfdb0c9005cbddd7be925e7bd7270113c1194d [2021-08-23T14:30:09.406Z] #53 6.338 mvdan.cc/sh/v3/cmd/shfmt [2021-08-23T14:30:09.406Z] #53 DONE 7.3s [2021-08-23T14:30:09.406Z] [2021-08-23T14:30:09.406Z] #51 [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-08-23T14:30:09.406Z] #51 sha256:411e45d351b0befe0e043b8a2c7acabee29942e49e5485a4b407d1f7fbacb15f [2021-08-23T14:30:09.406Z] #51 1.053 + RM_GOPATH=0 [2021-08-23T14:30:09.406Z] #51 1.053 + TMP_GOPATH= [2021-08-23T14:30:09.406Z] #51 1.053 + : /build [2021-08-23T14:30:09.406Z] #51 1.053 + '[' -z '' ']' [2021-08-23T14:30:09.406Z] #51 1.054 ++ mktemp -d [2021-08-23T14:30:09.406Z] #51 1.056 + export GOPATH=/tmp/tmp.aTAJAs8zNM [2021-08-23T14:30:09.406Z] #51 1.056 + GOPATH=/tmp/tmp.aTAJAs8zNM [2021-08-23T14:30:09.406Z] #51 1.056 + RM_GOPATH=1 [2021-08-23T14:30:09.406Z] #51 1.056 + case "$(go env GOARCH)" in [2021-08-23T14:30:09.406Z] #51 1.056 ++ go env GOARCH [2021-08-23T14:30:09.406Z] #51 1.063 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:09.406Z] #51 1.063 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:09.406Z] #51 1.063 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:09.406Z] #51 1.065 + dir=/tmp/install [2021-08-23T14:30:09.406Z] #51 1.065 + bin=golangci_lint [2021-08-23T14:30:09.406Z] #51 1.065 + shift [2021-08-23T14:30:09.406Z] #51 1.065 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-08-23T14:30:09.406Z] #51 1.065 + . /tmp/install/golangci_lint.installer [2021-08-23T14:30:09.406Z] #51 1.065 ++ : v1.23.8 [2021-08-23T14:30:09.406Z] #51 1.065 + install_golangci_lint [2021-08-23T14:30:09.406Z] #51 1.065 + set -e [2021-08-23T14:30:09.406Z] #51 1.065 + export GO111MODULE=on [2021-08-23T14:30:09.406Z] #51 1.065 + GO111MODULE=on [2021-08-23T14:30:09.406Z] #51 1.065 + GOBIN=/build [2021-08-23T14:30:09.406Z] #51 1.065 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-08-23T14:30:09.406Z] #51 1.490 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-08-23T14:30:09.406Z] #51 6.763 go: downloading github.com/fatih/color v1.7.0 [2021-08-23T14:30:09.406Z] #51 6.772 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-08-23T14:30:09.406Z] #51 6.791 go: downloading github.com/pkg/errors v0.8.1 [2021-08-23T14:30:09.406Z] #51 6.792 go: downloading github.com/spf13/cobra v0.0.5 [2021-08-23T14:30:09.406Z] #51 6.792 go: downloading github.com/spf13/pflag v1.0.5 [2021-08-23T14:30:09.406Z] #51 6.794 go: downloading github.com/spf13/viper v1.6.1 [2021-08-23T14:30:09.406Z] #51 6.815 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-08-23T14:30:09.406Z] #51 6.817 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-08-23T14:30:09.406Z] #51 6.828 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-08-23T14:30:09.406Z] #51 6.849 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-23T14:30:09.406Z] #51 6.905 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-08-23T14:30:09.406Z] #51 6.909 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-08-23T14:30:09.406Z] #51 6.944 go: downloading github.com/stretchr/testify v1.4.0 [2021-08-23T14:30:09.406Z] #51 6.979 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-08-23T14:30:09.406Z] #51 6.994 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-08-23T14:30:09.406Z] #51 7.010 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-08-23T14:30:09.406Z] #51 7.052 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-08-23T14:30:09.406Z] #51 7.053 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-08-23T14:30:09.406Z] #51 7.086 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-08-23T14:30:09.406Z] #51 7.091 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-08-23T14:30:09.406Z] #51 7.126 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-08-23T14:30:09.406Z] #51 7.133 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-08-23T14:30:09.406Z] #51 7.144 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-08-23T14:30:09.406Z] #51 7.147 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-08-23T14:30:09.406Z] #51 7.181 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-08-23T14:30:09.406Z] #51 7.196 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-08-23T14:30:09.406Z] #51 7.236 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-08-23T14:30:09.406Z] #51 7.246 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-08-23T14:30:09.406Z] #51 7.265 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-08-23T14:30:09.406Z] #51 7.310 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-08-23T14:30:09.406Z] #51 7.371 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-08-23T14:30:09.406Z] #51 7.371 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-08-23T14:30:09.406Z] #51 7.371 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-08-23T14:30:09.406Z] #51 7.371 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-08-23T14:30:09.406Z] #51 7.407 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-08-23T14:30:09.406Z] #51 7.408 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-08-23T14:30:09.406Z] #51 7.409 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-08-23T14:30:09.406Z] #51 7.428 go: downloading github.com/ultraware/funlen v0.0.2 [2021-08-23T14:30:09.406Z] #51 7.495 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-08-23T14:30:09.534Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_NF_NAT: enabled (as module) [2021-08-23T14:30:09.534Z] - CONFIG_POSIX_MQUEUE: enabled [2021-08-23T14:30:09.534Z] [2021-08-23T14:30:09.534Z] Optional Features: [2021-08-23T14:30:09.534Z] - CONFIG_USER_NS: enabled [2021-08-23T14:30:09.534Z] - CONFIG_SECCOMP: enabled [2021-08-23T14:30:09.534Z] - CONFIG_SECCOMP_FILTER: enabled [2021-08-23T14:30:09.534Z] - CONFIG_CGROUP_PIDS: enabled [2021-08-23T14:30:09.534Z] - CONFIG_MEMCG_SWAP: enabled [2021-08-23T14:30:09.534Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-08-23T14:30:09.534Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-08-23T14:30:09.534Z] - CONFIG_BLK_CGROUP: enabled [2021-08-23T14:30:09.534Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-08-23T14:30:09.534Z] - CONFIG_CGROUP_PERF: enabled [2021-08-23T14:30:09.534Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-08-23T14:30:09.667Z] #51 7.499 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-08-23T14:30:09.795Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-08-23T14:30:09.795Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-08-23T14:30:09.795Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-08-23T14:30:09.795Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-08-23T14:30:09.795Z] - CONFIG_RT_GROUP_SCHED: missing [2021-08-23T14:30:09.795Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-08-23T14:30:09.795Z] - CONFIG_IP_VS: enabled (as module) [2021-08-23T14:30:09.795Z] - CONFIG_IP_VS_NFCT: enabled [2021-08-23T14:30:09.795Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-08-23T14:30:09.795Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-08-23T14:30:09.795Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-08-23T14:30:09.795Z] - CONFIG_SECURITY_SELINUX: enabled [2021-08-23T14:30:09.795Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-08-23T14:30:09.795Z] - CONFIG_EXT4_FS: enabled [2021-08-23T14:30:09.795Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-08-23T14:30:09.795Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-08-23T14:30:09.795Z] - Network Drivers: [2021-08-23T14:30:09.795Z] - "overlay": [2021-08-23T14:30:09.795Z] - CONFIG_VXLAN: enabled (as module) [2021-08-23T14:30:09.795Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-08-23T14:30:09.795Z] Optional (for encrypted networks): [2021-08-23T14:30:09.930Z] #51 7.907 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-08-23T14:30:09.930Z] #51 7.910 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-08-23T14:30:09.930Z] #51 7.910 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-08-23T14:30:09.930Z] #51 7.919 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-08-23T14:30:09.930Z] #51 7.920 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-08-23T14:30:09.930Z] #51 7.988 go: downloading github.com/magiconair/properties v1.8.1 [2021-08-23T14:30:09.930Z] #51 7.991 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-23T14:30:09.930Z] #51 8.051 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-08-23T14:30:09.930Z] #51 8.051 go: downloading github.com/spf13/afero v1.1.2 [2021-08-23T14:30:10.055Z] - CONFIG_CRYPTO: enabled [2021-08-23T14:30:10.055Z] - CONFIG_CRYPTO_AEAD: enabled [2021-08-23T14:30:10.055Z] - CONFIG_CRYPTO_GCM: enabled [2021-08-23T14:30:10.055Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-08-23T14:30:10.055Z] - CONFIG_CRYPTO_GHASH: enabled [2021-08-23T14:30:10.055Z] - CONFIG_XFRM: enabled [2021-08-23T14:30:10.055Z] - CONFIG_XFRM_USER: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_INET_ESP: enabled (as module) [2021-08-23T14:30:10.055Z] - "ipvlan": [2021-08-23T14:30:10.055Z] - CONFIG_IPVLAN: enabled (as module) [2021-08-23T14:30:10.055Z] - "macvlan": [2021-08-23T14:30:10.055Z] - CONFIG_MACVLAN: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_DUMMY: enabled (as module) [2021-08-23T14:30:10.055Z] - "ftp,tftp client in container": [2021-08-23T14:30:10.055Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-08-23T14:30:10.055Z] - Storage Drivers: [2021-08-23T14:30:10.055Z] - "aufs": [2021-08-23T14:30:10.055Z] - CONFIG_AUFS_FS: enabled (as module) [2021-08-23T14:30:10.055Z] - "btrfs": [2021-08-23T14:30:10.055Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-08-23T14:30:10.055Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-08-23T14:30:10.055Z] - "devicemapper": [2021-08-23T14:30:10.055Z] - CONFIG_BLK_DEV_DM: enabled [2021-08-23T14:30:10.055Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-08-23T14:30:10.055Z] - "overlay": [2021-08-23T14:30:10.055Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-08-23T14:30:10.055Z] - "zfs": [2021-08-23T14:30:10.055Z] - /dev/zfs: present [2021-08-23T14:30:10.055Z] - zfs command: missing [2021-08-23T14:30:10.055Z] - zpool command: missing [2021-08-23T14:30:10.055Z] [2021-08-23T14:30:10.055Z] Limits: [2021-08-23T14:30:10.055Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-08-23T14:30:10.055Z] [2021-08-23T14:30:10.055Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-08-23T14:30:10.190Z] #51 8.095 go: downloading github.com/spf13/cast v1.3.0 [2021-08-23T14:30:10.190Z] #51 8.100 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.100 go: downloading github.com/subosito/gotenv v1.2.0 [2021-08-23T14:30:10.190Z] #51 8.106 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-08-23T14:30:10.190Z] #51 8.161 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-08-23T14:30:10.190Z] #51 8.180 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.182 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.203 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-08-23T14:30:10.190Z] #51 8.217 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.227 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.227 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-08-23T14:30:10.190Z] #51 8.280 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-08-23T14:30:10.190Z] #51 ... [2021-08-23T14:30:10.190Z] [2021-08-23T14:30:10.190Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-08-23T14:30:10.190Z] #50 sha256:0a00f9396fc634d2cf9833eb87904e2c6ba376021cb971d5dd0cf7568b505469 [2021-08-23T14:30:10.399Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:82c978ad9567772f349f604c6630d531b9348736 . [2021-08-23T14:30:10.449Z] #50 DONE 0.1s [2021-08-23T14:30:10.449Z] [2021-08-23T14:30:10.449Z] #51 [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-08-23T14:30:10.449Z] #51 sha256:411e45d351b0befe0e043b8a2c7acabee29942e49e5485a4b407d1f7fbacb15f [2021-08-23T14:30:10.449Z] #51 8.288 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-08-23T14:30:10.449Z] #51 8.293 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-08-23T14:30:10.449Z] #51 8.303 go: downloading github.com/gobwas/glob v0.2.3 [2021-08-23T14:30:10.449Z] #51 8.309 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-23T14:30:10.449Z] #51 8.319 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-23T14:30:10.449Z] #51 8.343 go: downloading github.com/stretchr/objx v0.2.0 [2021-08-23T14:30:10.449Z] #51 8.344 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-08-23T14:30:10.449Z] #51 8.345 go: downloading github.com/kisielk/gotool v1.0.0 [2021-08-23T14:30:10.449Z] #51 8.346 go: downloading golang.org/x/text v0.3.2 [2021-08-23T14:30:10.449Z] #51 8.347 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-08-23T14:30:10.449Z] #51 8.372 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-08-23T14:30:10.449Z] #51 8.373 go: downloading github.com/gogo/protobuf v1.2.1 [2021-08-23T14:30:10.449Z] #51 8.374 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-08-23T14:30:10.449Z] #51 8.394 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-08-23T14:30:10.449Z] #51 8.495 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-08-23T14:30:10.604Z] #31 ... [2021-08-23T14:30:10.604Z] [2021-08-23T14:30:10.604Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-08-23T14:30:10.604Z] #15 sha256:e36e882da1afe0dc6045218fad15d23ce9faade555534a38873cf7fc6b6a039f [2021-08-23T14:30:10.604Z] #15 DONE 1.3s [2021-08-23T14:30:10.604Z] [2021-08-23T14:30:10.604Z] #31 [internal] load build context [2021-08-23T14:30:10.604Z] #31 sha256:9206fcfe18e5a00a3286b984220ae455185f74f66f190f0ea472dd7fc94b3030 [2021-08-23T14:30:10.604Z] #31 transferring context: 55.82MB 2.3s done [2021-08-23T14:30:10.604Z] #31 DONE 2.4s [2021-08-23T14:30:10.604Z] [2021-08-23T14:30:10.604Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-08-23T14:30:10.604Z] #16 sha256:72217809a105a6f8659581c2aad6547ac8256e07e6f65ab3cd030843428fab36 [2021-08-23T14:30:10.860Z] #24 transferring context: 55.82MB 2.9s done [2021-08-23T14:30:10.860Z] #24 DONE 3.0s [2021-08-23T14:30:10.860Z] [2021-08-23T14:30:10.860Z] #49 [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-08-23T14:30:10.860Z] #49 sha256:d59daa09c5d3b532d09b84db9e78556762c55195e72cadd0cf601266fbe58c0b [2021-08-23T14:30:11.987Z] #16 DONE 1.6s [2021-08-23T14:30:11.987Z] [2021-08-23T14:30:11.987Z] #54 [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-08-23T14:30:11.987Z] #54 sha256:73c5c11efd0de3ac064409b6a5618eed62ca8c3e0ed9d1a963aa603c3773efee [2021-08-23T14:30:12.444Z] #51 ... [2021-08-23T14:30:12.444Z] [2021-08-23T14:30:12.444Z] #58 [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-08-23T14:30:12.444Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:12.444Z] #58 1.388 + RM_GOPATH=0 [2021-08-23T14:30:12.444Z] #58 1.388 + TMP_GOPATH= [2021-08-23T14:30:12.444Z] #58 1.388 + : /build [2021-08-23T14:30:12.444Z] #58 1.388 + '[' -z '' ']' [2021-08-23T14:30:12.444Z] #58 1.388 ++ mktemp -d [2021-08-23T14:30:12.444Z] #58 1.389 + export GOPATH=/tmp/tmp.RgcAdcrciC [2021-08-23T14:30:12.444Z] #58 1.389 + GOPATH=/tmp/tmp.RgcAdcrciC [2021-08-23T14:30:12.444Z] #58 1.389 + RM_GOPATH=1 [2021-08-23T14:30:12.444Z] #58 1.390 + case "$(go env GOARCH)" in [2021-08-23T14:30:12.444Z] #58 1.390 ++ go env GOARCH [2021-08-23T14:30:12.444Z] #58 1.404 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:12.444Z] #58 1.404 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:12.444Z] #58 1.404 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:12.444Z] #58 1.411 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:12.444Z] #58 1.411 + dir=/tmp/install [2021-08-23T14:30:12.444Z] #58 1.411 + bin=containerd [2021-08-23T14:30:12.444Z] #58 1.411 + shift [2021-08-23T14:30:12.444Z] #58 1.411 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-08-23T14:30:12.444Z] #58 1.411 + . /tmp/install/containerd.installer [2021-08-23T14:30:12.444Z] #58 1.411 ++ set -e [2021-08-23T14:30:12.444Z] #58 1.411 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:12.444Z] #58 1.411 + install_containerd [2021-08-23T14:30:12.444Z] #58 1.411 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0' [2021-08-23T14:30:12.444Z] #58 1.411 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RgcAdcrciC/src/github.com/containerd/containerd [2021-08-23T14:30:12.444Z] #58 1.413 Cloning into '/tmp/tmp.RgcAdcrciC/src/github.com/containerd/containerd'... [2021-08-23T14:30:12.444Z] #58 ... [2021-08-23T14:30:12.444Z] [2021-08-23T14:30:12.444Z] #60 [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-08-23T14:30:12.444Z] #60 sha256:af6b267cdc7cfc845221f8b89fc10b54177addbce590b1561285682b2aab3214 [2021-08-23T14:30:12.444Z] #60 9.997 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:12.444Z] #60 9.997 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-08-23T14:30:12.449Z] #1 [internal] load build definition from Dockerfile [2021-08-23T14:30:12.449Z] #1 sha256:fbeeb21695f98cc8c27a19b8a30f36b4155a5cc748f3dc047bb18ea54d44951a [2021-08-23T14:30:12.449Z] #1 transferring dockerfile: 16.33kB 0.0s done [2021-08-23T14:30:12.449Z] #1 DONE 0.1s [2021-08-23T14:30:12.710Z] [2021-08-23T14:30:12.710Z] #2 [internal] load .dockerignore [2021-08-23T14:30:12.710Z] #2 sha256:3e0b5a492ba74b3bbf93a89cc472375a084bd039535a17dfdb6501b079a39d8c [2021-08-23T14:30:12.710Z] #2 transferring context: 87B done [2021-08-23T14:30:12.710Z] #2 DONE 0.0s [2021-08-23T14:30:12.931Z] #54 2.022 + RM_GOPATH=0 [2021-08-23T14:30:12.931Z] #54 2.022 + TMP_GOPATH= [2021-08-23T14:30:12.931Z] #54 2.022 + : /build [2021-08-23T14:30:12.931Z] #54 2.022 + '[' -z '' ']' [2021-08-23T14:30:12.931Z] #54 2.024 ++ mktemp -d [2021-08-23T14:30:12.931Z] #54 2.024 + export GOPATH=/tmp/tmp.ZvbsiBbzkO [2021-08-23T14:30:12.931Z] #54 2.024 + GOPATH=/tmp/tmp.ZvbsiBbzkO [2021-08-23T14:30:12.931Z] #54 2.024 + RM_GOPATH=1 [2021-08-23T14:30:12.931Z] #54 2.024 + case "$(go env GOARCH)" in [2021-08-23T14:30:12.931Z] #54 2.034 ++ go env GOARCH [2021-08-23T14:30:12.931Z] #54 2.040 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:12.931Z] #54 2.040 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:12.931Z] #54 2.040 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:12.931Z] #54 2.040 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:12.931Z] #54 2.040 + dir=/tmp/install [2021-08-23T14:30:12.931Z] #54 2.040 + bin=vndr [2021-08-23T14:30:12.931Z] #54 2.040 + shift [2021-08-23T14:30:12.931Z] #54 2.040 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-08-23T14:30:12.931Z] #54 2.040 + . /tmp/install/vndr.installer [2021-08-23T14:30:12.931Z] #54 2.040 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:12.931Z] #54 2.040 + install_vndr [2021-08-23T14:30:12.931Z] #54 2.040 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-08-23T14:30:12.931Z] #54 2.040 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ZvbsiBbzkO/src/github.com/LK4D4/vndr [2021-08-23T14:30:12.931Z] #54 2.041 Cloning into '/tmp/tmp.ZvbsiBbzkO/src/github.com/LK4D4/vndr'... [2021-08-23T14:30:13.192Z] #54 2.474 + cd /tmp/tmp.ZvbsiBbzkO/src/github.com/LK4D4/vndr [2021-08-23T14:30:13.192Z] #54 2.474 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:13.192Z] #54 2.478 + go build -buildmode=pie -v -o /build/vndr . [2021-08-23T14:30:13.281Z] [2021-08-23T14:30:13.281Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-08-23T14:30:13.281Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-08-23T14:30:13.384Z] #60 DONE 11.3s [2021-08-23T14:30:13.384Z] [2021-08-23T14:30:13.384Z] #58 [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-08-23T14:30:13.384Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:13.384Z] #58 10.69 + cd /tmp/tmp.RgcAdcrciC/src/github.com/containerd/containerd [2021-08-23T14:30:13.384Z] #58 10.69 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:13.455Z] #54 ... [2021-08-23T14:30:13.455Z] [2021-08-23T14:30:13.455Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-08-23T14:30:13.455Z] #17 sha256:44956eb85944aa46a8f92b5885197d1d21396a708ec64318888f95c393e939d7 [2021-08-23T14:30:13.455Z] #17 DONE 1.3s [2021-08-23T14:30:13.455Z] [2021-08-23T14:30:13.455Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-08-23T14:30:13.455Z] #18 sha256:eff721bf512611e0ce3035882d1d3f256f7f8581283147cc19e0ff3d4cea2b53 [2021-08-23T14:30:13.541Z] #3 DONE 0.2s [2021-08-23T14:30:13.541Z] [2021-08-23T14:30:13.541Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-08-23T14:30:13.541Z] #4 sha256:5f5d24529406726ec414dd62cdc89c393aac693a7a2b47b0b4d107994528dca3 [2021-08-23T14:30:13.541Z] #4 CACHED [2021-08-23T14:30:13.643Z] #58 ... [2021-08-23T14:30:13.643Z] [2021-08-23T14:30:13.643Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-08-23T14:30:13.643Z] #61 sha256:56129d815c27075771f761af4b079f79a348543e3c527c5add50370874ae501e [2021-08-23T14:30:13.643Z] #61 DONE 0.2s [2021-08-23T14:30:13.643Z] [2021-08-23T14:30:13.643Z] #58 [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-08-23T14:30:13.643Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:13.643Z] #58 11.50 + export 'BUILDTAGS=netgo osusergo static_build' [2021-08-23T14:30:13.643Z] #58 11.50 + BUILDTAGS='netgo osusergo static_build' [2021-08-23T14:30:13.643Z] #58 11.50 + export EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:13.643Z] #58 11.50 + EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:13.643Z] #58 11.50 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-08-23T14:30:13.643Z] #58 11.50 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-08-23T14:30:13.643Z] #58 11.50 + '[' '' = dynamic ']' [2021-08-23T14:30:13.643Z] #58 11.50 + make [2021-08-23T14:30:13.643Z] #58 ... [2021-08-23T14:30:13.643Z] [2021-08-23T14:30:13.643Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-08-23T14:30:13.643Z] #62 sha256:52bb03ecf29ffccf9e49bb6b2beeb0ea762b33aa6c9ca657288faf5bf2393ca7 [2021-08-23T14:30:13.643Z] #62 DONE 0.1s [2021-08-23T14:30:13.643Z] [2021-08-23T14:30:13.643Z] #55 [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-08-23T14:30:13.643Z] #55 sha256:7fb14e2ce967a2e7a42dd91cfdcbc39cd446b64c582309d564a6bd0d4820060e [2021-08-23T14:30:13.643Z] #55 4.619 + cd /tmp/tmp.qO5qL979ib/src/github.com/opencontainers/runc [2021-08-23T14:30:13.643Z] #55 4.619 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:30:13.643Z] #55 4.868 + '[' -z '' ']' [2021-08-23T14:30:13.643Z] #55 4.868 + target=static [2021-08-23T14:30:13.643Z] #55 4.868 + make 'BUILDTAGS=seccomp ' static [2021-08-23T14:30:13.643Z] #55 5.224 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-08-23T14:30:13.643Z] #55 10.81 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-08-23T14:30:13.643Z] #55 11.60 + mkdir -p /build [2021-08-23T14:30:13.643Z] #55 11.60 + cp runc /build/runc [2021-08-23T14:30:13.643Z] #55 DONE 11.7s [2021-08-23T14:30:13.902Z] [2021-08-23T14:30:13.902Z] #58 [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-08-23T14:30:13.902Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:14.113Z] [2021-08-23T14:30:14.113Z] #5 [internal] load build definition from Dockerfile [2021-08-23T14:30:14.113Z] #5 sha256:b3aa1b6221dbc42bc3c8c390bb5110beba01e75cc8f7f72d1dbbd1a26accc051 [2021-08-23T14:30:14.113Z] #5 DONE 0.0s [2021-08-23T14:30:14.113Z] [2021-08-23T14:30:14.113Z] #6 [internal] load .dockerignore [2021-08-23T14:30:14.113Z] #6 sha256:7925bfa0b9541f0513bbccf76deac42bbcc54a40390ec20fc7dc4aaaeec924c5 [2021-08-23T14:30:14.113Z] #6 DONE 0.0s [2021-08-23T14:30:14.113Z] [2021-08-23T14:30:14.113Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye [2021-08-23T14:30:14.113Z] #8 sha256:979856c71742418f7fc1467741f4bc48a0ccb7c9606509c4683a091e7028e227 [2021-08-23T14:30:14.373Z] #8 DONE 0.1s [2021-08-23T14:30:14.373Z] [2021-08-23T14:30:14.373Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-08-23T14:30:14.373Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-08-23T14:30:14.373Z] #7 DONE 0.1s [2021-08-23T14:30:14.373Z] [2021-08-23T14:30:14.373Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:14.373Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:30:14.373Z] #9 DONE 0.1s [2021-08-23T14:30:14.373Z] [2021-08-23T14:30:14.373Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:30:14.373Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-08-23T14:30:14.373Z] #10 DONE 0.1s [2021-08-23T14:30:14.468Z] #58 12.46 + bin/ctr [2021-08-23T14:30:14.644Z] [2021-08-23T14:30:14.644Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:14.644Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:30:14.644Z] #66 DONE 0.0s [2021-08-23T14:30:14.644Z] [2021-08-23T14:30:14.644Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:30:14.644Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:30:14.644Z] #64 DONE 0.0s [2021-08-23T14:30:14.644Z] [2021-08-23T14:30:14.644Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-08-23T14:30:14.644Z] #27 sha256:06c71e2fe983fc2fc1b5a6191447796ec10315113217668f7d5aa936c933a707 [2021-08-23T14:30:14.644Z] #27 DONE 0.0s [2021-08-23T14:30:14.644Z] [2021-08-23T14:30:14.644Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:30:14.644Z] #11 sha256:202b8adbd1d11daa3884dba5fd6e5bad367b1fd854c0d9212171b3a3382818f5 [2021-08-23T14:30:14.644Z] #11 DONE 0.0s [2021-08-23T14:30:14.644Z] [2021-08-23T14:30:14.644Z] #24 [internal] load build context [2021-08-23T14:30:14.644Z] #24 sha256:68b1001c7768414349a7c2f5473eb476700f54b49712f3c01369bd7f5f0a3e1d [2021-08-23T14:30:14.842Z] #18 DONE 1.2s [2021-08-23T14:30:14.842Z] [2021-08-23T14:30:14.842Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-08-23T14:30:14.842Z] #19 sha256:dcae3e3184fc3709dcfeb20316dcc27d7eb0a580fc156707d3cff1919d6c8542 [2021-08-23T14:30:15.035Z] #58 ... [2021-08-23T14:30:15.035Z] [2021-08-23T14:30:15.035Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-08-23T14:30:15.035Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-08-23T14:30:15.035Z] #65 CACHED [2021-08-23T14:30:15.035Z] [2021-08-23T14:30:15.035Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-08-23T14:30:15.035Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-08-23T14:30:15.035Z] #67 CACHED [2021-08-23T14:30:15.035Z] [2021-08-23T14:30:15.035Z] #58 [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-08-23T14:30:15.035Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:15.190Z] #49 3.762 + RM_GOPATH=0 [2021-08-23T14:30:15.190Z] #49 3.762 + TMP_GOPATH= [2021-08-23T14:30:15.190Z] #49 3.762 + : /build [2021-08-23T14:30:15.190Z] #49 3.762 + '[' -z '' ']' [2021-08-23T14:30:15.190Z] #49 3.762 ++ mktemp -d [2021-08-23T14:30:15.190Z] #49 3.762 + export GOPATH=/tmp/tmp.yxMXebJBdD [2021-08-23T14:30:15.190Z] #49 3.762 + GOPATH=/tmp/tmp.yxMXebJBdD [2021-08-23T14:30:15.190Z] #49 3.762 + RM_GOPATH=1 [2021-08-23T14:30:15.190Z] #49 3.762 + case "$(go env GOARCH)" in [2021-08-23T14:30:15.190Z] #49 3.762 ++ go env GOARCH [2021-08-23T14:30:15.190Z] #49 3.797 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:15.190Z] #49 3.797 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:15.190Z] #49 3.798 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:15.190Z] #49 3.800 + dir=/tmp/install [2021-08-23T14:30:15.190Z] #49 3.800 + bin=gotestsum [2021-08-23T14:30:15.190Z] #49 3.800 + shift [2021-08-23T14:30:15.190Z] #49 3.800 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-08-23T14:30:15.190Z] #49 3.801 + . /tmp/install/gotestsum.installer [2021-08-23T14:30:15.190Z] #49 3.801 ++ : v0.5.3 [2021-08-23T14:30:15.190Z] #49 3.802 + install_gotestsum [2021-08-23T14:30:15.190Z] #49 3.802 + set -e [2021-08-23T14:30:15.190Z] #49 3.802 + export GO111MODULE=on [2021-08-23T14:30:15.190Z] #49 3.802 + GO111MODULE=on [2021-08-23T14:30:15.190Z] #49 3.802 + GOBIN=/build [2021-08-23T14:30:15.190Z] #49 3.802 + go get gotest.tools/gotestsum@v0.5.3 [2021-08-23T14:30:15.221Z] #24 ... [2021-08-23T14:30:15.221Z] [2021-08-23T14:30:15.221Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-08-23T14:30:15.221Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-08-23T14:30:15.221Z] #43 DONE 0.5s [2021-08-23T14:30:15.221Z] [2021-08-23T14:30:15.221Z] #24 [internal] load build context [2021-08-23T14:30:15.221Z] #24 sha256:68b1001c7768414349a7c2f5473eb476700f54b49712f3c01369bd7f5f0a3e1d [2021-08-23T14:30:15.452Z] #49 4.326 go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:30:16.226Z] #19 1.395 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:30:16.226Z] #19 1.566 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:30:16.226Z] #19 1.653 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:30:16.487Z] #19 1.723 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-08-23T14:30:16.621Z] #24 transferring context: 55.82MB 1.7s done [2021-08-23T14:30:16.621Z] #24 DONE 1.8s [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-08-23T14:30:16.621Z] #12 sha256:4548bc07d24e9da631fa362d8cad6b520f652731fa45e029327232a97c81d5fe [2021-08-23T14:30:16.621Z] #12 CACHED [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #57 [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-08-23T14:30:16.621Z] #57 sha256:7eeb75880c62ac0638256b7933aca90061ac1bcdbf6896af478fa6e9c144809d [2021-08-23T14:30:16.621Z] #57 CACHED [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:16.621Z] #14 sha256:19a1458a3f448906b0785e62191f9e3d2cb68edf322ed79c9ebbb6a0729b9ac4 [2021-08-23T14:30:16.621Z] #14 CACHED [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-08-23T14:30:16.621Z] #13 sha256:f24f7a499aed3451849482bd83be2076b34057928db94203e606feb5c1b52da2 [2021-08-23T14:30:16.621Z] #13 CACHED [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #37 [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-08-23T14:30:16.621Z] #37 sha256:28aa615c2394b6d252f85f3b48f2ed44c8edcb64fab368b19cd2b904d4aae32f [2021-08-23T14:30:16.621Z] #37 CACHED [2021-08-23T14:30:16.621Z] [2021-08-23T14:30:16.621Z] #60 [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-08-23T14:30:16.621Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:16.748Z] #19 2.008 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-08-23T14:30:16.837Z] #49 5.665 go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:30:16.837Z] #49 5.671 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:30:16.837Z] #49 5.705 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:16.837Z] #49 5.730 go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:30:16.837Z] #49 5.917 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:30:16.837Z] #49 5.926 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:30:17.009Z] #19 2.443 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:30:17.098Z] #49 6.028 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:30:17.098Z] #49 6.085 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:30:17.358Z] #49 6.242 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:30:17.358Z] #49 ... [2021-08-23T14:30:17.358Z] [2021-08-23T14:30:17.358Z] #60 [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-08-23T14:30:17.358Z] #60 sha256:051daf752a8281b081613f5e670f39e765deecd096d641b3a4587a686c57c2fd [2021-08-23T14:30:17.358Z] #60 3.774 + RM_GOPATH=0 [2021-08-23T14:30:17.358Z] #60 3.774 + TMP_GOPATH= [2021-08-23T14:30:17.358Z] #60 3.774 + : /build [2021-08-23T14:30:17.358Z] #60 3.774 + '[' -z '' ']' [2021-08-23T14:30:17.358Z] #60 3.776 ++ mktemp -d [2021-08-23T14:30:17.358Z] #60 3.777 + export GOPATH=/tmp/tmp.PipfsdaqyA [2021-08-23T14:30:17.358Z] #60 3.777 + GOPATH=/tmp/tmp.PipfsdaqyA [2021-08-23T14:30:17.358Z] #60 3.778 + RM_GOPATH=1 [2021-08-23T14:30:17.358Z] #60 3.778 + case "$(go env GOARCH)" in [2021-08-23T14:30:17.358Z] #60 3.778 ++ go env GOARCH [2021-08-23T14:30:17.358Z] #60 3.799 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:17.358Z] #60 3.799 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:17.358Z] #60 3.801 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:17.358Z] #60 3.806 + dir=/tmp/install [2021-08-23T14:30:17.358Z] #60 3.806 + bin=rootlesskit [2021-08-23T14:30:17.359Z] #60 3.806 + shift [2021-08-23T14:30:17.359Z] #60 3.807 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-08-23T14:30:17.359Z] #60 3.807 + . /tmp/install/rootlesskit.installer [2021-08-23T14:30:17.359Z] #60 3.807 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:17.359Z] #60 3.807 + install_rootlesskit [2021-08-23T14:30:17.359Z] #60 3.808 + case "$1" in [2021-08-23T14:30:17.359Z] #60 3.808 + export CGO_ENABLED=0 [2021-08-23T14:30:17.359Z] #60 3.808 + CGO_ENABLED=0 [2021-08-23T14:30:17.359Z] #60 3.808 + _install_rootlesskit [2021-08-23T14:30:17.359Z] #60 3.808 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-08-23T14:30:17.359Z] #60 3.809 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:17.359Z] #60 3.809 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PipfsdaqyA/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:17.359Z] #60 3.812 Cloning into '/tmp/tmp.PipfsdaqyA/src/github.com/rootless-containers/rootlesskit'... [2021-08-23T14:30:17.580Z] #19 2.859 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-08-23T14:30:17.619Z] #60 ... [2021-08-23T14:30:17.619Z] [2021-08-23T14:30:17.619Z] #49 [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-08-23T14:30:17.619Z] #49 sha256:d59daa09c5d3b532d09b84db9e78556762c55195e72cadd0cf601266fbe58c0b [2021-08-23T14:30:17.619Z] #49 6.669 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:30:17.880Z] #49 ... [2021-08-23T14:30:17.880Z] [2021-08-23T14:30:17.880Z] #57 [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-08-23T14:30:17.880Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:30:17.880Z] #57 2.076 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:30:17.880Z] #57 2.076 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:30:17.880Z] #57 2.136 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:30:17.880Z] #57 3.349 Reading package lists... [2021-08-23T14:30:17.880Z] #57 5.898 Reading package lists... [2021-08-23T14:30:17.880Z] #57 8.629 Building dependency tree... [2021-08-23T14:30:17.880Z] #57 9.601 Reading state information... [2021-08-23T14:30:18.141Z] #57 ... [2021-08-23T14:30:18.141Z] [2021-08-23T14:30:18.141Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:18.141Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:18.141Z] #14 1.846 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:30:18.141Z] #14 2.035 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:30:18.141Z] #14 2.153 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:30:18.141Z] #14 3.072 Reading package lists... [2021-08-23T14:30:18.141Z] #14 5.578 Reading package lists... [2021-08-23T14:30:18.141Z] #14 8.756 Building dependency tree... [2021-08-23T14:30:18.141Z] #14 9.725 Reading state information... [2021-08-23T14:30:18.153Z] #19 3.329 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-08-23T14:30:18.403Z] #14 ... [2021-08-23T14:30:18.403Z] [2021-08-23T14:30:18.404Z] #37 [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-08-23T14:30:18.404Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:30:18.404Z] #37 1.960 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:30:18.404Z] #37 2.024 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:30:18.404Z] #37 2.137 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:30:18.404Z] #37 3.199 Reading package lists... [2021-08-23T14:30:18.404Z] #37 6.082 Reading package lists... [2021-08-23T14:30:18.404Z] #37 9.553 Building dependency tree... [2021-08-23T14:30:18.404Z] #37 ... [2021-08-23T14:30:18.404Z] [2021-08-23T14:30:18.404Z] #60 [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-08-23T14:30:18.404Z] #60 sha256:051daf752a8281b081613f5e670f39e765deecd096d641b3a4587a686c57c2fd [2021-08-23T14:30:18.404Z] #60 6.881 + cd /tmp/tmp.PipfsdaqyA/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:18.404Z] #60 6.882 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:18.404Z] #60 6.928 + export GO111MODULE=on [2021-08-23T14:30:18.404Z] #60 6.943 + GO111MODULE=on [2021-08-23T14:30:18.404Z] #60 6.943 + export GOPROXY=https://proxy.golang.org [2021-08-23T14:30:18.404Z] #60 6.944 + GOPROXY=https://proxy.golang.org [2021-08-23T14:30:18.404Z] #60 6.944 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:18.404Z] #60 6.944 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-08-23T14:30:18.425Z] #19 3.634 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-08-23T14:30:18.690Z] #19 ... [2021-08-23T14:30:18.690Z] [2021-08-23T14:30:18.690Z] #54 [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-08-23T14:30:18.690Z] #54 sha256:73c5c11efd0de3ac064409b6a5618eed62ca8c3e0ed9d1a963aa603c3773efee [2021-08-23T14:30:18.690Z] #54 3.350 github.com/LK4D4/vndr/build [2021-08-23T14:30:18.690Z] #54 3.397 github.com/LK4D4/vndr/godl/singleflight [2021-08-23T14:30:18.690Z] #54 3.563 github.com/LK4D4/vndr/versioned [2021-08-23T14:30:18.690Z] #54 4.127 github.com/LK4D4/vndr/godl [2021-08-23T14:30:18.690Z] #54 5.165 github.com/LK4D4/vndr [2021-08-23T14:30:18.690Z] #54 DONE 7.9s [2021-08-23T14:30:18.690Z] [2021-08-23T14:30:18.690Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-08-23T14:30:18.690Z] #19 sha256:dcae3e3184fc3709dcfeb20316dcc27d7eb0a580fc156707d3cff1919d6c8542 [2021-08-23T14:30:18.690Z] #19 3.946 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [24.4 kB] [2021-08-23T14:30:18.690Z] #19 3.946 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [25.8 kB] [2021-08-23T14:30:18.690Z] #19 3.948 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [25.8 kB] [2021-08-23T14:30:18.690Z] #19 3.953 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:30:18.690Z] #19 3.954 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [25.4 kB] [2021-08-23T14:30:18.690Z] #19 3.956 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [25.8 kB] [2021-08-23T14:30:18.980Z] #60 8.059 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:18.980Z] #60 8.062 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-08-23T14:30:19.243Z] #60 8.133 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-08-23T14:30:19.630Z] #19 ... [2021-08-23T14:30:19.630Z] [2021-08-23T14:30:19.630Z] #58 [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-08-23T14:30:19.630Z] #58 sha256:d2a946216cb0fa3feb594985430199134975c4537e6409bbe1dd2574e7628840 [2021-08-23T14:30:19.630Z] #58 1.889 + RM_GOPATH=0 [2021-08-23T14:30:19.630Z] #58 1.889 + TMP_GOPATH= [2021-08-23T14:30:19.630Z] #58 1.889 + : /build [2021-08-23T14:30:19.630Z] #58 1.889 + '[' -z '' ']' [2021-08-23T14:30:19.630Z] #58 1.889 ++ mktemp -d [2021-08-23T14:30:19.630Z] #58 1.891 + export GOPATH=/tmp/tmp.0Aliu3BWyy [2021-08-23T14:30:19.630Z] #58 1.891 + GOPATH=/tmp/tmp.0Aliu3BWyy [2021-08-23T14:30:19.630Z] #58 1.891 + RM_GOPATH=1 [2021-08-23T14:30:19.630Z] #58 1.891 + case "$(go env GOARCH)" in [2021-08-23T14:30:19.630Z] #58 1.896 ++ go env GOARCH [2021-08-23T14:30:19.630Z] #58 1.901 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:19.630Z] #58 1.901 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:19.630Z] #58 1.901 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:19.630Z] #58 1.903 + dir=/tmp/install [2021-08-23T14:30:19.630Z] #58 1.903 + bin=golangci_lint [2021-08-23T14:30:19.630Z] #58 1.903 + shift [2021-08-23T14:30:19.630Z] #58 1.903 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-08-23T14:30:19.630Z] #58 1.903 + . /tmp/install/golangci_lint.installer [2021-08-23T14:30:19.630Z] #58 1.903 ++ : v1.23.8 [2021-08-23T14:30:19.630Z] #58 1.903 + install_golangci_lint [2021-08-23T14:30:19.630Z] #58 1.903 + set -e [2021-08-23T14:30:19.630Z] #58 1.903 + export GO111MODULE=on [2021-08-23T14:30:19.630Z] #58 1.903 + GO111MODULE=on [2021-08-23T14:30:19.630Z] #58 1.903 + GOBIN=/build [2021-08-23T14:30:19.630Z] #58 1.903 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-08-23T14:30:19.630Z] #58 2.316 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-08-23T14:30:19.630Z] #58 7.947 go: downloading github.com/fatih/color v1.7.0 [2021-08-23T14:30:19.630Z] #58 7.961 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-08-23T14:30:19.630Z] #58 7.991 go: downloading github.com/pkg/errors v0.8.1 [2021-08-23T14:30:19.630Z] #58 8.004 go: downloading github.com/spf13/cobra v0.0.5 [2021-08-23T14:30:19.630Z] #58 8.070 go: downloading github.com/spf13/pflag v1.0.5 [2021-08-23T14:30:19.630Z] #58 8.194 go: downloading github.com/spf13/viper v1.6.1 [2021-08-23T14:30:19.630Z] #58 8.377 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-08-23T14:30:19.630Z] #58 8.399 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-08-23T14:30:19.630Z] #58 8.440 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-08-23T14:30:19.630Z] #58 8.446 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-08-23T14:30:19.630Z] #58 8.898 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-08-23T14:30:19.630Z] #58 8.976 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-23T14:30:19.814Z] #60 8.628 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-08-23T14:30:19.943Z] #60 3.347 + RM_GOPATH=0 [2021-08-23T14:30:19.943Z] #60 3.347 + TMP_GOPATH= [2021-08-23T14:30:19.943Z] #60 3.347 + : /build [2021-08-23T14:30:19.943Z] #60 3.347 + '[' -z '' ']' [2021-08-23T14:30:19.943Z] #60 3.348 ++ mktemp -d [2021-08-23T14:30:19.943Z] #60 3.362 + export GOPATH=/tmp/tmp.JJjuz7hBpQ [2021-08-23T14:30:19.943Z] #60 3.362 + GOPATH=/tmp/tmp.JJjuz7hBpQ [2021-08-23T14:30:19.943Z] #60 3.363 + RM_GOPATH=1 [2021-08-23T14:30:19.943Z] #60 3.363 + case "$(go env GOARCH)" in [2021-08-23T14:30:19.943Z] #60 3.365 ++ go env GOARCH [2021-08-23T14:30:19.943Z] #60 3.386 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:19.943Z] #60 3.387 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:19.943Z] #60 3.395 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:19.943Z] #60 3.398 + dir=/tmp/install [2021-08-23T14:30:19.943Z] #60 3.398 + bin=rootlesskit [2021-08-23T14:30:19.943Z] #60 3.398 + shift [2021-08-23T14:30:19.943Z] #60 3.398 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-08-23T14:30:19.943Z] #60 3.399 + . /tmp/install/rootlesskit.installer [2021-08-23T14:30:19.943Z] #60 3.399 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:19.943Z] #60 3.399 + install_rootlesskit [2021-08-23T14:30:19.943Z] #60 3.399 + case "$1" in [2021-08-23T14:30:19.943Z] #60 3.399 + export CGO_ENABLED=0 [2021-08-23T14:30:19.943Z] #60 3.399 + CGO_ENABLED=0 [2021-08-23T14:30:19.943Z] #60 3.399 + _install_rootlesskit [2021-08-23T14:30:19.943Z] #60 3.400 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-08-23T14:30:19.943Z] #60 3.400 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:19.943Z] #60 3.400 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.JJjuz7hBpQ/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:19.943Z] #60 3.403 Cloning into '/tmp/tmp.JJjuz7hBpQ/src/github.com/rootless-containers/rootlesskit'... [2021-08-23T14:30:20.075Z] #60 ... [2021-08-23T14:30:20.075Z] [2021-08-23T14:30:20.075Z] #25 [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-08-23T14:30:20.075Z] #25 sha256:0e33324b9708493a6c2ea8ada2b8d81c0dbf091225128092a986fc87e91d246b [2021-08-23T14:30:20.075Z] #25 3.648 + RM_GOPATH=0 [2021-08-23T14:30:20.075Z] #25 3.648 + TMP_GOPATH= [2021-08-23T14:30:20.075Z] #25 3.648 + : /build [2021-08-23T14:30:20.075Z] #25 3.648 + '[' -z '' ']' [2021-08-23T14:30:20.075Z] #25 3.648 ++ mktemp -d [2021-08-23T14:30:20.075Z] #25 3.654 + export GOPATH=/tmp/tmp.1jm6LbQuYf [2021-08-23T14:30:20.075Z] #25 3.654 + GOPATH=/tmp/tmp.1jm6LbQuYf [2021-08-23T14:30:20.075Z] #25 3.654 + RM_GOPATH=1 [2021-08-23T14:30:20.075Z] #25 3.654 + case "$(go env GOARCH)" in [2021-08-23T14:30:20.075Z] #25 3.654 ++ go env GOARCH [2021-08-23T14:30:20.075Z] #25 3.710 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.075Z] #25 3.710 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.075Z] #25 3.711 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:20.075Z] #25 3.712 + dir=/tmp/install [2021-08-23T14:30:20.075Z] #25 3.712 + bin=dockercli [2021-08-23T14:30:20.075Z] #25 3.712 + shift [2021-08-23T14:30:20.075Z] #25 3.712 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-08-23T14:30:20.075Z] #25 3.712 + . /tmp/install/dockercli.installer [2021-08-23T14:30:20.075Z] #25 3.712 ++ : stable [2021-08-23T14:30:20.075Z] #25 3.712 ++ : 17.06.2-ce [2021-08-23T14:30:20.075Z] #25 3.713 + install_dockercli [2021-08-23T14:30:20.075Z] #25 3.713 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-08-23T14:30:20.075Z] #25 3.713 Install docker/cli version 17.06.2-ce from stable [2021-08-23T14:30:20.075Z] #25 3.713 ++ uname -m [2021-08-23T14:30:20.075Z] #25 3.714 + arch=x86_64 [2021-08-23T14:30:20.075Z] #25 3.714 + '[' x86_64 '!=' x86_64 ']' [2021-08-23T14:30:20.075Z] #25 3.714 + url=https://download.docker.com/linux/static [2021-08-23T14:30:20.075Z] #25 3.715 + tar -xz docker/docker [2021-08-23T14:30:20.075Z] #25 3.717 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-08-23T14:30:20.075Z] #25 8.705 + mkdir -p /build [2021-08-23T14:30:20.075Z] #25 8.711 + mv docker/docker /build/ [2021-08-23T14:30:20.075Z] #25 8.720 + rmdir docker [2021-08-23T14:30:20.075Z] #25 DONE 9.1s [2021-08-23T14:30:20.336Z] [2021-08-23T14:30:20.336Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:20.336Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:20.336Z] #14 11.16 The following additional packages will be installed: [2021-08-23T14:30:20.336Z] #14 11.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:30:20.336Z] #14 11.16 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-08-23T14:30:20.336Z] #14 11.16 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-08-23T14:30:20.336Z] #14 11.16 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-08-23T14:30:20.336Z] #14 11.16 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-08-23T14:30:20.336Z] #14 11.17 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-08-23T14:30:20.336Z] #14 11.17 mingw-w64-common mingw-w64-x86-64-dev [2021-08-23T14:30:20.336Z] #14 11.18 Suggested packages: [2021-08-23T14:30:20.336Z] #14 11.19 gcc-10-locales seccomp wine64 [2021-08-23T14:30:20.336Z] #14 12.32 The following NEW packages will be installed: [2021-08-23T14:30:20.336Z] #14 12.34 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:30:20.336Z] #14 12.34 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-08-23T14:30:20.336Z] #14 12.34 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-08-23T14:30:20.336Z] #14 12.34 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-08-23T14:30:20.336Z] #14 12.35 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-08-23T14:30:20.336Z] #14 12.35 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-08-23T14:30:20.336Z] #14 12.35 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-08-23T14:30:20.336Z] #14 12.35 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-08-23T14:30:20.336Z] #14 12.35 mingw-w64-x86-64-dev [2021-08-23T14:30:20.570Z] #58 ... [2021-08-23T14:30:20.570Z] [2021-08-23T14:30:20.570Z] #60 [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-08-23T14:30:20.570Z] #60 sha256:a14fb1e2e57801097e91b59af402829a920d3db0a60a786c366d038113a95593 [2021-08-23T14:30:20.570Z] #60 1.633 + RM_GOPATH=0 [2021-08-23T14:30:20.570Z] #60 1.633 + TMP_GOPATH= [2021-08-23T14:30:20.570Z] #60 1.633 + : /build [2021-08-23T14:30:20.570Z] #60 1.633 + '[' -z '' ']' [2021-08-23T14:30:20.570Z] #60 1.633 ++ mktemp -d [2021-08-23T14:30:20.570Z] #60 1.633 + export GOPATH=/tmp/tmp.rSV3u2X1Bt [2021-08-23T14:30:20.570Z] #60 1.633 + GOPATH=/tmp/tmp.rSV3u2X1Bt [2021-08-23T14:30:20.570Z] #60 1.633 + RM_GOPATH=1 [2021-08-23T14:30:20.570Z] #60 1.633 + case "$(go env GOARCH)" in [2021-08-23T14:30:20.570Z] #60 1.634 ++ go env GOARCH [2021-08-23T14:30:20.570Z] #60 1.663 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.570Z] #60 1.663 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.570Z] #60 1.663 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:20.570Z] #60 1.664 + dir=/tmp/install [2021-08-23T14:30:20.570Z] #60 1.664 + bin=shfmt [2021-08-23T14:30:20.570Z] #60 1.664 + shift [2021-08-23T14:30:20.570Z] #60 1.664 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-08-23T14:30:20.570Z] #60 1.664 + . /tmp/install/shfmt.installer [2021-08-23T14:30:20.570Z] #60 1.664 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:20.570Z] #60 1.664 + install_shfmt [2021-08-23T14:30:20.570Z] #60 1.664 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-08-23T14:30:20.570Z] #60 1.664 + git clone https://github.com/mvdan/sh.git /tmp/tmp.rSV3u2X1Bt/src/github.com/mvdan/sh [2021-08-23T14:30:20.570Z] #60 1.666 Cloning into '/tmp/tmp.rSV3u2X1Bt/src/github.com/mvdan/sh'... [2021-08-23T14:30:20.570Z] #60 1.678 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:20.570Z] #60 5.412 + cd /tmp/tmp.rSV3u2X1Bt/src/github.com/mvdan/sh [2021-08-23T14:30:20.570Z] #60 5.412 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:20.570Z] #60 5.457 + GO111MODULE=on [2021-08-23T14:30:20.570Z] #60 5.457 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-08-23T14:30:20.570Z] #60 6.102 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-08-23T14:30:20.570Z] #60 6.106 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-08-23T14:30:20.570Z] #60 6.168 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-08-23T14:30:20.570Z] #60 6.855 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-08-23T14:30:20.570Z] #60 8.457 github.com/pkg/diff [2021-08-23T14:30:20.570Z] #60 8.457 golang.org/x/sys/unix [2021-08-23T14:30:20.570Z] #60 9.355 mvdan.cc/editorconfig [2021-08-23T14:30:20.570Z] #60 9.873 mvdan.cc/sh/v3/fileutil [2021-08-23T14:30:20.597Z] #14 12.74 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:30:20.597Z] #14 12.74 Need to get 115 MB of archives. [2021-08-23T14:30:20.597Z] #14 12.74 After this operation, 645 MB of additional disk space will be used. [2021-08-23T14:30:20.597Z] #14 12.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-08-23T14:30:20.830Z] #60 9.976 mvdan.cc/sh/v3/syntax [2021-08-23T14:30:20.830Z] #60 ... [2021-08-23T14:30:20.830Z] [2021-08-23T14:30:20.830Z] #56 [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-08-23T14:30:20.830Z] #56 sha256:1461dc8d0d48be465b445ac194ceb2e2d019b86de81a1ed5c099e73730d9a4b2 [2021-08-23T14:30:20.830Z] #56 2.158 + RM_GOPATH=0 [2021-08-23T14:30:20.830Z] #56 2.158 + TMP_GOPATH= [2021-08-23T14:30:20.830Z] #56 2.158 + : /build [2021-08-23T14:30:20.830Z] #56 2.158 + '[' -z '' ']' [2021-08-23T14:30:20.830Z] #56 2.164 ++ mktemp -d [2021-08-23T14:30:20.830Z] #56 2.166 + export GOPATH=/tmp/tmp.7Xcjcjfc0x [2021-08-23T14:30:20.830Z] #56 2.167 + GOPATH=/tmp/tmp.7Xcjcjfc0x [2021-08-23T14:30:20.830Z] #56 2.167 + RM_GOPATH=1 [2021-08-23T14:30:20.830Z] #56 2.167 + case "$(go env GOARCH)" in [2021-08-23T14:30:20.830Z] #56 2.167 ++ go env GOARCH [2021-08-23T14:30:20.830Z] #56 2.182 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.830Z] #56 2.182 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:20.830Z] #56 2.182 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:20.830Z] #56 2.182 + dir=/tmp/install [2021-08-23T14:30:20.830Z] #56 2.182 + bin=gotestsum [2021-08-23T14:30:20.830Z] #56 2.182 + shift [2021-08-23T14:30:20.830Z] #56 2.182 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-08-23T14:30:20.830Z] #56 2.182 + . /tmp/install/gotestsum.installer [2021-08-23T14:30:20.830Z] #56 2.182 ++ : v0.5.3 [2021-08-23T14:30:20.830Z] #56 2.182 + install_gotestsum [2021-08-23T14:30:20.830Z] #56 2.189 + set -e [2021-08-23T14:30:20.830Z] #56 2.189 + export GO111MODULE=on [2021-08-23T14:30:20.830Z] #56 2.189 + GO111MODULE=on [2021-08-23T14:30:20.830Z] #56 2.189 + GOBIN=/build [2021-08-23T14:30:20.830Z] #56 2.189 + go get gotest.tools/gotestsum@v0.5.3 [2021-08-23T14:30:20.830Z] #56 2.650 go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:30:20.830Z] #56 3.884 go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:30:20.830Z] #56 3.884 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:30:20.830Z] #56 3.912 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:20.830Z] #56 3.921 go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:30:20.830Z] #56 4.085 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:30:20.830Z] #56 4.131 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:30:20.830Z] #56 4.200 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:30:20.830Z] #56 4.223 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:30:20.830Z] #56 4.320 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:30:20.830Z] #56 4.535 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:30:20.831Z] #56 5.242 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:30:20.831Z] #56 ... [2021-08-23T14:30:20.831Z] [2021-08-23T14:30:20.831Z] #58 [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-08-23T14:30:20.831Z] #58 sha256:d2a946216cb0fa3feb594985430199134975c4537e6409bbe1dd2574e7628840 [2021-08-23T14:30:20.831Z] #58 9.944 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-08-23T14:30:20.831Z] #58 9.947 go: downloading github.com/stretchr/testify v1.4.0 [2021-08-23T14:30:20.831Z] #58 10.02 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-08-23T14:30:20.831Z] #58 10.06 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-08-23T14:30:20.831Z] #58 10.07 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-08-23T14:30:20.831Z] #58 10.10 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-08-23T14:30:20.831Z] #58 10.19 go: downloading github.com/magiconair/properties v1.8.1 [2021-08-23T14:30:20.858Z] #14 12.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-08-23T14:30:21.090Z] #58 10.19 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-23T14:30:21.090Z] #58 10.22 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-08-23T14:30:21.091Z] #58 10.24 go: downloading github.com/spf13/afero v1.1.2 [2021-08-23T14:30:21.091Z] #58 10.28 go: downloading github.com/spf13/cast v1.3.0 [2021-08-23T14:30:21.091Z] #58 10.34 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-08-23T14:30:21.091Z] #58 10.35 go: downloading github.com/subosito/gotenv v1.2.0 [2021-08-23T14:30:21.091Z] #58 10.36 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-08-23T14:30:21.091Z] #58 10.37 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-08-23T14:30:21.091Z] #58 10.44 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-08-23T14:30:21.119Z] #14 13.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-08-23T14:30:21.119Z] #14 13.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-08-23T14:30:21.119Z] #14 13.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-08-23T14:30:21.119Z] #14 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-08-23T14:30:21.119Z] #14 ... [2021-08-23T14:30:21.119Z] [2021-08-23T14:30:21.119Z] #53 [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-08-23T14:30:21.119Z] #53 sha256:50ab137b5269b0c9562155baf57d13cd98054b344b4946abccc3f073886029a6 [2021-08-23T14:30:21.119Z] #53 3.329 + RM_GOPATH=0 [2021-08-23T14:30:21.119Z] #53 3.329 + TMP_GOPATH= [2021-08-23T14:30:21.119Z] #53 3.329 + : /build [2021-08-23T14:30:21.119Z] #53 3.329 + '[' -z '' ']' [2021-08-23T14:30:21.119Z] #53 3.329 ++ mktemp -d [2021-08-23T14:30:21.119Z] #53 3.329 + export GOPATH=/tmp/tmp.GsTsVEan1j [2021-08-23T14:30:21.119Z] #53 3.329 + GOPATH=/tmp/tmp.GsTsVEan1j [2021-08-23T14:30:21.119Z] #53 3.329 + RM_GOPATH=1 [2021-08-23T14:30:21.119Z] #53 3.329 + case "$(go env GOARCH)" in [2021-08-23T14:30:21.119Z] #53 3.329 ++ go env GOARCH [2021-08-23T14:30:21.119Z] #53 3.356 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.119Z] #53 3.356 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.119Z] #53 3.356 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:21.119Z] #53 3.356 + dir=/tmp/install [2021-08-23T14:30:21.119Z] #53 3.356 + bin=shfmt [2021-08-23T14:30:21.119Z] #53 3.356 + shift [2021-08-23T14:30:21.119Z] #53 3.356 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-08-23T14:30:21.119Z] #53 3.356 + . /tmp/install/shfmt.installer [2021-08-23T14:30:21.119Z] #53 3.356 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:21.119Z] #53 3.356 + install_shfmt [2021-08-23T14:30:21.119Z] #53 3.356 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-08-23T14:30:21.119Z] #53 3.356 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GsTsVEan1j/src/github.com/mvdan/sh [2021-08-23T14:30:21.119Z] #53 3.356 Cloning into '/tmp/tmp.GsTsVEan1j/src/github.com/mvdan/sh'... [2021-08-23T14:30:21.119Z] #53 3.356 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:21.119Z] #53 ... [2021-08-23T14:30:21.119Z] [2021-08-23T14:30:21.119Z] #51 [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-08-23T14:30:21.119Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:21.119Z] #51 3.714 + RM_GOPATH=0 [2021-08-23T14:30:21.119Z] #51 3.714 + TMP_GOPATH= [2021-08-23T14:30:21.119Z] #51 3.714 + : /build [2021-08-23T14:30:21.119Z] #51 3.714 + '[' -z '' ']' [2021-08-23T14:30:21.119Z] #51 3.717 ++ mktemp -d [2021-08-23T14:30:21.119Z] #51 3.722 + export GOPATH=/tmp/tmp.BtQSFgDqk4 [2021-08-23T14:30:21.119Z] #51 3.722 + GOPATH=/tmp/tmp.BtQSFgDqk4 [2021-08-23T14:30:21.119Z] #51 3.723 + RM_GOPATH=1 [2021-08-23T14:30:21.119Z] #51 3.723 + case "$(go env GOARCH)" in [2021-08-23T14:30:21.119Z] #51 3.726 ++ go env GOARCH [2021-08-23T14:30:21.119Z] #51 3.738 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.119Z] #51 3.739 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.119Z] #51 3.739 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:21.119Z] #51 3.742 + dir=/tmp/install [2021-08-23T14:30:21.119Z] #51 3.742 + bin=golangci_lint [2021-08-23T14:30:21.119Z] #51 3.743 + shift [2021-08-23T14:30:21.119Z] #51 3.743 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-08-23T14:30:21.119Z] #51 3.743 + . /tmp/install/golangci_lint.installer [2021-08-23T14:30:21.119Z] #51 3.744 ++ : v1.23.8 [2021-08-23T14:30:21.119Z] #51 3.744 + install_golangci_lint [2021-08-23T14:30:21.119Z] #51 3.748 + set -e [2021-08-23T14:30:21.119Z] #51 3.748 + export GO111MODULE=on [2021-08-23T14:30:21.119Z] #51 3.748 + GO111MODULE=on [2021-08-23T14:30:21.119Z] #51 3.748 + GOBIN=/build [2021-08-23T14:30:21.119Z] #51 3.748 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-08-23T14:30:21.119Z] #51 4.360 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-08-23T14:30:21.350Z] #58 10.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.53 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.67 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.69 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-08-23T14:30:21.350Z] #58 10.73 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-08-23T14:30:21.350Z] #58 10.81 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-08-23T14:30:21.380Z] #51 ... [2021-08-23T14:30:21.380Z] [2021-08-23T14:30:21.380Z] #47 [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-08-23T14:30:21.380Z] #47 sha256:ee5e2f4e6ab0e084cfe3276132fe364dcc800e6d74db1a166897382aa22dae61 [2021-08-23T14:30:21.380Z] #47 3.538 + RM_GOPATH=0 [2021-08-23T14:30:21.380Z] #47 3.538 + TMP_GOPATH= [2021-08-23T14:30:21.380Z] #47 3.538 + : /build [2021-08-23T14:30:21.380Z] #47 3.538 + '[' -z '' ']' [2021-08-23T14:30:21.380Z] #47 3.538 ++ mktemp -d [2021-08-23T14:30:21.380Z] #47 3.555 + export GOPATH=/tmp/tmp.smnd1kHfTT [2021-08-23T14:30:21.380Z] #47 3.555 + GOPATH=/tmp/tmp.smnd1kHfTT [2021-08-23T14:30:21.380Z] #47 3.555 + RM_GOPATH=1 [2021-08-23T14:30:21.380Z] #47 3.555 + case "$(go env GOARCH)" in [2021-08-23T14:30:21.380Z] #47 3.555 ++ go env GOARCH [2021-08-23T14:30:21.380Z] #47 3.577 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.380Z] #47 3.577 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:21.380Z] #47 3.577 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:21.380Z] #47 3.577 + dir=/tmp/install [2021-08-23T14:30:21.380Z] #47 3.577 + bin=vndr [2021-08-23T14:30:21.380Z] #47 3.577 + shift [2021-08-23T14:30:21.380Z] #47 3.577 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-08-23T14:30:21.380Z] #47 3.577 + . /tmp/install/vndr.installer [2021-08-23T14:30:21.380Z] #47 3.577 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:21.380Z] #47 3.577 + install_vndr [2021-08-23T14:30:21.380Z] #47 3.577 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-08-23T14:30:21.380Z] #47 3.577 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.smnd1kHfTT/src/github.com/LK4D4/vndr [2021-08-23T14:30:21.380Z] #47 3.579 Cloning into '/tmp/tmp.smnd1kHfTT/src/github.com/LK4D4/vndr'... [2021-08-23T14:30:21.380Z] #47 3.582 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:21.380Z] #47 4.323 + cd /tmp/tmp.smnd1kHfTT/src/github.com/LK4D4/vndr [2021-08-23T14:30:21.380Z] #47 4.326 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:21.380Z] #47 4.332 + go build -buildmode=pie -v -o /build/vndr . [2021-08-23T14:30:21.380Z] #47 5.520 github.com/LK4D4/vndr/godl/singleflight [2021-08-23T14:30:21.380Z] #47 5.673 github.com/LK4D4/vndr/build [2021-08-23T14:30:21.380Z] #47 5.753 github.com/LK4D4/vndr/versioned [2021-08-23T14:30:21.380Z] #47 6.532 github.com/LK4D4/vndr/godl [2021-08-23T14:30:21.380Z] #47 8.835 github.com/LK4D4/vndr [2021-08-23T14:30:21.380Z] #47 ... [2021-08-23T14:30:21.380Z] [2021-08-23T14:30:21.380Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:21.380Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:21.380Z] #14 13.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-08-23T14:30:21.380Z] #14 13.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-08-23T14:30:21.380Z] #14 13.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-08-23T14:30:21.610Z] #58 10.87 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-08-23T14:30:21.610Z] #58 10.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-08-23T14:30:21.610Z] #58 10.98 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-08-23T14:30:21.610Z] #58 11.05 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-08-23T14:30:21.871Z] #58 11.24 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-08-23T14:30:21.871Z] #58 11.30 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-08-23T14:30:21.871Z] #58 11.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-08-23T14:30:21.953Z] #14 13.94 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:30:22.131Z] #58 11.42 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-08-23T14:30:22.131Z] #58 11.46 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-08-23T14:30:22.131Z] #58 11.55 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-08-23T14:30:22.131Z] #58 11.57 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-08-23T14:30:22.217Z] #14 ... [2021-08-23T14:30:22.217Z] [2021-08-23T14:30:22.217Z] #57 [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-08-23T14:30:22.217Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:30:22.217Z] #57 11.07 The following additional packages will be installed: [2021-08-23T14:30:22.217Z] #57 11.07 libbtrfs0 [2021-08-23T14:30:22.217Z] #57 11.21 The following NEW packages will be installed: [2021-08-23T14:30:22.217Z] #57 11.22 libbtrfs-dev libbtrfs0 [2021-08-23T14:30:22.217Z] #57 11.56 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:30:22.217Z] #57 11.56 Need to get 460 kB of archives. [2021-08-23T14:30:22.217Z] #57 11.56 After this operation, 1237 kB of additional disk space will be used. [2021-08-23T14:30:22.217Z] #57 11.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:30:22.217Z] #57 11.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:30:22.217Z] #57 12.47 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:30:22.217Z] #57 12.80 Fetched 460 kB in 0s (1468 kB/s) [2021-08-23T14:30:22.217Z] #57 12.99 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:30:22.217Z] #57 12.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:30:22.217Z] #57 13.06 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:30:22.217Z] #57 13.07 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:30:22.217Z] #57 13.36 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:30:22.217Z] #57 13.38 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:30:22.217Z] #57 13.39 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:30:22.217Z] #57 13.81 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:30:22.217Z] #57 13.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:30:22.217Z] #57 13.84 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:30:22.217Z] #57 DONE 14.2s [2021-08-23T14:30:22.217Z] [2021-08-23T14:30:22.217Z] #58 [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-08-23T14:30:22.217Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:30:22.478Z] #58 ... [2021-08-23T14:30:22.478Z] [2021-08-23T14:30:22.478Z] #28 [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-08-23T14:30:22.478Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-08-23T14:30:22.478Z] #28 CACHED [2021-08-23T14:30:22.478Z] [2021-08-23T14:30:22.478Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-08-23T14:30:22.478Z] #29 sha256:16ebf4877308f066642f103a3179aa67671fc686b75a3e12cea3a08e600bd042 [2021-08-23T14:30:22.478Z] #29 CACHED [2021-08-23T14:30:22.478Z] [2021-08-23T14:30:22.478Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:30:22.478Z] #30 sha256:e713c2a513a88d4c741997aa1813c15911e3522ac02b05a7422c295e457d7779 [2021-08-23T14:30:22.478Z] #30 CACHED [2021-08-23T14:30:22.478Z] [2021-08-23T14:30:22.478Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-08-23T14:30:22.478Z] #32 sha256:5000a216875d5a9f4cda0b8c2c0e5aefed838175e9661a0f902db61417226b10 [2021-08-23T14:30:22.478Z] #32 CACHED [2021-08-23T14:30:22.478Z] [2021-08-23T14:30:22.478Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:30:22.478Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:30:22.478Z] #33 CACHED [2021-08-23T14:30:22.542Z] #60 5.881 + cd /tmp/tmp.JJjuz7hBpQ/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:30:22.542Z] #60 ... [2021-08-23T14:30:22.542Z] [2021-08-23T14:30:22.542Z] #38 [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-08-23T14:30:22.542Z] #38 sha256:3bddc45f6995b3b0e3e113e70e04731d8f59d406b439974c7a563f9a986c69d3 [2021-08-23T14:30:22.542Z] #38 3.172 + RM_GOPATH=0 [2021-08-23T14:30:22.542Z] #38 3.172 + TMP_GOPATH= [2021-08-23T14:30:22.542Z] #38 3.173 + : /build [2021-08-23T14:30:22.542Z] #38 3.173 + '[' -z '' ']' [2021-08-23T14:30:22.542Z] #38 3.175 ++ mktemp -d [2021-08-23T14:30:22.542Z] #38 3.181 + export GOPATH=/tmp/tmp.xjI2vUtloD [2021-08-23T14:30:22.542Z] #38 3.182 + GOPATH=/tmp/tmp.xjI2vUtloD [2021-08-23T14:30:22.542Z] #38 3.182 + RM_GOPATH=1 [2021-08-23T14:30:22.542Z] #38 3.182 + case "$(go env GOARCH)" in [2021-08-23T14:30:22.542Z] #38 3.183 ++ go env GOARCH [2021-08-23T14:30:22.542Z] #38 3.214 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:22.542Z] #38 3.214 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:22.542Z] #38 3.216 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:22.542Z] #38 3.223 + dir=/tmp/install [2021-08-23T14:30:22.542Z] #38 3.223 + bin=tini [2021-08-23T14:30:22.542Z] #38 3.223 + shift [2021-08-23T14:30:22.542Z] #38 3.223 + '[' '!' -f /tmp/install/tini.installer ']' [2021-08-23T14:30:22.542Z] #38 3.223 + . /tmp/install/tini.installer [2021-08-23T14:30:22.542Z] #38 3.223 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:22.542Z] #38 3.223 + install_tini [2021-08-23T14:30:22.542Z] #38 3.223 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-08-23T14:30:22.542Z] #38 3.223 + git clone https://github.com/krallin/tini.git /tmp/tmp.xjI2vUtloD/tini [2021-08-23T14:30:22.542Z] #38 3.223 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:22.542Z] #38 3.259 Cloning into '/tmp/tmp.xjI2vUtloD/tini'... [2021-08-23T14:30:22.542Z] #38 3.813 + cd /tmp/tmp.xjI2vUtloD/tini [2021-08-23T14:30:22.542Z] #38 3.827 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:22.542Z] #38 3.838 + cmake . [2021-08-23T14:30:22.542Z] #38 4.497 -- The C compiler identification is GNU 10.2.1 [2021-08-23T14:30:22.542Z] #38 4.615 -- Detecting C compiler ABI info [2021-08-23T14:30:22.542Z] #38 5.249 -- Detecting C compiler ABI info - done [2021-08-23T14:30:22.542Z] #38 5.336 -- Check for working C compiler: /usr/bin/cc - skipped [2021-08-23T14:30:22.542Z] #38 5.343 -- Detecting C compile features [2021-08-23T14:30:22.542Z] #38 5.347 -- Detecting C compile features - done [2021-08-23T14:30:22.542Z] #38 5.384 -- Performing Test HAS_BUILTIN_FORTIFY [2021-08-23T14:30:22.542Z] #38 5.648 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-08-23T14:30:22.542Z] #38 5.732 -- Configuring done [2021-08-23T14:30:22.542Z] #38 5.769 -- Generating done [2021-08-23T14:30:22.542Z] #38 5.779 -- Build files have been written to: /tmp/tmp.xjI2vUtloD/tini [2021-08-23T14:30:22.542Z] #38 5.791 + make tini-static [2021-08-23T14:30:22.542Z] #38 ... [2021-08-23T14:30:22.542Z] [2021-08-23T14:30:22.542Z] #60 [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-08-23T14:30:22.542Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:22.542Z] #60 5.883 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:30:22.542Z] #60 5.961 + export GO111MODULE=on [2021-08-23T14:30:22.542Z] #60 5.961 + GO111MODULE=on [2021-08-23T14:30:22.542Z] #60 5.962 + export GOPROXY=https://proxy.golang.org [2021-08-23T14:30:22.542Z] #60 5.962 + GOPROXY=https://proxy.golang.org [2021-08-23T14:30:22.542Z] #60 5.963 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:22.542Z] #60 5.964 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-08-23T14:30:22.701Z] #58 11.75 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-08-23T14:30:22.701Z] #58 11.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-08-23T14:30:22.701Z] #58 11.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-08-23T14:30:22.701Z] #58 11.78 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-08-23T14:30:22.701Z] #58 11.79 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-08-23T14:30:22.701Z] #58 11.80 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-08-23T14:30:22.701Z] #58 11.89 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-08-23T14:30:22.701Z] #58 11.89 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-08-23T14:30:22.701Z] #58 11.92 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-08-23T14:30:22.701Z] #58 11.94 go: downloading github.com/ultraware/funlen v0.0.2 [2021-08-23T14:30:22.701Z] #58 11.96 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-08-23T14:30:22.701Z] #58 11.96 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-08-23T14:30:22.701Z] #58 12.00 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-08-23T14:30:22.739Z] [2021-08-23T14:30:22.739Z] #35 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:30:22.739Z] #35 sha256:41a6ec9d112bb1fdb95aa396b0ee0eeb99dcf0e01e4b79ce81158ab1bf5a1e10 [2021-08-23T14:30:22.739Z] #35 CACHED [2021-08-23T14:30:22.739Z] [2021-08-23T14:30:22.739Z] #51 [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-08-23T14:30:22.739Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:22.739Z] #51 11.68 go: downloading github.com/fatih/color v1.7.0 [2021-08-23T14:30:22.739Z] #51 11.68 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-08-23T14:30:22.739Z] #51 11.74 go: downloading github.com/pkg/errors v0.8.1 [2021-08-23T14:30:22.739Z] #51 11.76 go: downloading github.com/spf13/cobra v0.0.5 [2021-08-23T14:30:22.961Z] #58 12.28 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-08-23T14:30:22.962Z] #58 12.29 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-08-23T14:30:22.962Z] #58 12.35 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-08-23T14:30:22.962Z] #58 12.35 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-23T14:30:22.962Z] #58 12.37 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-23T14:30:22.962Z] #58 12.40 go: downloading github.com/stretchr/objx v0.2.0 [2021-08-23T14:30:23.002Z] #51 11.85 go: downloading github.com/spf13/pflag v1.0.5 [2021-08-23T14:30:23.002Z] #51 12.06 go: downloading github.com/spf13/viper v1.6.1 [2021-08-23T14:30:23.222Z] #58 12.44 go: downloading golang.org/x/text v0.3.2 [2021-08-23T14:30:23.577Z] #51 12.45 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-08-23T14:30:23.577Z] #51 12.52 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-08-23T14:30:23.577Z] #51 12.55 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-08-23T14:30:23.577Z] #51 12.58 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-08-23T14:30:23.938Z] #60 7.116 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-08-23T14:30:23.938Z] #60 7.126 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:23.938Z] #60 7.127 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-08-23T14:30:23.938Z] #60 7.410 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-08-23T14:30:23.938Z] #60 7.430 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-08-23T14:30:24.201Z] #60 ... [2021-08-23T14:30:24.201Z] [2021-08-23T14:30:24.201Z] #35 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:30:24.201Z] #35 sha256:b6262e1e6fd3510309fa8ce495376ef146189fcd9e1519d92432ae5d0a12afce [2021-08-23T14:30:24.201Z] #35 2.655 Install go-toml version v1.8.1 [2021-08-23T14:30:24.201Z] #35 DONE 7.6s [2021-08-23T14:30:24.201Z] [2021-08-23T14:30:24.201Z] #53 [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-08-23T14:30:24.201Z] #53 sha256:f6c3eb1bcec57eec3547cd4aa66e9060106a5efae300e5276ee59d6940965a8d [2021-08-23T14:30:24.201Z] #53 3.103 + RM_GOPATH=0 [2021-08-23T14:30:24.201Z] #53 3.103 + TMP_GOPATH= [2021-08-23T14:30:24.201Z] #53 3.104 + : /build [2021-08-23T14:30:24.201Z] #53 3.104 + '[' -z '' ']' [2021-08-23T14:30:24.201Z] #53 3.106 ++ mktemp -d [2021-08-23T14:30:24.201Z] #53 3.110 + export GOPATH=/tmp/tmp.FjMebNOBsS [2021-08-23T14:30:24.201Z] #53 3.110 + GOPATH=/tmp/tmp.FjMebNOBsS [2021-08-23T14:30:24.201Z] #53 3.110 + RM_GOPATH=1 [2021-08-23T14:30:24.201Z] #53 3.110 + case "$(go env GOARCH)" in [2021-08-23T14:30:24.201Z] #53 3.112 ++ go env GOARCH [2021-08-23T14:30:24.201Z] #53 3.144 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:24.201Z] #53 3.144 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:24.201Z] #53 3.146 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:24.201Z] #53 3.151 + dir=/tmp/install [2021-08-23T14:30:24.201Z] #53 3.152 + bin=shfmt [2021-08-23T14:30:24.201Z] #53 3.154 + shift [2021-08-23T14:30:24.201Z] #53 3.155 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-08-23T14:30:24.201Z] #53 3.156 + . /tmp/install/shfmt.installer [2021-08-23T14:30:24.201Z] #53 3.158 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:24.201Z] #53 3.159 + install_shfmt [2021-08-23T14:30:24.201Z] #53 3.160 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-08-23T14:30:24.201Z] #53 3.160 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:24.201Z] #53 3.161 + git clone https://github.com/mvdan/sh.git /tmp/tmp.FjMebNOBsS/src/github.com/mvdan/sh [2021-08-23T14:30:24.201Z] #53 3.165 Cloning into '/tmp/tmp.FjMebNOBsS/src/github.com/mvdan/sh'... [2021-08-23T14:30:24.201Z] #53 7.677 + cd /tmp/tmp.FjMebNOBsS/src/github.com/mvdan/sh [2021-08-23T14:30:24.201Z] #53 7.677 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:24.201Z] #53 7.714 + GO111MODULE=on [2021-08-23T14:30:24.201Z] #53 7.714 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-08-23T14:30:24.523Z] #51 13.28 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-08-23T14:30:24.523Z] #51 13.42 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-23T14:30:25.156Z] #53 ... [2021-08-23T14:30:25.156Z] [2021-08-23T14:30:25.156Z] #60 [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-08-23T14:30:25.156Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:25.156Z] #60 8.484 go: downloading github.com/google/uuid v1.3.0 [2021-08-23T14:30:25.156Z] #60 8.486 go: downloading github.com/moby/vpnkit v0.5.0 [2021-08-23T14:30:25.157Z] #60 8.755 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-08-23T14:30:25.418Z] #60 ... [2021-08-23T14:30:25.418Z] [2021-08-23T14:30:25.418Z] #38 [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-08-23T14:30:25.418Z] #38 sha256:3bddc45f6995b3b0e3e113e70e04731d8f59d406b439974c7a563f9a986c69d3 [2021-08-23T14:30:25.418Z] #38 6.072 Scanning dependencies of target tini-static [2021-08-23T14:30:25.418Z] #38 6.177 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-08-23T14:30:25.418Z] #38 7.561 [100%] Linking C executable tini-static [2021-08-23T14:30:25.418Z] #38 8.474 [100%] Built target tini-static [2021-08-23T14:30:25.418Z] #38 8.521 + mkdir -p /build [2021-08-23T14:30:25.418Z] #38 8.554 + cp tini-static /build/docker-init [2021-08-23T14:30:25.418Z] #38 DONE 8.8s [2021-08-23T14:30:25.467Z] #51 ... [2021-08-23T14:30:25.467Z] [2021-08-23T14:30:25.467Z] #47 [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-08-23T14:30:25.467Z] #47 sha256:ee5e2f4e6ab0e084cfe3276132fe364dcc800e6d74db1a166897382aa22dae61 [2021-08-23T14:30:25.467Z] #47 DONE 14.5s [2021-08-23T14:30:25.467Z] [2021-08-23T14:30:25.467Z] #58 [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-08-23T14:30:25.467Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:30:25.467Z] #58 1.334 + RM_GOPATH=0 [2021-08-23T14:30:25.467Z] #58 1.337 + TMP_GOPATH= [2021-08-23T14:30:25.467Z] #58 1.337 + : /build [2021-08-23T14:30:25.467Z] #58 1.343 + '[' -z '' ']' [2021-08-23T14:30:25.467Z] #58 1.344 ++ mktemp -d [2021-08-23T14:30:25.467Z] #58 1.347 + export GOPATH=/tmp/tmp.PirI2U9WiX [2021-08-23T14:30:25.467Z] #58 1.347 + GOPATH=/tmp/tmp.PirI2U9WiX [2021-08-23T14:30:25.467Z] #58 1.348 + RM_GOPATH=1 [2021-08-23T14:30:25.467Z] #58 1.348 + case "$(go env GOARCH)" in [2021-08-23T14:30:25.467Z] #58 1.349 ++ go env GOARCH [2021-08-23T14:30:25.467Z] #58 1.386 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:25.467Z] #58 1.387 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:25.467Z] #58 1.387 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:25.467Z] #58 1.388 + dir=/tmp/install [2021-08-23T14:30:25.467Z] #58 1.390 + bin=containerd [2021-08-23T14:30:25.467Z] #58 1.390 + shift [2021-08-23T14:30:25.467Z] #58 1.391 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-08-23T14:30:25.467Z] #58 1.391 + . /tmp/install/containerd.installer [2021-08-23T14:30:25.467Z] #58 1.393 ++ set -e [2021-08-23T14:30:25.467Z] #58 1.393 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:25.467Z] #58 1.393 + install_containerd [2021-08-23T14:30:25.467Z] #58 1.394 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0' [2021-08-23T14:30:25.467Z] #58 1.402 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:25.467Z] #58 1.404 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PirI2U9WiX/src/github.com/containerd/containerd [2021-08-23T14:30:25.467Z] #58 1.410 Cloning into '/tmp/tmp.PirI2U9WiX/src/github.com/containerd/containerd'... [2021-08-23T14:30:25.681Z] [2021-08-23T14:30:25.681Z] #60 [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-08-23T14:30:25.681Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:25.681Z] #60 9.035 go: downloading github.com/gofrs/flock v0.8.1 [2021-08-23T14:30:25.681Z] #60 9.138 go: downloading github.com/gorilla/mux v1.8.0 [2021-08-23T14:30:25.765Z] #58 14.60 go: downloading github.com/gobwas/glob v0.2.3 [2021-08-23T14:30:25.765Z] #58 14.61 go: downloading github.com/kisielk/gotool v1.0.0 [2021-08-23T14:30:25.765Z] #58 14.65 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-08-23T14:30:25.765Z] #58 14.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-08-23T14:30:25.765Z] #58 14.67 go: downloading github.com/gogo/protobuf v1.2.1 [2021-08-23T14:30:25.765Z] #58 15.18 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-08-23T14:30:25.943Z] #60 9.480 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-08-23T14:30:26.027Z] #58 ... [2021-08-23T14:30:26.027Z] [2021-08-23T14:30:26.027Z] #60 [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-08-23T14:30:26.027Z] #60 sha256:a14fb1e2e57801097e91b59af402829a920d3db0a60a786c366d038113a95593 [2021-08-23T14:30:26.027Z] #60 12.10 golang.org/x/crypto/ssh/terminal [2021-08-23T14:30:26.027Z] #60 13.83 mvdan.cc/sh/v3/cmd/shfmt [2021-08-23T14:30:26.027Z] #60 DONE 15.4s [2021-08-23T14:30:26.027Z] [2021-08-23T14:30:26.027Z] #58 [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-08-23T14:30:26.027Z] #58 sha256:d2a946216cb0fa3feb594985430199134975c4537e6409bbe1dd2574e7628840 [2021-08-23T14:30:26.027Z] #58 15.35 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-08-23T14:30:26.027Z] #58 15.48 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-08-23T14:30:26.518Z] #60 ... [2021-08-23T14:30:26.518Z] [2021-08-23T14:30:26.518Z] #49 [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-08-23T14:30:26.518Z] #49 sha256:52b25da58724097b8caf8706717952c33605c65616e39c9090e45036d4ef7508 [2021-08-23T14:30:26.518Z] #49 2.888 + RM_GOPATH=0 [2021-08-23T14:30:26.518Z] #49 2.888 + TMP_GOPATH= [2021-08-23T14:30:26.518Z] #49 2.888 + : /build [2021-08-23T14:30:26.518Z] #49 2.888 + '[' -z '' ']' [2021-08-23T14:30:26.518Z] #49 2.888 ++ mktemp -d [2021-08-23T14:30:26.518Z] #49 2.893 + export GOPATH=/tmp/tmp.hgVVCdY7sP [2021-08-23T14:30:26.518Z] #49 2.893 + GOPATH=/tmp/tmp.hgVVCdY7sP [2021-08-23T14:30:26.518Z] #49 2.893 + RM_GOPATH=1 [2021-08-23T14:30:26.518Z] #49 2.893 + case "$(go env GOARCH)" in [2021-08-23T14:30:26.518Z] #49 2.893 ++ go env GOARCH [2021-08-23T14:30:26.518Z] #49 2.912 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.518Z] #49 2.912 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.518Z] #49 2.912 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:26.518Z] #49 2.916 + dir=/tmp/install [2021-08-23T14:30:26.518Z] #49 2.916 + bin=gotestsum [2021-08-23T14:30:26.518Z] #49 2.916 + shift [2021-08-23T14:30:26.518Z] #49 2.916 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-08-23T14:30:26.518Z] #49 2.916 + . /tmp/install/gotestsum.installer [2021-08-23T14:30:26.518Z] #49 2.916 ++ : v0.5.3 [2021-08-23T14:30:26.518Z] #49 2.916 + install_gotestsum [2021-08-23T14:30:26.518Z] #49 2.920 + set -e [2021-08-23T14:30:26.518Z] #49 2.920 + export GO111MODULE=on [2021-08-23T14:30:26.518Z] #49 2.920 + GO111MODULE=on [2021-08-23T14:30:26.518Z] #49 2.920 + GOBIN=/build [2021-08-23T14:30:26.518Z] #49 2.920 + go get gotest.tools/gotestsum@v0.5.3 [2021-08-23T14:30:26.518Z] #49 3.373 go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:30:26.518Z] #49 4.563 go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:30:26.518Z] #49 4.566 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:30:26.518Z] #49 4.569 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:30:26.518Z] #49 4.575 go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:30:26.518Z] #49 4.766 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:30:26.518Z] #49 4.773 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:30:26.518Z] #49 4.846 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:30:26.518Z] #49 4.882 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:30:26.518Z] #49 4.907 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:30:26.518Z] #49 5.345 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:30:26.518Z] #49 5.364 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:30:26.518Z] #49 ... [2021-08-23T14:30:26.518Z] [2021-08-23T14:30:26.518Z] #55 [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-08-23T14:30:26.518Z] #55 sha256:3d8db86e498728426735aa641125f12137f9a33833093c464a6ecdaf5558af03 [2021-08-23T14:30:26.518Z] #55 2.239 + RM_GOPATH=0 [2021-08-23T14:30:26.518Z] #55 2.239 + TMP_GOPATH= [2021-08-23T14:30:26.518Z] #55 2.239 + : /build [2021-08-23T14:30:26.518Z] #55 2.239 + '[' -z '' ']' [2021-08-23T14:30:26.518Z] #55 2.240 ++ mktemp -d [2021-08-23T14:30:26.518Z] #55 2.248 + export GOPATH=/tmp/tmp.OIENRdMtEi [2021-08-23T14:30:26.518Z] #55 2.248 + GOPATH=/tmp/tmp.OIENRdMtEi [2021-08-23T14:30:26.518Z] #55 2.248 + RM_GOPATH=1 [2021-08-23T14:30:26.518Z] #55 2.248 + case "$(go env GOARCH)" in [2021-08-23T14:30:26.518Z] #55 2.251 ++ go env GOARCH [2021-08-23T14:30:26.518Z] #55 2.263 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.518Z] #55 2.263 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.518Z] #55 2.263 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:26.518Z] #55 2.268 + dir=/tmp/install [2021-08-23T14:30:26.518Z] #55 2.268 + bin=runc [2021-08-23T14:30:26.518Z] #55 2.268 + shift [2021-08-23T14:30:26.518Z] #55 2.268 + '[' '!' -f /tmp/install/runc.installer ']' [2021-08-23T14:30:26.518Z] #55 2.268 + . /tmp/install/runc.installer [2021-08-23T14:30:26.518Z] #55 2.268 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:30:26.518Z] #55 2.268 + install_runc [2021-08-23T14:30:26.518Z] #55 2.268 + uname -r [2021-08-23T14:30:26.518Z] #55 2.268 + grep -q '^3\.10\.0.*\.el7\.' [2021-08-23T14:30:26.518Z] #55 2.340 + RUNC_BUILDTAGS='seccomp ' [2021-08-23T14:30:26.518Z] #55 2.340 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-08-23T14:30:26.518Z] #55 2.340 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OIENRdMtEi/src/github.com/opencontainers/runc [2021-08-23T14:30:26.518Z] #55 2.340 Cloning into '/tmp/tmp.OIENRdMtEi/src/github.com/opencontainers/runc'... [2021-08-23T14:30:26.518Z] #55 2.340 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-08-23T14:30:26.518Z] #55 9.271 + cd /tmp/tmp.OIENRdMtEi/src/github.com/opencontainers/runc [2021-08-23T14:30:26.518Z] #55 9.271 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:30:26.518Z] #55 10.03 + '[' -z '' ']' [2021-08-23T14:30:26.518Z] #55 10.03 + target=static [2021-08-23T14:30:26.518Z] #55 10.03 + make 'BUILDTAGS=seccomp ' static [2021-08-23T14:30:26.781Z] #55 ... [2021-08-23T14:30:26.781Z] [2021-08-23T14:30:26.781Z] #58 [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-08-23T14:30:26.781Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:30:26.781Z] #58 2.825 + RM_GOPATH=0 [2021-08-23T14:30:26.781Z] #58 2.825 + TMP_GOPATH= [2021-08-23T14:30:26.781Z] #58 2.825 + : /build [2021-08-23T14:30:26.781Z] #58 2.825 + '[' -z '' ']' [2021-08-23T14:30:26.781Z] #58 2.826 ++ mktemp -d [2021-08-23T14:30:26.781Z] #58 2.828 + export GOPATH=/tmp/tmp.DgU7yBrqAF [2021-08-23T14:30:26.781Z] #58 2.828 + GOPATH=/tmp/tmp.DgU7yBrqAF [2021-08-23T14:30:26.781Z] #58 2.828 + RM_GOPATH=1 [2021-08-23T14:30:26.781Z] #58 2.828 + case "$(go env GOARCH)" in [2021-08-23T14:30:26.781Z] #58 2.829 ++ go env GOARCH [2021-08-23T14:30:26.781Z] #58 2.836 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.781Z] #58 2.836 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.781Z] #58 2.844 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:26.781Z] #58 2.847 + dir=/tmp/install [2021-08-23T14:30:26.781Z] #58 2.848 + bin=containerd [2021-08-23T14:30:26.781Z] #58 2.848 + shift [2021-08-23T14:30:26.781Z] #58 2.849 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-08-23T14:30:26.781Z] #58 2.850 + . /tmp/install/containerd.installer [2021-08-23T14:30:26.781Z] #58 2.851 ++ set -e [2021-08-23T14:30:26.781Z] #58 2.852 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:26.781Z] #58 2.853 + install_containerd [2021-08-23T14:30:26.781Z] #58 2.854 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0' [2021-08-23T14:30:26.781Z] #58 2.869 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DgU7yBrqAF/src/github.com/containerd/containerd [2021-08-23T14:30:26.781Z] #58 2.870 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:26.781Z] #58 2.879 Cloning into '/tmp/tmp.DgU7yBrqAF/src/github.com/containerd/containerd'... [2021-08-23T14:30:26.781Z] #58 ... [2021-08-23T14:30:26.781Z] [2021-08-23T14:30:26.781Z] #51 [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-08-23T14:30:26.781Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:30:26.781Z] #51 2.631 + RM_GOPATH=0 [2021-08-23T14:30:26.781Z] #51 2.631 + TMP_GOPATH= [2021-08-23T14:30:26.781Z] #51 2.631 + : /build [2021-08-23T14:30:26.781Z] #51 2.631 + '[' -z '' ']' [2021-08-23T14:30:26.781Z] #51 2.632 ++ mktemp -d [2021-08-23T14:30:26.781Z] #51 2.639 + export GOPATH=/tmp/tmp.ISmDJu28Qp [2021-08-23T14:30:26.781Z] #51 2.639 + GOPATH=/tmp/tmp.ISmDJu28Qp [2021-08-23T14:30:26.781Z] #51 2.639 + RM_GOPATH=1 [2021-08-23T14:30:26.781Z] #51 2.640 + case "$(go env GOARCH)" in [2021-08-23T14:30:26.781Z] #51 2.647 ++ go env GOARCH [2021-08-23T14:30:26.781Z] #51 2.661 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.781Z] #51 2.661 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:26.781Z] #51 2.661 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:26.781Z] #51 2.661 + dir=/tmp/install [2021-08-23T14:30:26.781Z] #51 2.661 + bin=golangci_lint [2021-08-23T14:30:26.781Z] #51 2.661 + shift [2021-08-23T14:30:26.781Z] #51 2.661 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-08-23T14:30:26.781Z] #51 2.661 + . /tmp/install/golangci_lint.installer [2021-08-23T14:30:26.781Z] #51 2.661 ++ : v1.23.8 [2021-08-23T14:30:26.781Z] #51 2.661 + install_golangci_lint [2021-08-23T14:30:26.781Z] #51 2.667 + set -e [2021-08-23T14:30:26.781Z] #51 2.667 + export GO111MODULE=on [2021-08-23T14:30:26.781Z] #51 2.667 + GO111MODULE=on [2021-08-23T14:30:26.781Z] #51 2.667 + GOBIN=/build [2021-08-23T14:30:26.781Z] #51 2.667 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-08-23T14:30:26.781Z] #51 3.407 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-08-23T14:30:27.045Z] #51 ... [2021-08-23T14:30:27.045Z] [2021-08-23T14:30:27.045Z] #47 [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-08-23T14:30:27.045Z] #47 sha256:9bb1cbf3dfcc86ec7d21b63a63d5d6d2892a1e165c97b6267dc9dee183c1c1a0 [2021-08-23T14:30:27.045Z] #47 2.807 + RM_GOPATH=0 [2021-08-23T14:30:27.045Z] #47 2.807 + TMP_GOPATH= [2021-08-23T14:30:27.045Z] #47 2.807 + : /build [2021-08-23T14:30:27.045Z] #47 2.807 + '[' -z '' ']' [2021-08-23T14:30:27.045Z] #47 2.808 ++ mktemp -d [2021-08-23T14:30:27.045Z] #47 2.811 + export GOPATH=/tmp/tmp.BUVqXXWxy5 [2021-08-23T14:30:27.045Z] #47 2.811 + GOPATH=/tmp/tmp.BUVqXXWxy5 [2021-08-23T14:30:27.045Z] #47 2.811 + RM_GOPATH=1 [2021-08-23T14:30:27.045Z] #47 2.811 + case "$(go env GOARCH)" in [2021-08-23T14:30:27.045Z] #47 2.815 ++ go env GOARCH [2021-08-23T14:30:27.045Z] #47 2.826 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:27.045Z] #47 2.826 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:27.045Z] #47 2.828 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:27.045Z] #47 2.831 + dir=/tmp/install [2021-08-23T14:30:27.045Z] #47 2.831 + bin=vndr [2021-08-23T14:30:27.045Z] #47 2.831 + shift [2021-08-23T14:30:27.045Z] #47 2.831 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-08-23T14:30:27.045Z] #47 2.831 + . /tmp/install/vndr.installer [2021-08-23T14:30:27.045Z] #47 2.831 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:27.045Z] #47 2.831 + install_vndr [2021-08-23T14:30:27.045Z] #47 2.831 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-08-23T14:30:27.045Z] #47 2.831 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.BUVqXXWxy5/src/github.com/LK4D4/vndr [2021-08-23T14:30:27.045Z] #47 2.831 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:27.045Z] #47 2.839 Cloning into '/tmp/tmp.BUVqXXWxy5/src/github.com/LK4D4/vndr'... [2021-08-23T14:30:27.045Z] #47 3.373 + cd /tmp/tmp.BUVqXXWxy5/src/github.com/LK4D4/vndr [2021-08-23T14:30:27.045Z] #47 3.373 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:30:27.045Z] #47 3.395 + go build -buildmode=pie -v -o /build/vndr . [2021-08-23T14:30:27.045Z] #47 4.233 github.com/LK4D4/vndr/godl/singleflight [2021-08-23T14:30:27.045Z] #47 4.363 github.com/LK4D4/vndr/versioned [2021-08-23T14:30:27.045Z] #47 4.367 github.com/LK4D4/vndr/build [2021-08-23T14:30:27.045Z] #47 4.767 github.com/LK4D4/vndr/godl [2021-08-23T14:30:27.045Z] #47 6.812 github.com/LK4D4/vndr [2021-08-23T14:30:27.045Z] #47 ... [2021-08-23T14:30:27.045Z] [2021-08-23T14:30:27.045Z] #25 [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-08-23T14:30:27.045Z] #25 sha256:160a5dad90c171dfe0174cdde2865f6ea88d1b0c9f0953b4d1d28a531a135247 [2021-08-23T14:30:27.045Z] #25 3.220 + RM_GOPATH=0 [2021-08-23T14:30:27.045Z] #25 3.220 + TMP_GOPATH= [2021-08-23T14:30:27.045Z] #25 3.220 + : /build [2021-08-23T14:30:27.045Z] #25 3.220 + '[' -z '' ']' [2021-08-23T14:30:27.045Z] #25 3.222 ++ mktemp -d [2021-08-23T14:30:27.045Z] #25 3.227 + export GOPATH=/tmp/tmp.G5gWelJEzi [2021-08-23T14:30:27.045Z] #25 3.228 + GOPATH=/tmp/tmp.G5gWelJEzi [2021-08-23T14:30:27.045Z] #25 3.228 + RM_GOPATH=1 [2021-08-23T14:30:27.045Z] #25 3.228 + case "$(go env GOARCH)" in [2021-08-23T14:30:27.045Z] #25 3.230 ++ go env GOARCH [2021-08-23T14:30:27.045Z] #25 3.250 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:27.045Z] #25 3.250 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:27.045Z] #25 3.252 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:27.045Z] #25 3.257 Install docker/cli version 17.06.2-ce from stable [2021-08-23T14:30:27.045Z] #25 3.259 + dir=/tmp/install [2021-08-23T14:30:27.045Z] #25 3.259 + bin=dockercli [2021-08-23T14:30:27.045Z] #25 3.259 + shift [2021-08-23T14:30:27.045Z] #25 3.259 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-08-23T14:30:27.045Z] #25 3.259 + . /tmp/install/dockercli.installer [2021-08-23T14:30:27.045Z] #25 3.259 ++ : stable [2021-08-23T14:30:27.045Z] #25 3.259 ++ : 17.06.2-ce [2021-08-23T14:30:27.045Z] #25 3.259 + install_dockercli [2021-08-23T14:30:27.045Z] #25 3.259 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-08-23T14:30:27.045Z] #25 3.259 ++ uname -m [2021-08-23T14:30:27.045Z] #25 3.267 + arch=aarch64 [2021-08-23T14:30:27.045Z] #25 3.278 + '[' aarch64 '!=' x86_64 ']' [2021-08-23T14:30:27.045Z] #25 3.278 + '[' aarch64 '!=' s390x ']' [2021-08-23T14:30:27.045Z] #25 3.278 + '[' aarch64 '!=' armhf ']' [2021-08-23T14:30:27.045Z] #25 3.278 + build_dockercli [2021-08-23T14:30:27.045Z] #25 3.278 + git clone https://github.com/docker/docker-ce /tmp/tmp.G5gWelJEzi/tmp/docker-ce [2021-08-23T14:30:27.045Z] #25 3.281 Cloning into '/tmp/tmp.G5gWelJEzi/tmp/docker-ce'... [2021-08-23T14:30:27.246Z] #58 ... [2021-08-23T14:30:27.246Z] [2021-08-23T14:30:27.246Z] #51 [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-08-23T14:30:27.246Z] #51 sha256:411e45d351b0befe0e043b8a2c7acabee29942e49e5485a4b407d1f7fbacb15f [2021-08-23T14:30:27.246Z] #51 24.44 + /build/golangci-lint --version [2021-08-23T14:30:27.246Z] #51 24.52 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-08-23T14:30:27.246Z] #51 DONE 24.9s [2021-08-23T14:30:27.246Z] [2021-08-23T14:30:27.246Z] #58 [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-08-23T14:30:27.246Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:27.246Z] #58 24.51 + bin/containerd [2021-08-23T14:30:27.309Z] #25 ... [2021-08-23T14:30:27.309Z] [2021-08-23T14:30:27.309Z] #51 [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-08-23T14:30:27.309Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:30:27.309Z] #51 10.72 go: downloading github.com/fatih/color v1.7.0 [2021-08-23T14:30:27.309Z] #51 10.74 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-08-23T14:30:27.309Z] #51 10.85 go: downloading github.com/pkg/errors v0.8.1 [2021-08-23T14:30:27.572Z] #51 10.86 go: downloading github.com/spf13/cobra v0.0.5 [2021-08-23T14:30:27.572Z] #51 10.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-08-23T14:30:27.572Z] #51 10.89 go: downloading github.com/spf13/viper v1.6.1 [2021-08-23T14:30:27.862Z] #51 11.38 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-08-23T14:30:28.133Z] #51 11.59 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-08-23T14:30:28.133Z] #51 11.60 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-08-23T14:30:28.133Z] #51 11.70 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-23T14:30:28.181Z] #58 ... [2021-08-23T14:30:28.181Z] [2021-08-23T14:30:28.181Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-08-23T14:30:28.181Z] #52 sha256:ac159349138a7919a47d33ae4e9d3661592f1bde37f8cc5a2ab8d32e54fc0c30 [2021-08-23T14:30:28.181Z] #52 DONE 0.2s [2021-08-23T14:30:28.417Z] #51 11.90 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-08-23T14:30:28.417Z] #51 11.92 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-08-23T14:30:28.417Z] #51 12.02 go: downloading github.com/stretchr/testify v1.4.0 [2021-08-23T14:30:28.439Z] [2021-08-23T14:30:28.439Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-08-23T14:30:28.439Z] #54 sha256:0a2e49630f7a20dae99998a5a98c32aac001887b6b84660948ce1234e58228d6 [2021-08-23T14:30:28.439Z] #54 DONE 0.1s [2021-08-23T14:30:28.439Z] [2021-08-23T14:30:28.439Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-08-23T14:30:28.439Z] #56 sha256:a4727a28f1c06ca685a5ef88a23594a6c3cf3f9d39f6ecc9f2b2566244a759f4 [2021-08-23T14:30:28.439Z] #56 DONE 0.2s [2021-08-23T14:30:28.439Z] [2021-08-23T14:30:28.439Z] #58 [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-08-23T14:30:28.439Z] #58 sha256:3619ffc10e804b856386a284e24b8282279b79822080795aace51b7be7954fec [2021-08-23T14:30:28.579Z] #58 ... [2021-08-23T14:30:28.579Z] [2021-08-23T14:30:28.579Z] #56 [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-08-23T14:30:28.579Z] #56 sha256:1461dc8d0d48be465b445ac194ceb2e2d019b86de81a1ed5c099e73730d9a4b2 [2021-08-23T14:30:28.579Z] #56 DONE 17.9s [2021-08-23T14:30:28.678Z] #51 ... [2021-08-23T14:30:28.678Z] [2021-08-23T14:30:28.678Z] #47 [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-08-23T14:30:28.678Z] #47 sha256:9bb1cbf3dfcc86ec7d21b63a63d5d6d2892a1e165c97b6267dc9dee183c1c1a0 [2021-08-23T14:30:28.678Z] #47 DONE 12.0s [2021-08-23T14:30:28.678Z] [2021-08-23T14:30:28.678Z] #53 [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-08-23T14:30:28.678Z] #53 sha256:f6c3eb1bcec57eec3547cd4aa66e9060106a5efae300e5276ee59d6940965a8d [2021-08-23T14:30:28.679Z] #53 8.590 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-08-23T14:30:28.679Z] #53 8.657 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-08-23T14:30:28.679Z] #53 8.660 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-08-23T14:30:28.679Z] #53 10.13 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-08-23T14:30:28.770Z] #58 ... [2021-08-23T14:30:28.770Z] [2021-08-23T14:30:28.770Z] #37 [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-08-23T14:30:28.770Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:30:28.770Z] #37 9.553 Building dependency tree... [2021-08-23T14:30:28.770Z] #37 10.67 Reading state information... [2021-08-23T14:30:28.770Z] #37 12.66 The following additional packages will be installed: [2021-08-23T14:30:28.770Z] #37 12.67 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-08-23T14:30:28.770Z] #37 12.69 Suggested packages: [2021-08-23T14:30:28.770Z] #37 12.69 cmake-doc ninja-build lrzip [2021-08-23T14:30:28.770Z] #37 12.69 Recommended packages: [2021-08-23T14:30:28.770Z] #37 12.69 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-08-23T14:30:28.770Z] #37 13.74 The following NEW packages will be installed: [2021-08-23T14:30:28.770Z] #37 13.77 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-08-23T14:30:28.770Z] #37 13.77 vim-common xxd [2021-08-23T14:30:28.770Z] #37 14.18 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:30:28.770Z] #37 14.18 Need to get 17.7 MB of archives. [2021-08-23T14:30:28.770Z] #37 14.18 After this operation, 70.7 MB of additional disk space will be used. [2021-08-23T14:30:28.770Z] #37 14.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:30:28.770Z] #37 14.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:30:28.770Z] #37 14.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-08-23T14:30:28.770Z] #37 14.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-08-23T14:30:28.770Z] #37 15.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-08-23T14:30:28.770Z] #37 15.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-08-23T14:30:28.770Z] #37 15.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-08-23T14:30:28.770Z] #37 15.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-08-23T14:30:28.770Z] #37 15.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-08-23T14:30:28.770Z] #37 15.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-08-23T14:30:28.770Z] #37 16.20 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:30:28.770Z] #37 16.37 Fetched 17.7 MB in 2s (11.3 MB/s) [2021-08-23T14:30:28.770Z] #37 16.41 Selecting previously unselected package xxd. [2021-08-23T14:30:28.770Z] #37 16.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:30:28.770Z] #37 16.52 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:30:28.770Z] #37 16.53 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:30:28.770Z] #37 16.68 Selecting previously unselected package vim-common. [2021-08-23T14:30:28.770Z] #37 16.68 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:30:28.770Z] #37 16.71 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:30:28.770Z] #37 17.00 Selecting previously unselected package cmake-data. [2021-08-23T14:30:28.770Z] #37 17.00 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-08-23T14:30:28.770Z] #37 17.03 Unpacking cmake-data (3.18.4-2) ... [2021-08-23T14:30:28.770Z] #37 19.57 Selecting previously unselected package libicu67:amd64. [2021-08-23T14:30:28.770Z] #37 19.57 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-08-23T14:30:28.770Z] #37 19.58 Unpacking libicu67:amd64 (67.1-7) ... [2021-08-23T14:30:28.770Z] #37 ... [2021-08-23T14:30:28.770Z] [2021-08-23T14:30:28.770Z] #51 [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-08-23T14:30:28.770Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:28.770Z] #51 15.70 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-08-23T14:30:28.770Z] #51 15.71 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-08-23T14:30:28.770Z] #51 15.72 go: downloading github.com/stretchr/testify v1.4.0 [2021-08-23T14:30:28.770Z] #51 15.82 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-08-23T14:30:28.770Z] #51 15.87 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-08-23T14:30:28.770Z] #51 15.88 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.07 go: downloading github.com/magiconair/properties v1.8.1 [2021-08-23T14:30:28.770Z] #51 16.07 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-23T14:30:28.770Z] #51 16.13 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-08-23T14:30:28.770Z] #51 16.19 go: downloading github.com/spf13/afero v1.1.2 [2021-08-23T14:30:28.770Z] #51 16.21 go: downloading github.com/spf13/cast v1.3.0 [2021-08-23T14:30:28.770Z] #51 16.31 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.32 go: downloading github.com/subosito/gotenv v1.2.0 [2021-08-23T14:30:28.770Z] #51 16.33 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-08-23T14:30:28.770Z] #51 16.38 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-08-23T14:30:28.770Z] #51 16.53 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-08-23T14:30:28.770Z] #51 16.59 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.64 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.76 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.87 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.89 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.92 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-08-23T14:30:28.770Z] #51 16.94 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-08-23T14:30:28.770Z] #51 17.02 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-08-23T14:30:28.770Z] #51 17.06 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-08-23T14:30:28.770Z] #51 17.12 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-08-23T14:30:28.770Z] #51 17.15 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-08-23T14:30:28.770Z] #51 17.18 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-08-23T14:30:28.770Z] #51 17.21 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-08-23T14:30:28.770Z] #51 17.57 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-08-23T14:30:28.770Z] #51 17.58 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-08-23T14:30:28.770Z] #51 17.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-08-23T14:30:28.770Z] #51 17.82 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-08-23T14:30:28.770Z] #51 17.84 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-08-23T14:30:28.770Z] #51 17.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-08-23T14:30:28.839Z] [2021-08-23T14:30:28.839Z] #58 [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-08-23T14:30:28.839Z] #58 sha256:d2a946216cb0fa3feb594985430199134975c4537e6409bbe1dd2574e7628840 [2021-08-23T14:30:29.030Z] #51 17.95 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-08-23T14:30:29.252Z] #53 12.67 mvdan.cc/sh/v3/fileutil [2021-08-23T14:30:29.252Z] #53 12.67 github.com/pkg/diff [2021-08-23T14:30:29.252Z] #53 12.72 golang.org/x/sys/unix [2021-08-23T14:30:29.252Z] #53 12.73 mvdan.cc/editorconfig [2021-08-23T14:30:29.291Z] #51 ... [2021-08-23T14:30:29.291Z] [2021-08-23T14:30:29.291Z] #49 [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-08-23T14:30:29.291Z] #49 sha256:d59daa09c5d3b532d09b84db9e78556762c55195e72cadd0cf601266fbe58c0b [2021-08-23T14:30:29.291Z] #49 8.102 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:30:29.291Z] #49 ... [2021-08-23T14:30:29.291Z] [2021-08-23T14:30:29.291Z] #51 [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-08-23T14:30:29.291Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:29.291Z] #51 18.26 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-08-23T14:30:29.291Z] #51 18.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-08-23T14:30:29.291Z] #51 18.30 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-08-23T14:30:29.291Z] #51 18.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-08-23T14:30:29.514Z] #53 13.04 mvdan.cc/sh/v3/syntax [2021-08-23T14:30:29.551Z] #51 18.38 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-08-23T14:30:29.551Z] #51 18.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-08-23T14:30:29.836Z] #51 18.69 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-08-23T14:30:29.836Z] #51 18.83 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-08-23T14:30:29.836Z] #51 18.89 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-08-23T14:30:29.836Z] #51 18.91 go: downloading github.com/ultraware/funlen v0.0.2 [2021-08-23T14:30:30.098Z] #51 18.93 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-08-23T14:30:30.098Z] #51 18.96 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-08-23T14:30:30.098Z] #51 19.07 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-08-23T14:30:30.668Z] #51 19.68 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-08-23T14:30:30.668Z] #51 19.70 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-08-23T14:30:30.668Z] #51 19.79 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-08-23T14:30:30.924Z] #53 ... [2021-08-23T14:30:30.924Z] [2021-08-23T14:30:30.924Z] #51 [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-08-23T14:30:30.924Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:30:30.924Z] #51 12.44 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-08-23T14:30:30.924Z] #51 12.53 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-08-23T14:30:30.924Z] #51 12.56 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-08-23T14:30:30.924Z] #51 12.66 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-08-23T14:30:30.924Z] #51 12.99 go: downloading github.com/magiconair/properties v1.8.1 [2021-08-23T14:30:30.924Z] #51 13.00 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-23T14:30:30.924Z] #51 13.05 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-08-23T14:30:30.924Z] #51 13.14 go: downloading github.com/spf13/afero v1.1.2 [2021-08-23T14:30:30.924Z] #51 13.28 go: downloading github.com/spf13/cast v1.3.0 [2021-08-23T14:30:30.924Z] #51 13.42 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-08-23T14:30:30.924Z] #51 13.46 go: downloading github.com/subosito/gotenv v1.2.0 [2021-08-23T14:30:30.924Z] #51 13.47 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-08-23T14:30:30.924Z] #51 13.58 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-08-23T14:30:30.924Z] #51 13.86 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-08-23T14:30:30.924Z] #51 13.94 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-08-23T14:30:30.924Z] #51 13.99 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-23T14:30:30.924Z] #51 14.00 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-23T14:30:30.924Z] #51 14.03 go: downloading github.com/stretchr/objx v0.2.0 [2021-08-23T14:30:30.924Z] #51 14.15 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-08-23T14:30:30.924Z] #51 14.19 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-08-23T14:30:30.929Z] #51 19.82 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-23T14:30:30.929Z] #51 19.83 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-23T14:30:30.929Z] #51 19.87 go: downloading github.com/stretchr/objx v0.2.0 [2021-08-23T14:30:31.189Z] #51 19.98 go: downloading golang.org/x/text v0.3.2 [2021-08-23T14:30:32.135Z] #58 ... [2021-08-23T14:30:32.135Z] [2021-08-23T14:30:32.135Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-08-23T14:30:32.135Z] #19 sha256:dcae3e3184fc3709dcfeb20316dcc27d7eb0a580fc156707d3cff1919d6c8542 [2021-08-23T14:30:32.135Z] #19 16.88 Fetched 48.3 MB in 16s (3050 kB/s) [2021-08-23T14:30:32.318Z] #51 15.88 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-08-23T14:30:32.318Z] #51 15.89 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-08-23T14:30:32.616Z] #51 15.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-08-23T14:30:32.616Z] #51 15.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-08-23T14:30:32.616Z] #51 15.95 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-08-23T14:30:32.616Z] #51 15.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-08-23T14:30:32.616Z] #51 15.98 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-08-23T14:30:32.616Z] #51 16.02 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-08-23T14:30:32.616Z] #51 16.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-08-23T14:30:32.616Z] #51 16.09 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-08-23T14:30:32.616Z] #51 16.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-08-23T14:30:32.879Z] #51 16.15 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-08-23T14:30:32.879Z] #51 16.19 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-08-23T14:30:32.879Z] #51 16.19 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-08-23T14:30:32.879Z] #51 16.24 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-08-23T14:30:32.879Z] #51 16.31 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-08-23T14:30:32.879Z] #51 16.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-08-23T14:30:32.879Z] #51 16.37 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-08-23T14:30:32.879Z] #51 16.39 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-08-23T14:30:33.130Z] #51 ... [2021-08-23T14:30:33.130Z] [2021-08-23T14:30:33.130Z] #53 [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-08-23T14:30:33.130Z] #53 sha256:50ab137b5269b0c9562155baf57d13cd98054b344b4946abccc3f073886029a6 [2021-08-23T14:30:33.130Z] #53 11.78 + cd /tmp/tmp.GsTsVEan1j/src/github.com/mvdan/sh [2021-08-23T14:30:33.130Z] #53 11.79 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:30:33.130Z] #53 11.93 + GO111MODULE=on [2021-08-23T14:30:33.130Z] #53 11.93 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-08-23T14:30:33.130Z] #53 12.77 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-08-23T14:30:33.130Z] #53 12.78 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-08-23T14:30:33.130Z] #53 12.82 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-08-23T14:30:33.130Z] #53 13.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-08-23T14:30:33.130Z] #53 16.29 golang.org/x/sys/unix [2021-08-23T14:30:33.130Z] #53 16.31 github.com/pkg/diff [2021-08-23T14:30:33.130Z] #53 17.56 mvdan.cc/editorconfig [2021-08-23T14:30:33.130Z] #53 18.54 mvdan.cc/sh/v3/fileutil [2021-08-23T14:30:33.130Z] #53 18.70 mvdan.cc/sh/v3/syntax [2021-08-23T14:30:33.130Z] #53 ... [2021-08-23T14:30:33.130Z] [2021-08-23T14:30:33.130Z] #37 [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-08-23T14:30:33.130Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:30:33.130Z] #37 23.95 Selecting previously unselected package libxml2:amd64. [2021-08-23T14:30:33.130Z] #37 23.95 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 23.95 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:30:33.130Z] #37 24.31 Selecting previously unselected package libarchive13:amd64. [2021-08-23T14:30:33.130Z] #37 24.33 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 24.33 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:30:33.130Z] #37 24.59 Selecting previously unselected package libjsoncpp24:amd64. [2021-08-23T14:30:33.130Z] #37 24.60 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 24.61 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:30:33.130Z] #37 24.75 Selecting previously unselected package librhash0:amd64. [2021-08-23T14:30:33.130Z] #37 24.76 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 24.76 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:30:33.130Z] #37 24.89 Selecting previously unselected package libuv1:amd64. [2021-08-23T14:30:33.130Z] #37 24.89 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 24.91 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:30:33.130Z] #37 25.05 Selecting previously unselected package cmake. [2021-08-23T14:30:33.130Z] #37 25.05 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-08-23T14:30:33.130Z] #37 25.06 Unpacking cmake (3.18.4-2) ... [2021-08-23T14:30:33.130Z] #37 ... [2021-08-23T14:30:33.130Z] [2021-08-23T14:30:33.130Z] #60 [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-08-23T14:30:33.130Z] #60 sha256:051daf752a8281b081613f5e670f39e765deecd096d641b3a4587a686c57c2fd [2021-08-23T14:30:33.130Z] #60 12.11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-08-23T14:30:33.130Z] #60 12.57 go: downloading github.com/google/uuid v1.3.0 [2021-08-23T14:30:33.130Z] #60 12.58 go: downloading github.com/moby/vpnkit v0.5.0 [2021-08-23T14:30:33.130Z] #60 12.78 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-08-23T14:30:33.130Z] #60 12.95 go: downloading github.com/gofrs/flock v0.8.1 [2021-08-23T14:30:33.130Z] #60 13.08 go: downloading github.com/gorilla/mux v1.8.0 [2021-08-23T14:30:33.130Z] #60 13.24 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-08-23T14:30:33.130Z] #60 13.45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-08-23T14:30:33.130Z] #60 13.52 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-08-23T14:30:33.130Z] #60 16.81 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-08-23T14:30:33.130Z] #60 16.84 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-08-23T14:30:33.130Z] #60 ... [2021-08-23T14:30:33.130Z] [2021-08-23T14:30:33.130Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:33.130Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:33.130Z] #14 15.24 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:30:33.130Z] #14 15.68 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-08-23T14:30:33.130Z] #14 16.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:30:33.130Z] #14 17.05 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:30:33.130Z] #14 17.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-08-23T14:30:33.130Z] #14 17.47 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-08-23T14:30:33.130Z] #14 17.48 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-08-23T14:30:33.130Z] #14 17.49 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:30:33.130Z] #14 17.50 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:30:33.130Z] #14 17.55 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-08-23T14:30:33.130Z] #14 17.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-08-23T14:30:33.130Z] #14 17.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-08-23T14:30:33.130Z] #14 17.57 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-08-23T14:30:33.130Z] #14 17.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-08-23T14:30:33.130Z] #14 17.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-08-23T14:30:33.130Z] #14 17.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-08-23T14:30:33.130Z] #14 17.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-08-23T14:30:33.130Z] #14 17.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-08-23T14:30:33.130Z] #14 17.68 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-08-23T14:30:33.130Z] #14 17.69 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-08-23T14:30:33.131Z] #14 18.73 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:30:33.131Z] #14 18.93 Fetched 115 MB in 5s (21.6 MB/s) [2021-08-23T14:30:33.131Z] #14 19.01 Selecting previously unselected package binutils-mingw-w64-i686. [2021-08-23T14:30:33.131Z] #14 19.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:30:33.131Z] #14 19.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:30:33.131Z] #14 19.06 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:30:33.131Z] #14 20.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-08-23T14:30:33.131Z] #14 20.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:30:33.131Z] #14 20.59 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:30:33.131Z] #14 22.40 Selecting previously unselected package binutils-mingw-w64. [2021-08-23T14:30:33.131Z] #14 22.41 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-08-23T14:30:33.131Z] #14 22.42 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:30:33.131Z] #14 22.52 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-08-23T14:30:33.131Z] #14 22.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:30:33.131Z] #14 22.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:30:33.131Z] #14 22.70 Selecting previously unselected package dmsetup. [2021-08-23T14:30:33.131Z] #14 22.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:30:33.131Z] #14 22.72 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:30:33.131Z] #14 22.87 Selecting previously unselected package mingw-w64-common. [2021-08-23T14:30:33.131Z] #14 22.88 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-08-23T14:30:33.131Z] #14 22.89 Unpacking mingw-w64-common (8.0.0-1) ... [2021-08-23T14:30:33.147Z] #51 16.50 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-08-23T14:30:33.147Z] #51 16.53 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-08-23T14:30:33.147Z] #51 16.59 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-08-23T14:30:33.147Z] #51 16.70 go: downloading github.com/ultraware/funlen v0.0.2 [2021-08-23T14:30:33.411Z] #51 16.73 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-08-23T14:30:33.411Z] #51 16.74 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-08-23T14:30:33.411Z] #51 16.80 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-08-23T14:30:33.702Z] #14 ... [2021-08-23T14:30:33.702Z] [2021-08-23T14:30:33.702Z] #53 [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-08-23T14:30:33.702Z] #53 sha256:50ab137b5269b0c9562155baf57d13cd98054b344b4946abccc3f073886029a6 [2021-08-23T14:30:33.702Z] #53 22.61 golang.org/x/crypto/ssh/terminal [2021-08-23T14:30:33.990Z] #51 17.31 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-08-23T14:30:33.990Z] #51 17.32 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-08-23T14:30:33.990Z] #51 17.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.41 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.42 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.43 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.44 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.45 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-08-23T14:30:33.990Z] #51 17.51 go: downloading golang.org/x/text v0.3.2 [2021-08-23T14:30:34.253Z] #51 17.67 go: downloading github.com/gobwas/glob v0.2.3 [2021-08-23T14:30:34.253Z] #51 17.70 go: downloading github.com/kisielk/gotool v1.0.0 [2021-08-23T14:30:34.516Z] #51 17.81 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-08-23T14:30:34.516Z] #51 17.89 go: downloading github.com/gogo/protobuf v1.2.1 [2021-08-23T14:30:34.516Z] #51 ... [2021-08-23T14:30:34.516Z] [2021-08-23T14:30:34.516Z] #53 [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-08-23T14:30:34.516Z] #53 sha256:f6c3eb1bcec57eec3547cd4aa66e9060106a5efae300e5276ee59d6940965a8d [2021-08-23T14:30:34.516Z] #53 18.10 golang.org/x/crypto/ssh/terminal [2021-08-23T14:30:36.333Z] #19 16.88 Reading package lists... [2021-08-23T14:30:36.437Z] #53 20.04 mvdan.cc/sh/v3/cmd/shfmt [2021-08-23T14:30:36.699Z] #53 ... [2021-08-23T14:30:36.699Z] [2021-08-23T14:30:36.699Z] #60 [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-08-23T14:30:36.699Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:36.699Z] #60 10.32 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-08-23T14:30:36.699Z] #60 11.21 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-08-23T14:30:36.699Z] #60 13.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-08-23T14:30:36.700Z] #60 13.98 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-08-23T14:30:36.962Z] #60 ... [2021-08-23T14:30:36.962Z] [2021-08-23T14:30:36.962Z] #55 [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-08-23T14:30:36.962Z] #55 sha256:3d8db86e498728426735aa641125f12137f9a33833093c464a6ecdaf5558af03 [2021-08-23T14:30:36.962Z] #55 10.40 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-08-23T14:30:37.005Z] #53 25.95 mvdan.cc/sh/v3/cmd/shfmt [2021-08-23T14:30:37.224Z] #55 ... [2021-08-23T14:30:37.224Z] [2021-08-23T14:30:37.224Z] #51 [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-08-23T14:30:37.224Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:30:37.224Z] #51 20.54 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-08-23T14:30:37.224Z] #51 20.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-08-23T14:30:37.799Z] #51 21.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-08-23T14:30:37.950Z] #53 ... [2021-08-23T14:30:37.950Z] [2021-08-23T14:30:37.950Z] #37 [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-08-23T14:30:37.950Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:30:37.950Z] #37 28.14 Setting up libicu67:amd64 (67.1-7) ... [2021-08-23T14:30:37.950Z] #37 28.19 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:30:37.950Z] #37 28.20 Setting up libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:30:37.950Z] #37 28.23 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:30:37.950Z] #37 28.25 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:30:37.950Z] #37 28.27 Setting up librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:30:37.950Z] #37 28.29 Setting up cmake-data (3.18.4-2) ... [2021-08-23T14:30:37.950Z] #37 28.31 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:30:37.950Z] #37 28.33 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:30:37.950Z] #37 28.36 Setting up cmake (3.18.4-2) ... [2021-08-23T14:30:37.950Z] #37 28.38 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:30:37.950Z] #37 DONE 29.8s [2021-08-23T14:30:37.950Z] [2021-08-23T14:30:37.950Z] #38 [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-08-23T14:30:37.950Z] #38 sha256:8f16f0eeaa45a949a196ca145bd546c85fcd7da80f5e191ba1613052596ba0d4 [2021-08-23T14:30:38.069Z] #51 21.46 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-08-23T14:30:38.893Z] #38 1.011 + RM_GOPATH=0 [2021-08-23T14:30:38.893Z] #38 1.011 + TMP_GOPATH= [2021-08-23T14:30:38.893Z] #38 1.011 + : /build [2021-08-23T14:30:38.893Z] #38 1.011 + '[' -z '' ']' [2021-08-23T14:30:38.893Z] #38 1.012 ++ mktemp -d [2021-08-23T14:30:38.893Z] #38 1.013 + export GOPATH=/tmp/tmp.4y6a4Q0lhC [2021-08-23T14:30:38.893Z] #38 1.013 + GOPATH=/tmp/tmp.4y6a4Q0lhC [2021-08-23T14:30:38.893Z] #38 1.013 + RM_GOPATH=1 [2021-08-23T14:30:38.893Z] #38 1.013 + case "$(go env GOARCH)" in [2021-08-23T14:30:38.893Z] #38 1.015 ++ go env GOARCH [2021-08-23T14:30:38.893Z] #38 1.033 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:38.893Z] #38 1.033 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:30:38.893Z] #38 1.034 ++ dirname /tmp/install/install.sh [2021-08-23T14:30:38.893Z] #38 1.040 + dir=/tmp/install [2021-08-23T14:30:38.893Z] #38 1.042 + bin=tini [2021-08-23T14:30:38.893Z] #38 1.042 + shift [2021-08-23T14:30:38.893Z] #38 1.044 + '[' '!' -f /tmp/install/tini.installer ']' [2021-08-23T14:30:38.893Z] #38 1.044 + . /tmp/install/tini.installer [2021-08-23T14:30:38.893Z] #38 1.044 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:38.893Z] #38 1.044 + install_tini [2021-08-23T14:30:38.893Z] #38 1.045 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-08-23T14:30:38.893Z] #38 1.045 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:38.893Z] #38 1.045 + git clone https://github.com/krallin/tini.git /tmp/tmp.4y6a4Q0lhC/tini [2021-08-23T14:30:38.893Z] #38 1.047 Cloning into '/tmp/tmp.4y6a4Q0lhC/tini'... [2021-08-23T14:30:39.031Z] #51 ... [2021-08-23T14:30:39.031Z] [2021-08-23T14:30:39.031Z] #53 [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-08-23T14:30:39.031Z] #53 sha256:f6c3eb1bcec57eec3547cd4aa66e9060106a5efae300e5276ee59d6940965a8d [2021-08-23T14:30:39.031Z] #53 DONE 22.4s [2021-08-23T14:30:39.031Z] [2021-08-23T14:30:39.031Z] #49 [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-08-23T14:30:39.031Z] #49 sha256:52b25da58724097b8caf8706717952c33605c65616e39c9090e45036d4ef7508 [2021-08-23T14:30:39.465Z] #38 1.753 + cd /tmp/tmp.4y6a4Q0lhC/tini [2021-08-23T14:30:39.465Z] #38 1.754 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:30:39.465Z] #38 1.772 + cmake . [2021-08-23T14:30:39.727Z] #38 2.118 -- The C compiler identification is GNU 10.2.1 [2021-08-23T14:30:39.988Z] #38 ... [2021-08-23T14:30:39.988Z] [2021-08-23T14:30:39.988Z] #53 [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-08-23T14:30:39.988Z] #53 sha256:50ab137b5269b0c9562155baf57d13cd98054b344b4946abccc3f073886029a6 [2021-08-23T14:30:39.988Z] #53 DONE 28.9s [2021-08-23T14:30:39.988Z] [2021-08-23T14:30:39.988Z] #38 [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-08-23T14:30:39.988Z] #38 sha256:8f16f0eeaa45a949a196ca145bd546c85fcd7da80f5e191ba1613052596ba0d4 [2021-08-23T14:30:39.988Z] #38 2.233 -- Detecting C compiler ABI info [2021-08-23T14:30:40.534Z] #19 21.51 Reading package lists... [2021-08-23T14:30:40.930Z] #38 2.930 -- Detecting C compiler ABI info - done [2021-08-23T14:30:40.930Z] #38 3.090 -- Check for working C compiler: /usr/bin/cc - skipped [2021-08-23T14:30:40.930Z] #38 3.100 -- Detecting C compile features [2021-08-23T14:30:40.930Z] #38 3.101 -- Detecting C compile features - done [2021-08-23T14:30:40.930Z] #38 3.127 -- Performing Test HAS_BUILTIN_FORTIFY [2021-08-23T14:30:41.190Z] #38 3.280 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-08-23T14:30:41.190Z] #38 3.354 -- Configuring done [2021-08-23T14:30:41.190Z] #38 3.365 -- Generating done [2021-08-23T14:30:41.190Z] #38 3.366 -- Build files have been written to: /tmp/tmp.4y6a4Q0lhC/tini [2021-08-23T14:30:41.190Z] #38 3.383 + make tini-static [2021-08-23T14:30:41.450Z] #38 3.679 Scanning dependencies of target tini-static [2021-08-23T14:30:41.450Z] #38 3.724 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-08-23T14:30:41.736Z] #19 26.12 Building dependency tree... [2021-08-23T14:30:42.391Z] #38 4.476 [100%] Linking C executable tini-static [2021-08-23T14:30:42.650Z] #38 4.848 [100%] Built target tini-static [2021-08-23T14:30:42.650Z] #38 4.884 + mkdir -p /build [2021-08-23T14:30:42.650Z] #38 4.886 + cp tini-static /build/docker-init [2021-08-23T14:30:42.913Z] #38 DONE 5.0s [2021-08-23T14:30:42.913Z] [2021-08-23T14:30:42.913Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:42.913Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:42.913Z] #14 26.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-08-23T14:30:42.913Z] #14 26.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-08-23T14:30:42.913Z] #14 26.74 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:30:42.913Z] #14 31.43 Selecting previously unselected package gcc-mingw-w64-base. [2021-08-23T14:30:42.913Z] #14 31.46 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:30:42.913Z] #14 31.47 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:30:42.913Z] #14 31.70 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-08-23T14:30:42.913Z] #14 31.70 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:30:42.913Z] #14 31.75 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:30:43.119Z] #19 28.18 The following additional packages will be installed: [2021-08-23T14:30:43.120Z] #19 28.18 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-08-23T14:30:43.120Z] #19 28.18 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-08-23T14:30:43.120Z] #19 28.18 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-08-23T14:30:43.120Z] #19 28.18 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2021-08-23T14:30:43.120Z] #19 28.18 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.18 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-08-23T14:30:43.120Z] #19 28.18 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-08-23T14:30:43.120Z] #19 28.18 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-08-23T14:30:43.120Z] #19 28.19 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-08-23T14:30:43.120Z] #19 28.19 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.19 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.19 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-08-23T14:30:43.120Z] #19 28.19 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-08-23T14:30:43.120Z] #19 28.19 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-08-23T14:30:43.120Z] #19 28.19 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.19 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-08-23T14:30:43.120Z] #19 28.19 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-08-23T14:30:43.120Z] #19 28.19 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-08-23T14:30:43.120Z] #19 28.19 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.19 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-08-23T14:30:43.120Z] #19 28.19 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-08-23T14:30:43.120Z] #19 28.19 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.19 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.19 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-08-23T14:30:43.120Z] #19 28.19 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.19 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-08-23T14:30:43.120Z] #19 28.19 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-08-23T14:30:43.120Z] #19 28.19 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-08-23T14:30:43.120Z] #19 28.19 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.20 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-08-23T14:30:43.120Z] #19 28.20 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-08-23T14:30:43.120Z] #19 28.20 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-08-23T14:30:43.120Z] #19 28.20 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-08-23T14:30:43.120Z] #19 28.20 linux-libc-dev-s390x-cross patch xz-utils [2021-08-23T14:30:43.120Z] #19 28.21 Suggested packages: [2021-08-23T14:30:43.120Z] #19 28.21 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2021-08-23T14:30:43.120Z] #19 28.21 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.21 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2021-08-23T14:30:43.120Z] #19 28.21 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-08-23T14:30:43.120Z] #19 28.21 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-08-23T14:30:43.120Z] #19 28.21 libyaml-shell-perl ed diffutils-doc [2021-08-23T14:30:43.120Z] #19 28.21 Recommended packages: [2021-08-23T14:30:43.120Z] #19 28.21 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-08-23T14:30:43.120Z] #19 28.21 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-08-23T14:30:43.265Z] #49 DONE 26.7s [2021-08-23T14:30:43.265Z] [2021-08-23T14:30:43.265Z] #55 [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-08-23T14:30:43.265Z] #55 sha256:3d8db86e498728426735aa641125f12137f9a33833093c464a6ecdaf5558af03 [2021-08-23T14:30:43.308Z] #58 38.92 # github.com/containerd/containerd/cmd/containerd [2021-08-23T14:30:43.308Z] #58 38.92 /usr/bin/ld: /tmp/go-link-057938399/000019.o: in function `New': [2021-08-23T14:30:43.308Z] #58 38.92 /tmp/tmp.RgcAdcrciC/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-08-23T14:30:43.308Z] #58 38.98 + bin/containerd-stress [2021-08-23T14:30:43.308Z] #58 39.81 + bin/containerd-shim [2021-08-23T14:30:43.854Z] #14 ... [2021-08-23T14:30:43.854Z] [2021-08-23T14:30:43.854Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-08-23T14:30:43.854Z] #40 sha256:36b4611924609217074b2532bf4a836bfef2ebb18a2891314e658279fb2a354f [2021-08-23T14:30:43.854Z] #40 CACHED [2021-08-23T14:30:43.854Z] [2021-08-23T14:30:43.854Z] #41 [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-08-23T14:30:43.854Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:30:43.854Z] #41 CACHED [2021-08-23T14:30:43.854Z] [2021-08-23T14:30:43.854Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-08-23T14:30:43.854Z] #44 sha256:8c220dff4cdcffc88c365983c2421a89a539c3712057bf3441e222ac42b136b4 [2021-08-23T14:30:43.854Z] #44 CACHED [2021-08-23T14:30:43.854Z] [2021-08-23T14:30:43.854Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:30:43.854Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:30:43.854Z] #45 CACHED [2021-08-23T14:30:43.854Z] [2021-08-23T14:30:43.854Z] #51 [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-08-23T14:30:43.854Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:43.854Z] #51 24.01 go: downloading github.com/gobwas/glob v0.2.3 [2021-08-23T14:30:43.854Z] #51 24.02 go: downloading github.com/kisielk/gotool v1.0.0 [2021-08-23T14:30:43.854Z] #51 24.10 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-08-23T14:30:43.854Z] #51 24.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-08-23T14:30:43.854Z] #51 24.20 go: downloading github.com/gogo/protobuf v1.2.1 [2021-08-23T14:30:43.854Z] #51 25.13 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-08-23T14:30:43.854Z] #51 25.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-08-23T14:30:43.854Z] #51 25.50 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-08-23T14:30:44.662Z] #55 ... [2021-08-23T14:30:44.662Z] [2021-08-23T14:30:44.662Z] #58 [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-08-23T14:30:44.662Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:30:44.683Z] #58 42.30 + bin/containerd-shim-runc-v1 [2021-08-23T14:30:44.931Z] #58 27.84 Updating files: 65% (2982/4562) Updating files: 66% (3011/4562) Updating files: 67% (3057/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-08-23T14:30:44.931Z] #58 28.45 + cd /tmp/tmp.DgU7yBrqAF/src/github.com/containerd/containerd [2021-08-23T14:30:44.931Z] #58 28.45 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:45.033Z] #19 30.08 The following NEW packages will be installed: [2021-08-23T14:30:45.033Z] #19 30.08 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-08-23T14:30:45.033Z] #19 30.08 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-08-23T14:30:45.033Z] #19 30.08 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-08-23T14:30:45.033Z] #19 30.08 crossbuild-essential-armel crossbuild-essential-armhf [2021-08-23T14:30:45.033Z] #19 30.08 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-08-23T14:30:45.033Z] #19 30.08 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2021-08-23T14:30:45.033Z] #19 30.08 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2021-08-23T14:30:45.033Z] #19 30.08 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-08-23T14:30:45.033Z] #19 30.08 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-08-23T14:30:45.033Z] #19 30.08 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-08-23T14:30:45.033Z] #19 30.08 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-08-23T14:30:45.033Z] #19 30.08 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-08-23T14:30:45.033Z] #19 30.08 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-08-23T14:30:45.033Z] #19 30.08 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-08-23T14:30:45.033Z] #19 30.08 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-08-23T14:30:45.033Z] #19 30.08 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-08-23T14:30:45.033Z] #19 30.08 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-08-23T14:30:45.033Z] #19 30.08 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-08-23T14:30:45.033Z] #19 30.08 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-08-23T14:30:45.033Z] #19 30.08 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-08-23T14:30:45.033Z] #19 30.08 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-08-23T14:30:45.033Z] #19 30.08 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-08-23T14:30:45.033Z] #19 30.08 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-08-23T14:30:45.033Z] #19 30.08 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-08-23T14:30:45.033Z] #19 30.08 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-08-23T14:30:45.033Z] #19 30.08 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-08-23T14:30:45.033Z] #19 30.08 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-08-23T14:30:45.033Z] #19 30.08 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-08-23T14:30:45.034Z] #19 30.09 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-08-23T14:30:45.034Z] #19 30.09 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-08-23T14:30:45.034Z] #19 30.09 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-08-23T14:30:45.034Z] #19 30.09 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-08-23T14:30:45.034Z] #19 30.09 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-08-23T14:30:45.034Z] #19 30.09 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-08-23T14:30:45.034Z] #19 30.09 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-08-23T14:30:45.034Z] #19 30.09 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-08-23T14:30:45.034Z] #19 30.09 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-08-23T14:30:45.034Z] #19 30.09 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-08-23T14:30:45.034Z] #19 30.09 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-08-23T14:30:45.034Z] #19 30.09 linux-libc-dev-s390x-cross patch xz-utils [2021-08-23T14:30:45.034Z] #19 30.47 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:30:45.034Z] #19 30.47 Need to get 787 MB of archives. [2021-08-23T14:30:45.034Z] #19 30.47 After this operation, 3385 MB of additional disk space will be used. [2021-08-23T14:30:45.034Z] #19 30.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2021-08-23T14:30:45.034Z] #19 30.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-08-23T14:30:45.034Z] #19 30.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2021-08-23T14:30:45.034Z] #19 30.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2021-08-23T14:30:45.034Z] #19 30.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2021-08-23T14:30:45.237Z] #51 ... [2021-08-23T14:30:45.237Z] [2021-08-23T14:30:45.237Z] #49 [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-08-23T14:30:45.237Z] #49 sha256:d59daa09c5d3b532d09b84db9e78556762c55195e72cadd0cf601266fbe58c0b [2021-08-23T14:30:45.237Z] #49 DONE 34.2s [2021-08-23T14:30:45.295Z] #19 30.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-08-23T14:30:45.295Z] #19 30.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2021-08-23T14:30:45.295Z] #19 30.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2021-08-23T14:30:45.295Z] #19 30.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2021-08-23T14:30:45.295Z] #19 30.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2021-08-23T14:30:45.295Z] #19 30.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2021-08-23T14:30:45.295Z] #19 30.67 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-08-23T14:30:45.295Z] #19 30.68 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2021-08-23T14:30:45.498Z] [2021-08-23T14:30:45.498Z] #51 [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-08-23T14:30:45.498Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:30:45.498Z] #51 ... [2021-08-23T14:30:45.498Z] [2021-08-23T14:30:45.498Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:45.498Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:45.498Z] #14 37.62 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-08-23T14:30:45.498Z] #14 37.63 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:30:45.498Z] #14 37.64 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:30:45.868Z] #19 31.26 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2021-08-23T14:30:45.868Z] #19 31.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2021-08-23T14:30:46.322Z] #58 29.69 + export 'BUILDTAGS=netgo osusergo static_build' [2021-08-23T14:30:46.322Z] #58 29.69 + BUILDTAGS='netgo osusergo static_build' [2021-08-23T14:30:46.322Z] #58 29.70 + export EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:46.322Z] #58 29.70 + EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:46.322Z] #58 29.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-08-23T14:30:46.322Z] #58 29.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-08-23T14:30:46.322Z] #58 29.70 + '[' '' = dynamic ']' [2021-08-23T14:30:46.322Z] #58 29.70 + make [2021-08-23T14:30:46.440Z] #19 31.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2021-08-23T14:30:46.440Z] #19 31.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2021-08-23T14:30:46.581Z] #58 44.14 + bin/containerd-shim-runc-v2 [2021-08-23T14:30:46.581Z] #58 44.63 + binaries [2021-08-23T14:30:46.581Z] #58 44.63 + install -D bin/containerd /build/containerd [2021-08-23T14:30:46.581Z] #58 44.66 + install -D bin/containerd-shim /build/containerd-shim [2021-08-23T14:30:46.839Z] #58 44.66 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-08-23T14:30:46.839Z] #58 44.67 + install -D bin/ctr /build/ctr [2021-08-23T14:30:47.011Z] #19 32.27 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-08-23T14:30:47.011Z] #19 32.27 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2021-08-23T14:30:47.404Z] #58 DONE 45.2s [2021-08-23T14:30:47.583Z] #19 32.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-08-23T14:30:47.583Z] #19 32.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2021-08-23T14:30:47.716Z] #58 31.01 + bin/ctr [2021-08-23T14:30:47.969Z] [2021-08-23T14:30:47.969Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-08-23T14:30:47.969Z] #59 sha256:5393799a8f7c7b2d7aa4e9601fbed93333838517d8343e8ba20c0935d2ef4ded [2021-08-23T14:30:48.155Z] #19 33.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-08-23T14:30:48.155Z] #19 33.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2021-08-23T14:30:48.155Z] #19 33.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2021-08-23T14:30:48.155Z] #19 33.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-08-23T14:30:48.155Z] #19 33.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-08-23T14:30:48.155Z] #19 33.41 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2021-08-23T14:30:48.155Z] #19 33.41 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2021-08-23T14:30:48.155Z] #19 33.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2021-08-23T14:30:48.155Z] #19 33.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2021-08-23T14:30:48.155Z] #19 33.44 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2021-08-23T14:30:48.155Z] #19 33.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2021-08-23T14:30:48.155Z] #19 33.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2021-08-23T14:30:48.155Z] #19 33.44 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2021-08-23T14:30:48.155Z] #19 33.48 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2021-08-23T14:30:48.155Z] #19 33.49 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2021-08-23T14:30:48.155Z] #19 33.51 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2021-08-23T14:30:48.155Z] #19 33.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2021-08-23T14:30:48.155Z] #19 33.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2021-08-23T14:30:48.155Z] #19 33.53 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2021-08-23T14:30:48.226Z] #59 DONE 0.2s [2021-08-23T14:30:48.226Z] [2021-08-23T14:30:48.226Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-08-23T14:30:48.226Z] #63 sha256:288dffcaee24a40b8cefba5533dadeac58da7d157f528d023ade3d17c215b9e9 [2021-08-23T14:30:48.226Z] #63 DONE 0.1s [2021-08-23T14:30:48.226Z] [2021-08-23T14:30:48.226Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-08-23T14:30:48.226Z] #68 sha256:f39adb01ffd3c5499cfa18facefab3919eca458139e123dc640c0d56a780bbad [2021-08-23T14:30:48.483Z] #68 DONE 0.2s [2021-08-23T14:30:48.483Z] [2021-08-23T14:30:48.483Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-08-23T14:30:48.483Z] #69 sha256:dab6dad9ad1e621c43b972b8a8231766a2219feb7a4588806519b13e9ec110e0 [2021-08-23T14:30:48.483Z] #69 DONE 0.0s [2021-08-23T14:30:48.483Z] [2021-08-23T14:30:48.483Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-08-23T14:30:48.483Z] #70 sha256:23da30265f56c0ab82fc85e05b9e5bb8febc730e12f40415597dad2965ac3993 [2021-08-23T14:30:48.727Z] #19 34.15 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2021-08-23T14:30:48.727Z] #19 34.15 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2021-08-23T14:30:48.727Z] #19 34.17 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2021-08-23T14:30:48.727Z] #19 34.20 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2021-08-23T14:30:48.727Z] #19 34.22 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2021-08-23T14:30:49.298Z] #19 34.72 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-08-23T14:30:49.298Z] #19 34.72 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-08-23T14:30:49.298Z] #19 34.72 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2021-08-23T14:30:49.298Z] #19 34.75 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2021-08-23T14:30:49.298Z] #19 34.75 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2021-08-23T14:30:49.298Z] #19 34.75 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-08-23T14:30:49.416Z] #70 DONE 0.7s [2021-08-23T14:30:49.416Z] [2021-08-23T14:30:49.416Z] #71 exporting to image [2021-08-23T14:30:49.416Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-08-23T14:30:49.416Z] #71 exporting layers [2021-08-23T14:30:49.559Z] #19 34.85 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-08-23T14:30:49.559Z] #19 34.86 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2021-08-23T14:30:49.559Z] #19 34.87 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2021-08-23T14:30:49.560Z] #19 34.87 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-08-23T14:30:49.560Z] #19 34.87 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2021-08-23T14:30:49.560Z] #19 34.87 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2021-08-23T14:30:49.560Z] #19 34.87 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2021-08-23T14:30:49.560Z] #19 34.87 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2021-08-23T14:30:49.560Z] #19 34.87 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2021-08-23T14:30:49.560Z] #19 34.88 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2021-08-23T14:30:49.560Z] #19 34.88 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2021-08-23T14:30:49.560Z] #19 34.88 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2021-08-23T14:30:49.560Z] #19 34.88 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2021-08-23T14:30:49.560Z] #19 34.96 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2021-08-23T14:30:49.820Z] #19 34.97 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2021-08-23T14:30:49.820Z] #19 34.98 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2021-08-23T14:30:49.820Z] #19 34.99 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2021-08-23T14:30:49.980Z] #71 exporting layers 1.0s done [2021-08-23T14:30:49.980Z] #71 writing image sha256:84cbe7bdc53380a32376117aca17068fb931a22380ef5aea77f1b3d1da0c22be [2021-08-23T14:30:49.980Z] #71 writing image sha256:84cbe7bdc53380a32376117aca17068fb931a22380ef5aea77f1b3d1da0c22be done [2021-08-23T14:30:49.980Z] #71 naming to docker.io/library/docker:82c978ad9567772f349f604c6630d531b9348736 done [2021-08-23T14:30:49.980Z] #71 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-08-23T14:30:50.309Z] + trap exit INT TERM [2021-08-23T14:30:50.309Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-08-23T14:30:50.309Z] + CONTAINER_NAME=docker-pr3 [2021-08-23T14:30:50.309Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh dynbinary [2021-08-23T14:30:50.395Z] #19 35.58 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2021-08-23T14:30:50.395Z] #19 35.58 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2021-08-23T14:30:50.395Z] #19 35.59 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2021-08-23T14:30:50.395Z] #19 35.62 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2021-08-23T14:30:50.395Z] #19 35.65 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2021-08-23T14:30:50.566Z] [2021-08-23T14:30:50.656Z] #19 36.13 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2021-08-23T14:30:50.783Z] #14 ... [2021-08-23T14:30:50.783Z] [2021-08-23T14:30:50.783Z] #58 [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-08-23T14:30:50.783Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:30:50.783Z] #58 28.14 Updating files: 83% (3832/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-08-23T14:30:50.783Z] #58 28.43 + cd /tmp/tmp.PirI2U9WiX/src/github.com/containerd/containerd [2021-08-23T14:30:50.783Z] #58 28.43 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:30:50.824Z] Removing bundles/ [2021-08-23T14:30:50.824Z] [2021-08-23T14:30:50.824Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-08-23T14:30:50.824Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:30:50.824Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:30:50.918Z] #19 36.13 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2021-08-23T14:30:50.918Z] #19 36.13 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2021-08-23T14:30:50.918Z] #19 36.15 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2021-08-23T14:30:50.918Z] #19 36.15 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2021-08-23T14:30:50.918Z] #19 36.16 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2021-08-23T14:30:50.918Z] #19 36.16 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2021-08-23T14:30:50.918Z] #19 36.18 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2021-08-23T14:30:50.918Z] #19 36.18 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2021-08-23T14:30:50.918Z] #19 36.19 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2021-08-23T14:30:50.918Z] #19 36.20 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2021-08-23T14:30:51.489Z] #19 36.80 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2021-08-23T14:30:51.489Z] #19 36.80 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2021-08-23T14:30:51.489Z] #19 36.82 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2021-08-23T14:30:51.489Z] #19 36.83 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2021-08-23T14:30:51.489Z] #19 36.85 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2021-08-23T14:30:51.724Z] #58 29.34 + export 'BUILDTAGS=netgo osusergo static_build' [2021-08-23T14:30:51.724Z] #58 29.34 + BUILDTAGS='netgo osusergo static_build' [2021-08-23T14:30:51.724Z] #58 29.34 + export EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:51.724Z] #58 29.34 + EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:30:51.724Z] #58 29.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-08-23T14:30:51.724Z] #58 29.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-08-23T14:30:51.724Z] #58 29.34 + '[' '' = dynamic ']' [2021-08-23T14:30:51.724Z] #58 29.34 + make [2021-08-23T14:30:51.932Z] #58 ... [2021-08-23T14:30:51.932Z] [2021-08-23T14:30:51.932Z] #55 [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-08-23T14:30:51.932Z] #55 sha256:3d8db86e498728426735aa641125f12137f9a33833093c464a6ecdaf5558af03 [2021-08-23T14:30:51.932Z] #55 33.03 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-08-23T14:30:51.932Z] #55 34.63 + mkdir -p /build [2021-08-23T14:30:51.932Z] #55 34.64 + cp runc /build/runc [2021-08-23T14:30:51.932Z] #55 DONE 35.1s [2021-08-23T14:30:51.932Z] [2021-08-23T14:30:51.932Z] #60 [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-08-23T14:30:51.932Z] #60 sha256:aad7c48f81be2ceb3fa609469fed2ccdb00f171f532e66a22e0f8080f0188d37 [2021-08-23T14:30:52.061Z] #19 37.35 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2021-08-23T14:30:52.061Z] #19 37.35 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2021-08-23T14:30:52.061Z] #19 37.35 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2021-08-23T14:30:52.061Z] #19 37.37 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2021-08-23T14:30:52.061Z] #19 37.37 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2021-08-23T14:30:52.061Z] #19 37.38 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2021-08-23T14:30:52.061Z] #19 37.38 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2021-08-23T14:30:52.061Z] #19 37.38 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2021-08-23T14:30:52.061Z] #19 37.40 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2021-08-23T14:30:52.061Z] #19 37.41 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2021-08-23T14:30:52.061Z] #19 37.43 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2021-08-23T14:30:52.061Z] #19 37.43 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2021-08-23T14:30:52.061Z] #19 37.44 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2021-08-23T14:30:52.061Z] #19 37.45 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2021-08-23T14:30:52.061Z] #19 37.46 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2021-08-23T14:30:52.635Z] #19 37.98 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2021-08-23T14:30:52.635Z] #19 37.98 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2021-08-23T14:30:52.635Z] #19 38.00 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2021-08-23T14:30:52.635Z] #19 38.03 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2021-08-23T14:30:52.635Z] #19 38.04 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2021-08-23T14:30:52.667Z] #58 30.44 + bin/ctr [2021-08-23T14:30:53.209Z] #19 38.62 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2021-08-23T14:30:53.209Z] #19 38.62 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2021-08-23T14:30:53.209Z] #19 38.62 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2021-08-23T14:30:53.209Z] #19 38.64 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2021-08-23T14:30:53.209Z] #19 38.65 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2021-08-23T14:30:53.209Z] #19 38.65 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2021-08-23T14:30:53.209Z] #19 38.65 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2021-08-23T14:30:53.209Z] #19 38.65 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2021-08-23T14:30:53.209Z] #19 38.68 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2021-08-23T14:30:53.209Z] #19 38.68 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2021-08-23T14:30:53.323Z] #60 36.41 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:53.323Z] #60 36.41 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-08-23T14:30:53.470Z] #19 38.69 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2021-08-23T14:30:53.470Z] #19 38.70 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2021-08-23T14:30:53.730Z] #19 39.26 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2021-08-23T14:30:53.993Z] #19 39.26 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2021-08-23T14:30:53.993Z] #19 39.28 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2021-08-23T14:30:53.993Z] #19 39.32 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2021-08-23T14:30:53.993Z] #19 39.35 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2021-08-23T14:30:54.563Z] #19 39.92 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-08-23T14:30:54.563Z] #19 39.92 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2021-08-23T14:30:55.133Z] #19 40.38 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:30:55.133Z] #19 40.59 Fetched 787 MB in 10s (80.7 MB/s) [2021-08-23T14:30:55.393Z] #19 40.62 Selecting previously unselected package liblocale-gettext-perl. [2021-08-23T14:30:55.393Z] #19 40.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:30:55.393Z] #19 40.65 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2021-08-23T14:30:55.393Z] #19 40.65 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2021-08-23T14:30:55.393Z] #19 40.70 Selecting previously unselected package bzip2. [2021-08-23T14:30:55.393Z] #19 40.70 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2021-08-23T14:30:55.393Z] #19 40.71 Unpacking bzip2 (1.0.8-4) ... [2021-08-23T14:30:55.393Z] #19 40.78 Selecting previously unselected package libmagic-mgc. [2021-08-23T14:30:55.393Z] #19 40.78 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2021-08-23T14:30:55.393Z] #19 40.78 Unpacking libmagic-mgc (1:5.39-3) ... [2021-08-23T14:30:55.653Z] #19 40.94 Selecting previously unselected package libmagic1:amd64. [2021-08-23T14:30:55.653Z] #19 40.95 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2021-08-23T14:30:55.653Z] #19 40.96 Unpacking libmagic1:amd64 (1:5.39-3) ... [2021-08-23T14:30:55.653Z] #19 41.03 Selecting previously unselected package file. [2021-08-23T14:30:55.653Z] #19 41.03 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2021-08-23T14:30:55.653Z] #19 41.04 Unpacking file (1:5.39-3) ... [2021-08-23T14:30:55.653Z] #19 41.11 Selecting previously unselected package xz-utils. [2021-08-23T14:30:55.653Z] #19 41.11 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2021-08-23T14:30:55.885Z] #60 DONE 39.1s [2021-08-23T14:30:55.885Z] [2021-08-23T14:30:55.885Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-08-23T14:30:55.885Z] #61 sha256:c6f35cc68fe47d55b2778bba146694811845a7ae2f8e802466ef2bdff1f493a7 [2021-08-23T14:30:55.885Z] #61 DONE 0.1s [2021-08-23T14:30:55.885Z] [2021-08-23T14:30:55.885Z] #25 [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-08-23T14:30:55.885Z] #25 sha256:160a5dad90c171dfe0174cdde2865f6ea88d1b0c9f0953b4d1d28a531a135247 [2021-08-23T14:30:55.885Z] #25 ... [2021-08-23T14:30:55.885Z] [2021-08-23T14:30:55.885Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-08-23T14:30:55.885Z] #62 sha256:1673515f19f1c8578752499f549f3e39077a72e85f72c37d79155b245459f5f4 [2021-08-23T14:30:55.885Z] #62 DONE 0.1s [2021-08-23T14:30:55.885Z] [2021-08-23T14:30:55.885Z] #58 [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-08-23T14:30:55.885Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:30:55.913Z] #19 41.11 Unpacking xz-utils (5.2.5-2) ... [2021-08-23T14:30:55.913Z] #19 41.22 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-08-23T14:30:55.913Z] #19 41.22 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2021-08-23T14:30:55.913Z] #19 41.23 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-08-23T14:30:56.485Z] #19 41.80 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-08-23T14:30:56.485Z] #19 41.80 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2021-08-23T14:30:56.485Z] #19 41.81 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-08-23T14:30:57.055Z] #19 42.28 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-08-23T14:30:57.056Z] #19 42.29 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2021-08-23T14:30:57.056Z] #19 42.29 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-08-23T14:30:57.316Z] #19 42.84 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-08-23T14:30:57.576Z] #19 42.85 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2021-08-23T14:30:57.576Z] #19 42.85 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-08-23T14:30:57.826Z] #58 ... [2021-08-23T14:30:57.826Z] [2021-08-23T14:30:57.826Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-08-23T14:30:57.826Z] #65 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-08-23T14:30:57.826Z] #65 CACHED [2021-08-23T14:30:57.826Z] [2021-08-23T14:30:57.826Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-08-23T14:30:57.826Z] #67 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-08-23T14:30:57.826Z] #67 CACHED [2021-08-23T14:30:57.837Z] #19 43.28 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-08-23T14:30:58.089Z] [2021-08-23T14:30:58.089Z] #51 [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-08-23T14:30:58.089Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:30:58.097Z] #19 43.29 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2021-08-23T14:30:58.097Z] #19 43.29 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2021-08-23T14:30:58.358Z] #19 43.66 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2021-08-23T14:30:58.358Z] #19 43.67 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:30:58.358Z] #19 43.67 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:30:58.358Z] #19 43.74 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2021-08-23T14:30:58.358Z] #19 43.74 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:30:58.358Z] #19 43.75 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:30:59.281Z] #58 ... [2021-08-23T14:30:59.282Z] [2021-08-23T14:30:59.282Z] #60 [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-08-23T14:30:59.282Z] #60 sha256:051daf752a8281b081613f5e670f39e765deecd096d641b3a4587a686c57c2fd [2021-08-23T14:30:59.282Z] #60 44.38 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:30:59.282Z] #60 44.38 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-08-23T14:30:59.282Z] #60 DONE 47.8s [2021-08-23T14:30:59.282Z] [2021-08-23T14:30:59.282Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-08-23T14:30:59.282Z] #61 sha256:2e0afc1b8bee857f5c8cad950127853bc8e6b2569c84a0ee83d8cd6df02c334a [2021-08-23T14:30:59.282Z] #61 DONE 0.1s [2021-08-23T14:30:59.282Z] [2021-08-23T14:30:59.282Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-08-23T14:30:59.282Z] #62 sha256:db6fa5ce8072caa70f46367253644c4161859166657984a05e45fd828bc0f34b [2021-08-23T14:30:59.282Z] #62 DONE 0.1s [2021-08-23T14:30:59.282Z] [2021-08-23T14:30:59.282Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:30:59.282Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:30:59.282Z] #14 45.29 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-08-23T14:30:59.282Z] #14 45.29 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:30:59.282Z] #14 45.30 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:30:59.282Z] #14 48.44 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-08-23T14:30:59.282Z] #14 48.44 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:30:59.282Z] #14 48.45 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:31:00.222Z] #14 ... [2021-08-23T14:31:00.222Z] [2021-08-23T14:31:00.222Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-08-23T14:31:00.222Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-08-23T14:31:00.222Z] #65 CACHED [2021-08-23T14:31:00.222Z] [2021-08-23T14:31:00.222Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-08-23T14:31:00.222Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-08-23T14:31:00.222Z] #67 CACHED [2021-08-23T14:31:00.222Z] [2021-08-23T14:31:00.222Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:31:00.222Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:31:00.482Z] #14 52.42 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-08-23T14:31:00.482Z] #14 52.43 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:31:00.482Z] #14 52.44 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:31:01.714Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e79bf2ae8112b0f2) in /home/ubuntu/workspace/moby_PR-42764 [Pipeline] { [Pipeline] checkout [2021-08-23T14:31:01.810Z] The recommended git tool is: git [2021-08-23T14:31:04.936Z] #19 50.05 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2021-08-23T14:31:04.936Z] #19 50.05 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:04.936Z] #19 50.06 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:31:04.936Z] #19 50.12 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2021-08-23T14:31:04.936Z] #19 50.12 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:04.936Z] #19 50.13 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:31:05.099Z] using credential docker-jenkins-github-credentials [2021-08-23T14:31:05.111Z] Cloning the remote Git repository [2021-08-23T14:31:05.111Z] Cloning with configured refspecs honoured and without tags [2021-08-23T14:31:05.156Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:31:05.768Z] #14 57.78 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-08-23T14:31:05.768Z] #14 57.79 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:31:05.768Z] #14 57.79 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:31:05.254Z] > git init /home/ubuntu/workspace/moby_PR-42764 # timeout=10 [2021-08-23T14:31:05.795Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:31:05.796Z] > git --version # timeout=10 [2021-08-23T14:31:05.806Z] > git --version # 'git version 2.25.1' [2021-08-23T14:31:05.807Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:31:05.857Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:31:08.316Z] #14 60.26 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-08-23T14:31:08.316Z] #14 60.27 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-08-23T14:31:08.316Z] #14 60.28 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:31:08.316Z] #14 60.37 Selecting previously unselected package libapparmor1:amd64. [2021-08-23T14:31:08.316Z] #14 60.37 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-08-23T14:31:08.316Z] #14 60.37 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:31:08.577Z] #14 60.44 Selecting previously unselected package libapparmor-dev:amd64. [2021-08-23T14:31:08.578Z] #14 60.44 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-08-23T14:31:08.578Z] #14 60.44 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:31:08.578Z] #14 60.51 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:31:08.578Z] #14 60.52 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:31:08.578Z] #14 60.52 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:31:08.578Z] #14 60.61 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:31:08.578Z] #14 60.61 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:31:08.578Z] #14 60.62 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:31:08.578Z] #14 60.72 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-08-23T14:31:08.839Z] #14 60.73 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:31:08.839Z] #14 60.74 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:31:08.839Z] #14 60.78 Selecting previously unselected package libudev-dev:amd64. [2021-08-23T14:31:08.839Z] #14 60.78 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-08-23T14:31:08.839Z] #14 60.79 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:31:08.839Z] #14 60.88 Selecting previously unselected package libsepol1-dev:amd64. [2021-08-23T14:31:08.839Z] #14 60.88 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-08-23T14:31:08.839Z] #14 60.89 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:31:08.839Z] #14 61.02 Selecting previously unselected package libpcre2-16-0:amd64. [2021-08-23T14:31:09.101Z] #14 61.02 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-08-23T14:31:09.101Z] #14 61.03 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:31:09.101Z] #14 61.15 Selecting previously unselected package libpcre2-32-0:amd64. [2021-08-23T14:31:09.101Z] #14 61.15 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-08-23T14:31:09.101Z] #14 61.16 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:31:09.101Z] #14 61.26 Selecting previously unselected package libpcre2-posix2:amd64. [2021-08-23T14:31:09.101Z] #14 61.26 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-08-23T14:31:09.361Z] #14 61.27 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:31:09.361Z] #14 61.32 Selecting previously unselected package libpcre2-dev:amd64. [2021-08-23T14:31:09.361Z] #14 61.32 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-08-23T14:31:09.361Z] #14 61.33 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:31:09.623Z] #14 61.57 Selecting previously unselected package libselinux1-dev:amd64. [2021-08-23T14:31:09.623Z] #14 61.57 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-08-23T14:31:09.623Z] #14 61.57 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:31:09.623Z] #14 61.71 Selecting previously unselected package libdevmapper-dev:amd64. [2021-08-23T14:31:09.623Z] #14 61.71 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:31:09.623Z] #14 61.72 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:31:09.623Z] #14 61.77 Selecting previously unselected package libseccomp-dev:amd64. [2021-08-23T14:31:09.623Z] #14 61.77 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-08-23T14:31:09.623Z] #14 61.77 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:31:09.884Z] #14 61.86 Selecting previously unselected package libsystemd-dev:amd64. [2021-08-23T14:31:09.884Z] #14 61.87 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-08-23T14:31:09.884Z] #14 61.87 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:31:10.145Z] #14 62.15 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:31:10.145Z] #14 62.16 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:31:10.145Z] #14 62.17 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:31:10.145Z] #14 62.18 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:31:10.145Z] #14 62.20 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:31:10.145Z] #14 62.21 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:31:10.145Z] #14 62.22 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:31:10.145Z] #14 62.23 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:31:10.145Z] #14 62.24 Setting up libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:31:10.145Z] #14 62.26 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:31:10.145Z] #14 62.27 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:31:10.145Z] #14 62.28 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:31:10.145Z] #14 62.29 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:31:10.145Z] #14 62.30 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:31:10.145Z] #14 62.31 Setting up mingw-w64-common (8.0.0-1) ... [2021-08-23T14:31:10.145Z] #14 62.32 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:31:10.145Z] #14 62.33 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:31:10.145Z] #14 62.34 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:31:10.145Z] #14 62.35 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:31:10.145Z] #14 62.36 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:31:10.347Z] #51 ... [2021-08-23T14:31:10.347Z] [2021-08-23T14:31:10.347Z] #25 [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-08-23T14:31:10.347Z] #25 sha256:160a5dad90c171dfe0174cdde2865f6ea88d1b0c9f0953b4d1d28a531a135247 [2021-08-23T14:31:10.347Z] #25 51.79 Updating files: 37% (4348/11460) Updating files: 38% (4355/11460) Updating files: 39% (4470/11460) Updating files: 40% (4584/11460) Updating files: 41% (4699/11460) Updating files: 42% (4814/11460) Updating files: 43% (4928/11460) Updating files: 44% (5043/11460) Updating files: 45% (5157/11460) Updating files: 46% (5272/11460) Updating files: 47% (5387/11460) Updating files: 48% (5501/11460) Updating files: 49% (5616/11460) Updating files: 50% (5730/11460) Updating files: 51% (5845/11460) Updating files: 52% (5960/11460) Updating files: 53% (6074/11460) Updating files: 54% (6189/11460) Updating files: 55% (6303/11460) Updating files: 56% (6418/11460) Updating files: 57% (6533/11460) Updating files: 58% (6647/11460) Updating files: 59% (6762/11460) Updating files: 60% (6876/11460) Updating files: 61% (6991/11460) Updating files: 62% (7106/11460) Updating files: 63% (7220/11460) Updating files: 64% (7335/11460) Updating files: 65% (7449/11460) Updating files: 66% (7564/11460) Updating files: 67% (7679/11460) Updating files: 68% (7793/11460) Updating files: 69% (7908/11460) Updating files: 70% (8022/11460) Updating files: 71% (8137/11460) Updating files: 72% (8252/11460) Updating files: 73% (8366/11460) Updating files: 74% (8481/11460) Updating files: 75% (8595/11460) Updating files: 76% (8710/11460) Updating files: 77% (8825/11460) Updating files: 78% (8939/11460) Updating files: 79% (9054/11460) Updating files: 80% (9168/11460) Updating files: 80% (9249/11460) Updating files: 81% (9283/11460) Updating files: 82% (9398/11460) Updating files: 83% (9512/11460) Updating files: 84% (9627/11460) Updating files: 85% (9741/11460) Updating files: 86% (9856/11460) Updating files: 87% (9971/11460) Updating files: 88% (10085/11460) Updating files: 89% (10200/11460) Updating files: 90% (10314/11460) Updating files: 91% (10429/11460) Updating files: 92% (10544/11460) Updating files: 93% (10658/11460) Updating files: 94% (10773/11460) Updating files: 95% (10887/11460) Updating files: 96% (11002/11460) Updating files: 97% (11117/11460) Updating files: 98% (11231/11460) Updating files: 99% (11346/11460) Updating files: 100% (11460/11460) Updating files: 100% (11460/11460), done. [2021-08-23T14:31:10.347Z] #25 53.27 + cd /tmp/tmp.G5gWelJEzi/tmp/docker-ce [2021-08-23T14:31:10.347Z] #25 53.27 + git checkout -q v17.06.2-ce [2021-08-23T14:31:10.406Z] #14 62.38 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:31:10.406Z] #14 62.39 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:31:10.406Z] #14 62.40 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:31:10.406Z] #14 62.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:31:10.406Z] #14 62.42 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:31:10.406Z] #14 62.43 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:31:10.406Z] #14 62.44 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-08-23T14:31:10.406Z] #14 62.45 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:31:10.406Z] #14 62.46 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:31:10.406Z] #14 62.48 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:31:10.406Z] #14 62.49 Setting up dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:31:10.406Z] #14 62.51 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:31:10.406Z] #14 62.52 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:31:10.406Z] #14 62.54 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:31:10.978Z] #14 DONE 63.2s [2021-08-23T14:31:10.978Z] [2021-08-23T14:31:10.978Z] #51 [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-08-23T14:31:10.978Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:31:11.240Z] #51 ... [2021-08-23T14:31:11.240Z] [2021-08-23T14:31:11.240Z] #55 [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-08-23T14:31:11.240Z] #55 sha256:ce2deb126f2f512c0b726ebbfabf0cc4591afe0e44cbd189a18ae47c68559768 [2021-08-23T14:31:11.516Z] #19 56.00 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2021-08-23T14:31:11.516Z] #19 56.00 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:11.516Z] #19 56.01 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:31:11.516Z] #19 56.06 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2021-08-23T14:31:11.516Z] #19 56.07 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:11.516Z] #19 56.07 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:31:12.268Z] #25 55.56 + mkdir -p /tmp/tmp.G5gWelJEzi/src/github.com/docker [2021-08-23T14:31:12.268Z] #25 55.56 + mv components/cli /tmp/tmp.G5gWelJEzi/src/github.com/docker/cli [2021-08-23T14:31:12.268Z] #25 55.57 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-08-23T14:31:12.625Z] #55 1.450 + RM_GOPATH=0 [2021-08-23T14:31:12.625Z] #55 1.450 + TMP_GOPATH= [2021-08-23T14:31:12.625Z] #55 1.450 + : /build [2021-08-23T14:31:12.625Z] #55 1.450 + '[' -z '' ']' [2021-08-23T14:31:12.625Z] #55 1.451 ++ mktemp -d [2021-08-23T14:31:12.625Z] #55 1.453 + export GOPATH=/tmp/tmp.MphDtQWJfO [2021-08-23T14:31:12.625Z] #55 1.453 + GOPATH=/tmp/tmp.MphDtQWJfO [2021-08-23T14:31:12.625Z] #55 1.453 + RM_GOPATH=1 [2021-08-23T14:31:12.625Z] #55 1.453 + case "$(go env GOARCH)" in [2021-08-23T14:31:12.625Z] #55 1.462 ++ go env GOARCH [2021-08-23T14:31:12.625Z] #55 1.483 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:31:12.625Z] #55 1.483 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:31:12.625Z] #55 1.484 ++ dirname /tmp/install/install.sh [2021-08-23T14:31:12.625Z] #55 1.490 + dir=/tmp/install [2021-08-23T14:31:12.625Z] #55 1.490 + bin=runc [2021-08-23T14:31:12.625Z] #55 1.490 + shift [2021-08-23T14:31:12.625Z] #55 1.490 + '[' '!' -f /tmp/install/runc.installer ']' [2021-08-23T14:31:12.625Z] #55 1.491 + . /tmp/install/runc.installer [2021-08-23T14:31:12.625Z] #55 1.491 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:31:12.625Z] #55 1.491 + install_runc [2021-08-23T14:31:12.625Z] #55 1.491 + grep -q '^3\.10\.0.*\.el7\.' [2021-08-23T14:31:12.625Z] #55 1.491 + uname -r [2021-08-23T14:31:12.625Z] #55 1.493 + RUNC_BUILDTAGS='seccomp ' [2021-08-23T14:31:12.625Z] #55 1.493 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-08-23T14:31:12.625Z] #55 1.493 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-08-23T14:31:12.625Z] #55 1.493 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MphDtQWJfO/src/github.com/opencontainers/runc [2021-08-23T14:31:12.625Z] #55 1.495 Cloning into '/tmp/tmp.MphDtQWJfO/src/github.com/opencontainers/runc'... [2021-08-23T14:31:12.889Z] #55 ... [2021-08-23T14:31:12.889Z] [2021-08-23T14:31:12.889Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-08-23T14:31:12.889Z] #15 sha256:0ec47ba844b5e0828037f24a154378620ba621f6e138df8e7e2cd85e3eb65be8 [2021-08-23T14:31:12.889Z] #15 DONE 1.6s [2021-08-23T14:31:12.889Z] [2021-08-23T14:31:12.889Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-08-23T14:31:12.889Z] #16 sha256:0b2c1ce95ea1a4f8f4835b12f6fb1200b80c529afd423d11a7f0bfa461b227c2 [2021-08-23T14:31:12.900Z] #19 ... [2021-08-23T14:31:12.900Z] [2021-08-23T14:31:12.900Z] #58 [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-08-23T14:31:12.900Z] #58 sha256:d2a946216cb0fa3feb594985430199134975c4537e6409bbe1dd2574e7628840 [2021-08-23T14:31:12.900Z] #58 61.88 + /build/golangci-lint --version [2021-08-23T14:31:12.900Z] #58 62.03 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-08-23T14:31:14.274Z] #16 DONE 1.2s [2021-08-23T14:31:14.274Z] [2021-08-23T14:31:14.274Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-08-23T14:31:14.274Z] #17 sha256:35184b97e4472185c9df52527f99f416766ffec824a50908a36c173fec43f5fa [2021-08-23T14:31:14.815Z] #58 DONE 63.8s [2021-08-23T14:31:14.815Z] [2021-08-23T14:31:14.815Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-08-23T14:31:14.815Z] #19 sha256:dcae3e3184fc3709dcfeb20316dcc27d7eb0a580fc156707d3cff1919d6c8542 [2021-08-23T14:31:14.845Z] #17 1.000 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-08-23T14:31:14.845Z] #17 DONE 1.1s [2021-08-23T14:31:14.845Z] [2021-08-23T14:31:14.845Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-08-23T14:31:14.845Z] #18 sha256:6077cd7838e4a28a0054ed956ed2685994dfc1355ebb4e3a9710dde423e8b085 [2021-08-23T14:31:16.229Z] #18 DONE 1.1s [2021-08-23T14:31:16.229Z] [2021-08-23T14:31:16.229Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-08-23T14:31:16.229Z] #19 sha256:4bad5f34e840cd6c5556520d0d5490b6a44b9a8ae3de3c5bebdb74161fc526ac [2021-08-23T14:31:16.725Z] #19 62.21 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2021-08-23T14:31:16.725Z] #19 62.21 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:16.725Z] #19 62.22 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:31:16.725Z] #19 62.26 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2021-08-23T14:31:16.986Z] #19 62.27 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:16.986Z] #19 62.27 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:31:17.171Z] #19 DONE 1.1s [2021-08-23T14:31:17.171Z] [2021-08-23T14:31:17.171Z] #51 [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-08-23T14:31:17.171Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:31:17.432Z] #51 ... [2021-08-23T14:31:17.432Z] [2021-08-23T14:31:17.432Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:31:17.432Z] #20 sha256:8f483ecc9149e54e0c90a4b103bc89792ff9e6fd9968181dbbdca78f5cf39a33 [2021-08-23T14:31:18.820Z] #20 DONE 1.2s [2021-08-23T14:31:18.820Z] [2021-08-23T14:31:18.820Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:31:18.820Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:31:20.208Z] #21 1.448 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:31:20.208Z] #21 1.448 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:31:20.208Z] #21 1.448 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:31:21.189Z] #19 66.31 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2021-08-23T14:31:21.189Z] #19 66.31 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:21.189Z] #19 66.31 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:31:21.189Z] #19 66.35 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2021-08-23T14:31:21.189Z] #19 66.35 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:21.189Z] #19 66.36 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:31:22.703Z] #21 2.308 Reading package lists... [2021-08-23T14:31:22.890Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:31:22.890Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:31:22.890Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:31:22.890Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:31:22.890Z] [2021-08-23T14:31:24.088Z] #21 4.039 Reading package lists... [2021-08-23T14:31:24.260Z] + TEST_INTEGRATION_DEST=1 [2021-08-23T14:31:24.260Z] + CONTAINER_NAME=docker-pr3-1 [2021-08-23T14:31:24.260Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-08-23T14:31:24.260Z] + run_tests test-integration-flaky [2021-08-23T14:31:24.260Z] + '[' -n 0 ']' [2021-08-23T14:31:24.260Z] + rm= [2021-08-23T14:31:24.260Z] + TEST_INTEGRATION_DEST=2 [2021-08-23T14:31:24.260Z] + CONTAINER_NAME=docker-pr3-2 [2021-08-23T14:31:24.260Z] + TEST_SKIP_INTEGRATION=1 [2021-08-23T14:31:24.260Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-08-23T14:31:24.260Z] + run_tests [2021-08-23T14:31:24.260Z] + '[' -n 0 ']' [2021-08-23T14:31:24.260Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh test-integration-flaky test-integration [2021-08-23T14:31:24.260Z] + rm= [2021-08-23T14:31:24.260Z] + c=0 [2021-08-23T14:31:24.260Z] + TEST_INTEGRATION_DEST=3 [2021-08-23T14:31:24.260Z] + CONTAINER_NAME=docker-pr3-3 [2021-08-23T14:31:24.260Z] + TEST_SKIP_INTEGRATION=1 [2021-08-23T14:31:24.261Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh '' test-integration [2021-08-23T14:31:24.261Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-08-23T14:31:24.261Z] + run_tests [2021-08-23T14:31:24.261Z] + '[' -n 0 ']' [2021-08-23T14:31:24.261Z] + rm= [2021-08-23T14:31:24.261Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh '' test-integration [2021-08-23T14:31:24.261Z] ++ jobs -p [2021-08-23T14:31:24.261Z] + for job in $(jobs -p) [2021-08-23T14:31:24.261Z] + wait 16551 [2021-08-23T14:31:24.661Z] #21 5.508 Building dependency tree... [2021-08-23T14:31:24.661Z] #21 5.967 Reading state information... [2021-08-23T14:31:24.922Z] #21 6.427 The following additional packages will be installed: [2021-08-23T14:31:24.922Z] #21 6.428 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-08-23T14:31:24.922Z] #21 6.428 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-08-23T14:31:24.922Z] #21 6.429 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-08-23T14:31:24.922Z] #21 6.429 python3-pkg-resources vim-runtime xxd [2021-08-23T14:31:24.922Z] #21 6.431 Suggested packages: [2021-08-23T14:31:24.922Z] #21 6.431 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-08-23T14:31:24.922Z] #21 6.431 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-08-23T14:31:24.922Z] #21 6.431 acl attr quota [2021-08-23T14:31:24.922Z] #21 6.431 Recommended packages: [2021-08-23T14:31:24.922Z] #21 6.431 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-08-23T14:31:25.194Z] [2021-08-23T14:31:25.194Z] [2021-08-23T14:31:25.194Z] [2021-08-23T14:31:25.194Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:31:25.194Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:31:25.194Z] HOSTNAME=a7ad8307f7b5 [2021-08-23T14:31:25.194Z] TEST_SKIP_INTEGRATION=1 [2021-08-23T14:31:25.194Z] TESTDEBUG=0 [2021-08-23T14:31:25.194Z] DEST=bundles/test-integration [2021-08-23T14:31:25.194Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:31:25.194Z] KEEPBUNDLE=1 [2021-08-23T14:31:25.194Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:31:25.194Z] container=docker [2021-08-23T14:31:25.194Z] HOME=/root [2021-08-23T14:31:25.194Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:31:25.194Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:31:25.194Z] VALIDATE_BRANCH=master [2021-08-23T14:31:25.194Z] TERM=xterm [2021-08-23T14:31:25.194Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:31:25.194Z] SHLVL=1 [2021-08-23T14:31:25.194Z] TIMEOUT=120m [2021-08-23T14:31:25.194Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:31:25.194Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:31:25.194Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-08-23T14:31:25.194Z] GO111MODULE=off [2021-08-23T14:31:25.194Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:31:25.194Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:31:25.194Z] GOPATH=/go [2021-08-23T14:31:25.194Z] PKG_CONFIG=pkg-config [2021-08-23T14:31:25.194Z] _=/usr/bin/env [2021-08-23T14:31:25.194Z] Building test suite binary ./integration-cli/test.main [2021-08-23T14:31:25.194Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:31:25.194Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:31:25.194Z] HOSTNAME=b6abbc9dfd27 [2021-08-23T14:31:25.194Z] TEST_SKIP_INTEGRATION=1 [2021-08-23T14:31:25.194Z] TESTDEBUG=0 [2021-08-23T14:31:25.194Z] DEST=bundles/test-integration [2021-08-23T14:31:25.194Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:31:25.194Z] KEEPBUNDLE=1 [2021-08-23T14:31:25.194Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:31:25.194Z] container=docker [2021-08-23T14:31:25.194Z] HOME=/root [2021-08-23T14:31:25.194Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:31:25.194Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:31:25.194Z] VALIDATE_BRANCH=master [2021-08-23T14:31:25.194Z] TERM=xterm [2021-08-23T14:31:25.194Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:31:25.194Z] SHLVL=1 [2021-08-23T14:31:25.194Z] TIMEOUT=120m [2021-08-23T14:31:25.194Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:31:25.194Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:31:25.194Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-08-23T14:31:25.194Z] GO111MODULE=off [2021-08-23T14:31:25.194Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:31:25.194Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:31:25.194Z] GOPATH=/go [2021-08-23T14:31:25.194Z] PKG_CONFIG=pkg-config [2021-08-23T14:31:25.194Z] _=/usr/bin/env [2021-08-23T14:31:25.194Z] Building test suite binary ./integration-cli/test.main [2021-08-23T14:31:25.194Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-08-23T14:31:25.393Z] #19 70.22 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-08-23T14:31:25.393Z] #19 70.23 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:25.393Z] #19 70.24 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:31:25.393Z] #19 70.31 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-08-23T14:31:25.393Z] #19 70.32 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:25.393Z] #19 70.32 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:31:25.393Z] #19 70.36 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-08-23T14:31:25.393Z] #19 70.36 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:25.393Z] #19 70.37 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:31:25.393Z] #19 70.40 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-08-23T14:31:25.393Z] #19 70.40 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:25.393Z] #19 70.41 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:31:25.393Z] #19 70.43 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-08-23T14:31:25.393Z] #19 70.44 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:25.393Z] #19 70.44 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:31:25.393Z] #19 70.48 Selecting previously unselected package cross-config. [2021-08-23T14:31:25.393Z] #19 70.48 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2021-08-23T14:31:25.393Z] #19 70.49 Unpacking cross-config (2.6.18+nmu1) ... [2021-08-23T14:31:25.393Z] #19 70.52 Selecting previously unselected package gcc-10-cross-base. [2021-08-23T14:31:25.393Z] #19 70.52 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.393Z] #19 70.53 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2021-08-23T14:31:25.393Z] #19 70.57 Selecting previously unselected package libc6-arm64-cross. [2021-08-23T14:31:25.393Z] #19 70.58 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:25.393Z] #19 70.58 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2021-08-23T14:31:25.393Z] #19 70.72 Selecting previously unselected package libgcc-s1-arm64-cross. [2021-08-23T14:31:25.393Z] #19 70.72 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.393Z] #19 70.73 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.393Z] #19 70.76 Selecting previously unselected package libgomp1-arm64-cross. [2021-08-23T14:31:25.393Z] #19 70.77 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.393Z] #19 70.77 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.393Z] #19 70.82 Selecting previously unselected package libitm1-arm64-cross. [2021-08-23T14:31:25.393Z] #19 70.82 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.453Z] No new tests added to integration. [2021-08-23T14:31:25.453Z] [2021-08-23T14:31:25.453Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:31:25.653Z] #19 70.83 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.653Z] #19 70.86 Selecting previously unselected package libatomic1-arm64-cross. [2021-08-23T14:31:25.653Z] #19 70.86 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.653Z] #19 70.87 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.653Z] #19 70.90 Selecting previously unselected package libasan6-arm64-cross. [2021-08-23T14:31:25.653Z] #19 70.90 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.653Z] #19 70.91 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.865Z] #21 7.173 The following NEW packages will be installed: [2021-08-23T14:31:25.865Z] #21 7.173 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-08-23T14:31:25.865Z] #21 7.174 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-08-23T14:31:25.865Z] #21 7.177 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-08-23T14:31:25.865Z] #21 7.178 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-08-23T14:31:25.865Z] #21 7.178 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-08-23T14:31:25.865Z] #21 7.179 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-08-23T14:31:25.865Z] #21 7.179 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-08-23T14:31:25.865Z] #21 7.179 xz-utils zip [2021-08-23T14:31:25.865Z] #21 7.475 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:31:25.865Z] #21 7.475 Need to get 27.0 MB of archives. [2021-08-23T14:31:25.865Z] #21 7.475 After this operation, 104 MB of additional disk space will be used. [2021-08-23T14:31:25.865Z] #21 7.475 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-08-23T14:31:25.865Z] #21 7.479 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-08-23T14:31:25.865Z] #21 7.483 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-08-23T14:31:25.865Z] #21 7.485 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-08-23T14:31:25.865Z] #21 7.486 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-08-23T14:31:25.865Z] #21 7.487 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-08-23T14:31:25.865Z] #21 7.488 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-08-23T14:31:25.865Z] #21 7.490 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-08-23T14:31:25.865Z] #21 7.519 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:31:25.913Z] #19 71.15 Selecting previously unselected package liblsan0-arm64-cross. [2021-08-23T14:31:25.913Z] #19 71.15 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.913Z] #19 71.15 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:25.913Z] #19 71.26 Selecting previously unselected package libtsan0-arm64-cross. [2021-08-23T14:31:25.913Z] #19 71.26 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:25.913Z] #19 71.27 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:26.020Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:31:26.020Z] HOSTNAME=0683c3abc470 [2021-08-23T14:31:26.020Z] TESTDEBUG=0 [2021-08-23T14:31:26.020Z] DEST=bundles/test-integration [2021-08-23T14:31:26.020Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:31:26.020Z] KEEPBUNDLE=1 [2021-08-23T14:31:26.020Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:31:26.020Z] container=docker [2021-08-23T14:31:26.020Z] HOME=/root [2021-08-23T14:31:26.020Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:31:26.020Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:31:26.020Z] VALIDATE_BRANCH=master [2021-08-23T14:31:26.020Z] TERM=xterm [2021-08-23T14:31:26.020Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:31:26.020Z] SHLVL=1 [2021-08-23T14:31:26.020Z] TIMEOUT=120m [2021-08-23T14:31:26.020Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:31:26.020Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:31:26.020Z] GO111MODULE=off [2021-08-23T14:31:26.020Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-08-23T14:31:26.020Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:31:26.020Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:31:26.020Z] GOPATH=/go [2021-08-23T14:31:26.020Z] PKG_CONFIG=pkg-config [2021-08-23T14:31:26.020Z] _=/usr/bin/env [2021-08-23T14:31:26.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-08-23T14:31:26.127Z] #21 7.525 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:31:26.127Z] #21 7.534 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-08-23T14:31:26.127Z] #21 7.543 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-08-23T14:31:26.127Z] #21 7.544 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-08-23T14:31:26.127Z] #21 7.547 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-08-23T14:31:26.127Z] #21 7.562 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-08-23T14:31:26.127Z] #21 7.568 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-08-23T14:31:26.127Z] #21 7.569 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-08-23T14:31:26.127Z] #21 7.576 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-08-23T14:31:26.127Z] #21 7.576 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-08-23T14:31:26.127Z] #21 7.578 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-08-23T14:31:26.127Z] #21 7.580 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-08-23T14:31:26.127Z] #21 7.585 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-08-23T14:31:26.127Z] #21 7.591 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-08-23T14:31:26.127Z] #21 7.593 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-08-23T14:31:26.127Z] #21 7.595 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-08-23T14:31:26.127Z] #21 7.602 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-08-23T14:31:26.127Z] #21 7.603 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-08-23T14:31:26.127Z] #21 7.780 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-08-23T14:31:26.173Z] #19 71.50 Selecting previously unselected package libstdc++6-arm64-cross. [2021-08-23T14:31:26.173Z] #19 71.50 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:26.173Z] #19 71.51 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:26.173Z] #19 71.58 Selecting previously unselected package libubsan1-arm64-cross. [2021-08-23T14:31:26.173Z] #19 71.58 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:26.173Z] #19 71.59 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:26.173Z] #19 71.69 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2021-08-23T14:31:26.388Z] #21 7.782 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-08-23T14:31:26.388Z] #21 7.783 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-08-23T14:31:26.388Z] #21 7.784 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-08-23T14:31:26.388Z] #21 7.786 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-08-23T14:31:26.388Z] #21 7.791 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-08-23T14:31:26.388Z] #21 7.799 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-08-23T14:31:26.388Z] #21 7.844 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-08-23T14:31:26.388Z] #21 7.848 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-08-23T14:31:26.388Z] #21 7.850 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-08-23T14:31:26.388Z] #21 7.855 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-08-23T14:31:26.388Z] #21 7.865 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-08-23T14:31:26.388Z] #21 7.866 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-08-23T14:31:26.388Z] #21 7.872 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-08-23T14:31:26.388Z] #21 7.889 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-08-23T14:31:26.388Z] #21 7.896 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-08-23T14:31:26.388Z] #21 7.899 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-08-23T14:31:26.388Z] #21 7.980 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-08-23T14:31:26.388Z] #21 8.000 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-08-23T14:31:26.433Z] #19 71.69 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:26.433Z] #19 71.70 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:26.578Z] Fetching without tags [2021-08-23T14:31:26.648Z] #21 8.019 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-08-23T14:31:26.693Z] #19 71.84 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2021-08-23T14:31:26.693Z] #19 71.84 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:26.693Z] #19 71.85 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:31:26.909Z] #21 8.412 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:31:26.909Z] #21 8.489 Fetched 27.0 MB in 1s (32.8 MB/s) [2021-08-23T14:31:26.909Z] #21 8.535 Selecting previously unselected package pigz. [2021-08-23T14:31:27.096Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:31:27.170Z] #21 8.536 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-08-23T14:31:27.170Z] #21 8.589 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-08-23T14:31:27.170Z] #21 8.594 Unpacking pigz (2.6-1) ... [2021-08-23T14:31:27.170Z] #21 8.662 Selecting previously unselected package libelf1:amd64. [2021-08-23T14:31:27.170Z] #21 8.665 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-08-23T14:31:27.170Z] #21 8.673 Unpacking libelf1:amd64 (0.183-1) ... [2021-08-23T14:31:27.170Z] #21 8.795 Selecting previously unselected package libbpf0:amd64. [2021-08-23T14:31:27.431Z] #21 8.798 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-08-23T14:31:27.431Z] #21 8.811 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:31:27.431Z] #21 8.895 Selecting previously unselected package libcap2:amd64. [2021-08-23T14:31:27.431Z] #21 8.897 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-08-23T14:31:27.431Z] #21 8.910 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:31:27.431Z] #21 8.973 Selecting previously unselected package libmnl0:amd64. [2021-08-23T14:31:27.431Z] #21 8.983 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-08-23T14:31:27.431Z] #21 8.988 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:31:27.692Z] #21 9.055 Selecting previously unselected package libxtables12:amd64. [2021-08-23T14:31:27.692Z] #21 9.058 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-08-23T14:31:27.692Z] #21 9.062 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:31:27.692Z] #21 9.109 Selecting previously unselected package libcap2-bin. [2021-08-23T14:31:27.692Z] #21 9.117 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-08-23T14:31:27.692Z] #21 9.126 Unpacking libcap2-bin (1:2.44-1) ... [2021-08-23T14:31:27.692Z] #21 9.183 Selecting previously unselected package iproute2. [2021-08-23T14:31:27.692Z] #21 9.187 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-08-23T14:31:27.692Z] #21 9.193 Unpacking iproute2 (5.10.0-4) ... [2021-08-23T14:31:26.483Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:31:26.491Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:31:26.518Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:31:26.551Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:31:26.583Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:31:26.584Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:31:26.585Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:31:27.107Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:31:27.141Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:31:27.953Z] #21 9.577 Selecting previously unselected package xxd. [2021-08-23T14:31:28.215Z] #21 9.584 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:31:28.215Z] #21 9.595 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:31:28.215Z] #21 9.695 Selecting previously unselected package vim-common. [2021-08-23T14:31:28.215Z] #21 9.696 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:31:28.215Z] #21 9.708 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:31:28.215Z] #21 9.835 Selecting previously unselected package bash-completion. [2021-08-23T14:31:28.215Z] #21 ... [2021-08-23T14:31:28.215Z] [2021-08-23T14:31:28.215Z] #55 [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-08-23T14:31:28.215Z] #55 sha256:ce2deb126f2f512c0b726ebbfabf0cc4591afe0e44cbd189a18ae47c68559768 [2021-08-23T14:31:28.215Z] #55 7.186 + cd /tmp/tmp.MphDtQWJfO/src/github.com/opencontainers/runc [2021-08-23T14:31:28.215Z] #55 7.186 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:31:28.215Z] #55 7.514 + '[' -z '' ']' [2021-08-23T14:31:28.215Z] #55 7.514 + target=static [2021-08-23T14:31:28.215Z] #55 7.514 + make 'BUILDTAGS=seccomp ' static [2021-08-23T14:31:28.215Z] #55 7.949 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-08-23T14:31:28.476Z] #55 ... [2021-08-23T14:31:28.476Z] [2021-08-23T14:31:28.476Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:31:28.476Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:31:28.476Z] #21 9.839 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-08-23T14:31:29.005Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:31:29.005Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:31:29.863Z] #21 11.31 Unpacking bash-completion (1:2.11-2) ... [2021-08-23T14:31:28.919Z] > git remote # timeout=10 [2021-08-23T14:31:28.943Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:31:28.964Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:31:28.965Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:31:28.983Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-23T14:31:29.009Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:31:29.032Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:31:30.125Z] #21 11.61 Selecting previously unselected package bzip2. [2021-08-23T14:31:30.125Z] #21 11.61 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-08-23T14:31:30.125Z] #21 11.61 Unpacking bzip2 (1.0.8-4) ... [2021-08-23T14:31:30.125Z] #21 11.67 Selecting previously unselected package xz-utils. [2021-08-23T14:31:30.125Z] #21 11.67 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-08-23T14:31:30.125Z] #21 11.67 Unpacking xz-utils (5.2.5-2) ... [2021-08-23T14:31:30.386Z] #21 11.82 Selecting previously unselected package apparmor. [2021-08-23T14:31:30.386Z] #21 11.83 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-08-23T14:31:30.386Z] #21 11.89 Unpacking apparmor (2.13.6-10) ... [2021-08-23T14:31:30.959Z] #21 12.24 Selecting previously unselected package inetutils-ping. [2021-08-23T14:31:30.959Z] #21 12.24 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-08-23T14:31:30.959Z] #21 12.25 Unpacking inetutils-ping (2:2.0-1) ... [2021-08-23T14:31:30.959Z] #21 12.34 Selecting previously unselected package libip4tc2:amd64. [2021-08-23T14:31:30.959Z] #21 12.34 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:31:30.959Z] #21 12.35 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:31:30.959Z] #21 12.41 Selecting previously unselected package libip6tc2:amd64. [2021-08-23T14:31:30.959Z] #21 12.41 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:31:30.959Z] #21 12.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:31:30.959Z] #21 12.48 Selecting previously unselected package libnfnetlink0:amd64. [2021-08-23T14:31:30.959Z] #21 12.49 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-08-23T14:31:30.959Z] #21 12.49 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:31:30.959Z] #21 12.54 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-08-23T14:31:30.959Z] #21 12.55 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-08-23T14:31:30.959Z] #21 12.56 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:31:30.959Z] #21 12.62 Selecting previously unselected package libnftnl11:amd64. [2021-08-23T14:31:31.220Z] #21 12.62 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-08-23T14:31:31.220Z] #21 12.63 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:31:31.220Z] #21 12.70 Selecting previously unselected package iptables. [2021-08-23T14:31:31.220Z] #21 12.70 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-08-23T14:31:31.220Z] #21 12.71 Unpacking iptables (1.8.7-1) ... [2021-08-23T14:31:31.482Z] #21 12.93 Selecting previously unselected package libonig5:amd64. [2021-08-23T14:31:31.482Z] #21 12.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-08-23T14:31:31.482Z] #21 12.94 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:31:31.482Z] #21 13.06 Selecting previously unselected package libjq1:amd64. [2021-08-23T14:31:31.744Z] #21 13.06 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-08-23T14:31:31.744Z] #21 13.07 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:31:31.744Z] #21 13.17 Selecting previously unselected package jq. [2021-08-23T14:31:31.744Z] #21 13.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-08-23T14:31:31.744Z] #21 13.18 Unpacking jq (1.6-2.1) ... [2021-08-23T14:31:31.744Z] #21 13.25 Selecting previously unselected package libaio1:amd64. [2021-08-23T14:31:31.744Z] #21 13.25 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-08-23T14:31:31.744Z] #21 13.26 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:31:31.978Z] #19 76.86 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-08-23T14:31:31.978Z] #19 76.86 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:31.978Z] #19 76.88 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:31:31.978Z] #19 76.97 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-08-23T14:31:31.978Z] #19 76.97 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2021-08-23T14:31:31.978Z] #19 76.98 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-08-23T14:31:31.978Z] #19 77.15 Selecting previously unselected package libc6-dev-arm64-cross. [2021-08-23T14:31:31.978Z] #19 77.15 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:31.978Z] #19 77.16 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2021-08-23T14:31:32.005Z] #21 13.31 Selecting previously unselected package libgpm2:amd64. [2021-08-23T14:31:32.005Z] #21 13.32 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-08-23T14:31:32.005Z] #21 13.33 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:31:32.005Z] #21 13.37 Selecting previously unselected package libicu67:amd64. [2021-08-23T14:31:32.005Z] #21 13.38 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-08-23T14:31:32.005Z] #21 13.38 Unpacking libicu67:amd64 (67.1-7) ... [2021-08-23T14:31:32.243Z] #19 77.40 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2021-08-23T14:31:32.243Z] #19 77.41 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:32.243Z] #19 77.41 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:31:32.506Z] #19 77.70 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2021-08-23T14:31:32.506Z] #19 77.70 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:32.506Z] #19 77.71 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:31:33.314Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:31:34.255Z] + docker version [2021-08-23T14:31:34.554Z] #21 15.77 Selecting previously unselected package libinih1:amd64. [2021-08-23T14:31:34.555Z] #21 15.78 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-08-23T14:31:34.555Z] #21 15.78 Unpacking libinih1:amd64 (53-1+b2) ... [2021-08-23T14:31:34.555Z] #21 15.83 Selecting previously unselected package libnet1:amd64. [2021-08-23T14:31:34.555Z] #21 15.84 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-08-23T14:31:34.555Z] #21 15.85 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:31:34.555Z] #21 15.93 Selecting previously unselected package libnl-3-200:amd64. [2021-08-23T14:31:34.555Z] #21 15.94 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-08-23T14:31:34.555Z] #21 15.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:31:34.555Z] #21 16.02 Selecting previously unselected package libprotobuf-c1:amd64. [2021-08-23T14:31:34.555Z] #21 16.02 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-08-23T14:31:34.555Z] #21 16.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:31:34.816Z] #21 16.08 Selecting previously unselected package net-tools. [2021-08-23T14:31:34.816Z] #21 16.09 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-08-23T14:31:34.816Z] #21 16.10 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:31:34.816Z] #21 16.24 Selecting previously unselected package patch. [2021-08-23T14:31:34.816Z] #21 16.24 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-08-23T14:31:34.816Z] #21 16.25 Unpacking patch (2.7.6-7) ... [2021-08-23T14:31:35.077Z] #21 16.34 Selecting previously unselected package python-pip-whl. [2021-08-23T14:31:35.077Z] #21 16.35 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-08-23T14:31:35.077Z] #21 16.36 Unpacking python-pip-whl (20.3.4-4) ... [2021-08-23T14:31:35.338Z] #21 16.76 Selecting previously unselected package python3-lib2to3. [2021-08-23T14:31:35.338Z] #21 16.76 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-08-23T14:31:35.338Z] #21 16.77 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:31:35.338Z] #21 16.87 Selecting previously unselected package python3-distutils. [2021-08-23T14:31:35.338Z] #21 16.87 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-08-23T14:31:35.338Z] #21 16.88 Unpacking python3-distutils (3.9.2-1) ... [2021-08-23T14:31:35.338Z] #21 17.00 Selecting previously unselected package python3-pkg-resources. [2021-08-23T14:31:35.600Z] #21 17.01 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-08-23T14:31:35.600Z] #21 17.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:31:35.861Z] #21 17.12 Selecting previously unselected package python3-setuptools. [2021-08-23T14:31:35.861Z] #21 17.12 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-08-23T14:31:35.861Z] #21 17.12 Unpacking python3-setuptools (52.0.0-4) ... [2021-08-23T14:31:35.861Z] #21 17.31 Selecting previously unselected package python3-wheel. [2021-08-23T14:31:35.861Z] #21 17.31 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-08-23T14:31:35.861Z] #21 17.32 Unpacking python3-wheel (0.34.2-1) ... [2021-08-23T14:31:35.861Z] #21 17.37 Selecting previously unselected package python3-pip. [2021-08-23T14:31:35.861Z] #21 17.38 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-08-23T14:31:35.861Z] #21 17.38 Unpacking python3-pip (20.3.4-4) ... [2021-08-23T14:31:36.122Z] #21 17.59 Selecting previously unselected package sudo. [2021-08-23T14:31:36.122Z] #21 17.60 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-08-23T14:31:36.122Z] #21 17.61 Unpacking sudo (1.9.5p2-3) ... [2021-08-23T14:31:36.695Z] #21 18.14 Selecting previously unselected package thin-provisioning-tools. [2021-08-23T14:31:36.695Z] #21 18.15 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-08-23T14:31:36.695Z] #21 18.16 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:31:36.958Z] #21 ... [2021-08-23T14:31:36.958Z] [2021-08-23T14:31:36.958Z] #55 [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-08-23T14:31:36.958Z] #55 sha256:ce2deb126f2f512c0b726ebbfabf0cc4591afe0e44cbd189a18ae47c68559768 [2021-08-23T14:31:36.958Z] #55 23.91 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-08-23T14:31:36.958Z] #55 25.32 + mkdir -p /build [2021-08-23T14:31:36.958Z] #55 25.32 + cp runc /build/runc [2021-08-23T14:31:36.958Z] #55 DONE 25.8s [2021-08-23T14:31:36.958Z] [2021-08-23T14:31:36.958Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:31:36.958Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:31:36.958Z] #21 18.42 Selecting previously unselected package uidmap. [2021-08-23T14:31:36.958Z] #21 18.42 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-08-23T14:31:36.958Z] #21 18.43 Unpacking uidmap (1:4.8.1-1) ... [2021-08-23T14:31:36.958Z] #21 18.56 Selecting previously unselected package vim-runtime. [2021-08-23T14:31:37.220Z] #21 18.57 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:31:37.220Z] #21 18.60 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-08-23T14:31:37.220Z] #21 18.62 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-08-23T14:31:37.220Z] #21 18.63 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:31:37.827Z] #19 82.60 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-08-23T14:31:37.827Z] #19 82.60 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:37.827Z] #19 82.61 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:31:37.827Z] #19 82.64 Selecting previously unselected package patch. [2021-08-23T14:31:37.827Z] #19 82.64 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2021-08-23T14:31:37.827Z] #19 82.65 Unpacking patch (2.7.6-7) ... [2021-08-23T14:31:37.827Z] #19 82.69 Selecting previously unselected package dpkg-dev. [2021-08-23T14:31:37.827Z] #19 82.69 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2021-08-23T14:31:37.827Z] #19 82.70 Unpacking dpkg-dev (1.20.9) ... [2021-08-23T14:31:37.827Z] #19 82.83 Selecting previously unselected package libconfig-inifiles-perl. [2021-08-23T14:31:37.827Z] #19 82.84 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2021-08-23T14:31:37.827Z] #19 82.84 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2021-08-23T14:31:37.827Z] #19 82.87 Selecting previously unselected package libio-string-perl. [2021-08-23T14:31:37.827Z] #19 82.87 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2021-08-23T14:31:37.827Z] #19 82.88 Unpacking libio-string-perl (1.08-3.1) ... [2021-08-23T14:31:37.827Z] #19 82.92 Selecting previously unselected package libicu67:amd64. [2021-08-23T14:31:37.827Z] #19 82.92 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2021-08-23T14:31:37.827Z] #19 82.93 Unpacking libicu67:amd64 (67.1-7) ... [2021-08-23T14:31:38.397Z] #19 83.75 Selecting previously unselected package libxml2:amd64. [2021-08-23T14:31:38.397Z] #19 83.75 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-08-23T14:31:38.397Z] #19 83.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:31:38.397Z] #19 83.85 Selecting previously unselected package libxml-namespacesupport-perl. [2021-08-23T14:31:38.397Z] #19 83.85 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2021-08-23T14:31:38.397Z] #19 83.86 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2021-08-23T14:31:38.657Z] #19 83.89 Selecting previously unselected package libxml-sax-base-perl. [2021-08-23T14:31:38.657Z] #19 83.89 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2021-08-23T14:31:38.657Z] #19 83.90 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2021-08-23T14:31:38.657Z] #19 83.94 Selecting previously unselected package libxml-sax-perl. [2021-08-23T14:31:38.657Z] #19 83.95 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2021-08-23T14:31:38.657Z] #19 83.95 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2021-08-23T14:31:38.657Z] #19 84.00 Selecting previously unselected package libxml-libxml-perl. [2021-08-23T14:31:38.657Z] #19 84.00 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2021-08-23T14:31:38.657Z] #19 84.01 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-08-23T14:31:38.657Z] #19 84.07 Selecting previously unselected package libxml-simple-perl. [2021-08-23T14:31:38.657Z] #19 84.07 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-08-23T14:31:38.657Z] #19 84.08 Unpacking libxml-simple-perl (2.25-1) ... [2021-08-23T14:31:38.657Z] #19 84.12 Selecting previously unselected package libyaml-perl. [2021-08-23T14:31:38.917Z] #19 84.12 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.13 Unpacking libyaml-perl (1.30-1) ... [2021-08-23T14:31:38.917Z] #19 84.17 Selecting previously unselected package libconfig-auto-perl. [2021-08-23T14:31:38.917Z] #19 84.17 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.17 Unpacking libconfig-auto-perl (0.44-1.1) ... [2021-08-23T14:31:38.917Z] #19 84.22 Selecting previously unselected package libfile-which-perl. [2021-08-23T14:31:38.917Z] #19 84.22 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.23 Unpacking libfile-which-perl (1.23-1) ... [2021-08-23T14:31:38.917Z] #19 84.26 Selecting previously unselected package libfile-homedir-perl. [2021-08-23T14:31:38.917Z] #19 84.26 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.27 Unpacking libfile-homedir-perl (1.006-1) ... [2021-08-23T14:31:38.917Z] #19 84.30 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-08-23T14:31:38.917Z] #19 84.31 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.31 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-08-23T14:31:38.917Z] #19 84.36 Selecting previously unselected package dpkg-cross. [2021-08-23T14:31:38.917Z] #19 84.36 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.37 Unpacking dpkg-cross (2.6.18+nmu1) ... [2021-08-23T14:31:38.917Z] #19 84.40 Selecting previously unselected package crossbuild-essential-arm64. [2021-08-23T14:31:38.917Z] #19 84.41 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2021-08-23T14:31:38.917Z] #19 84.41 Unpacking crossbuild-essential-arm64 (12.9) ... [2021-08-23T14:31:38.917Z] #19 84.47 Selecting previously unselected package libc6-armel-cross. [2021-08-23T14:31:39.177Z] #19 84.47 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:39.177Z] #19 84.48 Unpacking libc6-armel-cross (2.31-9cross4) ... [2021-08-23T14:31:39.177Z] #19 84.61 Selecting previously unselected package libgcc-s1-armel-cross. [2021-08-23T14:31:39.177Z] #19 84.61 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.177Z] #19 84.61 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.177Z] #19 84.65 Selecting previously unselected package libgomp1-armel-cross. [2021-08-23T14:31:39.177Z] #19 84.65 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.177Z] #19 84.66 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.177Z] #19 84.70 Selecting previously unselected package libatomic1-armel-cross. [2021-08-23T14:31:39.177Z] #19 84.71 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.177Z] #19 84.71 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.397Z] #21 20.78 Selecting previously unselected package vim. [2021-08-23T14:31:39.397Z] #21 20.79 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:31:39.397Z] #21 20.80 Unpacking vim (2:8.2.2434-3) ... [2021-08-23T14:31:39.397Z] #21 21.06 Selecting previously unselected package xfsprogs. [2021-08-23T14:31:39.397Z] #21 21.06 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-08-23T14:31:39.437Z] #19 84.74 Selecting previously unselected package libasan6-armel-cross. [2021-08-23T14:31:39.437Z] #19 84.74 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.437Z] #19 84.75 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.437Z] #19 84.98 Selecting previously unselected package libstdc++6-armel-cross. [2021-08-23T14:31:39.659Z] #21 21.07 Unpacking xfsprogs (5.10.0-4) ... [2021-08-23T14:31:39.659Z] #21 21.32 Selecting previously unselected package zip. [2021-08-23T14:31:39.697Z] #19 84.98 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.697Z] #19 84.98 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.697Z] #19 85.05 Selecting previously unselected package libubsan1-armel-cross. [2021-08-23T14:31:39.697Z] #19 85.06 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.697Z] #19 85.06 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.920Z] #21 21.33 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-08-23T14:31:39.920Z] #21 21.33 Unpacking zip (3.0-12) ... [2021-08-23T14:31:39.920Z] #21 21.44 Setting up python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:31:39.957Z] #19 85.16 Selecting previously unselected package libgcc-10-dev-armel-cross. [2021-08-23T14:31:39.957Z] #19 85.16 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:39.957Z] #19 85.17 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:39.957Z] #19 85.29 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2021-08-23T14:31:39.957Z] #19 85.29 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:39.957Z] #19 85.30 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:31:40.497Z] #21 21.94 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:31:40.497Z] #21 21.96 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:31:40.497Z] #21 21.98 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:31:40.497Z] #21 21.99 Setting up libicu67:amd64 (67.1-7) ... [2021-08-23T14:31:40.497Z] #21 22.00 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:31:40.497Z] #21 22.02 Setting up libinih1:amd64 (53-1+b2) ... [2021-08-23T14:31:40.497Z] #21 22.03 Setting up uidmap (1:4.8.1-1) ... [2021-08-23T14:31:40.497Z] #21 22.05 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:31:40.497Z] #21 22.06 Setting up bzip2 (1.0.8-4) ... [2021-08-23T14:31:40.497Z] #21 22.08 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:31:40.497Z] #21 22.09 Setting up python3-wheel (0.34.2-1) ... [2021-08-23T14:31:41.084Z] #21 22.52 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:31:41.084Z] #21 22.54 Setting up libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:31:41.084Z] #21 22.55 Setting up libcap2-bin (1:2.44-1) ... [2021-08-23T14:31:41.084Z] #21 22.57 Setting up apparmor (2.13.6-10) ... [2021-08-23T14:31:42.386Z] Client: Docker Engine - Community [2021-08-23T14:31:42.386Z] Version: 20.10.6 [2021-08-23T14:31:42.386Z] API version: 1.41 [2021-08-23T14:31:42.386Z] Go version: go1.13.15 [2021-08-23T14:31:42.386Z] Git commit: 370c289 [2021-08-23T14:31:42.386Z] Built: Fri Apr 9 22:47:17 2021 [2021-08-23T14:31:42.386Z] OS/Arch: linux/amd64 [2021-08-23T14:31:42.386Z] Context: default [2021-08-23T14:31:42.386Z] Experimental: true [2021-08-23T14:31:42.386Z] [2021-08-23T14:31:42.386Z] Server: Docker Engine - Community [2021-08-23T14:31:42.386Z] Engine: [2021-08-23T14:31:42.386Z] Version: 20.10.6 [2021-08-23T14:31:42.386Z] API version: 1.41 (minimum version 1.12) [2021-08-23T14:31:42.386Z] Go version: go1.13.15 [2021-08-23T14:31:42.386Z] Git commit: 8728dd2 [2021-08-23T14:31:42.386Z] Built: Fri Apr 9 22:45:28 2021 [2021-08-23T14:31:42.386Z] OS/Arch: linux/amd64 [2021-08-23T14:31:42.386Z] Experimental: true [2021-08-23T14:31:42.386Z] containerd: [2021-08-23T14:31:42.386Z] Version: 1.4.6 [2021-08-23T14:31:42.386Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:31:42.386Z] runc: [2021-08-23T14:31:42.386Z] Version: 1.0.0-rc95 [2021-08-23T14:31:42.386Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:31:42.386Z] docker-init: [2021-08-23T14:31:42.386Z] Version: 0.19.0 [2021-08-23T14:31:42.386Z] GitCommit: de40ad0 [Pipeline] sh [2021-08-23T14:31:42.472Z] #21 23.64 Setting up zip (3.0-12) ... [2021-08-23T14:31:42.472Z] #21 23.65 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:31:42.472Z] #21 23.67 Setting up bash-completion (1:2.11-2) ... [2021-08-23T14:31:42.697Z] + docker info [2021-08-23T14:31:43.416Z] #21 24.90 Setting up xz-utils (5.2.5-2) ... [2021-08-23T14:31:43.416Z] #21 24.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-08-23T14:31:43.416Z] #21 24.93 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:31:43.416Z] #21 24.94 Setting up patch (2.7.6-7) ... [2021-08-23T14:31:43.416Z] #21 24.95 Setting up sudo (1.9.5p2-3) ... [2021-08-23T14:31:43.678Z] #21 25.03 invoke-rc.d: could not determine current runlevel [2021-08-23T14:31:43.678Z] #21 25.03 invoke-rc.d: policy-rc.d denied execution of start. [2021-08-23T14:31:43.678Z] #21 25.04 Setting up xfsprogs (5.10.0-4) ... [2021-08-23T14:31:43.678Z] #21 25.05 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:31:43.678Z] #21 25.07 Setting up inetutils-ping (2:2.0-1) ... [2021-08-23T14:31:43.678Z] #21 25.08 Setting up pigz (2.6-1) ... [2021-08-23T14:31:43.678Z] #21 25.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:31:43.678Z] #21 25.11 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:31:43.678Z] #21 25.13 Setting up python-pip-whl (20.3.4-4) ... [2021-08-23T14:31:43.678Z] #21 25.14 Setting up vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:31:43.939Z] #21 25.55 Setting up libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:31:44.201Z] #21 25.56 Setting up python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:31:44.423Z] #25 ... [2021-08-23T14:31:44.423Z] [2021-08-23T14:31:44.423Z] #51 [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-08-23T14:31:44.423Z] #51 sha256:dd27ed835bd44ddcef2162f745580fe9436878182a4696e3169cae63a39707e0 [2021-08-23T14:31:44.423Z] #51 82.78 + /build/golangci-lint --version [2021-08-23T14:31:44.423Z] #51 83.09 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-08-23T14:31:44.423Z] #51 DONE 84.1s [2021-08-23T14:31:44.423Z] [2021-08-23T14:31:44.423Z] #25 [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-08-23T14:31:44.423Z] #25 sha256:160a5dad90c171dfe0174cdde2865f6ea88d1b0c9f0953b4d1d28a531a135247 [2021-08-23T14:31:44.423Z] #25 ... [2021-08-23T14:31:44.423Z] [2021-08-23T14:31:44.423Z] #58 [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-08-23T14:31:44.423Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:31:44.423Z] #58 86.50 + bin/containerd [2021-08-23T14:31:44.462Z] #21 25.84 Setting up libelf1:amd64 (0.183-1) ... [2021-08-23T14:31:44.462Z] #21 25.87 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:31:44.462Z] #21 25.88 Setting up python3-distutils (3.9.2-1) ... [2021-08-23T14:31:44.723Z] #21 26.17 Setting up vim (2:8.2.2434-3) ... [2021-08-23T14:31:44.723Z] #21 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-08-23T14:31:44.723Z] #21 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-08-23T14:31:44.723Z] #21 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-08-23T14:31:44.723Z] #21 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-08-23T14:31:44.723Z] #21 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-08-23T14:31:44.723Z] #21 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-08-23T14:31:44.723Z] #21 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-08-23T14:31:44.723Z] #21 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-08-23T14:31:44.723Z] #21 26.23 Setting up python3-setuptools (52.0.0-4) ... [2021-08-23T14:31:45.241Z] #19 89.97 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-08-23T14:31:45.241Z] #19 89.97 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:45.241Z] #19 89.97 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:31:45.241Z] #19 90.01 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-08-23T14:31:45.241Z] #19 90.01 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2021-08-23T14:31:45.241Z] #19 90.02 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-08-23T14:31:45.241Z] #19 90.19 Selecting previously unselected package libc6-dev-armel-cross. [2021-08-23T14:31:45.241Z] #19 90.19 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:45.241Z] #19 90.20 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2021-08-23T14:31:45.241Z] #19 90.42 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2021-08-23T14:31:45.241Z] #19 90.42 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:45.241Z] #19 90.42 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:31:45.241Z] #19 90.68 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2021-08-23T14:31:45.241Z] #19 90.68 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:45.241Z] #19 90.69 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:31:45.667Z] #21 27.12 Setting up libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:31:45.667Z] #21 27.13 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:31:45.667Z] #21 27.14 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:31:45.667Z] #21 27.15 Setting up python3-pip (20.3.4-4) ... [2021-08-23T14:31:46.239Z] #21 27.87 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:31:46.500Z] #21 27.88 Setting up jq (1.6-2.1) ... [2021-08-23T14:31:46.500Z] #21 27.89 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:31:46.500Z] #21 27.90 Setting up iptables (1.8.7-1) ... [2021-08-23T14:31:46.500Z] #21 27.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.93 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-08-23T14:31:46.500Z] #21 27.95 Setting up iproute2 (5.10.0-4) ... [2021-08-23T14:31:46.761Z] #21 28.18 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:31:47.022Z] #21 DONE 28.5s [2021-08-23T14:31:47.022Z] [2021-08-23T14:31:47.022Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-08-23T14:31:47.022Z] #22 sha256:206c86ab6d14b29d071eb11484523e5da9e2a75591bd04efd7bc3298e78f75c5 [2021-08-23T14:31:48.408Z] #22 0.985 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-08-23T14:31:48.409Z] #22 0.990 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-08-23T14:31:48.409Z] #22 0.993 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-08-23T14:31:48.409Z] #22 DONE 1.1s [2021-08-23T14:31:48.409Z] [2021-08-23T14:31:48.409Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:31:48.409Z] #23 sha256:6364badd1da2353f4b862519c3678a8a307c893ad1c91dcc75e9e8dc3bb0cf55 [2021-08-23T14:31:50.524Z] #19 95.13 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-08-23T14:31:50.524Z] #19 95.13 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:50.524Z] #19 95.13 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:31:50.524Z] #19 95.17 Selecting previously unselected package crossbuild-essential-armel. [2021-08-23T14:31:50.524Z] #19 95.17 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.17 Unpacking crossbuild-essential-armel (12.9) ... [2021-08-23T14:31:50.524Z] #19 95.20 Selecting previously unselected package libc6-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.21 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.21 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2021-08-23T14:31:50.524Z] #19 95.33 Selecting previously unselected package libgcc-s1-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.34 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.34 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.38 Selecting previously unselected package libgomp1-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.38 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.38 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.42 Selecting previously unselected package libatomic1-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.42 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.45 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.48 Selecting previously unselected package libasan6-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.48 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.49 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.71 Selecting previously unselected package libstdc++6-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.72 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.72 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.79 Selecting previously unselected package libubsan1-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.79 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.79 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 95.90 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2021-08-23T14:31:50.524Z] #19 95.90 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:50.524Z] #19 95.90 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:50.524Z] #19 96.02 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2021-08-23T14:31:50.784Z] #19 96.02 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:50.784Z] #19 96.03 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:31:56.070Z] #19 100.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-08-23T14:31:56.070Z] #19 100.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:31:56.070Z] #19 100.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:31:56.070Z] #19 100.8 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-08-23T14:31:56.070Z] #19 100.8 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2021-08-23T14:31:56.070Z] #19 100.8 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-08-23T14:31:56.070Z] #19 100.9 Selecting previously unselected package libc6-dev-armhf-cross. [2021-08-23T14:31:56.070Z] #19 100.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2021-08-23T14:31:56.070Z] #19 101.0 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2021-08-23T14:31:56.070Z] #19 101.2 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2021-08-23T14:31:56.070Z] #19 101.2 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:31:56.070Z] #19 101.2 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:31:56.070Z] #19 101.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2021-08-23T14:31:56.070Z] #19 101.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:31:56.070Z] #19 101.4 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:31:56.551Z] #23 7.416 Collecting yamllint==1.26.1 [2021-08-23T14:31:56.551Z] #23 8.464 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-08-23T14:31:57.495Z] #23 9.149 Collecting pathspec>=0.5.3 [2021-08-23T14:31:57.495Z] #23 9.161 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-08-23T14:31:57.495Z] #23 9.350 Collecting pyyaml [2021-08-23T14:31:57.495Z] #23 9.357 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-08-23T14:31:57.495Z] #23 9.399 Building wheels for collected packages: yamllint [2021-08-23T14:31:57.495Z] #23 9.400 Building wheel for yamllint (setup.py): started [2021-08-23T14:31:57.586Z] Client: [2021-08-23T14:31:57.586Z] Context: default [2021-08-23T14:31:57.586Z] Debug Mode: false [2021-08-23T14:31:57.586Z] Plugins: [2021-08-23T14:31:57.586Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-08-23T14:31:57.586Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-08-23T14:31:57.586Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-08-23T14:31:57.586Z] [2021-08-23T14:31:57.586Z] Server: [2021-08-23T14:31:57.586Z] Containers: 0 [2021-08-23T14:31:57.586Z] Running: 0 [2021-08-23T14:31:57.586Z] Paused: 0 [2021-08-23T14:31:57.586Z] Stopped: 0 [2021-08-23T14:31:57.586Z] Images: 0 [2021-08-23T14:31:57.586Z] Server Version: 20.10.6 [2021-08-23T14:31:57.586Z] Storage Driver: overlay2 [2021-08-23T14:31:57.586Z] Backing Filesystem: extfs [2021-08-23T14:31:57.586Z] Supports d_type: true [2021-08-23T14:31:57.586Z] Native Overlay Diff: true [2021-08-23T14:31:57.586Z] userxattr: false [2021-08-23T14:31:57.586Z] Logging Driver: json-file [2021-08-23T14:31:57.586Z] Cgroup Driver: systemd [2021-08-23T14:31:57.586Z] Cgroup Version: 2 [2021-08-23T14:31:57.586Z] Plugins: [2021-08-23T14:31:57.586Z] Volume: local [2021-08-23T14:31:57.586Z] Network: bridge host ipvlan macvlan null overlay [2021-08-23T14:31:57.586Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-08-23T14:31:57.586Z] Swarm: inactive [2021-08-23T14:31:57.586Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-08-23T14:31:57.586Z] Default Runtime: runc [2021-08-23T14:31:57.586Z] Init Binary: docker-init [2021-08-23T14:31:57.586Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-08-23T14:31:57.586Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-08-23T14:31:57.586Z] init version: de40ad0 [2021-08-23T14:31:57.586Z] Security Options: [2021-08-23T14:31:57.586Z] apparmor [2021-08-23T14:31:57.586Z] seccomp [2021-08-23T14:31:57.586Z] Profile: default [2021-08-23T14:31:57.586Z] cgroupns [2021-08-23T14:31:57.586Z] Kernel Version: 5.4.0-1048-aws [2021-08-23T14:31:57.586Z] Operating System: Ubuntu 20.04.2 LTS [2021-08-23T14:31:57.586Z] OSType: linux [2021-08-23T14:31:57.586Z] Architecture: x86_64 [2021-08-23T14:31:57.586Z] CPUs: 2 [2021-08-23T14:31:57.586Z] Total Memory: 7.487GiB [2021-08-23T14:31:57.586Z] Name: ip-10-100-105-141 [2021-08-23T14:31:57.586Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-08-23T14:31:57.586Z] Docker Root Dir: /var/lib/docker [2021-08-23T14:31:57.586Z] Debug Mode: false [2021-08-23T14:31:57.586Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:31:57.586Z] Labels: [2021-08-23T14:31:57.586Z] Experimental: true [2021-08-23T14:31:57.586Z] Insecure Registries: [2021-08-23T14:31:57.586Z] 127.0.0.0/8 [2021-08-23T14:31:57.587Z] Live Restore Enabled: true [2021-08-23T14:31:57.587Z] [2021-08-23T14:31:57.587Z] WARNING: No kernel memory limit support [2021-08-23T14:31:57.587Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-08-23T14:31:57.918Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:82c978ad9567772f349f604c6630d531b9348736 . [2021-08-23T14:31:58.067Z] #23 9.948 Building wheel for yamllint (setup.py): finished with status 'done' [2021-08-23T14:31:58.067Z] #23 9.949 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=49d5918207b062c32af61fa543dbf5bb3396bac5865d595d2fec4a5063122c0c [2021-08-23T14:31:58.067Z] #23 9.949 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-08-23T14:31:58.067Z] #23 9.952 Successfully built yamllint [2021-08-23T14:31:58.067Z] #23 10.01 Installing collected packages: pyyaml, pathspec, yamllint [2021-08-23T14:31:58.176Z] #1 [internal] load build definition from Dockerfile [2021-08-23T14:31:58.176Z] #1 sha256:c806e192ca9ebcab8ea9dce7851ea23d9738e4e59937c78a4ea93d4aa3eeb742 [2021-08-23T14:31:58.176Z] #1 transferring dockerfile: 16.33kB done [2021-08-23T14:31:58.176Z] #1 DONE 0.2s [2021-08-23T14:31:58.176Z] [2021-08-23T14:31:58.176Z] #2 [internal] load .dockerignore [2021-08-23T14:31:58.176Z] #2 sha256:41db16fb8743343068ae77e7e78fdd53a1bd677571ce338fadc29a2f6f712f5d [2021-08-23T14:31:58.176Z] #2 transferring context: [2021-08-23T14:31:58.176Z] #2 transferring context: 87B done [2021-08-23T14:31:58.176Z] #2 DONE 0.1s [2021-08-23T14:31:58.176Z] [2021-08-23T14:31:58.176Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-08-23T14:31:58.176Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-08-23T14:31:58.435Z] #3 DONE 0.4s [2021-08-23T14:31:58.639Z] #23 10.27 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-08-23T14:31:58.639Z] #23 DONE 10.6s [2021-08-23T14:31:58.639Z] [2021-08-23T14:31:58.639Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-08-23T14:31:58.639Z] #26 sha256:04308f5684caa5e9083df691ecfdcaf0fbc5be9023bfc417f5d30ce4e9e3f086 [2021-08-23T14:31:58.694Z] [2021-08-23T14:31:58.694Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-08-23T14:31:58.694Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-08-23T14:31:58.694Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-08-23T14:31:58.694Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-08-23T14:31:58.694Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-08-23T14:31:58.694Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-08-23T14:31:58.900Z] #26 DONE 0.2s [2021-08-23T14:31:58.900Z] [2021-08-23T14:31:58.900Z] #51 [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-08-23T14:31:58.900Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:31:58.900Z] #51 107.9 + /build/golangci-lint --version [2021-08-23T14:31:58.953Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0B / 9.67MB 0.4s [2021-08-23T14:31:58.953Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 6.29MB / 9.67MB 0.5s [2021-08-23T14:31:59.162Z] #51 ... [2021-08-23T14:31:59.162Z] [2021-08-23T14:31:59.162Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-08-23T14:31:59.162Z] #31 sha256:24940f48400f7af3c7497c7fef4b6a3f262975392eb035e98d8bf8e47d10549a [2021-08-23T14:31:59.162Z] #31 DONE 0.3s [2021-08-23T14:31:59.213Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.7s [2021-08-23T14:31:59.352Z] #58 ... [2021-08-23T14:31:59.353Z] [2021-08-23T14:31:59.353Z] #25 [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-08-23T14:31:59.353Z] #25 sha256:160a5dad90c171dfe0174cdde2865f6ea88d1b0c9f0953b4d1d28a531a135247 [2021-08-23T14:31:59.353Z] #25 102.3 + return [2021-08-23T14:31:59.353Z] #25 DONE 102.7s [2021-08-23T14:31:59.353Z] [2021-08-23T14:31:59.353Z] #58 [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-08-23T14:31:59.353Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:31:59.423Z] [2021-08-23T14:31:59.423Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-08-23T14:31:59.423Z] #34 sha256:9e55e28a4dff51159ee36dc9deb9348ce9dc3e83e320e5f5bfa9318516d539e5 [2021-08-23T14:31:59.423Z] #34 DONE 0.1s [2021-08-23T14:31:59.423Z] [2021-08-23T14:31:59.423Z] #51 [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-08-23T14:31:59.423Z] #51 sha256:97a9a54831db95fa3e2bcd7d4e94d52889b173c329bc051f19195e9febd53098 [2021-08-23T14:31:59.423Z] #51 108.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-08-23T14:31:59.423Z] #51 DONE 108.4s [2021-08-23T14:31:59.423Z] [2021-08-23T14:31:59.423Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-08-23T14:31:59.423Z] #36 sha256:96476a65209940d90491a1a64fd5498f9c748c8e9accd997700f846346f1b740 [2021-08-23T14:31:59.423Z] #36 DONE 0.1s [2021-08-23T14:31:59.423Z] [2021-08-23T14:31:59.423Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-08-23T14:31:59.423Z] #39 sha256:50cc8d21565117c4d91411e6f4a5ad8721796cfab7bb1358d9fa5d9f557cfc8b [2021-08-23T14:31:59.423Z] #39 DONE 0.1s [2021-08-23T14:31:59.423Z] [2021-08-23T14:31:59.423Z] #58 [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-08-23T14:31:59.423Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:31:59.473Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.8s done [2021-08-23T14:31:59.473Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.1s [2021-08-23T14:31:59.689Z] #58 ... [2021-08-23T14:31:59.689Z] [2021-08-23T14:31:59.689Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-08-23T14:31:59.689Z] #42 sha256:22ccfc92972f1c56e2409442f5ae21207e6440805b304187bf03875287583941 [2021-08-23T14:31:59.689Z] #42 DONE 0.2s [2021-08-23T14:31:59.689Z] [2021-08-23T14:31:59.689Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-08-23T14:31:59.689Z] #46 sha256:c13c7bf18b94a0294c2a201ebf7b50d7e7e31c398de272db03c1844754f73512 [2021-08-23T14:31:59.689Z] #46 DONE 0.1s [2021-08-23T14:31:59.689Z] [2021-08-23T14:31:59.689Z] #58 [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-08-23T14:31:59.689Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:31:59.731Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done [2021-08-23T14:31:59.951Z] #58 ... [2021-08-23T14:31:59.951Z] [2021-08-23T14:31:59.951Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-08-23T14:31:59.951Z] #48 sha256:b8b2ea66046e963fe50583f552b546cdb0981376e3d25e73e7353855802fa35b [2021-08-23T14:31:59.951Z] #48 DONE 0.1s [2021-08-23T14:31:59.951Z] [2021-08-23T14:31:59.951Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-08-23T14:31:59.951Z] #50 sha256:5f674c832f19e03b1cd5d52e2816b6850bdd672b73b1d19162607aff4bd069b4 [2021-08-23T14:31:59.951Z] #50 DONE 0.1s [2021-08-23T14:31:59.951Z] [2021-08-23T14:31:59.951Z] #58 [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-08-23T14:31:59.951Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:32:01.108Z] #4 DONE 2.3s [2021-08-23T14:32:01.278Z] #58 ... [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #28 [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-08-23T14:32:01.278Z] #28 sha256:e75916afffafae59a866da91f9b75c8da5bc2aa9507ca28dbb4bca3863ef3a8f [2021-08-23T14:32:01.278Z] #28 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-08-23T14:32:01.278Z] #29 sha256:544b57d14f4359a72ff782979e711b47e86545faeb9866470b74fbf3710455f4 [2021-08-23T14:32:01.278Z] #29 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:32:01.278Z] #30 sha256:a7afc02bfd732175f6df60b61a287e28c3a079f494910fb6d8c1d4046f276234 [2021-08-23T14:32:01.278Z] #30 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-08-23T14:32:01.278Z] #19 sha256:963d43c9db1f9bd6b5259ecb44f6838a762a3dee78f592a42ae982764ee0e26b [2021-08-23T14:32:01.278Z] #19 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:32:01.278Z] #21 sha256:6f44fccd57ccc0d3d998519d2eaa670f418198925424de0ee104e9f4a9b6cd00 [2021-08-23T14:32:01.278Z] #21 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-08-23T14:32:01.278Z] #22 sha256:bb50d199cfbc93027a3ad7c3dfd7595eb6d209a37c3cedc959c85b103d79fe0f [2021-08-23T14:32:01.278Z] #22 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-08-23T14:32:01.278Z] #18 sha256:4fa16f2916894026142531b04087b5c068b4c1570f083f024be2ac403f2e93c3 [2021-08-23T14:32:01.278Z] #18 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-08-23T14:32:01.278Z] #16 sha256:5212c2902a7e44300356ff01e0ea409040af82ade445131d758286c414d0dd8f [2021-08-23T14:32:01.278Z] #16 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-08-23T14:32:01.278Z] #17 sha256:0032852c43856fcddcc9b83149d0dee1a2fe43a031243fbd69b5b53f28e6ada8 [2021-08-23T14:32:01.278Z] #17 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-08-23T14:32:01.278Z] #15 sha256:24cfbbaf1ca8a238d1c7a636932e289d830589143d7b795fbaa3a76075075cb9 [2021-08-23T14:32:01.278Z] #15 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:32:01.278Z] #20 sha256:806d8a82d2545bbc465b4d7e53cbe5cf7fe8159fdabee4d981d460f80efd178f [2021-08-23T14:32:01.278Z] #20 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:32:01.278Z] #23 sha256:d4d173682252b2c1c5e2828ab29ff0ed7801168ab5aa6ac3c0833fc38ef13fb7 [2021-08-23T14:32:01.278Z] #23 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-08-23T14:32:01.278Z] #26 sha256:55c21d789d808e913ae1a962951271cc095df3c13661341b00f1721460f8064c [2021-08-23T14:32:01.278Z] #26 DONE 0.2s [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-08-23T14:32:01.278Z] #32 sha256:5afc0e3b1188aa5086a257d0870e8b92e623696a3a7f4a7e49f2b75dae44d8c4 [2021-08-23T14:32:01.278Z] #32 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:32:01.278Z] #33 sha256:9b726a69f188bc91e91f32502262c459a052881b103cefb6ed30ab5d27ebad8b [2021-08-23T14:32:01.278Z] #33 CACHED [2021-08-23T14:32:01.278Z] [2021-08-23T14:32:01.278Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-08-23T14:32:01.279Z] #40 sha256:8c436d0d3232fe480c2c85b53489868fd791e575727f4a8183cfcf5d7d4b8326 [2021-08-23T14:32:01.279Z] #40 CACHED [2021-08-23T14:32:01.279Z] [2021-08-23T14:32:01.279Z] #41 [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-08-23T14:32:01.279Z] #41 sha256:75a97b83d2abbfbdb68a07350e7a069143a1d64c2723ac42b33a9f13c1e643a2 [2021-08-23T14:32:01.279Z] #41 CACHED [2021-08-23T14:32:01.279Z] [2021-08-23T14:32:01.279Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-08-23T14:32:01.279Z] #44 sha256:15531a258f8213609ca5691ba3a9286dac2fe7dbb3ecea547b8a88978e23b672 [2021-08-23T14:32:01.279Z] #44 CACHED [2021-08-23T14:32:01.279Z] [2021-08-23T14:32:01.279Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:32:01.279Z] #45 sha256:be3d3b1bf7d876af1662a28e57b4846dececd3ea91204f912d8253683da1579b [2021-08-23T14:32:01.279Z] #45 CACHED [2021-08-23T14:32:01.279Z] [2021-08-23T14:32:01.279Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-08-23T14:32:01.279Z] #31 sha256:6ddd8cc8dd80bee8a3381ad4c58930c062da4b3624f12e0adbe1752c1f512bfe [2021-08-23T14:32:01.350Z] #19 105.9 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-08-23T14:32:01.350Z] #19 105.9 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:32:01.350Z] #19 105.9 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:32:01.350Z] #19 105.9 Selecting previously unselected package crossbuild-essential-armhf. [2021-08-23T14:32:01.350Z] #19 105.9 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2021-08-23T14:32:01.350Z] #19 105.9 Unpacking crossbuild-essential-armhf (12.9) ... [2021-08-23T14:32:01.350Z] #19 106.0 Selecting previously unselected package libc6-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.0 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.0 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2021-08-23T14:32:01.350Z] #19 106.1 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.1 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.1 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.2 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.2 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.2 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.2 Selecting previously unselected package libitm1-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.2 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.3 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.3 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.3 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.3 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.3 Selecting previously unselected package libasan6-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.3 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.3 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.6 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.6 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.6 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.350Z] #19 106.7 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-08-23T14:32:01.350Z] #19 106.7 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.350Z] #19 106.7 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.610Z] #19 107.0 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-08-23T14:32:01.610Z] #19 107.0 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.610Z] #19 107.0 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.610Z] #19 107.1 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-08-23T14:32:01.610Z] #19 107.1 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.610Z] #19 107.1 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.676Z] [2021-08-23T14:32:01.676Z] #6 [internal] load .dockerignore [2021-08-23T14:32:01.676Z] #6 sha256:324d442db2afb61676698735e38a5e028cdb02da9a01f67ffce1cb676fdc999d [2021-08-23T14:32:01.676Z] #6 DONE 0.0s [2021-08-23T14:32:01.676Z] [2021-08-23T14:32:01.676Z] #5 [internal] load build definition from Dockerfile [2021-08-23T14:32:01.676Z] #5 sha256:912a0090e12213b86cc161c434c6c518e51cbbdad654975f6206328c86e643ae [2021-08-23T14:32:01.676Z] #5 DONE 0.0s [2021-08-23T14:32:01.676Z] [2021-08-23T14:32:01.676Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:32:01.676Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:32:01.869Z] #19 107.2 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-08-23T14:32:01.869Z] #19 107.2 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.869Z] #19 107.2 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.869Z] #19 107.2 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2021-08-23T14:32:01.869Z] #19 107.2 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:01.869Z] #19 107.2 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:01.869Z] #58 ... [2021-08-23T14:32:01.869Z] [2021-08-23T14:32:01.869Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-08-23T14:32:01.869Z] #52 sha256:62f3cb53c56a745ed6b6f731639c80f136ae444ff40e47128e626dd1a1123945 [2021-08-23T14:32:01.869Z] #52 DONE 0.1s [2021-08-23T14:32:01.869Z] [2021-08-23T14:32:01.869Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-08-23T14:32:01.869Z] #54 sha256:06e36b567db7a9b79e20635743b42fb12aade20a70c42e26fba0b5989a8e26de [2021-08-23T14:32:01.869Z] #54 DONE 0.1s [2021-08-23T14:32:01.869Z] [2021-08-23T14:32:01.869Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-08-23T14:32:01.869Z] #56 sha256:0518de4b08e043d6b3a5c0d4f4e528e15e60475b60e8b8f4902d75627c3b7ba4 [2021-08-23T14:32:01.869Z] #56 DONE 0.1s [2021-08-23T14:32:01.869Z] [2021-08-23T14:32:01.869Z] #58 [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-08-23T14:32:01.869Z] #58 sha256:86c6230b426bcd87c5bb1183d84e0e5798c19724daed65a0babbefa953c5a4b1 [2021-08-23T14:32:02.129Z] #19 107.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2021-08-23T14:32:02.129Z] #19 107.4 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:32:02.129Z] #19 107.4 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:02.226Z] #31 DONE 0.6s [2021-08-23T14:32:02.226Z] [2021-08-23T14:32:02.226Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-08-23T14:32:02.226Z] #34 sha256:8f9d562d28275e8dac2861b3eb7e1922b0de4174e3fbc61179c4fbfa5ecd2f18 [2021-08-23T14:32:02.226Z] #34 DONE 0.2s [2021-08-23T14:32:02.226Z] [2021-08-23T14:32:02.226Z] #58 [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-08-23T14:32:02.226Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:32:02.226Z] #58 ... [2021-08-23T14:32:02.226Z] [2021-08-23T14:32:02.226Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-08-23T14:32:02.226Z] #36 sha256:f4a218cb509aebe9acf168df127901031bf940ded69ee069e6c12072423e3565 [2021-08-23T14:32:02.226Z] #36 DONE 0.1s [2021-08-23T14:32:02.226Z] [2021-08-23T14:32:02.226Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-08-23T14:32:02.226Z] #39 sha256:bbc3d7ed145982598d437d9716bbaa70da26b540667d4de496b743d7f7255a72 [2021-08-23T14:32:02.226Z] #39 DONE 0.1s [2021-08-23T14:32:02.242Z] #10 ... [2021-08-23T14:32:02.242Z] [2021-08-23T14:32:02.242Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:32:02.242Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-08-23T14:32:02.242Z] #7 DONE 0.8s [2021-08-23T14:32:02.488Z] [2021-08-23T14:32:02.488Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-08-23T14:32:02.488Z] #42 sha256:e38f6472f92096d71241d55ed6f33f686de91784be47f7b4a348970aaa78de03 [2021-08-23T14:32:02.488Z] #42 DONE 0.2s [2021-08-23T14:32:02.488Z] [2021-08-23T14:32:02.488Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-08-23T14:32:02.488Z] #46 sha256:89deeb746c5c2a81760c5bacaed396b38f82b26bbbec2fb24d51484f9dbe1578 [2021-08-23T14:32:02.488Z] #46 DONE 0.1s [2021-08-23T14:32:02.488Z] [2021-08-23T14:32:02.488Z] #58 [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-08-23T14:32:02.488Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:32:02.507Z] [2021-08-23T14:32:02.507Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-08-23T14:32:02.507Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-08-23T14:32:02.507Z] #10 DONE 0.8s [2021-08-23T14:32:02.507Z] [2021-08-23T14:32:02.507Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2021-08-23T14:32:02.507Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-08-23T14:32:02.507Z] #9 DONE 0.8s [2021-08-23T14:32:02.507Z] [2021-08-23T14:32:02.507Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye [2021-08-23T14:32:02.507Z] #8 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3 [2021-08-23T14:32:02.507Z] #8 DONE 0.8s [2021-08-23T14:32:02.751Z] #58 ... [2021-08-23T14:32:02.751Z] [2021-08-23T14:32:02.751Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-08-23T14:32:02.751Z] #48 sha256:570c43c6ed836331690d4784453fac92c05767fdcf340582052abcd6e1b7ef6c [2021-08-23T14:32:02.751Z] #48 DONE 0.1s [2021-08-23T14:32:02.751Z] [2021-08-23T14:32:02.751Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-08-23T14:32:02.751Z] #50 sha256:2d5cff57b0c983014c1ea82db36c791157f742bb9a0d189ad1f0f5ab89742407 [2021-08-23T14:32:02.751Z] #50 DONE 0.1s [2021-08-23T14:32:02.751Z] [2021-08-23T14:32:02.751Z] #58 [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-08-23T14:32:02.751Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:32:03.026Z] #58 ... [2021-08-23T14:32:03.026Z] [2021-08-23T14:32:03.026Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-08-23T14:32:03.026Z] #52 sha256:c5ff9a37bc631fa828f2cd325bcc2540b7ea1a77f032dd34da5592c91ce06f9c [2021-08-23T14:32:03.026Z] #52 DONE 0.2s [2021-08-23T14:32:03.026Z] [2021-08-23T14:32:03.026Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-08-23T14:32:03.026Z] #54 sha256:504f82234a3f5e3e812a98d74d636f44e79d79a6472f7a99f1ba9125185b54e0 [2021-08-23T14:32:03.026Z] #54 DONE 0.1s [2021-08-23T14:32:03.026Z] [2021-08-23T14:32:03.026Z] #58 [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-08-23T14:32:03.026Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:32:03.222Z] [2021-08-23T14:32:03.222Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:32:03.222Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:32:03.222Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-08-23T14:32:03.222Z] #66 DONE 0.0s [2021-08-23T14:32:03.222Z] [2021-08-23T14:32:03.222Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:32:03.222Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:32:03.222Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-08-23T14:32:03.222Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-08-23T14:32:03.222Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-08-23T14:32:03.222Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-08-23T14:32:03.305Z] #58 ... [2021-08-23T14:32:03.305Z] [2021-08-23T14:32:03.305Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-08-23T14:32:03.305Z] #56 sha256:b42bb82aad423ef27f0ce5f907c5b28c13802aa0539e5cfd9df16ede489c6d64 [2021-08-23T14:32:03.305Z] #56 DONE 0.1s [2021-08-23T14:32:03.305Z] [2021-08-23T14:32:03.305Z] #58 [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-08-23T14:32:03.305Z] #58 sha256:5f42d39b76b0ed8f7d5badb6f1bc79ceca9dc9a5a09a43f5894eafcc1ea3eb40 [2021-08-23T14:32:03.482Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.3s [2021-08-23T14:32:03.744Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.5s [2021-08-23T14:32:03.744Z] #64 ... [2021-08-23T14:32:03.744Z] [2021-08-23T14:32:03.744Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-08-23T14:32:03.744Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-08-23T14:32:03.744Z] #43 DONE 0.0s [2021-08-23T14:32:03.744Z] [2021-08-23T14:32:03.744Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:32:03.744Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:32:03.744Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 0.6s [2021-08-23T14:32:04.007Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s [2021-08-23T14:32:04.280Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.1s done [2021-08-23T14:32:04.539Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-08-23T14:32:04.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-08-23T14:32:04.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-08-23T14:32:05.172Z] #58 102.9 + bin/containerd [2021-08-23T14:32:07.077Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.2s done [2021-08-23T14:32:07.414Z] #19 112.0 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-08-23T14:32:07.414Z] #19 112.0 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:32:07.414Z] #19 112.0 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:07.414Z] #19 112.0 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-08-23T14:32:07.414Z] #19 112.0 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2021-08-23T14:32:07.414Z] #19 112.1 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-08-23T14:32:07.414Z] #19 112.2 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-08-23T14:32:07.414Z] #19 112.2 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2021-08-23T14:32:07.414Z] #19 112.3 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-08-23T14:32:07.414Z] #19 112.5 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2021-08-23T14:32:07.414Z] #19 112.5 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:07.414Z] #19 112.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:07.414Z] #19 112.8 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2021-08-23T14:32:07.414Z] #19 112.8 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:32:07.414Z] #19 112.8 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:08.993Z] #64 ... [2021-08-23T14:32:08.993Z] [2021-08-23T14:32:08.993Z] #24 [internal] load build context [2021-08-23T14:32:08.993Z] #24 sha256:16f56829a5124d7667e09247894cbb0ee66270bb90d37fc328bc7cbe7bcd8b38 [2021-08-23T14:32:08.993Z] #24 transferring context: 55.80MB 4.5s done [2021-08-23T14:32:08.993Z] #24 DONE 5.9s [2021-08-23T14:32:08.993Z] [2021-08-23T14:32:08.993Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:08.993Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:08.993Z] #11 resolve docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 0.0s done [2021-08-23T14:32:08.993Z] #11 sha256:54406b2e8bb95003bcec911562d5606af1a17de7a2fcc7e8d7258fcb6e9a2fea 1.80kB / 1.80kB done [2021-08-23T14:32:08.993Z] #11 sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 1.86kB / 1.86kB done [2021-08-23T14:32:08.993Z] #11 sha256:019c7b2e3cb8185c3c454f24679a7c83add6d31427e319d8bee35b12707f9a3f 6.99kB / 6.99kB done [2021-08-23T14:32:08.993Z] #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 2.2s done [2021-08-23T14:32:08.993Z] #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 2.3s done [2021-08-23T14:32:08.993Z] #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 4.5s done [2021-08-23T14:32:08.993Z] #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 85.72MB / 85.72MB 5.9s [2021-08-23T14:32:08.993Z] #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 2.8s done [2021-08-23T14:32:08.993Z] #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 129.04MB / 129.04MB 5.9s [2021-08-23T14:32:08.993Z] #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 3.3s [2021-08-23T14:32:08.993Z] #11 sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b 155B / 155B 5.9s [2021-08-23T14:32:09.252Z] #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 85.72MB / 85.72MB 6.0s done [2021-08-23T14:32:09.512Z] #11 sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b 155B / 155B 6.1s done [2021-08-23T14:32:11.417Z] #11 ... [2021-08-23T14:32:11.417Z] [2021-08-23T14:32:11.417Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:32:11.417Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-08-23T14:32:11.417Z] #64 DONE 8.1s [2021-08-23T14:32:11.417Z] [2021-08-23T14:32:11.417Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:11.417Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:11.417Z] #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 129.04MB / 129.04MB 8.1s done [2021-08-23T14:32:11.417Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 [2021-08-23T14:32:11.417Z] #11 ... [2021-08-23T14:32:11.417Z] [2021-08-23T14:32:11.417Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea [2021-08-23T14:32:11.417Z] #27 sha256:df282803cb70b92a8ae9ed558b3131ae06209da0ddff4f4c7276fdcac4fba45b [2021-08-23T14:32:11.417Z] #27 resolve docker.io/library/debian:bullseye@sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 0.0s done [2021-08-23T14:32:11.417Z] #27 sha256:38988bd08d1a5534ae90bea146e199e2b7a8fca334e9a7afe5297a7c919e96ea 1.85kB / 1.85kB done [2021-08-23T14:32:11.417Z] #27 sha256:c6e865b5373b09942bc49e4b02a7b361fcfa405479ece627f5d4306554120673 529B / 529B done [2021-08-23T14:32:11.417Z] #27 sha256:fe3c5de03486f6e68639071e35675bc204558725a728e4eb835a23b62db6d7b5 1.46kB / 1.46kB done [2021-08-23T14:32:11.417Z] #27 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 2.2s done [2021-08-23T14:32:11.417Z] #27 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 4.3s done [2021-08-23T14:32:11.417Z] #27 DONE 8.2s [2021-08-23T14:32:11.417Z] [2021-08-23T14:32:11.417Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-08-23T14:32:11.417Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-08-23T14:32:11.417Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-08-23T14:32:11.417Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-08-23T14:32:11.417Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-08-23T14:32:11.417Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2021-08-23T14:32:11.417Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.8s done [2021-08-23T14:32:11.417Z] #66 DONE 8.2s [2021-08-23T14:32:11.417Z] [2021-08-23T14:32:11.417Z] #28 [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-08-23T14:32:11.417Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-08-23T14:32:11.617Z] #19 117.1 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-08-23T14:32:11.877Z] #19 117.1 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:32:11.877Z] #19 117.2 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:11.877Z] #19 117.2 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-08-23T14:32:11.877Z] #19 117.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2021-08-23T14:32:11.877Z] #19 117.2 Unpacking crossbuild-essential-ppc64el (12.9) ... [2021-08-23T14:32:11.877Z] #19 117.2 Selecting previously unselected package libc6-s390x-cross. [2021-08-23T14:32:11.877Z] #19 117.2 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2021-08-23T14:32:11.877Z] #19 117.2 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2021-08-23T14:32:11.877Z] #19 117.4 Selecting previously unselected package libgcc-s1-s390x-cross. [2021-08-23T14:32:12.136Z] #19 117.4 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.136Z] #19 117.4 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.136Z] #19 117.4 Selecting previously unselected package libgomp1-s390x-cross. [2021-08-23T14:32:12.136Z] #19 117.4 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.136Z] #19 117.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.136Z] #19 117.5 Selecting previously unselected package libitm1-s390x-cross. [2021-08-23T14:32:12.136Z] #19 117.5 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.136Z] #19 117.5 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.136Z] #19 117.5 Selecting previously unselected package libatomic1-s390x-cross. [2021-08-23T14:32:12.136Z] #19 117.5 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.136Z] #19 117.5 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.136Z] #19 117.6 Selecting previously unselected package libasan6-s390x-cross. [2021-08-23T14:32:12.409Z] #28 1.087 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:32:12.447Z] #19 117.6 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.447Z] #19 117.6 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.706Z] #19 118.0 Selecting previously unselected package libstdc++6-s390x-cross. [2021-08-23T14:32:12.706Z] #19 118.0 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.706Z] #19 118.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.706Z] #19 118.1 Selecting previously unselected package libubsan1-s390x-cross. [2021-08-23T14:32:12.706Z] #19 118.1 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.706Z] #19 118.1 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.798Z] #28 1.087 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:32:12.798Z] #28 1.123 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:32:12.798Z] #28 1.249 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:32:12.798Z] #28 1.345 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:32:12.966Z] #19 118.2 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2021-08-23T14:32:12.966Z] #19 118.2 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:12.966Z] #19 118.2 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:12.966Z] #19 118.3 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2021-08-23T14:32:12.966Z] #19 118.3 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:32:12.966Z] #19 118.3 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:14.717Z] #28 3.225 Fetched 8397 kB in 2s (3498 kB/s) [2021-08-23T14:32:15.286Z] #28 3.225 Reading package lists... [2021-08-23T14:32:15.286Z] #28 ... [2021-08-23T14:32:15.286Z] [2021-08-23T14:32:15.286Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-08-23T14:32:15.286Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-08-23T14:32:15.286Z] #65 DONE 0.9s [2021-08-23T14:32:15.286Z] [2021-08-23T14:32:15.286Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-08-23T14:32:15.286Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-08-23T14:32:16.223Z] #67 DONE 1.1s [2021-08-23T14:32:16.223Z] [2021-08-23T14:32:16.223Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:16.223Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:16.223Z] #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0.7s done [2021-08-23T14:32:16.223Z] #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0.6s done [2021-08-23T14:32:16.223Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 1.8s [2021-08-23T14:32:18.129Z] #11 ... [2021-08-23T14:32:18.129Z] [2021-08-23T14:32:18.129Z] #28 [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-08-23T14:32:18.129Z] #28 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-08-23T14:32:18.129Z] #28 3.225 Reading package lists... [2021-08-23T14:32:18.129Z] #28 4.076 Reading package lists... [2021-08-23T14:32:18.129Z] #28 4.883 Building dependency tree... [2021-08-23T14:32:18.129Z] #28 5.337 The following additional packages will be installed: [2021-08-23T14:32:18.129Z] #28 5.337 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-08-23T14:32:18.129Z] #28 5.337 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-08-23T14:32:18.129Z] #28 5.337 Recommended packages: [2021-08-23T14:32:18.129Z] #28 5.337 libldap-common publicsuffix libsasl2-modules [2021-08-23T14:32:18.129Z] #28 5.465 The following NEW packages will be installed: [2021-08-23T14:32:18.129Z] #28 5.468 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-08-23T14:32:18.129Z] #28 5.468 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-08-23T14:32:18.129Z] #28 5.468 libssh2-1 openssl [2021-08-23T14:32:18.129Z] #28 5.741 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:32:18.129Z] #28 5.741 Need to get 3038 kB of archives. [2021-08-23T14:32:18.129Z] #28 5.741 After this operation, 6652 kB of additional disk space will be used. [2021-08-23T14:32:18.130Z] #28 5.741 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1 [850 kB] [2021-08-23T14:32:18.130Z] #28 5.754 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-08-23T14:32:18.130Z] #28 5.756 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-08-23T14:32:18.130Z] #28 5.762 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-08-23T14:32:18.130Z] #28 5.797 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-08-23T14:32:18.130Z] #28 5.799 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-08-23T14:32:18.130Z] #28 5.804 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-08-23T14:32:18.130Z] #28 5.804 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-08-23T14:32:18.130Z] #28 5.809 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-08-23T14:32:18.130Z] #28 5.812 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-08-23T14:32:18.130Z] #28 5.817 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-08-23T14:32:18.130Z] #28 5.820 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-08-23T14:32:18.130Z] #28 5.823 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-08-23T14:32:18.130Z] #28 5.824 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-08-23T14:32:18.130Z] #28 5.825 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-08-23T14:32:18.130Z] #28 6.062 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:32:18.130Z] #28 6.095 Fetched 3038 kB in 0s (8635 kB/s) [2021-08-23T14:32:18.130Z] #28 6.125 Selecting previously unselected package openssl. [2021-08-23T14:32:18.130Z] #28 6.125 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2021-08-23T14:32:18.130Z] #28 6.131 Preparing to unpack .../00-openssl_1.1.1k-1_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.135 Unpacking openssl (1.1.1k-1) ... [2021-08-23T14:32:18.130Z] #28 6.282 Selecting previously unselected package ca-certificates. [2021-08-23T14:32:18.130Z] #28 6.282 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-08-23T14:32:18.130Z] #28 6.286 Unpacking ca-certificates (20210119) ... [2021-08-23T14:32:18.130Z] #28 6.365 Selecting previously unselected package libbrotli1:amd64. [2021-08-23T14:32:18.130Z] #28 6.365 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.373 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-08-23T14:32:18.130Z] #28 6.441 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-08-23T14:32:18.130Z] #28 6.442 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.445 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-08-23T14:32:18.130Z] #28 6.495 Selecting previously unselected package libsasl2-2:amd64. [2021-08-23T14:32:18.130Z] #28 6.495 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.501 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-08-23T14:32:18.130Z] #28 6.560 Selecting previously unselected package libldap-2.4-2:amd64. [2021-08-23T14:32:18.130Z] #28 6.560 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.571 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-08-23T14:32:18.130Z] #28 6.646 Selecting previously unselected package libnghttp2-14:amd64. [2021-08-23T14:32:18.130Z] #28 6.647 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.653 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-08-23T14:32:18.130Z] #28 6.700 Selecting previously unselected package libpsl5:amd64. [2021-08-23T14:32:18.130Z] #28 6.700 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.706 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-08-23T14:32:18.130Z] #28 6.749 Selecting previously unselected package librtmp1:amd64. [2021-08-23T14:32:18.130Z] #28 6.749 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.754 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-08-23T14:32:18.130Z] #28 6.802 Selecting previously unselected package libssh2-1:amd64. [2021-08-23T14:32:18.130Z] #28 6.802 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-08-23T14:32:18.130Z] #28 6.809 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-08-23T14:32:18.250Z] #19 123.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-08-23T14:32:18.250Z] #19 123.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:32:18.250Z] #19 123.2 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:18.250Z] #19 123.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-08-23T14:32:18.250Z] #19 123.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2021-08-23T14:32:18.250Z] #19 123.7 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-08-23T14:32:18.388Z] #28 6.866 Selecting previously unselected package libcurl4:amd64. [2021-08-23T14:32:18.388Z] #28 6.866 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-08-23T14:32:18.388Z] #28 6.879 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-08-23T14:32:18.388Z] #28 6.945 Selecting previously unselected package curl. [2021-08-23T14:32:18.388Z] #28 6.946 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-08-23T14:32:18.388Z] #28 6.952 Unpacking curl (7.74.0-1.3+b1) ... [2021-08-23T14:32:18.388Z] #28 7.021 Selecting previously unselected package libonig5:amd64. [2021-08-23T14:32:18.388Z] #28 7.022 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-08-23T14:32:18.388Z] #28 7.030 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:32:18.647Z] #28 7.103 Selecting previously unselected package libjq1:amd64. [2021-08-23T14:32:18.647Z] #28 7.104 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-08-23T14:32:18.647Z] #28 7.110 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:32:18.647Z] #28 7.168 Selecting previously unselected package jq. [2021-08-23T14:32:18.647Z] #28 7.168 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-08-23T14:32:18.647Z] #28 7.173 Unpacking jq (1.6-2.1) ... [2021-08-23T14:32:18.647Z] #28 7.287 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-08-23T14:32:18.647Z] #28 7.299 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-08-23T14:32:18.647Z] #28 7.351 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-08-23T14:32:18.647Z] #28 7.366 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-08-23T14:32:18.905Z] #28 7.377 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-08-23T14:32:18.905Z] #28 7.390 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-08-23T14:32:18.905Z] #28 7.402 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-08-23T14:32:18.905Z] #28 7.414 Setting up openssl (1.1.1k-1) ... [2021-08-23T14:32:18.905Z] #28 7.433 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:32:18.905Z] #28 7.445 Setting up libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:32:18.905Z] #28 7.458 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-08-23T14:32:18.905Z] #28 7.471 Setting up ca-certificates (20210119) ... [2021-08-23T14:32:19.189Z] #19 124.5 Selecting previously unselected package libc6-dev-s390x-cross. [2021-08-23T14:32:19.189Z] #19 124.5 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2021-08-23T14:32:19.189Z] #19 124.6 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2021-08-23T14:32:19.473Z] #28 8.021 Updating certificates in /etc/ssl/certs... [2021-08-23T14:32:19.758Z] #19 125.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2021-08-23T14:32:19.758Z] #19 125.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-08-23T14:32:19.758Z] #19 125.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:20.018Z] #19 125.4 Selecting previously unselected package g++-10-s390x-linux-gnu. [2021-08-23T14:32:20.018Z] #19 125.4 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-08-23T14:32:20.018Z] #19 125.4 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:20.041Z] #28 8.701 129 added, 0 removed; done. [2021-08-23T14:32:20.300Z] #28 8.808 Setting up jq (1.6-2.1) ... [2021-08-23T14:32:20.300Z] #28 8.818 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-08-23T14:32:20.300Z] #28 8.830 Setting up curl (7.74.0-1.3+b1) ... [2021-08-23T14:32:20.300Z] #28 8.844 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:32:20.300Z] #28 8.860 Processing triggers for ca-certificates (20210119) ... [2021-08-23T14:32:20.300Z] #28 8.868 Updating certificates in /etc/ssl/certs... [2021-08-23T14:32:20.868Z] #28 9.379 0 added, 0 removed; done. [2021-08-23T14:32:20.868Z] #28 9.379 Running hooks in /etc/ca-certificates/update.d... [2021-08-23T14:32:20.868Z] #28 9.380 done. [2021-08-23T14:32:21.427Z] #58 122.7 # github.com/containerd/containerd/cmd/containerd [2021-08-23T14:32:21.427Z] #58 122.7 /usr/bin/ld: /tmp/go-link-696762595/000019.o: in function `New': [2021-08-23T14:32:21.427Z] #58 122.7 /tmp/tmp.DgU7yBrqAF/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-08-23T14:32:21.427Z] #58 122.8 + bin/containerd-stress [2021-08-23T14:32:22.774Z] #28 DONE 11.5s [2021-08-23T14:32:22.774Z] [2021-08-23T14:32:22.774Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:22.774Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:22.774Z] #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 4.1s done [2021-08-23T14:32:22.774Z] #11 extracting sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 3.5s done [2021-08-23T14:32:23.033Z] #11 extracting sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 0.1s [2021-08-23T14:32:23.601Z] #11 ... [2021-08-23T14:32:23.601Z] [2021-08-23T14:32:23.601Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-08-23T14:32:23.601Z] #29 sha256:674a0f3ea2c5f5a171d335e185cdac69545b5b22dc9c764833f34229dd0dda95 [2021-08-23T14:32:23.601Z] #29 DONE 0.8s [2021-08-23T14:32:23.601Z] [2021-08-23T14:32:23.601Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:23.601Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:23.601Z] #11 ... [2021-08-23T14:32:23.601Z] [2021-08-23T14:32:23.601Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:32:23.601Z] #30 sha256:d091fd9401191051e8542ab95b812e2a4740c05328b8374cfdcff64e77be1049 [2021-08-23T14:32:23.970Z] #58 127.1 + bin/containerd-shim [2021-08-23T14:32:24.220Z] #19 129.5 Selecting previously unselected package g++-s390x-linux-gnu. [2021-08-23T14:32:24.220Z] #19 129.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-08-23T14:32:24.220Z] #19 129.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:24.220Z] #19 129.6 Selecting previously unselected package crossbuild-essential-s390x. [2021-08-23T14:32:24.220Z] #19 129.6 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2021-08-23T14:32:24.220Z] #19 129.6 Unpacking crossbuild-essential-s390x (12.9) ... [2021-08-23T14:32:24.220Z] #19 129.6 Setting up libconfig-inifiles-perl (3.000003-1) ... [2021-08-23T14:32:24.220Z] #19 129.6 Setting up libfile-which-perl (1.23-1) ... [2021-08-23T14:32:24.479Z] #19 129.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up libc6-armhf-cross (2.31-9cross4) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up libicu67:amd64 (67.1-7) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up libmagic-mgc (1:5.39-3) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2021-08-23T14:32:24.479Z] #19 129.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up file (1:5.39-3) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:32:24.479Z] #19 129.9 Setting up bzip2 (1.0.8-4) ... [2021-08-23T14:32:24.479Z] #19 130.0 Setting up libyaml-perl (1.30-1) ... [2021-08-23T14:32:24.480Z] #19 130.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-08-23T14:32:24.480Z] #19 130.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2021-08-23T14:32:24.480Z] #19 130.0 Setting up libio-string-perl (1.08-3.1) ... [2021-08-23T14:32:24.480Z] #19 130.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-08-23T14:32:24.480Z] #19 130.0 Setting up cross-config (2.6.18+nmu1) ... [2021-08-23T14:32:24.739Z] #19 130.2 Setting up xz-utils (5.2.5-2) ... [2021-08-23T14:32:24.739Z] #19 130.2 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-08-23T14:32:24.739Z] #19 130.2 Setting up libc6-arm64-cross (2.31-9cross4) ... [2021-08-23T14:32:24.739Z] #19 130.2 Setting up patch (2.7.6-7) ... [2021-08-23T14:32:24.739Z] #19 130.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-08-23T14:32:24.739Z] #19 130.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2021-08-23T14:32:24.739Z] #19 130.3 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:24.739Z] #19 130.3 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-08-23T14:32:24.998Z] #19 130.3 Setting up libc6-armel-cross (2.31-9cross4) ... [2021-08-23T14:32:24.998Z] #19 130.3 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:24.998Z] #19 130.3 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:24.998Z] #19 130.3 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2021-08-23T14:32:24.998Z] #19 130.3 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-08-23T14:32:24.998Z] #19 130.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:24.998Z] #19 130.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:24.998Z] #19 130.4 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-08-23T14:32:24.998Z] #19 130.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2021-08-23T14:32:24.999Z] #19 130.4 Setting up libfile-homedir-perl (1.006-1) ... [2021-08-23T14:32:24.999Z] #19 130.4 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-08-23T14:32:24.999Z] #19 130.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:24.999Z] #19 130.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:32:24.999Z] #19 130.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.5 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2021-08-23T14:32:25.258Z] #19 130.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:25.258Z] #19 130.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.7 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.7 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.258Z] #19 130.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-08-23T14:32:25.258Z] #19 130.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.517Z] #30 1.428 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-08-23T14:32:25.517Z] #30 1.696 [2021-08-23T14:32:25.517Z] #30 1.776 ######################################################################## 100.0% [2021-08-23T14:32:25.517Z] #30 1.974 [2021-08-23T14:32:25.518Z] #19 130.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2021-08-23T14:32:25.518Z] #19 130.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.518Z] #19 130.9 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2021-08-23T14:32:25.518Z] #19 131.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-08-23T14:32:25.778Z] #19 131.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-08-23T14:32:25.778Z] #19 131.2 [2021-08-23T14:32:25.778Z] #19 131.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-08-23T14:32:25.778Z] #19 131.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:25.778Z] #19 131.2 Setting up dpkg-dev (1.20.9) ... [2021-08-23T14:32:25.778Z] #19 131.2 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:32:26.038Z] #19 131.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.038Z] #19 131.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-08-23T14:32:26.038Z] #19 131.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-08-23T14:32:26.299Z] #19 131.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-08-23T14:32:26.299Z] #19 131.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-08-23T14:32:26.299Z] #19 131.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-08-23T14:32:26.299Z] #19 131.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.299Z] #19 131.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.299Z] #19 131.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.299Z] #19 131.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:32:26.299Z] #19 131.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.299Z] #19 131.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.458Z] #30 2.635 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-08-23T14:32:26.558Z] #19 131.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:26.559Z] #19 131.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 131.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 132.0 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:26.559Z] #19 132.0 Setting up libxml-simple-perl (2.25-1) ... [2021-08-23T14:32:26.559Z] #19 132.0 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:32:26.559Z] #19 132.0 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:32:26.559Z] #19 132.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-08-23T14:32:26.717Z] #30 2.904 [2021-08-23T14:32:26.818Z] #19 132.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up libconfig-auto-perl (0.44-1.1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.818Z] #19 132.1 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:26.819Z] #19 132.2 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:26.819Z] #19 132.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-08-23T14:32:26.976Z] #30 3.046 0.1% ### 5.0% ######################################################################## 100.0% [2021-08-23T14:32:27.079Z] #19 132.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:27.079Z] #19 132.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2021-08-23T14:32:27.079Z] #19 132.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:27.079Z] #19 132.4 Setting up crossbuild-essential-armel (12.9) ... [2021-08-23T14:32:27.079Z] #19 132.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-08-23T14:32:27.079Z] #19 132.5 Setting up crossbuild-essential-armhf (12.9) ... [2021-08-23T14:32:27.079Z] #19 132.5 Setting up crossbuild-essential-arm64 (12.9) ... [2021-08-23T14:32:27.079Z] #19 132.5 Setting up crossbuild-essential-s390x (12.9) ... [2021-08-23T14:32:27.079Z] #19 132.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2021-08-23T14:32:27.079Z] #19 132.5 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:32:27.243Z] #30 3.462 [2021-08-23T14:32:27.420Z] Running on azwin-2-badec0 in d:\jenkins\workspace\moby_PR-42764 [Pipeline] { [Pipeline] ws [2021-08-23T14:32:27.438Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-08-23T14:32:27.812Z] #30 4.133 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-08-23T14:32:28.074Z] #30 4.422 [2021-08-23T14:32:28.334Z] #30 4.540 ################# 24.7% ######################################### 57.1% ############################################################### 88.8% ######################################################################## 100.0% [2021-08-23T14:32:28.465Z] #19 DONE 133.5s [2021-08-23T14:32:28.465Z] [2021-08-23T14:32:28.465Z] #44 [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-08-23T14:32:28.465Z] #44 sha256:23cce2a40f29cbdc82eb39c93e2f0dca271eccbd1ee05b314337f2fed259e591 [2021-08-23T14:32:28.594Z] #30 4.981 [2021-08-23T14:32:28.710Z] The recommended git tool is: git [2021-08-23T14:32:29.162Z] #30 5.660 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-08-23T14:32:29.421Z] #30 5.934 [2021-08-23T14:32:29.690Z] #30 5.998 ######################################################################## 100.0% [2021-08-23T14:32:29.948Z] #30 6.210 [2021-08-23T14:32:30.376Z] #44 2.041 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:32:30.376Z] #44 2.059 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:32:30.376Z] #44 2.171 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:32:30.519Z] #30 6.658 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-08-23T14:32:30.519Z] #30 6.942 [2021-08-23T14:32:30.570Z] #58 132.9 + bin/containerd-shim-runc-v1 [2021-08-23T14:32:30.638Z] #44 2.471 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-08-23T14:32:30.778Z] #30 6.994 ######################################################################## 100.0% [2021-08-23T14:32:30.778Z] #30 7.185 [2021-08-23T14:32:30.778Z] #30 7.226 Download of images into '/build' complete. [2021-08-23T14:32:30.778Z] #30 7.226 Use something like the following to load the result into a Docker daemon: [2021-08-23T14:32:30.898Z] #44 2.790 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-08-23T14:32:31.038Z] #30 7.226 tar -cC '/build' . | docker load [2021-08-23T14:32:31.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-08-23T14:32:31.474Z] #44 3.206 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-08-23T14:32:31.609Z] #30 ... [2021-08-23T14:32:31.609Z] [2021-08-23T14:32:31.609Z] #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 [2021-08-23T14:32:31.609Z] #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a [2021-08-23T14:32:31.609Z] #11 extracting sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 7.7s done [2021-08-23T14:32:31.609Z] #11 extracting sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b done [2021-08-23T14:32:31.736Z] #44 3.706 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-08-23T14:32:31.868Z] #11 DONE 28.5s [2021-08-23T14:32:31.868Z] [2021-08-23T14:32:31.868Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:32:31.868Z] #30 sha256:d091fd9401191051e8542ab95b812e2a4740c05328b8374cfdcff64e77be1049 [2021-08-23T14:32:31.868Z] #30 DONE 8.0s [2021-08-23T14:32:31.868Z] [2021-08-23T14:32:31.868Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-08-23T14:32:31.868Z] #12 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9 [2021-08-23T14:32:32.311Z] #44 4.146 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-08-23T14:32:32.438Z] #12 DONE 0.6s [2021-08-23T14:32:32.438Z] [2021-08-23T14:32:32.438Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-08-23T14:32:32.438Z] #13 sha256:7b41dda53bc54d4e997f845b624ebc8d0092ebb9592d77c4c5ba463895979d38 [2021-08-23T14:32:32.699Z] #13 DONE 0.5s [2021-08-23T14:32:32.882Z] #44 4.714 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [25.8 kB] [2021-08-23T14:32:32.882Z] #44 4.716 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [24.4 kB] [2021-08-23T14:32:32.882Z] #44 4.724 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [25.4 kB] [2021-08-23T14:32:32.882Z] #44 4.730 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [25.8 kB] [2021-08-23T14:32:32.882Z] #44 4.731 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [25.8 kB] [2021-08-23T14:32:32.959Z] [2021-08-23T14:32:32.959Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-08-23T14:32:32.959Z] #32 sha256:5000a216875d5a9f4cda0b8c2c0e5aefed838175e9661a0f902db61417226b10 [2021-08-23T14:32:32.959Z] #32 DONE 0.1s [2021-08-23T14:32:32.959Z] [2021-08-23T14:32:32.959Z] #44 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-08-23T14:32:32.959Z] #44 sha256:8c220dff4cdcffc88c365983c2421a89a539c3712057bf3441e222ac42b136b4 [2021-08-23T14:32:32.959Z] #44 DONE 0.2s [2021-08-23T14:32:32.960Z] [2021-08-23T14:32:32.960Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-08-23T14:32:32.960Z] #40 sha256:36b4611924609217074b2532bf4a836bfef2ebb18a2891314e658279fb2a354f [2021-08-23T14:32:32.960Z] #40 DONE 0.2s [2021-08-23T14:32:32.960Z] [2021-08-23T14:32:32.960Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:32:32.960Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:32:33.826Z] #44 ... [2021-08-23T14:32:33.826Z] [2021-08-23T14:32:33.826Z] #32 [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-08-23T14:32:33.826Z] #32 sha256:80d7ee9579d1d22d2eb5c3617ad5397f0a5a52612d6e0c51c42f811dc257e490 [2021-08-23T14:32:33.826Z] #32 1.790 + RM_GOPATH=0 [2021-08-23T14:32:33.826Z] #32 1.791 + TMP_GOPATH= [2021-08-23T14:32:33.826Z] #32 1.791 + : /build [2021-08-23T14:32:33.826Z] #32 1.791 + '[' -z '' ']' [2021-08-23T14:32:33.826Z] #32 1.792 ++ mktemp -d [2021-08-23T14:32:33.826Z] #32 1.793 + export GOPATH=/tmp/tmp.dd3HW8DliQ [2021-08-23T14:32:33.826Z] #32 1.793 + GOPATH=/tmp/tmp.dd3HW8DliQ [2021-08-23T14:32:33.826Z] #32 1.793 + RM_GOPATH=1 [2021-08-23T14:32:33.826Z] #32 1.793 + case "$(go env GOARCH)" in [2021-08-23T14:32:33.826Z] #32 1.794 ++ go env GOARCH [2021-08-23T14:32:33.826Z] #32 1.802 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:33.826Z] #32 1.802 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:33.826Z] #32 1.803 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:33.826Z] #32 1.803 + dir=/tmp/install [2021-08-23T14:32:33.826Z] #32 1.804 + bin=dockercli [2021-08-23T14:32:33.826Z] #32 1.804 + shift [2021-08-23T14:32:33.826Z] #32 1.804 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-08-23T14:32:33.826Z] #32 1.804 + . /tmp/install/dockercli.installer [2021-08-23T14:32:33.826Z] #32 1.804 ++ : stable [2021-08-23T14:32:33.826Z] #32 1.804 ++ : 17.06.2-ce [2021-08-23T14:32:33.826Z] #32 1.804 + install_dockercli [2021-08-23T14:32:33.826Z] #32 1.804 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-08-23T14:32:33.826Z] #32 1.804 Install docker/cli version 17.06.2-ce from stable [2021-08-23T14:32:33.826Z] #32 1.805 ++ uname -m [2021-08-23T14:32:33.826Z] #32 1.806 + arch=x86_64 [2021-08-23T14:32:33.826Z] #32 1.806 + '[' x86_64 '!=' x86_64 ']' [2021-08-23T14:32:33.826Z] #32 1.806 + url=https://download.docker.com/linux/static [2021-08-23T14:32:33.826Z] #32 1.807 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-08-23T14:32:33.826Z] #32 1.807 + tar -xz docker/docker [2021-08-23T14:32:33.826Z] #32 5.298 + mkdir -p /build [2021-08-23T14:32:33.826Z] #32 5.300 + mv docker/docker /build/ [2021-08-23T14:32:33.826Z] #32 5.303 + rmdir docker [2021-08-23T14:32:33.826Z] #32 DONE 5.5s [2021-08-23T14:32:33.826Z] [2021-08-23T14:32:33.826Z] #67 [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-08-23T14:32:33.826Z] #67 sha256:bea16172b1444adb931f5418d6322da27b0e94717a97aad6f389f31378bdd639 [2021-08-23T14:32:33.826Z] #67 1.757 + RM_GOPATH=0 [2021-08-23T14:32:33.826Z] #67 1.757 + TMP_GOPATH= [2021-08-23T14:32:33.826Z] #67 1.757 + : /build [2021-08-23T14:32:33.826Z] #67 1.757 + '[' -z '' ']' [2021-08-23T14:32:33.826Z] #67 1.757 ++ mktemp -d [2021-08-23T14:32:33.826Z] #67 1.758 + export GOPATH=/tmp/tmp.tyGwyMmhmF [2021-08-23T14:32:33.826Z] #67 1.758 + GOPATH=/tmp/tmp.tyGwyMmhmF [2021-08-23T14:32:33.826Z] #67 1.758 + RM_GOPATH=1 [2021-08-23T14:32:33.826Z] #67 1.758 + case "$(go env GOARCH)" in [2021-08-23T14:32:33.826Z] #67 1.762 ++ go env GOARCH [2021-08-23T14:32:33.826Z] #67 1.764 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:33.826Z] #67 1.764 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:33.826Z] #67 1.765 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:33.826Z] #67 1.766 + dir=/tmp/install [2021-08-23T14:32:33.826Z] #67 1.766 + bin=rootlesskit [2021-08-23T14:32:33.826Z] #67 1.766 + shift [2021-08-23T14:32:33.826Z] #67 1.767 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-08-23T14:32:33.826Z] #67 1.767 + . /tmp/install/rootlesskit.installer [2021-08-23T14:32:33.826Z] #67 1.767 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:33.826Z] #67 1.768 + install_rootlesskit [2021-08-23T14:32:33.826Z] #67 1.768 + case "$1" in [2021-08-23T14:32:33.826Z] #67 1.768 + export CGO_ENABLED=0 [2021-08-23T14:32:33.826Z] #67 1.768 + CGO_ENABLED=0 [2021-08-23T14:32:33.826Z] #67 1.768 + _install_rootlesskit [2021-08-23T14:32:33.826Z] #67 1.769 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-08-23T14:32:33.826Z] #67 1.769 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:33.826Z] #67 1.769 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.tyGwyMmhmF/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:32:33.826Z] #67 1.772 Cloning into '/tmp/tmp.tyGwyMmhmF/src/github.com/rootless-containers/rootlesskit'... [2021-08-23T14:32:33.826Z] #67 3.820 + cd /tmp/tmp.tyGwyMmhmF/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:32:33.826Z] #67 3.820 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:33.826Z] #67 3.855 + export GO111MODULE=on [2021-08-23T14:32:33.826Z] #67 3.855 + GO111MODULE=on [2021-08-23T14:32:33.826Z] #67 3.855 + export GOPROXY=https://proxy.golang.org [2021-08-23T14:32:33.826Z] #67 3.856 + GOPROXY=https://proxy.golang.org [2021-08-23T14:32:33.826Z] #67 3.856 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:32:33.826Z] #67 3.856 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-08-23T14:32:33.826Z] #67 4.648 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-08-23T14:32:33.826Z] #67 4.648 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:32:33.826Z] #67 4.682 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-08-23T14:32:33.826Z] #67 4.901 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-08-23T14:32:33.906Z] #58 137.4 + bin/containerd-shim-runc-v2 [2021-08-23T14:32:34.772Z] #67 6.472 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-08-23T14:32:34.772Z] #67 6.745 go: downloading github.com/google/uuid v1.3.0 [2021-08-23T14:32:34.772Z] #67 6.745 go: downloading github.com/moby/vpnkit v0.5.0 [2021-08-23T14:32:34.850Z] #58 138.3 + binaries [2021-08-23T14:32:34.850Z] #58 138.3 + install -D bin/containerd /build/containerd [2021-08-23T14:32:34.850Z] #58 138.4 + install -D bin/containerd-shim /build/containerd-shim [2021-08-23T14:32:34.850Z] #58 138.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-08-23T14:32:35.071Z] #67 6.845 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-08-23T14:32:35.111Z] #58 138.4 + install -D bin/ctr /build/ctr [2021-08-23T14:32:35.359Z] #67 ... [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #36 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-08-23T14:32:35.359Z] #36 sha256:80111eaac5ec9e63d8c72e395ce3d6cbf8d5fa0a454c2c87280225519d7716b6 [2021-08-23T14:32:35.359Z] #36 CACHED [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #35 [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-08-23T14:32:35.359Z] #35 sha256:1d5cc3e56b024573af64675ac74d6b75305aa9689ae86a636da1c34833667a14 [2021-08-23T14:32:35.359Z] #35 CACHED [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #37 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-08-23T14:32:35.359Z] #37 sha256:ab594b4a6a86a1be4aaaab3e5d7e816fa834e7081c0c91fb96b640ef4f469b95 [2021-08-23T14:32:35.359Z] #37 CACHED [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #67 [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-08-23T14:32:35.359Z] #67 sha256:bea16172b1444adb931f5418d6322da27b0e94717a97aad6f389f31378bdd639 [2021-08-23T14:32:35.359Z] #67 7.050 go: downloading github.com/gofrs/flock v0.8.1 [2021-08-23T14:32:35.359Z] #67 7.072 go: downloading github.com/gorilla/mux v1.8.0 [2021-08-23T14:32:35.359Z] #67 ... [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:32:35.359Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:32:35.359Z] #20 1.950 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:32:35.359Z] #20 2.063 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:32:35.359Z] #20 2.171 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:32:35.359Z] #20 2.174 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-08-23T14:32:35.359Z] #20 2.567 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-08-23T14:32:35.359Z] #20 2.927 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-08-23T14:32:35.359Z] #20 3.293 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-08-23T14:32:35.359Z] #20 3.735 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-08-23T14:32:35.359Z] #20 4.138 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [24.4 kB] [2021-08-23T14:32:35.359Z] #20 4.141 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [25.4 kB] [2021-08-23T14:32:35.359Z] #20 4.141 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [25.8 kB] [2021-08-23T14:32:35.359Z] #20 4.142 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [25.8 kB] [2021-08-23T14:32:35.359Z] #20 4.142 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [25.8 kB] [2021-08-23T14:32:35.359Z] #20 ... [2021-08-23T14:32:35.359Z] [2021-08-23T14:32:35.359Z] #39 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-08-23T14:32:35.360Z] #39 sha256:5000a216875d5a9f4cda0b8c2c0e5aefed838175e9661a0f902db61417226b10 [2021-08-23T14:32:35.360Z] #39 CACHED [2021-08-23T14:32:35.360Z] [2021-08-23T14:32:35.360Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:32:35.360Z] #40 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:32:35.360Z] #40 CACHED [2021-08-23T14:32:35.360Z] [2021-08-23T14:32:35.360Z] #42 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:32:35.360Z] #42 sha256:07fe2c4ab0121fc12e8194039f918a5bc825827edd2fc609fc3cb3007e1918fe [2021-08-23T14:32:35.360Z] #42 CACHED [2021-08-23T14:32:35.360Z] [2021-08-23T14:32:35.360Z] #67 [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-08-23T14:32:35.360Z] #67 sha256:bea16172b1444adb931f5418d6322da27b0e94717a97aad6f389f31378bdd639 [2021-08-23T14:32:35.360Z] #67 7.207 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-08-23T14:32:35.372Z] #58 DONE 138.8s [2021-08-23T14:32:35.621Z] #67 7.388 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-08-23T14:32:35.621Z] #67 7.466 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-08-23T14:32:35.885Z] #67 7.846 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-08-23T14:32:36.756Z] [2021-08-23T14:32:36.756Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-08-23T14:32:36.756Z] #59 sha256:abba1661d0f65f167897c4de47149e529dd5e0c3b34312a259db9e588cfb7a54 [2021-08-23T14:32:37.017Z] #59 DONE 0.3s [2021-08-23T14:32:37.017Z] [2021-08-23T14:32:37.017Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-08-23T14:32:37.017Z] #63 sha256:6cf536f3f53bdbdedf92582129ed10e992970f3d5eb7ca86fe3dfd1dd03c5c8d [2021-08-23T14:32:37.017Z] #63 DONE 0.1s [2021-08-23T14:32:37.017Z] [2021-08-23T14:32:37.017Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-08-23T14:32:37.017Z] #68 sha256:04cd2f3bd514b49d69d909a6fe2bbf99e30ee4dc14c685d5e536dca61a6bbd54 [2021-08-23T14:32:37.295Z] #58 132.5 # github.com/containerd/containerd/cmd/containerd [2021-08-23T14:32:37.295Z] #58 132.5 /usr/bin/ld: /tmp/go-link-015526557/000019.o: in function `New': [2021-08-23T14:32:37.295Z] #58 132.5 /tmp/tmp.PirI2U9WiX/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-08-23T14:32:37.295Z] #58 132.5 + bin/containerd-stress [2021-08-23T14:32:37.295Z] #58 133.6 + bin/containerd-shim [2021-08-23T14:32:37.588Z] #68 DONE 0.6s [2021-08-23T14:32:37.803Z] #67 9.580 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-08-23T14:32:37.848Z] [2021-08-23T14:32:37.848Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-08-23T14:32:37.848Z] #69 sha256:2420a38d5e1924497333a2057abe8f5f4264167bcb97011262cd1214caafeda0 [2021-08-23T14:32:37.848Z] #69 DONE 0.0s [2021-08-23T14:32:37.848Z] [2021-08-23T14:32:37.848Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-08-23T14:32:37.848Z] #70 sha256:09df0f545cbcb526dbfffedd0fe70d4e22751af0eab527727850194dc7663804 [2021-08-23T14:32:38.063Z] #67 ... [2021-08-23T14:32:38.063Z] [2021-08-23T14:32:38.063Z] #64 [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-08-23T14:32:38.063Z] #64 sha256:c059ba2eae19afbfb793e32f8ae74a67ed752eeb94dc4c29d93a52fa3cdb75e5 [2021-08-23T14:32:38.063Z] #64 1.956 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:32:38.063Z] #64 2.223 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:32:38.063Z] #64 2.224 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:32:38.063Z] #64 2.227 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-08-23T14:32:38.063Z] #64 2.738 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-08-23T14:32:38.063Z] #64 3.067 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-08-23T14:32:38.063Z] #64 3.383 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-08-23T14:32:38.063Z] #64 3.982 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-08-23T14:32:38.063Z] #64 4.405 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [24.4 kB] [2021-08-23T14:32:38.063Z] #64 4.406 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [25.4 kB] [2021-08-23T14:32:38.063Z] #64 4.420 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [25.8 kB] [2021-08-23T14:32:38.063Z] #64 4.425 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [25.8 kB] [2021-08-23T14:32:38.063Z] #64 4.450 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [25.8 kB] [2021-08-23T14:32:38.237Z] #45 ... [2021-08-23T14:32:38.237Z] [2021-08-23T14:32:38.238Z] #51 [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-08-23T14:32:38.238Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:32:38.238Z] #51 2.817 + RM_GOPATH=0 [2021-08-23T14:32:38.238Z] #51 2.817 + TMP_GOPATH= [2021-08-23T14:32:38.238Z] #51 2.817 + : /build [2021-08-23T14:32:38.238Z] #51 2.817 + '[' -z '' ']' [2021-08-23T14:32:38.238Z] #51 2.818 ++ mktemp -d [2021-08-23T14:32:38.238Z] #51 2.819 + export GOPATH=/tmp/tmp.p2it3vmbea [2021-08-23T14:32:38.238Z] #51 2.819 + GOPATH=/tmp/tmp.p2it3vmbea [2021-08-23T14:32:38.238Z] #51 2.819 + RM_GOPATH=1 [2021-08-23T14:32:38.238Z] #51 2.819 + case "$(go env GOARCH)" in [2021-08-23T14:32:38.238Z] #51 2.822 ++ go env GOARCH [2021-08-23T14:32:38.238Z] #51 2.826 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:38.238Z] #51 2.826 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:38.238Z] #51 2.827 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:38.238Z] #51 2.828 + dir=/tmp/install [2021-08-23T14:32:38.238Z] #51 2.828 + bin=golangci_lint [2021-08-23T14:32:38.238Z] #51 2.828 + shift [2021-08-23T14:32:38.238Z] #51 2.828 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-08-23T14:32:38.238Z] #51 2.828 + . /tmp/install/golangci_lint.installer [2021-08-23T14:32:38.238Z] #51 2.828 ++ : v1.23.8 [2021-08-23T14:32:38.238Z] #51 2.828 + install_golangci_lint [2021-08-23T14:32:38.238Z] #51 2.828 + set -e [2021-08-23T14:32:38.238Z] #51 2.828 + export GO111MODULE=on [2021-08-23T14:32:38.238Z] #51 2.828 + GO111MODULE=on [2021-08-23T14:32:38.238Z] #51 2.828 + GOBIN=/build [2021-08-23T14:32:38.238Z] #51 2.828 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-08-23T14:32:38.238Z] #51 3.235 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-08-23T14:32:38.806Z] #51 ... [2021-08-23T14:32:38.806Z] [2021-08-23T14:32:38.806Z] #47 [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-08-23T14:32:38.806Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:32:38.806Z] #47 5.192 + RM_GOPATH=0 [2021-08-23T14:32:38.806Z] #47 5.192 + TMP_GOPATH= [2021-08-23T14:32:38.806Z] #47 5.192 + : /build [2021-08-23T14:32:38.806Z] #47 5.192 + '[' -z '' ']' [2021-08-23T14:32:38.806Z] #47 5.192 ++ mktemp -d [2021-08-23T14:32:38.806Z] #47 5.192 + export GOPATH=/tmp/tmp.XOSZXIf3iD [2021-08-23T14:32:38.806Z] #47 5.192 + GOPATH=/tmp/tmp.XOSZXIf3iD [2021-08-23T14:32:38.806Z] #47 5.192 + RM_GOPATH=1 [2021-08-23T14:32:38.806Z] #47 5.192 + case "$(go env GOARCH)" in [2021-08-23T14:32:38.806Z] #47 5.192 ++ go env GOARCH [2021-08-23T14:32:38.806Z] #47 5.206 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:38.806Z] #47 5.206 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:38.806Z] #47 5.206 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:38.806Z] #47 5.206 + dir=/tmp/install [2021-08-23T14:32:38.806Z] #47 5.207 + bin=vndr [2021-08-23T14:32:38.806Z] #47 5.207 + shift [2021-08-23T14:32:38.806Z] #47 5.207 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-08-23T14:32:38.806Z] #47 5.207 + . /tmp/install/vndr.installer [2021-08-23T14:32:38.806Z] #47 5.207 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:32:38.806Z] #47 5.207 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:32:38.806Z] #47 5.207 + install_vndr [2021-08-23T14:32:38.806Z] #47 5.207 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-08-23T14:32:38.806Z] #47 5.207 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.XOSZXIf3iD/src/github.com/LK4D4/vndr [2021-08-23T14:32:38.806Z] #47 5.210 Cloning into '/tmp/tmp.XOSZXIf3iD/src/github.com/LK4D4/vndr'... [2021-08-23T14:32:38.806Z] #47 5.839 + cd /tmp/tmp.XOSZXIf3iD/src/github.com/LK4D4/vndr [2021-08-23T14:32:38.806Z] #47 5.839 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-08-23T14:32:38.806Z] #47 5.852 + go build -buildmode=pie -v -o /build/vndr . [2021-08-23T14:32:39.381Z] #47 6.669 internal/unsafeheader [2021-08-23T14:32:39.641Z] #47 6.714 internal/cpu [2021-08-23T14:32:39.641Z] #47 6.779 runtime/internal/atomic [2021-08-23T14:32:39.762Z] #70 DONE 1.9s [2021-08-23T14:32:39.762Z] [2021-08-23T14:32:39.762Z] #71 exporting to image [2021-08-23T14:32:39.762Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-08-23T14:32:39.762Z] #71 exporting layers [2021-08-23T14:32:40.210Z] #47 7.271 runtime/internal/sys [2021-08-23T14:32:40.210Z] #47 ... [2021-08-23T14:32:40.210Z] [2021-08-23T14:32:40.210Z] #49 [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-08-23T14:32:40.210Z] #49 sha256:d235f4243283c4a0674cab950a064247f799dc1634843406c35b8182381f8d97 [2021-08-23T14:32:40.210Z] #49 7.112 + RM_GOPATH=0 [2021-08-23T14:32:40.210Z] #49 7.113 + TMP_GOPATH= [2021-08-23T14:32:40.210Z] #49 7.113 + : /build [2021-08-23T14:32:40.210Z] #49 7.113 + '[' -z '' ']' [2021-08-23T14:32:40.210Z] #49 7.114 ++ mktemp -d [2021-08-23T14:32:40.210Z] #49 7.116 + export GOPATH=/tmp/tmp.Yvy20w166y [2021-08-23T14:32:40.210Z] #49 7.117 + GOPATH=/tmp/tmp.Yvy20w166y [2021-08-23T14:32:40.210Z] #49 7.117 + RM_GOPATH=1 [2021-08-23T14:32:40.210Z] #49 7.117 + case "$(go env GOARCH)" in [2021-08-23T14:32:40.210Z] #49 7.118 ++ go env GOARCH [2021-08-23T14:32:40.210Z] #49 7.153 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:40.210Z] #49 7.153 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:40.210Z] #49 7.154 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:40.210Z] #49 7.155 + dir=/tmp/install [2021-08-23T14:32:40.210Z] #49 7.155 + bin=gotestsum [2021-08-23T14:32:40.210Z] #49 7.155 + shift [2021-08-23T14:32:40.210Z] #49 7.156 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-08-23T14:32:40.210Z] #49 7.156 + . /tmp/install/gotestsum.installer [2021-08-23T14:32:40.210Z] #49 7.157 ++ : v0.5.3 [2021-08-23T14:32:40.210Z] #49 7.158 + install_gotestsum [2021-08-23T14:32:40.210Z] #49 7.160 + set -e [2021-08-23T14:32:40.210Z] #49 7.162 + export GO111MODULE=on [2021-08-23T14:32:40.210Z] #49 7.162 + GO111MODULE=on [2021-08-23T14:32:40.210Z] #49 7.166 + GOBIN=/build [2021-08-23T14:32:40.210Z] #49 7.166 + go get gotest.tools/gotestsum@v0.5.3 [2021-08-23T14:32:40.210Z] #49 ... [2021-08-23T14:32:40.210Z] [2021-08-23T14:32:40.210Z] #47 [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-08-23T14:32:40.210Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:32:40.210Z] #47 7.528 internal/bytealg [2021-08-23T14:32:40.470Z] #47 7.589 runtime/internal/math [2021-08-23T14:32:40.470Z] #47 7.640 internal/race [2021-08-23T14:32:40.470Z] #47 7.776 sync/atomic [2021-08-23T14:32:41.038Z] #47 8.176 unicode [2021-08-23T14:32:41.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-08-23T14:32:41.608Z] #47 8.644 runtime [2021-08-23T14:32:41.674Z] #71 exporting layers 1.9s done [2021-08-23T14:32:41.674Z] #71 writing image sha256:8dcdd5cb0ac08359e57d140c23768008f975acedef7fb1317a89c711c7fe9c50 [2021-08-23T14:32:41.674Z] #71 writing image sha256:8dcdd5cb0ac08359e57d140c23768008f975acedef7fb1317a89c711c7fe9c50 done [2021-08-23T14:32:41.674Z] #71 naming to docker.io/library/docker:82c978ad9567772f349f604c6630d531b9348736 done [2021-08-23T14:32:41.674Z] #71 DONE 1.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-08-23T14:32:42.024Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-08-23T14:32:42.312Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/test/unit [2021-08-23T14:32:42.587Z] #58 140.6 + bin/containerd-shim-runc-v1 [2021-08-23T14:32:42.988Z] #47 ... [2021-08-23T14:32:42.988Z] [2021-08-23T14:32:42.988Z] #25 [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-08-23T14:32:42.988Z] #25 sha256:578cd475d5bdd1b775a7f1b6d54c1ea1ab7c527f025004bfa860f22c35db1cbe [2021-08-23T14:32:42.988Z] #25 6.226 + RM_GOPATH=0 [2021-08-23T14:32:42.988Z] #25 6.226 + TMP_GOPATH= [2021-08-23T14:32:42.988Z] #25 6.226 + : /build [2021-08-23T14:32:42.988Z] #25 6.226 + '[' -z '' ']' [2021-08-23T14:32:42.988Z] #25 6.226 ++ mktemp -d [2021-08-23T14:32:42.988Z] #25 6.226 + export GOPATH=/tmp/tmp.mY5BDyPQG0 [2021-08-23T14:32:42.988Z] #25 6.226 + GOPATH=/tmp/tmp.mY5BDyPQG0 [2021-08-23T14:32:42.988Z] #25 6.226 + RM_GOPATH=1 [2021-08-23T14:32:42.988Z] #25 6.226 + case "$(go env GOARCH)" in [2021-08-23T14:32:42.988Z] #25 6.226 ++ go env GOARCH [2021-08-23T14:32:42.988Z] #25 6.243 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:42.988Z] #25 6.243 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:42.988Z] #25 6.243 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:42.988Z] #25 6.243 + dir=/tmp/install [2021-08-23T14:32:42.988Z] #25 6.243 + bin=dockercli [2021-08-23T14:32:42.988Z] #25 6.243 + shift [2021-08-23T14:32:42.988Z] #25 6.243 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-08-23T14:32:42.988Z] #25 6.243 + . /tmp/install/dockercli.installer [2021-08-23T14:32:42.988Z] #25 6.243 ++ : stable [2021-08-23T14:32:42.988Z] #25 6.243 ++ : 17.06.2-ce [2021-08-23T14:32:42.988Z] #25 6.243 + install_dockercli [2021-08-23T14:32:42.988Z] #25 6.243 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-08-23T14:32:42.988Z] #25 6.243 ++ uname -m [2021-08-23T14:32:42.988Z] #25 6.243 + arch=x86_64 [2021-08-23T14:32:42.988Z] #25 6.243 + '[' x86_64 '!=' x86_64 ']' [2021-08-23T14:32:42.988Z] #25 6.243 + url=https://download.docker.com/linux/static [2021-08-23T14:32:42.988Z] #25 6.243 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-08-23T14:32:42.988Z] #25 6.244 Install docker/cli version 17.06.2-ce from stable [2021-08-23T14:32:42.988Z] #25 6.266 + tar -xz docker/docker [2021-08-23T14:32:42.988Z] #25 ... [2021-08-23T14:32:42.988Z] [2021-08-23T14:32:42.988Z] #35 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:32:42.988Z] #35 sha256:72bdf700e01a1e24b911fd7e8ab43a330eb18d12fab7a82a6381072f0a9f6b6d [2021-08-23T14:32:42.988Z] #35 4.405 Install go-toml version v1.8.1 [2021-08-23T14:32:42.988Z] #35 4.901 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-08-23T14:32:42.988Z] #35 6.883 github.com/pelletier/go-toml [2021-08-23T14:32:42.988Z] #35 ... [2021-08-23T14:32:42.988Z] [2021-08-23T14:32:42.988Z] #37 [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-08-23T14:32:42.988Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:32:42.988Z] #37 7.379 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:32:42.988Z] #37 7.421 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:32:42.988Z] #37 7.440 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:32:42.988Z] #37 8.421 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:32:42.988Z] #37 10.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:32:43.247Z] #37 ... [2021-08-23T14:32:43.247Z] [2021-08-23T14:32:43.247Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:32:43.247Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:32:43.247Z] #33 4.954 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-08-23T14:32:43.247Z] #33 4.954 Cloning into '.'... [2021-08-23T14:32:43.247Z] #33 ... [2021-08-23T14:32:43.247Z] [2021-08-23T14:32:43.247Z] #41 [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-08-23T14:32:43.247Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:32:43.247Z] #41 6.817 + git clone https://github.com/docker/distribution.git . [2021-08-23T14:32:43.247Z] #41 6.825 Cloning into '.'... [2021-08-23T14:32:43.252Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-08-23T14:32:43.252Z] + TESTFLAGS+=' -test.timeout=5m' [2021-08-23T14:32:43.252Z] + TESTDIRS=./... [2021-08-23T14:32:43.252Z] + exclude_paths='/vendor/|/integration' [2021-08-23T14:32:43.252Z] ++ go list ./... [2021-08-23T14:32:43.252Z] ++ grep -vE '(/vendor/|/integration)' [2021-08-23T14:32:43.507Z] #41 ... [2021-08-23T14:32:43.507Z] [2021-08-23T14:32:43.507Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:32:43.507Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:32:43.507Z] #14 7.798 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:32:43.507Z] #14 7.848 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:32:43.507Z] #14 7.852 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:32:43.507Z] #14 8.743 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:32:43.507Z] #14 10.05 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:32:43.507Z] #14 ... [2021-08-23T14:32:43.507Z] [2021-08-23T14:32:43.507Z] #60 [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-08-23T14:32:43.507Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:32:43.507Z] #60 4.928 + RM_GOPATH=0 [2021-08-23T14:32:43.507Z] #60 4.928 + TMP_GOPATH= [2021-08-23T14:32:43.507Z] #60 4.928 + : /build [2021-08-23T14:32:43.507Z] #60 4.928 + '[' -z '' ']' [2021-08-23T14:32:43.507Z] #60 4.928 ++ mktemp -d [2021-08-23T14:32:43.508Z] #60 4.933 + export GOPATH=/tmp/tmp.qLU95hyLMh [2021-08-23T14:32:43.508Z] #60 4.933 + GOPATH=/tmp/tmp.qLU95hyLMh [2021-08-23T14:32:43.508Z] #60 4.933 + RM_GOPATH=1 [2021-08-23T14:32:43.508Z] #60 4.933 + case "$(go env GOARCH)" in [2021-08-23T14:32:43.508Z] #60 4.933 ++ go env GOARCH [2021-08-23T14:32:43.508Z] #60 4.944 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:43.508Z] #60 4.944 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:43.508Z] #60 4.945 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:43.508Z] #60 4.952 + dir=/tmp/install [2021-08-23T14:32:43.508Z] #60 4.952 + bin=rootlesskit [2021-08-23T14:32:43.508Z] #60 4.952 + shift [2021-08-23T14:32:43.508Z] #60 4.952 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-08-23T14:32:43.508Z] #60 4.952 + . /tmp/install/rootlesskit.installer [2021-08-23T14:32:43.508Z] #60 4.952 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:43.508Z] #60 4.952 + install_rootlesskit [2021-08-23T14:32:43.508Z] #60 4.952 + case "$1" in [2021-08-23T14:32:43.508Z] #60 4.952 + export CGO_ENABLED=0 [2021-08-23T14:32:43.508Z] #60 4.952 + CGO_ENABLED=0 [2021-08-23T14:32:43.508Z] #60 4.952 + _install_rootlesskit [2021-08-23T14:32:43.508Z] #60 4.952 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-08-23T14:32:43.508Z] #60 4.952 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qLU95hyLMh/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:32:43.508Z] #60 4.952 Cloning into '/tmp/tmp.qLU95hyLMh/src/github.com/rootless-containers/rootlesskit'... [2021-08-23T14:32:43.508Z] #60 4.952 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:43.508Z] #60 8.493 + cd /tmp/tmp.qLU95hyLMh/src/github.com/rootless-containers/rootlesskit [2021-08-23T14:32:43.508Z] #60 8.495 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-08-23T14:32:43.508Z] #60 8.531 + export GO111MODULE=on [2021-08-23T14:32:43.508Z] #60 8.532 + GO111MODULE=on [2021-08-23T14:32:43.508Z] #60 8.532 + export GOPROXY=https://proxy.golang.org [2021-08-23T14:32:43.508Z] #60 8.532 + GOPROXY=https://proxy.golang.org [2021-08-23T14:32:43.508Z] #60 8.546 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:32:43.508Z] #60 8.549 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-08-23T14:32:43.508Z] #60 10.30 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:32:43.508Z] #60 10.30 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-08-23T14:32:43.508Z] #60 10.48 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-08-23T14:32:43.768Z] #60 ... [2021-08-23T14:32:43.768Z] [2021-08-23T14:32:43.768Z] #53 [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-08-23T14:32:43.768Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:32:43.768Z] #53 3.148 + RM_GOPATH=0 [2021-08-23T14:32:43.768Z] #53 3.148 + TMP_GOPATH= [2021-08-23T14:32:43.768Z] #53 3.148 + : /build [2021-08-23T14:32:43.768Z] #53 3.148 + '[' -z '' ']' [2021-08-23T14:32:43.768Z] #53 3.148 ++ mktemp -d [2021-08-23T14:32:43.768Z] #53 3.148 + export GOPATH=/tmp/tmp.wcXKV0IHuW [2021-08-23T14:32:43.768Z] #53 3.148 + GOPATH=/tmp/tmp.wcXKV0IHuW [2021-08-23T14:32:43.768Z] #53 3.148 + RM_GOPATH=1 [2021-08-23T14:32:43.768Z] #53 3.148 + case "$(go env GOARCH)" in [2021-08-23T14:32:43.768Z] #53 3.148 ++ go env GOARCH [2021-08-23T14:32:43.768Z] #53 3.151 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:43.768Z] #53 3.151 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:32:43.768Z] #53 3.154 ++ dirname /tmp/install/install.sh [2021-08-23T14:32:43.768Z] #53 3.154 + dir=/tmp/install [2021-08-23T14:32:43.768Z] #53 3.154 + bin=shfmt [2021-08-23T14:32:43.768Z] #53 3.154 + shift [2021-08-23T14:32:43.768Z] #53 3.154 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-08-23T14:32:43.768Z] #53 3.154 + . /tmp/install/shfmt.installer [2021-08-23T14:32:43.768Z] #53 3.154 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:32:43.768Z] #53 3.154 + install_shfmt [2021-08-23T14:32:43.768Z] #53 3.154 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-08-23T14:32:43.768Z] #53 3.154 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wcXKV0IHuW/src/github.com/mvdan/sh [2021-08-23T14:32:43.768Z] #53 3.155 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:32:43.768Z] #53 3.159 Cloning into '/tmp/tmp.wcXKV0IHuW/src/github.com/mvdan/sh'... [2021-08-23T14:32:43.768Z] #53 6.310 + cd /tmp/tmp.wcXKV0IHuW/src/github.com/mvdan/sh [2021-08-23T14:32:43.768Z] #53 6.310 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-08-23T14:32:43.768Z] #53 6.394 + GO111MODULE=on [2021-08-23T14:32:43.768Z] #53 6.394 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-08-23T14:32:43.768Z] #53 7.430 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-08-23T14:32:43.768Z] #53 7.432 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-08-23T14:32:43.768Z] #53 7.469 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-08-23T14:32:43.768Z] #53 9.420 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-08-23T14:32:43.768Z] #53 ... [2021-08-23T14:32:43.768Z] [2021-08-23T14:32:43.768Z] #57 [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-08-23T14:32:43.768Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:32:43.768Z] #57 5.267 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:32:43.768Z] #57 5.447 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:32:43.768Z] #57 5.527 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:32:43.768Z] #57 5.909 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:32:43.768Z] #57 6.883 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:32:44.027Z] #57 ... [2021-08-23T14:32:44.027Z] [2021-08-23T14:32:44.027Z] #60 [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-08-23T14:32:44.027Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:32:44.027Z] #60 11.10 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-08-23T14:32:44.640Z] + pkg_list='github.com/docker/docker/api [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/backend [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/container [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/events [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/filters [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/image [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/mount [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/network [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/registry [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/time [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/versions [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:32:44.640Z] github.com/docker/docker/api/types/volume [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:32:44.640Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:32:44.640Z] github.com/docker/docker/cli [2021-08-23T14:32:44.640Z] github.com/docker/docker/cli/config [2021-08-23T14:32:44.640Z] github.com/docker/docker/cli/debug [2021-08-23T14:32:44.640Z] github.com/docker/docker/client [2021-08-23T14:32:44.640Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:32:44.640Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:32:44.640Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:32:44.640Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:32:44.640Z] github.com/docker/docker/container [2021-08-23T14:32:44.640Z] github.com/docker/docker/container/stream [2021-08-23T14:32:44.640Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:32:44.640Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:32:44.640Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/config [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/events [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/exec [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/images [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/links [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/names [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/network [2021-08-23T14:32:44.640Z] github.com/docker/docker/daemon/stats [2021-08-23T14:32:44.640Z] github.com/docker/docker/distribution [2021-08-23T14:32:44.640Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:32:44.640Z] github.com/docker/docker/distribution/utils [2021-08-23T14:32:44.640Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:32:44.640Z] github.com/docker/docker/dockerversion [2021-08-23T14:32:44.640Z] github.com/docker/docker/errdefs [2021-08-23T14:32:44.640Z] github.com/docker/docker/image [2021-08-23T14:32:44.640Z] github.com/docker/docker/image/cache [2021-08-23T14:32:44.640Z] github.com/docker/docker/image/tarexport [2021-08-23T14:32:44.640Z] github.com/docker/docker/image/v1 [2021-08-23T14:32:44.640Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:32:44.640Z] github.com/docker/docker/layer [2021-08-23T14:32:44.640Z] github.com/docker/docker/libcontainerd [2021-08-23T14:32:44.640Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:32:44.640Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:32:44.640Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:32:44.640Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:32:44.640Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:32:44.640Z] github.com/docker/docker/oci [2021-08-23T14:32:44.640Z] github.com/docker/docker/oci/caps [2021-08-23T14:32:44.640Z] github.com/docker/docker/opts [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/archive [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/directory [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:32:44.640Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/locker [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/mount [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/platform [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/pools [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/progress [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/signal [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/stack [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/system [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/term [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:32:44.641Z] github.com/docker/docker/plugin [2021-08-23T14:32:44.641Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:32:44.641Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:32:44.641Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:32:44.641Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:32:44.641Z] github.com/docker/docker/quota [2021-08-23T14:32:44.641Z] github.com/docker/docker/reference [2021-08-23T14:32:44.641Z] github.com/docker/docker/registry [2021-08-23T14:32:44.641Z] github.com/docker/docker/registry/resumable [2021-08-23T14:32:44.641Z] github.com/docker/docker/restartmanager [2021-08-23T14:32:44.641Z] github.com/docker/docker/rootless [2021-08-23T14:32:44.641Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:32:44.641Z] github.com/docker/docker/runconfig [2021-08-23T14:32:44.641Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/environment [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/registry [2021-08-23T14:32:44.641Z] github.com/docker/docker/testutil/request [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/drivers [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/local [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/mounts [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/service [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:32:44.641Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:32:44.641Z] ++ echo 'github.com/docker/docker/api [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/backend [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/container [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/events [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/filters [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/image [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/mount [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/network [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/registry [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/time [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/versions [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:32:44.641Z] github.com/docker/docker/api/types/volume [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:32:44.641Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:32:44.641Z] github.com/docker/docker/cli [2021-08-23T14:32:44.641Z] github.com/docker/docker/cli/config [2021-08-23T14:32:44.641Z] github.com/docker/docker/cli/debug [2021-08-23T14:32:44.641Z] github.com/docker/docker/client [2021-08-23T14:32:44.641Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:32:44.641Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:32:44.641Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:32:44.641Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:32:44.641Z] github.com/docker/docker/container [2021-08-23T14:32:44.641Z] github.com/docker/docker/container/stream [2021-08-23T14:32:44.641Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:32:44.641Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:32:44.641Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/config [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/events [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/exec [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/images [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/links [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/names [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/network [2021-08-23T14:32:44.641Z] github.com/docker/docker/daemon/stats [2021-08-23T14:32:44.641Z] github.com/docker/docker/distribution [2021-08-23T14:32:44.641Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:32:44.641Z] github.com/docker/docker/distribution/utils [2021-08-23T14:32:44.641Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:32:44.641Z] github.com/docker/docker/dockerversion [2021-08-23T14:32:44.641Z] github.com/docker/docker/errdefs [2021-08-23T14:32:44.641Z] github.com/docker/docker/image [2021-08-23T14:32:44.641Z] github.com/docker/docker/image/cache [2021-08-23T14:32:44.641Z] github.com/docker/docker/image/tarexport [2021-08-23T14:32:44.641Z] github.com/docker/docker/image/v1 [2021-08-23T14:32:44.641Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:32:44.641Z] github.com/docker/docker/layer [2021-08-23T14:32:44.641Z] github.com/docker/docker/libcontainerd [2021-08-23T14:32:44.641Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:32:44.641Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:32:44.641Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:32:44.641Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:32:44.641Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:32:44.641Z] github.com/docker/docker/oci [2021-08-23T14:32:44.641Z] github.com/docker/docker/oci/caps [2021-08-23T14:32:44.641Z] github.com/docker/docker/opts [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/archive [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/directory [2021-08-23T14:32:44.641Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/locker [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/mount [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/platform [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pools [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/progress [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/signal [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stack [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/system [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/term [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:32:44.642Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:32:44.642Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:32:44.642Z] github.com/docker/docker/quota [2021-08-23T14:32:44.642Z] github.com/docker/docker/reference [2021-08-23T14:32:44.642Z] github.com/docker/docker/registry [2021-08-23T14:32:44.642Z] github.com/docker/docker/registry/resumable [2021-08-23T14:32:44.642Z] github.com/docker/docker/restartmanager [2021-08-23T14:32:44.642Z] github.com/docker/docker/rootless [2021-08-23T14:32:44.642Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:32:44.642Z] github.com/docker/docker/runconfig [2021-08-23T14:32:44.642Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/environment [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/registry [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/request [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/drivers [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/local [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/mounts [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/service [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:32:44.642Z] ++ grep --fixed-strings -v /libnetwork [2021-08-23T14:32:44.642Z] + base_pkg_list='github.com/docker/docker/api [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/backend [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/container [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/events [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/filters [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/image [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/mount [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/network [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/registry [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/time [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/versions [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/types/volume [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:32:44.642Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:32:44.642Z] github.com/docker/docker/cli [2021-08-23T14:32:44.642Z] github.com/docker/docker/cli/config [2021-08-23T14:32:44.642Z] github.com/docker/docker/cli/debug [2021-08-23T14:32:44.642Z] github.com/docker/docker/client [2021-08-23T14:32:44.642Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:32:44.642Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:32:44.642Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:32:44.642Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:32:44.642Z] github.com/docker/docker/container [2021-08-23T14:32:44.642Z] github.com/docker/docker/container/stream [2021-08-23T14:32:44.642Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:32:44.642Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:32:44.642Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/config [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/events [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/exec [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/images [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/links [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/names [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/network [2021-08-23T14:32:44.642Z] github.com/docker/docker/daemon/stats [2021-08-23T14:32:44.642Z] github.com/docker/docker/distribution [2021-08-23T14:32:44.642Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:32:44.642Z] github.com/docker/docker/distribution/utils [2021-08-23T14:32:44.642Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:32:44.642Z] github.com/docker/docker/dockerversion [2021-08-23T14:32:44.642Z] github.com/docker/docker/errdefs [2021-08-23T14:32:44.642Z] github.com/docker/docker/image [2021-08-23T14:32:44.642Z] github.com/docker/docker/image/cache [2021-08-23T14:32:44.642Z] github.com/docker/docker/image/tarexport [2021-08-23T14:32:44.642Z] github.com/docker/docker/image/v1 [2021-08-23T14:32:44.642Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:32:44.642Z] github.com/docker/docker/layer [2021-08-23T14:32:44.642Z] github.com/docker/docker/libcontainerd [2021-08-23T14:32:44.642Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:32:44.642Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:32:44.642Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:32:44.642Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:32:44.642Z] github.com/docker/docker/oci [2021-08-23T14:32:44.642Z] github.com/docker/docker/oci/caps [2021-08-23T14:32:44.642Z] github.com/docker/docker/opts [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/archive [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/directory [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/locker [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/mount [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/platform [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pools [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/progress [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/signal [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stack [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/system [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/term [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:32:44.642Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:32:44.642Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:32:44.642Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:32:44.642Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:32:44.642Z] github.com/docker/docker/quota [2021-08-23T14:32:44.642Z] github.com/docker/docker/reference [2021-08-23T14:32:44.642Z] github.com/docker/docker/registry [2021-08-23T14:32:44.642Z] github.com/docker/docker/registry/resumable [2021-08-23T14:32:44.642Z] github.com/docker/docker/restartmanager [2021-08-23T14:32:44.642Z] github.com/docker/docker/rootless [2021-08-23T14:32:44.642Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:32:44.642Z] github.com/docker/docker/runconfig [2021-08-23T14:32:44.642Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/environment [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/registry [2021-08-23T14:32:44.642Z] github.com/docker/docker/testutil/request [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/drivers [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/local [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/mounts [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/service [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:32:44.642Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:32:44.642Z] ++ grep --fixed-strings /libnetwork [2021-08-23T14:32:44.642Z] ++ echo 'github.com/docker/docker/api [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:32:44.642Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/backend [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/container [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/events [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/filters [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/image [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/mount [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/network [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/registry [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/time [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/versions [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:32:44.643Z] github.com/docker/docker/api/types/volume [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:32:44.643Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:32:44.643Z] github.com/docker/docker/cli [2021-08-23T14:32:44.643Z] github.com/docker/docker/cli/config [2021-08-23T14:32:44.643Z] github.com/docker/docker/cli/debug [2021-08-23T14:32:44.643Z] github.com/docker/docker/client [2021-08-23T14:32:44.643Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:32:44.643Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:32:44.643Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:32:44.643Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:32:44.643Z] github.com/docker/docker/container [2021-08-23T14:32:44.643Z] github.com/docker/docker/container/stream [2021-08-23T14:32:44.643Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:32:44.643Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:32:44.643Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/config [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/events [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/exec [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/images [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/links [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/names [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/network [2021-08-23T14:32:44.643Z] github.com/docker/docker/daemon/stats [2021-08-23T14:32:44.643Z] github.com/docker/docker/distribution [2021-08-23T14:32:44.643Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:32:44.643Z] github.com/docker/docker/distribution/utils [2021-08-23T14:32:44.643Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:32:44.643Z] github.com/docker/docker/dockerversion [2021-08-23T14:32:44.643Z] github.com/docker/docker/errdefs [2021-08-23T14:32:44.643Z] github.com/docker/docker/image [2021-08-23T14:32:44.643Z] github.com/docker/docker/image/cache [2021-08-23T14:32:44.643Z] github.com/docker/docker/image/tarexport [2021-08-23T14:32:44.643Z] github.com/docker/docker/image/v1 [2021-08-23T14:32:44.643Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:32:44.643Z] github.com/docker/docker/layer [2021-08-23T14:32:44.643Z] github.com/docker/docker/libcontainerd [2021-08-23T14:32:44.643Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:32:44.643Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:32:44.643Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:32:44.643Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:32:44.643Z] github.com/docker/docker/oci [2021-08-23T14:32:44.643Z] github.com/docker/docker/oci/caps [2021-08-23T14:32:44.643Z] github.com/docker/docker/opts [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/archive [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/directory [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/locker [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/mount [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/platform [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/pools [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/progress [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/signal [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/stack [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/system [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/term [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:32:44.643Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:32:44.643Z] github.com/docker/docker/plugin [2021-08-23T14:32:44.643Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:32:44.643Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:32:44.643Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:32:44.643Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:32:44.643Z] github.com/docker/docker/quota [2021-08-23T14:32:44.643Z] github.com/docker/docker/reference [2021-08-23T14:32:44.643Z] github.com/docker/docker/registry [2021-08-23T14:32:44.643Z] github.com/docker/docker/registry/resumable [2021-08-23T14:32:44.643Z] github.com/docker/docker/restartmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/rootless [2021-08-23T14:32:44.643Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:32:44.643Z] github.com/docker/docker/runconfig [2021-08-23T14:32:44.643Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/environment [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/registry [2021-08-23T14:32:44.643Z] github.com/docker/docker/testutil/request [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/drivers [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/local [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/mounts [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/service [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:32:44.643Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:32:44.643Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:32:44.643Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/types' [2021-08-23T14:32:44.644Z] + echo 'github.com/docker/docker/libnetwork [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/types' [2021-08-23T14:32:44.644Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:32:44.644Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:32:44.644Z] + type docker-proxy [2021-08-23T14:32:44.644Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-08-23T14:32:44.644Z] + hack/make.sh binary-proxy install-proxy [2021-08-23T14:32:44.644Z] [2021-08-23T14:32:44.644Z] Removing bundles/ [2021-08-23T14:32:44.644Z] [2021-08-23T14:32:44.644Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-08-23T14:32:44.644Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-08-23T14:32:44.644Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:32:47.331Z] #60 ... [2021-08-23T14:32:47.331Z] [2021-08-23T14:32:47.331Z] #25 [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-08-23T14:32:47.331Z] #25 sha256:578cd475d5bdd1b775a7f1b6d54c1ea1ab7c527f025004bfa860f22c35db1cbe [2021-08-23T14:32:47.331Z] #25 13.38 + mkdir -p /build [2021-08-23T14:32:47.331Z] #25 13.38 + mv docker/docker /build/ [2021-08-23T14:32:47.331Z] #25 13.41 + rmdir docker [2021-08-23T14:32:47.332Z] #25 DONE 14.3s [2021-08-23T14:32:47.332Z] [2021-08-23T14:32:47.332Z] #35 [tomll 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/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-08-23T14:32:47.332Z] #35 sha256:72bdf700e01a1e24b911fd7e8ab43a330eb18d12fab7a82a6381072f0a9f6b6d [2021-08-23T14:32:47.332Z] #35 14.18 github.com/pelletier/go-toml/cmd/tomll [2021-08-23T14:32:47.879Z] #58 145.6 + bin/containerd-shim-runc-v2 [2021-08-23T14:32:48.054Z] #64 ... [2021-08-23T14:32:48.054Z] [2021-08-23T14:32:48.054Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:32:48.054Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:32:48.054Z] #20 18.38 Fetched 39.9 MB in 17s (2383 kB/s) [2021-08-23T14:32:48.450Z] #58 146.2 + binaries [2021-08-23T14:32:48.450Z] #58 146.2 + install -D bin/containerd /build/containerd [2021-08-23T14:32:48.450Z] #58 146.2 + install -D bin/containerd-shim /build/containerd-shim [2021-08-23T14:32:48.450Z] #58 146.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-08-23T14:32:48.450Z] #58 146.3 + install -D bin/ctr /build/ctr [2021-08-23T14:32:49.020Z] #58 DONE 146.8s [2021-08-23T14:32:49.963Z] [2021-08-23T14:32:49.963Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-08-23T14:32:49.963Z] #59 sha256:51552749c7c0a4e659f39347911541361198de3d00022de63488ab6b11c6d1f9 [2021-08-23T14:32:49.963Z] #59 DONE 0.2s [2021-08-23T14:32:49.963Z] [2021-08-23T14:32:49.963Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-08-23T14:32:49.963Z] #63 sha256:585628c187b57fa50d39c26dcc34fede4077cdbcbaac745bd36189ccf0e96c92 [2021-08-23T14:32:49.963Z] #63 DONE 0.1s [2021-08-23T14:32:49.963Z] [2021-08-23T14:32:49.963Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-08-23T14:32:49.963Z] #68 sha256:6705b504146ba341ca0178f60e9a0811491f8e1d1397d93701d545901243e81b [2021-08-23T14:32:50.224Z] #68 DONE 0.2s [2021-08-23T14:32:50.224Z] [2021-08-23T14:32:50.224Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-08-23T14:32:50.224Z] #69 sha256:1705528e468dfb87883d0e0fd0348eb83ed3d641e6a62fe50d383bb96246e675 [2021-08-23T14:32:50.224Z] #69 DONE 0.0s [2021-08-23T14:32:50.224Z] [2021-08-23T14:32:50.224Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-08-23T14:32:50.224Z] #70 sha256:11fe1187e78d3867c9a5e5183ada2b59b9bc64153d1a7590b2b39b77f420db70 [2021-08-23T14:32:50.674Z] #35 DONE 17.5s [2021-08-23T14:32:50.674Z] [2021-08-23T14:32:50.674Z] #60 [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-08-23T14:32:50.674Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:32:50.674Z] #60 14.89 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-08-23T14:32:50.674Z] #60 15.47 go: downloading github.com/google/uuid v1.3.0 [2021-08-23T14:32:50.674Z] #60 15.49 go: downloading github.com/moby/vpnkit v0.5.0 [2021-08-23T14:32:50.674Z] #60 15.55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-08-23T14:32:50.674Z] #60 15.82 go: downloading github.com/gofrs/flock v0.8.1 [2021-08-23T14:32:50.674Z] #60 15.99 go: downloading github.com/gorilla/mux v1.8.0 [2021-08-23T14:32:50.674Z] #60 16.23 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-08-23T14:32:50.674Z] #60 16.85 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-08-23T14:32:50.674Z] #60 16.99 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-08-23T14:32:50.674Z] #60 ... [2021-08-23T14:32:50.674Z] [2021-08-23T14:32:50.674Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:32:50.674Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:32:50.674Z] #45 7.564 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:32:50.674Z] #45 7.603 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:32:50.674Z] #45 7.604 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:32:50.674Z] #45 7.829 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-08-23T14:32:50.674Z] #45 8.573 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:32:50.674Z] #45 10.15 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:32:50.933Z] #45 ... [2021-08-23T14:32:50.933Z] [2021-08-23T14:32:50.933Z] #49 [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-08-23T14:32:50.933Z] #49 sha256:d235f4243283c4a0674cab950a064247f799dc1634843406c35b8182381f8d97 [2021-08-23T14:32:50.933Z] #49 7.954 go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:32:50.933Z] #49 9.687 go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:32:50.933Z] #49 9.693 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:32:50.933Z] #49 9.932 go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:32:50.933Z] #49 10.05 go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:32:50.933Z] #49 10.27 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:32:50.933Z] #49 10.31 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:32:50.933Z] #49 10.41 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:32:50.933Z] #49 10.52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:32:50.933Z] #49 10.73 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:32:50.933Z] #49 11.37 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:32:50.933Z] #49 13.53 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:32:50.933Z] #49 ... [2021-08-23T14:32:50.933Z] [2021-08-23T14:32:50.933Z] #51 [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-08-23T14:32:50.933Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:32:50.934Z] #51 9.283 go: downloading github.com/fatih/color v1.7.0 [2021-08-23T14:32:50.934Z] #51 9.305 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-08-23T14:32:50.934Z] #51 9.523 go: downloading github.com/pkg/errors v0.8.1 [2021-08-23T14:32:50.934Z] #51 9.526 go: downloading github.com/spf13/cobra v0.0.5 [2021-08-23T14:32:50.934Z] #51 9.621 go: downloading github.com/spf13/pflag v1.0.5 [2021-08-23T14:32:50.934Z] #51 9.846 go: downloading github.com/spf13/viper v1.6.1 [2021-08-23T14:32:50.934Z] #51 10.75 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-08-23T14:32:50.934Z] #51 10.83 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-08-23T14:32:50.934Z] #51 10.95 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-08-23T14:32:50.934Z] #51 10.97 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-08-23T14:32:50.934Z] #51 12.40 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-08-23T14:32:50.934Z] #51 12.64 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-23T14:32:50.934Z] #51 16.02 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-08-23T14:32:50.934Z] #51 16.05 go: downloading github.com/stretchr/testify v1.4.0 [2021-08-23T14:32:50.934Z] #51 16.32 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-08-23T14:32:50.934Z] #51 16.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-08-23T14:32:50.934Z] #51 16.45 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-08-23T14:32:50.934Z] #51 16.45 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-08-23T14:32:50.934Z] #51 16.85 go: downloading github.com/magiconair/properties v1.8.1 [2021-08-23T14:32:50.934Z] #51 16.85 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-23T14:32:50.934Z] #51 16.95 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-08-23T14:32:50.934Z] #51 17.03 go: downloading github.com/spf13/afero v1.1.2 [2021-08-23T14:32:50.934Z] #51 17.34 go: downloading github.com/spf13/cast v1.3.0 [2021-08-23T14:32:50.934Z] #51 17.51 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-08-23T14:32:50.934Z] #51 17.58 go: downloading github.com/subosito/gotenv v1.2.0 [2021-08-23T14:32:50.934Z] #51 17.58 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-08-23T14:32:50.934Z] #51 17.64 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-08-23T14:32:50.934Z] #51 17.89 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-08-23T14:32:50.934Z] #51 17.90 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-08-23T14:32:50.934Z] #51 18.08 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-08-23T14:32:50.934Z] #51 18.13 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-08-23T14:32:50.934Z] #51 18.19 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-08-23T14:32:51.165Z] #70 DONE 0.8s [2021-08-23T14:32:51.165Z] [2021-08-23T14:32:51.165Z] #71 exporting to image [2021-08-23T14:32:51.165Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-08-23T14:32:51.165Z] #71 exporting layers [2021-08-23T14:32:51.197Z] #51 18.26 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-08-23T14:32:51.197Z] #51 ... [2021-08-23T14:32:51.197Z] [2021-08-23T14:32:51.197Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:32:51.197Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:32:51.197Z] #45 18.02 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-08-23T14:32:52.602Z] using credential docker-jenkins-github-credentials [2021-08-23T14:32:52.676Z] Cloning the remote Git repository [2021-08-23T14:32:52.676Z] Cloning with configured refspecs honoured and without tags [2021-08-23T14:32:52.784Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-08-23T14:32:52.784Z] [2021-08-23T14:32:52.784Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-08-23T14:32:53.046Z] Installing docker-proxy to /usr/local/bin/ [2021-08-23T14:32:53.046Z] [2021-08-23T14:32:53.046Z] + mkdir -p bundles [2021-08-23T14:32:53.046Z] + '[' -n 'github.com/docker/docker/api [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/router [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:32:53.046Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/backend [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/container [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/events [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/filters [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/image [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/mount [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/network [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/registry [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/time [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/versions [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:32:53.047Z] github.com/docker/docker/api/types/volume [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:32:53.047Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:32:53.047Z] github.com/docker/docker/cli [2021-08-23T14:32:53.047Z] github.com/docker/docker/cli/config [2021-08-23T14:32:53.047Z] github.com/docker/docker/cli/debug [2021-08-23T14:32:53.047Z] github.com/docker/docker/client [2021-08-23T14:32:53.047Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:32:53.047Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:32:53.047Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:32:53.047Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:32:53.047Z] github.com/docker/docker/container [2021-08-23T14:32:53.047Z] github.com/docker/docker/container/stream [2021-08-23T14:32:53.047Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:32:53.047Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:32:53.047Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/config [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/events [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/exec [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/images [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/links [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/names [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/network [2021-08-23T14:32:53.047Z] github.com/docker/docker/daemon/stats [2021-08-23T14:32:53.047Z] github.com/docker/docker/distribution [2021-08-23T14:32:53.047Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:32:53.047Z] github.com/docker/docker/distribution/utils [2021-08-23T14:32:53.047Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:32:53.047Z] github.com/docker/docker/dockerversion [2021-08-23T14:32:53.047Z] github.com/docker/docker/errdefs [2021-08-23T14:32:53.047Z] github.com/docker/docker/image [2021-08-23T14:32:53.047Z] github.com/docker/docker/image/cache [2021-08-23T14:32:53.047Z] github.com/docker/docker/image/tarexport [2021-08-23T14:32:53.047Z] github.com/docker/docker/image/v1 [2021-08-23T14:32:53.047Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:32:53.047Z] github.com/docker/docker/layer [2021-08-23T14:32:53.047Z] github.com/docker/docker/libcontainerd [2021-08-23T14:32:53.047Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:32:53.047Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:32:53.047Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:32:53.047Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:32:53.047Z] github.com/docker/docker/oci [2021-08-23T14:32:53.047Z] github.com/docker/docker/oci/caps [2021-08-23T14:32:53.047Z] github.com/docker/docker/opts [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/archive [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/directory [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/locker [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/mount [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/platform [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/pools [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/progress [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/signal [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/stack [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/system [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/term [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:32:53.047Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:32:53.047Z] github.com/docker/docker/plugin [2021-08-23T14:32:53.047Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:32:53.047Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:32:53.047Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:32:53.047Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:32:53.047Z] github.com/docker/docker/quota [2021-08-23T14:32:53.047Z] github.com/docker/docker/reference [2021-08-23T14:32:53.047Z] github.com/docker/docker/registry [2021-08-23T14:32:53.047Z] github.com/docker/docker/registry/resumable [2021-08-23T14:32:53.047Z] github.com/docker/docker/restartmanager [2021-08-23T14:32:53.047Z] github.com/docker/docker/rootless [2021-08-23T14:32:53.047Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:32:53.047Z] github.com/docker/docker/runconfig [2021-08-23T14:32:53.047Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/environment [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/registry [2021-08-23T14:32:53.047Z] github.com/docker/docker/testutil/request [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/drivers [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/local [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/mounts [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/service [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:32:53.047Z] github.com/docker/docker/volume/testutils' ']' [2021-08-23T14:32:53.048Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-08-23T14:32:53.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-08-23T14:32:53.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-08-23T14:32:54.433Z] ? github.com/docker/docker/api [no test files] [2021-08-23T14:32:52.862Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:32:53.250Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-08-23T14:32:54.236Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:32:54.236Z] > git --version # timeout=10 [2021-08-23T14:32:54.280Z] > git --version # 'git version 2.24.1.windows.2' [2021-08-23T14:32:54.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:32:54.283Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:32:54.635Z] #20 18.38 Reading package lists... [2021-08-23T14:32:54.635Z] #20 ... [2021-08-23T14:32:54.635Z] [2021-08-23T14:32:54.635Z] #44 [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-08-23T14:32:54.635Z] #44 sha256:23cce2a40f29cbdc82eb39c93e2f0dca271eccbd1ee05b314337f2fed259e591 [2021-08-23T14:32:54.635Z] #44 19.19 Fetched 39.9 MB in 17s (2290 kB/s) [2021-08-23T14:32:55.206Z] #44 19.19 Reading package lists... [2021-08-23T14:32:55.206Z] #44 ... [2021-08-23T14:32:55.206Z] [2021-08-23T14:32:55.206Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:32:55.206Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:32:55.206Z] #20 18.38 Reading package lists... [2021-08-23T14:32:55.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-08-23T14:32:55.385Z] #45 ... [2021-08-23T14:32:55.385Z] [2021-08-23T14:32:55.385Z] #47 [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-08-23T14:32:55.385Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:32:55.385Z] #47 12.29 unicode/utf8 [2021-08-23T14:32:55.385Z] #47 13.12 math/bits [2021-08-23T14:32:55.385Z] #47 13.93 math [2021-08-23T14:32:55.385Z] #47 17.66 unicode/utf16 [2021-08-23T14:32:55.385Z] #47 17.94 container/list [2021-08-23T14:32:55.385Z] #47 18.52 crypto/internal/subtle [2021-08-23T14:32:55.385Z] #47 18.66 crypto/subtle [2021-08-23T14:32:55.385Z] #47 18.89 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-08-23T14:32:55.385Z] #47 18.96 internal/nettrace [2021-08-23T14:32:55.385Z] #47 19.04 runtime/cgo [2021-08-23T14:32:55.385Z] #47 ... [2021-08-23T14:32:55.385Z] [2021-08-23T14:32:55.385Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:32:55.385Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:32:55.385Z] #45 22.31 Fetched 8401 kB in 15s (547 kB/s) [2021-08-23T14:32:55.953Z] #45 22.31 Reading package lists... [2021-08-23T14:32:55.953Z] #45 ... [2021-08-23T14:32:55.953Z] [2021-08-23T14:32:55.953Z] #53 [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-08-23T14:32:55.953Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:32:55.953Z] #53 13.14 encoding [2021-08-23T14:32:55.953Z] #53 13.40 runtime [2021-08-23T14:32:55.953Z] #53 13.41 math/bits [2021-08-23T14:32:55.953Z] #53 13.98 math [2021-08-23T14:32:55.953Z] #53 ... [2021-08-23T14:32:55.953Z] [2021-08-23T14:32:55.953Z] #51 [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-08-23T14:32:55.953Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:32:55.953Z] #51 18.38 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-08-23T14:32:55.953Z] #51 18.42 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-08-23T14:32:55.953Z] #51 18.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-08-23T14:32:55.953Z] #51 18.66 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-08-23T14:32:55.953Z] #51 18.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-08-23T14:32:55.953Z] #51 18.89 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-08-23T14:32:55.953Z] #51 18.94 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-08-23T14:32:55.953Z] #51 19.01 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-08-23T14:32:55.953Z] #51 19.43 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-08-23T14:32:55.953Z] #51 19.55 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-08-23T14:32:55.953Z] #51 19.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-08-23T14:32:55.953Z] #51 19.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-08-23T14:32:55.953Z] #51 19.85 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-08-23T14:32:55.953Z] #51 20.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-08-23T14:32:55.953Z] #51 20.08 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-08-23T14:32:55.953Z] #51 20.69 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-08-23T14:32:55.953Z] #51 20.77 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-08-23T14:32:55.953Z] #51 20.77 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-08-23T14:32:55.953Z] #51 20.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-08-23T14:32:55.953Z] #51 20.98 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-08-23T14:32:55.953Z] #51 21.03 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-08-23T14:32:55.953Z] #51 21.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-08-23T14:32:55.953Z] #51 21.80 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-08-23T14:32:55.953Z] #51 21.81 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-08-23T14:32:55.953Z] #51 21.96 go: downloading github.com/ultraware/funlen v0.0.2 [2021-08-23T14:32:55.953Z] #51 22.04 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-08-23T14:32:55.953Z] #51 22.04 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-08-23T14:32:55.953Z] #51 22.15 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-08-23T14:32:55.953Z] #51 23.08 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-08-23T14:32:55.953Z] #51 23.08 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-08-23T14:32:56.212Z] #51 23.26 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-08-23T14:32:56.212Z] #51 23.31 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-23T14:32:56.212Z] #51 23.31 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-23T14:32:56.212Z] #51 23.31 go: downloading github.com/stretchr/objx v0.2.0 [2021-08-23T14:32:56.472Z] #51 23.53 go: downloading golang.org/x/text v0.3.2 [2021-08-23T14:32:56.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-08-23T14:32:57.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-08-23T14:32:57.118Z] #20 27.03 Reading package lists... [2021-08-23T14:32:57.118Z] #20 ... [2021-08-23T14:32:57.118Z] [2021-08-23T14:32:57.118Z] #64 [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-08-23T14:32:57.118Z] #64 sha256:c059ba2eae19afbfb793e32f8ae74a67ed752eeb94dc4c29d93a52fa3cdb75e5 [2021-08-23T14:32:57.118Z] #64 18.80 Fetched 39.9 MB in 17s (2335 kB/s) [2021-08-23T14:32:57.118Z] #64 18.80 Reading package lists... [2021-08-23T14:32:57.118Z] #64 27.64 Reading package lists... [2021-08-23T14:32:57.118Z] #64 ... [2021-08-23T14:32:57.118Z] [2021-08-23T14:32:57.118Z] #44 [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-08-23T14:32:57.118Z] #44 sha256:23cce2a40f29cbdc82eb39c93e2f0dca271eccbd1ee05b314337f2fed259e591 [2021-08-23T14:32:57.118Z] #44 19.19 Reading package lists... [2021-08-23T14:32:57.746Z] #71 exporting layers 6.1s done [2021-08-23T14:32:57.746Z] #71 writing image sha256:ce233625693118a01617d24def453f7173cde5c05ad37648e80bd62f0fa5e15b done [2021-08-23T14:32:57.746Z] #71 naming to docker.io/library/docker:82c978ad9567772f349f604c6630d531b9348736 done [2021-08-23T14:32:57.746Z] #71 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-08-23T14:32:58.097Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh dynbinary test-integration [2021-08-23T14:32:58.668Z] [2021-08-23T14:32:58.668Z] Removing bundles/ [2021-08-23T14:32:58.668Z] [2021-08-23T14:32:58.668Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-08-23T14:32:58.668Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:32:58.668Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:32:58.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-08-23T14:32:59.030Z] #44 28.19 Reading package lists... [2021-08-23T14:32:59.030Z] #44 ... [2021-08-23T14:32:59.030Z] [2021-08-23T14:32:59.030Z] #67 [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-08-23T14:32:59.030Z] #67 sha256:bea16172b1444adb931f5418d6322da27b0e94717a97aad6f389f31378bdd639 [2021-08-23T14:32:59.030Z] #67 27.77 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:32:59.030Z] #67 27.77 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-08-23T14:32:59.030Z] #67 DONE 31.0s [2021-08-23T14:32:59.290Z] [2021-08-23T14:32:59.290Z] #68 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-08-23T14:32:59.290Z] #68 sha256:9b50e353f2cf98442530e70a9f871babeb6eedfffec77b8081acee9a260b6bfe [2021-08-23T14:32:59.290Z] #68 DONE 0.1s [2021-08-23T14:32:59.290Z] [2021-08-23T14:32:59.290Z] #69 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-08-23T14:32:59.290Z] #69 sha256:31efa35253e326f42c21f69bfe0eadc36fc1f7d95e68e394bb27a3bc31cec927 [2021-08-23T14:32:59.290Z] #69 DONE 0.1s [2021-08-23T14:32:59.290Z] [2021-08-23T14:32:59.290Z] #64 [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-08-23T14:32:59.290Z] #64 sha256:c059ba2eae19afbfb793e32f8ae74a67ed752eeb94dc4c29d93a52fa3cdb75e5 [2021-08-23T14:33:00.673Z] #51 ... [2021-08-23T14:33:00.673Z] [2021-08-23T14:33:00.673Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:00.673Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:00.673Z] #45 22.31 Reading package lists... [2021-08-23T14:33:01.508Z] #45 27.90 Reading package lists... [2021-08-23T14:33:01.508Z] #45 ... [2021-08-23T14:33:01.508Z] [2021-08-23T14:33:01.508Z] #57 [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-08-23T14:33:01.508Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:33:01.508Z] #57 18.47 Fetched 8397 kB in 14s (620 kB/s) [2021-08-23T14:33:01.508Z] #57 18.47 Reading package lists... [2021-08-23T14:33:01.508Z] #57 24.01 Reading package lists... [2021-08-23T14:33:01.508Z] #57 ... [2021-08-23T14:33:01.508Z] [2021-08-23T14:33:01.508Z] #41 [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-08-23T14:33:01.508Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:33:01.508Z] #41 21.91 Updating files: 94% (1595/1696) Updating files: 95% (1612/1696) Updating files: 96% (1629/1696) Updating files: 97% (1646/1696) Updating files: 98% (1663/1696) Updating files: 99% (1680/1696) Updating files: 100% (1696/1696) Updating files: 100% (1696/1696), done. [2021-08-23T14:33:01.508Z] #41 21.98 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-08-23T14:33:01.508Z] #41 24.25 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-08-23T14:33:01.834Z] #64 27.64 Reading package lists... [2021-08-23T14:33:01.834Z] #64 ... [2021-08-23T14:33:01.834Z] [2021-08-23T14:33:01.834Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-08-23T14:33:01.834Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-08-23T14:33:01.834Z] #72 CACHED [2021-08-23T14:33:01.834Z] [2021-08-23T14:33:01.834Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-08-23T14:33:01.834Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-08-23T14:33:01.834Z] #74 CACHED [2021-08-23T14:33:01.834Z] [2021-08-23T14:33:01.834Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:01.834Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:33:02.078Z] #41 ... [2021-08-23T14:33:02.078Z] [2021-08-23T14:33:02.078Z] #57 [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-08-23T14:33:02.078Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:33:02.078Z] #57 24.01 Reading package lists... [2021-08-23T14:33:03.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-08-23T14:33:03.717Z] #57 29.38 Building dependency tree... [2021-08-23T14:33:03.746Z] #20 27.03 Reading package lists... [2021-08-23T14:33:03.977Z] #57 ... [2021-08-23T14:33:03.977Z] [2021-08-23T14:33:03.977Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:03.977Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:03.977Z] #14 21.02 Fetched 8397 kB in 14s (608 kB/s) [2021-08-23T14:33:03.977Z] #14 21.02 Reading package lists... [2021-08-23T14:33:03.977Z] #14 26.62 Reading package lists... [2021-08-23T14:33:03.977Z] #14 ... [2021-08-23T14:33:03.977Z] [2021-08-23T14:33:03.977Z] #37 [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-08-23T14:33:03.977Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:03.977Z] #37 21.11 Fetched 8397 kB in 14s (601 kB/s) [2021-08-23T14:33:03.977Z] #37 21.11 Reading package lists... [2021-08-23T14:33:04.263Z] #37 26.71 Reading package lists... [2021-08-23T14:33:04.263Z] #37 ... [2021-08-23T14:33:04.263Z] [2021-08-23T14:33:04.263Z] #51 [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-08-23T14:33:04.264Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:33:04.264Z] #51 29.80 go: downloading github.com/gobwas/glob v0.2.3 [2021-08-23T14:33:04.264Z] #51 29.81 go: downloading github.com/kisielk/gotool v1.0.0 [2021-08-23T14:33:04.264Z] #51 29.92 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-08-23T14:33:04.264Z] #51 29.97 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-08-23T14:33:04.264Z] #51 29.98 go: downloading github.com/gogo/protobuf v1.2.1 [2021-08-23T14:33:04.524Z] #51 31.55 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-08-23T14:33:04.524Z] #51 ... [2021-08-23T14:33:04.524Z] [2021-08-23T14:33:04.524Z] #60 [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-08-23T14:33:04.524Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:33:04.524Z] #60 21.56 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-08-23T14:33:04.524Z] #60 21.69 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-08-23T14:33:04.524Z] #60 ... [2021-08-23T14:33:04.524Z] [2021-08-23T14:33:04.524Z] #37 [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-08-23T14:33:04.524Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:04.524Z] #37 26.71 Reading package lists... [2021-08-23T14:33:05.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-08-23T14:33:05.130Z] #20 35.44 Building dependency tree... [2021-08-23T14:33:05.130Z] #20 36.98 Reading state information... [2021-08-23T14:33:06.183Z] #37 31.94 Building dependency tree... [2021-08-23T14:33:06.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-08-23T14:33:07.042Z] #20 38.51 The following additional packages will be installed: [2021-08-23T14:33:07.042Z] #20 38.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:33:07.042Z] #20 38.51 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-08-23T14:33:07.042Z] #20 38.51 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-08-23T14:33:07.042Z] #20 38.52 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-08-23T14:33:07.042Z] #20 38.52 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-08-23T14:33:07.042Z] #20 38.53 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-08-23T14:33:07.042Z] #20 38.54 mingw-w64-common mingw-w64-x86-64-dev [2021-08-23T14:33:07.042Z] #20 38.58 Suggested packages: [2021-08-23T14:33:07.042Z] #20 38.59 gcc-10-locales seccomp wine64 [2021-08-23T14:33:07.303Z] #20 39.29 The following NEW packages will be installed: [2021-08-23T14:33:07.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-08-23T14:33:07.563Z] #20 39.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:33:07.563Z] #20 39.30 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-08-23T14:33:07.563Z] #20 39.30 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-08-23T14:33:07.563Z] #20 39.30 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-08-23T14:33:07.563Z] #20 39.30 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-08-23T14:33:07.563Z] #20 39.30 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-08-23T14:33:07.563Z] #20 39.32 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-08-23T14:33:07.563Z] #20 39.32 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-08-23T14:33:07.563Z] #20 39.32 mingw-w64-x86-64-dev [2021-08-23T14:33:07.825Z] #20 39.76 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:07.825Z] #20 39.76 Need to get 115 MB of archives. [2021-08-23T14:33:07.825Z] #20 39.76 After this operation, 645 MB of additional disk space will be used. [2021-08-23T14:33:07.825Z] #20 39.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-08-23T14:33:07.825Z] #20 39.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-08-23T14:33:08.085Z] #20 39.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-08-23T14:33:08.085Z] #20 39.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-08-23T14:33:08.085Z] #20 39.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-08-23T14:33:08.085Z] #20 39.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-08-23T14:33:08.086Z] #20 40.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-08-23T14:33:08.086Z] #20 40.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-08-23T14:33:08.090Z] #37 35.28 The following additional packages will be installed: [2021-08-23T14:33:08.090Z] #37 35.29 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-08-23T14:33:08.090Z] #37 35.31 Suggested packages: [2021-08-23T14:33:08.090Z] #37 35.31 cmake-doc ninja-build lrzip [2021-08-23T14:33:08.090Z] #37 35.31 Recommended packages: [2021-08-23T14:33:08.090Z] #37 35.31 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-08-23T14:33:08.347Z] #20 40.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-08-23T14:33:08.347Z] #20 40.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:33:08.608Z] #20 40.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:33:08.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-08-23T14:33:08.874Z] #20 40.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-08-23T14:33:09.026Z] #37 ... [2021-08-23T14:33:09.026Z] [2021-08-23T14:33:09.026Z] #57 [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-08-23T14:33:09.026Z] #57 sha256:d102aaa35eb16e033c41703a30fa0a89f7f201b0ead6336215dd28a0ae7686a8 [2021-08-23T14:33:09.026Z] #57 32.88 The following additional packages will be installed: [2021-08-23T14:33:09.026Z] #57 32.89 libbtrfs0 [2021-08-23T14:33:09.026Z] #57 33.08 The following NEW packages will be installed: [2021-08-23T14:33:09.026Z] #57 33.12 libbtrfs-dev libbtrfs0 [2021-08-23T14:33:09.026Z] #57 33.51 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:09.026Z] #57 33.51 Need to get 460 kB of archives. [2021-08-23T14:33:09.027Z] #57 33.51 After this operation, 1237 kB of additional disk space will be used. [2021-08-23T14:33:09.027Z] #57 33.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:33:09.027Z] #57 33.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:33:09.027Z] #57 34.63 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:09.027Z] #57 34.89 Fetched 460 kB in 0s (1525 kB/s) [2021-08-23T14:33:09.027Z] #57 35.00 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:33:09.027Z] #57 35.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:33:09.027Z] #57 35.06 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:33:09.027Z] #57 35.08 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.027Z] #57 35.29 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:33:09.027Z] #57 35.29 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:33:09.027Z] #57 35.30 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.027Z] #57 35.61 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.027Z] #57 35.63 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.027Z] #57 35.65 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:09.027Z] #57 DONE 36.2s [2021-08-23T14:33:09.027Z] [2021-08-23T14:33:09.027Z] #37 [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-08-23T14:33:09.027Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:09.027Z] #37 36.23 The following NEW packages will be installed: [2021-08-23T14:33:09.027Z] #37 36.25 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-08-23T14:33:09.027Z] #37 36.25 vim-common xxd [2021-08-23T14:33:09.142Z] #20 40.95 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:33:09.404Z] #20 ... [2021-08-23T14:33:09.404Z] [2021-08-23T14:33:09.404Z] #64 [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-08-23T14:33:09.404Z] #64 sha256:c059ba2eae19afbfb793e32f8ae74a67ed752eeb94dc4c29d93a52fa3cdb75e5 [2021-08-23T14:33:09.404Z] #64 27.64 Reading package lists... [2021-08-23T14:33:09.404Z] #64 36.19 Building dependency tree... [2021-08-23T14:33:09.404Z] #64 37.74 Reading state information... [2021-08-23T14:33:09.404Z] #64 39.28 The following additional packages will be installed: [2021-08-23T14:33:09.404Z] #64 39.30 libbtrfs0 [2021-08-23T14:33:09.404Z] #64 39.46 The following NEW packages will be installed: [2021-08-23T14:33:09.404Z] #64 39.48 libbtrfs-dev libbtrfs0 [2021-08-23T14:33:09.404Z] #64 39.85 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:09.404Z] #64 39.85 Need to get 460 kB of archives. [2021-08-23T14:33:09.404Z] #64 39.85 After this operation, 1237 kB of additional disk space will be used. [2021-08-23T14:33:09.404Z] #64 39.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:33:09.404Z] #64 39.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:33:09.404Z] #64 40.29 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:09.404Z] #64 40.49 Fetched 460 kB in 0s (1639 kB/s) [2021-08-23T14:33:09.404Z] #64 40.59 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:33:09.405Z] #64 40.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-08-23T14:33:09.405Z] #64 40.64 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:33:09.405Z] #64 40.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.405Z] #64 40.76 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:33:09.405Z] #64 40.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:33:09.405Z] #64 40.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.405Z] #64 40.92 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.405Z] #64 40.96 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:09.405Z] #64 40.98 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:09.405Z] #64 DONE 41.2s [2021-08-23T14:33:09.405Z] [2021-08-23T14:33:09.405Z] #65 [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-08-23T14:33:09.405Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:33:09.594Z] #37 36.68 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:09.594Z] #37 36.68 Need to get 17.7 MB of archives. [2021-08-23T14:33:09.594Z] #37 36.68 After this operation, 70.7 MB of additional disk space will be used. [2021-08-23T14:33:09.594Z] #37 36.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:33:09.594Z] #37 36.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:33:09.594Z] #37 36.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-08-23T14:33:09.594Z] #37 36.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-08-23T14:33:10.162Z] #37 37.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-08-23T14:33:10.162Z] #37 37.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-08-23T14:33:10.162Z] #37 37.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-08-23T14:33:10.162Z] #37 37.25 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-08-23T14:33:10.162Z] #37 37.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-08-23T14:33:10.162Z] #37 37.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-08-23T14:33:10.345Z] #65 0.901 + RM_GOPATH=0 [2021-08-23T14:33:10.345Z] #65 0.902 + TMP_GOPATH= [2021-08-23T14:33:10.345Z] #65 0.902 + : /build [2021-08-23T14:33:10.345Z] #65 0.902 + '[' -z '' ']' [2021-08-23T14:33:10.345Z] #65 0.903 ++ mktemp -d [2021-08-23T14:33:10.345Z] #65 0.904 + export GOPATH=/tmp/tmp.aKgsTd8xWB [2021-08-23T14:33:10.345Z] #65 0.904 + GOPATH=/tmp/tmp.aKgsTd8xWB [2021-08-23T14:33:10.345Z] #65 0.904 + RM_GOPATH=1 [2021-08-23T14:33:10.345Z] #65 0.904 + case "$(go env GOARCH)" in [2021-08-23T14:33:10.345Z] #65 0.905 ++ go env GOARCH [2021-08-23T14:33:10.345Z] #65 0.909 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:10.345Z] #65 0.909 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:10.345Z] #65 0.913 ++ dirname /tmp/install/install.sh [2021-08-23T14:33:10.345Z] #65 0.913 + dir=/tmp/install [2021-08-23T14:33:10.345Z] #65 0.913 + bin=containerd [2021-08-23T14:33:10.345Z] #65 0.913 + shift [2021-08-23T14:33:10.345Z] #65 0.914 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-08-23T14:33:10.345Z] #65 0.914 + . /tmp/install/containerd.installer [2021-08-23T14:33:10.345Z] #65 0.914 ++ set -e [2021-08-23T14:33:10.345Z] #65 0.914 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:10.345Z] #65 0.914 + install_containerd [2021-08-23T14:33:10.345Z] #65 0.914 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0' [2021-08-23T14:33:10.345Z] #65 0.915 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:10.345Z] #65 0.915 + git clone https://github.com/containerd/containerd.git /tmp/tmp.aKgsTd8xWB/src/github.com/containerd/containerd [2021-08-23T14:33:10.345Z] #65 0.918 Cloning into '/tmp/tmp.aKgsTd8xWB/src/github.com/containerd/containerd'... [2021-08-23T14:33:10.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-08-23T14:33:11.547Z] #37 38.79 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:11.806Z] #37 39.01 Fetched 17.7 MB in 1s (14.3 MB/s) [2021-08-23T14:33:11.902Z] Fetching without tags [2021-08-23T14:33:11.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-08-23T14:33:12.067Z] #37 39.11 Selecting previously unselected package xxd. [2021-08-23T14:33:12.067Z] #37 39.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:33:12.067Z] #37 39.20 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:33:12.067Z] #37 39.22 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:33:11.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:33:11.666Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:33:11.708Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:33:11.822Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:33:11.937Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:33:11.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:33:11.939Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:33:12.327Z] #37 39.40 Selecting previously unselected package vim-common. [2021-08-23T14:33:12.327Z] #37 39.40 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:33:12.327Z] #37 39.42 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:33:12.590Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2021-08-23T14:33:12.619Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:33:12.648Z] #37 39.73 Selecting previously unselected package cmake-data. [2021-08-23T14:33:12.890Z] #65 ... [2021-08-23T14:33:12.890Z] [2021-08-23T14:33:12.890Z] #44 [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-08-23T14:33:12.890Z] #44 sha256:23cce2a40f29cbdc82eb39c93e2f0dca271eccbd1ee05b314337f2fed259e591 [2021-08-23T14:33:12.890Z] #44 28.19 Reading package lists... [2021-08-23T14:33:12.890Z] #44 36.65 Building dependency tree... [2021-08-23T14:33:12.890Z] #44 38.23 Reading state information... [2021-08-23T14:33:12.890Z] #44 39.54 The following additional packages will be installed: [2021-08-23T14:33:12.890Z] #44 39.55 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2021-08-23T14:33:12.890Z] #44 39.57 Suggested packages: [2021-08-23T14:33:12.890Z] #44 39.57 cmake-doc ninja-build lrzip [2021-08-23T14:33:12.890Z] #44 39.57 Recommended packages: [2021-08-23T14:33:12.890Z] #44 39.57 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-08-23T14:33:12.890Z] #44 39.86 The following NEW packages will be installed: [2021-08-23T14:33:12.890Z] #44 39.87 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2021-08-23T14:33:12.890Z] #44 40.31 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:12.890Z] #44 40.31 Need to get 8419 kB of archives. [2021-08-23T14:33:12.890Z] #44 40.31 After this operation, 34.9 MB of additional disk space will be used. [2021-08-23T14:33:12.890Z] #44 40.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:33:12.890Z] #44 40.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:33:12.890Z] #44 40.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-08-23T14:33:12.890Z] #44 40.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-08-23T14:33:12.890Z] #44 40.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-08-23T14:33:12.890Z] #44 40.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-08-23T14:33:12.890Z] #44 40.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-08-23T14:33:12.890Z] #44 40.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-08-23T14:33:12.890Z] #44 40.96 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:12.890Z] #44 41.18 Fetched 8419 kB in 0s (18.2 MB/s) [2021-08-23T14:33:12.890Z] #44 41.25 Selecting previously unselected package xxd. [2021-08-23T14:33:12.890Z] #44 41.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-08-23T14:33:12.890Z] #44 41.31 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 41.32 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:33:12.890Z] #44 41.48 Selecting previously unselected package vim-common. [2021-08-23T14:33:12.890Z] #44 41.48 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:33:12.890Z] #44 41.50 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:33:12.890Z] #44 41.63 Selecting previously unselected package cmake-data. [2021-08-23T14:33:12.890Z] #44 41.65 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-08-23T14:33:12.890Z] #44 41.66 Unpacking cmake-data (3.18.4-2) ... [2021-08-23T14:33:12.890Z] #44 42.46 Selecting previously unselected package libarchive13:amd64. [2021-08-23T14:33:12.890Z] #44 42.46 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 42.47 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:33:12.890Z] #44 42.56 Selecting previously unselected package libjsoncpp24:amd64. [2021-08-23T14:33:12.890Z] #44 42.56 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 42.57 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:33:12.890Z] #44 42.62 Selecting previously unselected package librhash0:amd64. [2021-08-23T14:33:12.890Z] #44 42.63 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 42.63 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:33:12.890Z] #44 42.70 Selecting previously unselected package libuv1:amd64. [2021-08-23T14:33:12.890Z] #44 42.70 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 42.71 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:33:12.890Z] #44 42.77 Selecting previously unselected package cmake. [2021-08-23T14:33:12.890Z] #44 42.77 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ... [2021-08-23T14:33:12.890Z] #44 42.78 Unpacking cmake (3.18.4-2) ... [2021-08-23T14:33:12.890Z] #44 43.89 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:33:12.890Z] #44 43.91 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:33:12.890Z] #44 43.92 Setting up libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:33:12.890Z] #44 43.94 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:33:12.890Z] #44 43.97 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:33:12.890Z] #44 43.99 Setting up librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:33:12.890Z] #44 44.01 Setting up cmake-data (3.18.4-2) ... [2021-08-23T14:33:12.890Z] #44 44.03 Setting up cmake (3.18.4-2) ... [2021-08-23T14:33:12.890Z] #44 44.04 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:12.890Z] #44 DONE 44.5s [2021-08-23T14:33:12.890Z] [2021-08-23T14:33:12.890Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:12.890Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:33:12.890Z] #20 41.36 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:33:12.890Z] #20 41.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-08-23T14:33:12.890Z] #20 41.59 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-08-23T14:33:12.890Z] #20 41.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-08-23T14:33:12.890Z] #20 41.60 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:33:12.890Z] #20 41.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:33:12.890Z] #20 41.60 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-08-23T14:33:12.890Z] #20 41.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-08-23T14:33:12.890Z] #20 41.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-08-23T14:33:12.890Z] #20 41.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-08-23T14:33:12.890Z] #20 41.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-08-23T14:33:12.891Z] #20 41.62 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-08-23T14:33:12.891Z] #20 41.62 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-08-23T14:33:12.891Z] #20 41.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-08-23T14:33:12.891Z] #20 41.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-08-23T14:33:12.891Z] #20 41.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-08-23T14:33:12.891Z] #20 41.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-08-23T14:33:12.891Z] #20 42.24 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:12.891Z] #20 42.41 Fetched 115 MB in 2s (53.0 MB/s) [2021-08-23T14:33:12.891Z] #20 42.45 Selecting previously unselected package binutils-mingw-w64-i686. [2021-08-23T14:33:12.891Z] #20 42.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-08-23T14:33:12.891Z] #20 42.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:33:12.891Z] #20 42.46 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:12.891Z] #20 42.99 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-08-23T14:33:12.891Z] #20 42.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:33:12.891Z] #20 43.00 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:12.891Z] #20 43.87 Selecting previously unselected package binutils-mingw-w64. [2021-08-23T14:33:12.891Z] #20 43.88 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-08-23T14:33:12.891Z] #20 43.88 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:33:12.891Z] #20 43.95 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-08-23T14:33:12.891Z] #20 43.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:12.891Z] #20 43.96 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:12.891Z] #20 44.03 Selecting previously unselected package dmsetup. [2021-08-23T14:33:12.891Z] #20 44.04 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:12.891Z] #20 44.05 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:33:12.891Z] #20 44.13 Selecting previously unselected package mingw-w64-common. [2021-08-23T14:33:12.891Z] #20 44.14 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-08-23T14:33:12.891Z] #20 44.15 Unpacking mingw-w64-common (8.0.0-1) ... [2021-08-23T14:33:12.907Z] #37 39.74 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-08-23T14:33:12.907Z] #37 39.74 Unpacking cmake-data (3.18.4-2) ... [2021-08-23T14:33:13.166Z] #37 ... [2021-08-23T14:33:13.166Z] [2021-08-23T14:33:13.166Z] #47 [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-08-23T14:33:13.166Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:33:13.166Z] #47 30.18 vendor/golang.org/x/crypto/internal/subtle [2021-08-23T14:33:13.166Z] #47 ... [2021-08-23T14:33:13.166Z] [2021-08-23T14:33:13.166Z] #58 [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-08-23T14:33:13.166Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:33:13.166Z] #58 3.300 + RM_GOPATH=0 [2021-08-23T14:33:13.166Z] #58 3.300 + TMP_GOPATH= [2021-08-23T14:33:13.166Z] #58 3.300 + : /build [2021-08-23T14:33:13.166Z] #58 3.301 + '[' -z '' ']' [2021-08-23T14:33:13.166Z] #58 3.301 ++ mktemp -d [2021-08-23T14:33:13.166Z] #58 3.306 + export GOPATH=/tmp/tmp.U44iynabfv [2021-08-23T14:33:13.166Z] #58 3.309 + GOPATH=/tmp/tmp.U44iynabfv [2021-08-23T14:33:13.166Z] #58 3.309 + RM_GOPATH=1 [2021-08-23T14:33:13.166Z] #58 3.310 + case "$(go env GOARCH)" in [2021-08-23T14:33:13.166Z] #58 3.310 ++ go env GOARCH [2021-08-23T14:33:13.166Z] #58 3.321 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:13.166Z] #58 3.321 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:13.166Z] #58 3.322 ++ dirname /tmp/install/install.sh [2021-08-23T14:33:13.166Z] #58 3.325 + dir=/tmp/install [2021-08-23T14:33:13.166Z] #58 3.325 + bin=containerd [2021-08-23T14:33:13.166Z] #58 3.325 + shift [2021-08-23T14:33:13.166Z] #58 3.325 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-08-23T14:33:13.166Z] #58 3.326 + . /tmp/install/containerd.installer [2021-08-23T14:33:13.166Z] #58 3.326 ++ set -e [2021-08-23T14:33:13.166Z] #58 3.326 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:13.166Z] #58 3.329 + install_containerd [2021-08-23T14:33:13.166Z] #58 3.334 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0' [2021-08-23T14:33:13.166Z] #58 3.334 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:13.166Z] #58 3.334 + git clone https://github.com/containerd/containerd.git /tmp/tmp.U44iynabfv/src/github.com/containerd/containerd [2021-08-23T14:33:13.166Z] #58 3.342 Cloning into '/tmp/tmp.U44iynabfv/src/github.com/containerd/containerd'... [2021-08-23T14:33:13.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-08-23T14:33:14.276Z] #20 45.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-08-23T14:33:14.276Z] #20 45.96 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-08-23T14:33:14.276Z] #20 45.97 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:33:14.556Z] #58 ... [2021-08-23T14:33:14.556Z] [2021-08-23T14:33:14.556Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:14.556Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:14.556Z] #14 26.62 Reading package lists... [2021-08-23T14:33:14.556Z] #14 31.62 Building dependency tree... [2021-08-23T14:33:14.556Z] #14 35.19 The following additional packages will be installed: [2021-08-23T14:33:14.556Z] #14 35.19 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:33:14.556Z] #14 35.19 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-08-23T14:33:14.556Z] #14 35.19 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-08-23T14:33:14.556Z] #14 35.19 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-08-23T14:33:14.556Z] #14 35.20 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-08-23T14:33:14.556Z] #14 35.20 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-08-23T14:33:14.556Z] #14 35.20 mingw-w64-common mingw-w64-x86-64-dev [2021-08-23T14:33:14.556Z] #14 35.21 Suggested packages: [2021-08-23T14:33:14.556Z] #14 35.23 gcc-10-locales seccomp wine64 [2021-08-23T14:33:14.556Z] #14 36.53 The following NEW packages will be installed: [2021-08-23T14:33:14.556Z] #14 36.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-08-23T14:33:14.556Z] #14 36.55 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-08-23T14:33:14.556Z] #14 36.55 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-08-23T14:33:14.556Z] #14 36.55 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-08-23T14:33:14.556Z] #14 36.55 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-08-23T14:33:14.556Z] #14 36.55 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-08-23T14:33:14.556Z] #14 36.55 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-08-23T14:33:14.556Z] #14 36.55 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-08-23T14:33:14.556Z] #14 36.56 mingw-w64-x86-64-dev [2021-08-23T14:33:14.556Z] #14 37.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:14.556Z] #14 37.01 Need to get 115 MB of archives. [2021-08-23T14:33:14.556Z] #14 37.01 After this operation, 645 MB of additional disk space will be used. [2021-08-23T14:33:14.556Z] #14 37.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-08-23T14:33:14.556Z] #14 37.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-08-23T14:33:14.556Z] #14 37.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-08-23T14:33:14.557Z] #14 37.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-08-23T14:33:14.557Z] #14 37.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-08-23T14:33:14.557Z] #14 37.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-08-23T14:33:14.557Z] #14 37.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-08-23T14:33:14.557Z] #14 38.02 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-08-23T14:33:14.557Z] #14 38.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-08-23T14:33:14.557Z] #14 38.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:33:14.557Z] #14 40.13 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:33:14.557Z] #14 40.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-08-23T14:33:14.557Z] #14 41.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-08-23T14:33:14.557Z] #14 ... [2021-08-23T14:33:14.557Z] [2021-08-23T14:33:14.557Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:33:14.557Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:33:14.557Z] #33 40.36 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-08-23T14:33:14.557Z] #33 40.65 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-08-23T14:33:14.557Z] #33 41.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:33:14.557Z] #33 ... [2021-08-23T14:33:14.557Z] [2021-08-23T14:33:14.557Z] #51 [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-08-23T14:33:14.557Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:33:14.557Z] #51 31.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-08-23T14:33:14.557Z] #51 32.01 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-08-23T14:33:14.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-08-23T14:33:14.815Z] #51 ... [2021-08-23T14:33:14.815Z] [2021-08-23T14:33:14.815Z] #53 [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-08-23T14:33:14.815Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:14.815Z] #53 41.78 internal/reflectlite [2021-08-23T14:33:14.815Z] #53 41.79 sync [2021-08-23T14:33:15.246Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:33:15.247Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:33:12.726Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:33:12.769Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:33:14.885Z] > git remote # timeout=10 [2021-08-23T14:33:14.960Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:33:15.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:33:15.007Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:33:15.149Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-08-23T14:33:15.752Z] #53 ... [2021-08-23T14:33:15.752Z] [2021-08-23T14:33:15.752Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:15.752Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:15.752Z] #45 27.90 Reading package lists... [2021-08-23T14:33:15.752Z] #45 32.87 Building dependency tree... [2021-08-23T14:33:15.752Z] #45 36.65 The following additional packages will be installed: [2021-08-23T14:33:15.752Z] #45 36.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-08-23T14:33:15.752Z] #45 36.65 python3-protobuf python3-six [2021-08-23T14:33:15.752Z] #45 36.67 Suggested packages: [2021-08-23T14:33:15.752Z] #45 36.67 python3-setuptools [2021-08-23T14:33:15.752Z] #45 36.67 Recommended packages: [2021-08-23T14:33:15.752Z] #45 36.67 iproute2 | iproute [2021-08-23T14:33:15.752Z] #45 37.55 The following NEW packages will be installed: [2021-08-23T14:33:15.752Z] #45 37.57 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-08-23T14:33:15.752Z] #45 37.59 python3-protobuf python3-six [2021-08-23T14:33:15.752Z] #45 38.09 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:15.752Z] #45 38.09 Need to get 2267 kB of archives. [2021-08-23T14:33:15.752Z] #45 38.09 After this operation, 10.8 MB of additional disk space will be used. [2021-08-23T14:33:15.752Z] #45 38.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-08-23T14:33:15.752Z] #45 38.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-08-23T14:33:15.752Z] #45 38.14 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-08-23T14:33:15.752Z] #45 38.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-08-23T14:33:15.752Z] #45 38.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-08-23T14:33:15.752Z] #45 38.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-08-23T14:33:15.752Z] #45 38.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-08-23T14:33:15.752Z] #45 41.42 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-08-23T14:33:16.011Z] #45 42.93 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:16.011Z] #45 ... [2021-08-23T14:33:16.011Z] [2021-08-23T14:33:16.011Z] #37 [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-08-23T14:33:16.011Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:16.011Z] #37 42.97 Selecting previously unselected package libicu67:amd64. [2021-08-23T14:33:16.011Z] #37 42.98 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-08-23T14:33:16.011Z] #37 42.99 Unpacking libicu67:amd64 (67.1-7) ... [2021-08-23T14:33:16.173Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:33:16.173Z] Using test binary docker [2021-08-23T14:33:16.191Z] #20 ... [2021-08-23T14:33:16.191Z] [2021-08-23T14:33:16.191Z] #45 [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-08-23T14:33:16.192Z] #45 sha256:db48c1f4ca5adc31cf773c0a52e693c054ef8c0714ad95ddd958cf4daf86eaab [2021-08-23T14:33:16.192Z] #45 0.989 + RM_GOPATH=0 [2021-08-23T14:33:16.192Z] #45 0.989 + TMP_GOPATH= [2021-08-23T14:33:16.192Z] #45 0.989 + : /build [2021-08-23T14:33:16.192Z] #45 0.989 + '[' -z '' ']' [2021-08-23T14:33:16.192Z] #45 0.989 ++ mktemp -d [2021-08-23T14:33:16.192Z] #45 0.993 + export GOPATH=/tmp/tmp.TzG7v7eMSJ [2021-08-23T14:33:16.192Z] #45 0.993 + GOPATH=/tmp/tmp.TzG7v7eMSJ [2021-08-23T14:33:16.192Z] #45 0.993 + RM_GOPATH=1 [2021-08-23T14:33:16.192Z] #45 0.993 + case "$(go env GOARCH)" in [2021-08-23T14:33:16.192Z] #45 0.993 ++ go env GOARCH [2021-08-23T14:33:16.192Z] #45 1.000 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:16.192Z] #45 1.000 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:16.192Z] #45 1.001 ++ dirname /tmp/install/install.sh [2021-08-23T14:33:16.192Z] #45 1.003 + dir=/tmp/install [2021-08-23T14:33:16.192Z] #45 1.003 + bin=tini [2021-08-23T14:33:16.192Z] #45 1.004 + shift [2021-08-23T14:33:16.192Z] #45 1.004 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:16.192Z] #45 1.005 + '[' '!' -f /tmp/install/tini.installer ']' [2021-08-23T14:33:16.192Z] #45 1.005 + . /tmp/install/tini.installer [2021-08-23T14:33:16.192Z] #45 1.005 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:16.192Z] #45 1.005 + install_tini [2021-08-23T14:33:16.192Z] #45 1.005 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-08-23T14:33:16.192Z] #45 1.005 + git clone https://github.com/krallin/tini.git /tmp/tmp.TzG7v7eMSJ/tini [2021-08-23T14:33:16.192Z] #45 1.007 Cloning into '/tmp/tmp.TzG7v7eMSJ/tini'... [2021-08-23T14:33:16.192Z] #45 1.380 + cd /tmp/tmp.TzG7v7eMSJ/tini [2021-08-23T14:33:16.192Z] #45 1.380 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:16.192Z] #45 1.391 + cmake . [2021-08-23T14:33:16.192Z] #45 1.592 -- The C compiler identification is GNU 10.2.1 [2021-08-23T14:33:16.192Z] #45 1.641 -- Detecting C compiler ABI info [2021-08-23T14:33:16.192Z] #45 1.839 -- Detecting C compiler ABI info - done [2021-08-23T14:33:16.192Z] #45 1.879 -- Check for working C compiler: /usr/bin/cc - skipped [2021-08-23T14:33:16.192Z] #45 1.880 -- Detecting C compile features [2021-08-23T14:33:16.192Z] #45 1.881 -- Detecting C compile features - done [2021-08-23T14:33:16.192Z] #45 1.898 -- Performing Test HAS_BUILTIN_FORTIFY [2021-08-23T14:33:16.192Z] #45 1.960 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-08-23T14:33:16.192Z] #45 1.982 -- Configuring done [2021-08-23T14:33:16.192Z] #45 1.988 -- Generating done [2021-08-23T14:33:16.192Z] #45 1.990 -- Build files have been written to: /tmp/tmp.TzG7v7eMSJ/tini [2021-08-23T14:33:16.192Z] #45 1.992 + make tini-static [2021-08-23T14:33:16.192Z] #45 2.071 Scanning dependencies of target tini-static [2021-08-23T14:33:16.192Z] #45 2.093 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-08-23T14:33:16.192Z] #45 2.521 [100%] Linking C executable tini-static [2021-08-23T14:33:16.192Z] #45 2.660 [100%] Built target tini-static [2021-08-23T14:33:16.192Z] #45 2.695 + mkdir -p /build [2021-08-23T14:33:16.192Z] #45 2.698 + cp tini-static /build/docker-init [2021-08-23T14:33:16.192Z] #45 DONE 3.1s [2021-08-23T14:33:16.192Z] [2021-08-23T14:33:16.192Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:16.192Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:33:16.192Z] #20 47.80 Selecting previously unselected package gcc-mingw-w64-base. [2021-08-23T14:33:16.192Z] #20 47.80 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:16.192Z] #20 47.81 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:33:16.192Z] #20 47.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-08-23T14:33:16.192Z] #20 47.93 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:16.192Z] #20 47.93 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:33:16.438Z] +++ /etc/init.d/apparmor start [2021-08-23T14:33:16.438Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:33:16.438Z] INFO: Waiting for daemon to start... [2021-08-23T14:33:16.438Z] Starting dockerd [2021-08-23T14:33:16.438Z] +++ 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-08-23T14:33:17.135Z] #20 ... [2021-08-23T14:33:17.135Z] [2021-08-23T14:33:17.135Z] #47 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-08-23T14:33:17.135Z] #47 sha256:36b4611924609217074b2532bf4a836bfef2ebb18a2891314e658279fb2a354f [2021-08-23T14:33:17.135Z] #47 CACHED [2021-08-23T14:33:17.135Z] [2021-08-23T14:33:17.135Z] #48 [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-08-23T14:33:17.135Z] #48 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:33:17.135Z] #48 CACHED [2021-08-23T14:33:17.135Z] [2021-08-23T14:33:17.135Z] #51 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-08-23T14:33:17.135Z] #51 sha256:8c220dff4cdcffc88c365983c2421a89a539c3712057bf3441e222ac42b136b4 [2021-08-23T14:33:17.135Z] #51 CACHED [2021-08-23T14:33:17.135Z] [2021-08-23T14:33:17.135Z] #52 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:17.135Z] #52 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:17.135Z] #52 CACHED [2021-08-23T14:33:17.135Z] [2021-08-23T14:33:17.135Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:17.135Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:33:18.357Z] . [2021-08-23T14:33:18.357Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:33:15.281Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:33:15.326Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:33:18.521Z] #20 50.42 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-08-23T14:33:18.521Z] #20 50.43 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:18.521Z] #20 50.43 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:18.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:33:18.617Z] Error: No such image: emptyfs [2021-08-23T14:33:18.617Z] ++++ docker load [2021-08-23T14:33:18.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-08-23T14:33:18.877Z] Running integration-test (iteration 1) [2021-08-23T14:33:18.877Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-08-23T14:33:18.877Z] ++ 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-08-23T14:33:18.877Z] ++ set -e [2021-08-23T14:33:18.877Z] ++ '[' -n 0 ']' [2021-08-23T14:33:18.877Z] ++ set -x [2021-08-23T14:33:18.877Z] ++ 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-08-23T14:33:19.444Z] Loaded image: busybox:latest [2021-08-23T14:33:20.012Z] Loaded image: busybox:glibc [2021-08-23T14:33:21.296Z] #37 ... [2021-08-23T14:33:21.296Z] [2021-08-23T14:33:21.296Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:21.297Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:21.297Z] #45 43.17 Fetched 2267 kB in 4s (562 kB/s) [2021-08-23T14:33:21.297Z] #45 43.23 Selecting previously unselected package libprotobuf23:amd64. [2021-08-23T14:33:21.297Z] #45 43.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:33:21.297Z] #45 43.33 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 43.34 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-08-23T14:33:21.297Z] #45 44.19 Selecting previously unselected package python3-pkg-resources. [2021-08-23T14:33:21.297Z] #45 44.19 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-08-23T14:33:21.297Z] #45 44.21 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:33:21.297Z] #45 44.45 Selecting previously unselected package python3-six. [2021-08-23T14:33:21.297Z] #45 44.45 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-08-23T14:33:21.297Z] #45 44.46 Unpacking python3-six (1.16.0-2) ... [2021-08-23T14:33:21.297Z] #45 44.59 Selecting previously unselected package python3-protobuf. [2021-08-23T14:33:21.297Z] #45 44.59 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 44.62 Unpacking python3-protobuf (3.12.4-1) ... [2021-08-23T14:33:21.297Z] #45 45.16 Selecting previously unselected package libnet1:amd64. [2021-08-23T14:33:21.297Z] #45 45.17 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 45.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:33:21.297Z] #45 45.34 Selecting previously unselected package libnl-3-200:amd64. [2021-08-23T14:33:21.297Z] #45 45.34 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 45.34 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:33:21.297Z] #45 45.47 Selecting previously unselected package libprotobuf-c1:amd64. [2021-08-23T14:33:21.297Z] #45 45.51 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 45.54 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:33:21.297Z] #45 45.62 Selecting previously unselected package criu. [2021-08-23T14:33:21.297Z] #45 45.62 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-08-23T14:33:21.297Z] #45 45.63 Unpacking criu (3.15-1) ... [2021-08-23T14:33:21.297Z] #45 46.45 Setting up python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:33:21.556Z] #45 48.31 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-08-23T14:33:21.556Z] #45 48.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:33:21.556Z] #45 48.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:33:21.556Z] #45 48.38 Setting up python3-six (1.16.0-2) ... [2021-08-23T14:33:21.914Z] Loaded image: debian:bullseye-slim [2021-08-23T14:33:21.914Z] Loaded image: hello-world:latest [2021-08-23T14:33:21.914Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:33:21.914Z] INFO: Testing against a local daemon [2021-08-23T14:33:21.914Z] === RUN TestCgroupNamespacesBuild [2021-08-23T14:33:22.496Z] #45 ... [2021-08-23T14:33:22.496Z] [2021-08-23T14:33:22.496Z] #37 [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-08-23T14:33:22.496Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:22.496Z] #37 49.64 Selecting previously unselected package libxml2:amd64. [2021-08-23T14:33:22.496Z] #37 49.65 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-08-23T14:33:22.496Z] #37 49.65 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:33:22.727Z] #20 54.30 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-08-23T14:33:22.727Z] #20 54.30 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:22.727Z] #20 54.31 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:22.849Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:33:22.849Z] Using test binary docker [2021-08-23T14:33:22.849Z] +++ /etc/init.d/apparmor start [2021-08-23T14:33:22.849Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:33:22.849Z] INFO: Waiting for daemon to start... [2021-08-23T14:33:22.849Z] Starting dockerd [2021-08-23T14:33:22.849Z] +++ 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-08-23T14:33:22.849Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:33:22.849Z] Using test binary docker [2021-08-23T14:33:22.849Z] +++ /etc/init.d/apparmor start [2021-08-23T14:33:22.849Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:33:22.849Z] Starting dockerd [2021-08-23T14:33:22.849Z] INFO: Waiting for daemon to start... [2021-08-23T14:33:22.849Z] +++ 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-08-23T14:33:23.066Z] #37 50.30 Selecting previously unselected package libarchive13:amd64. [2021-08-23T14:33:23.066Z] #37 50.31 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-08-23T14:33:23.066Z] #37 50.32 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:33:23.326Z] #37 50.67 Selecting previously unselected package libjsoncpp24:amd64. [2021-08-23T14:33:23.586Z] #37 50.68 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-08-23T14:33:23.586Z] #37 50.69 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:33:23.782Z] .--- PASS: TestCgroupNamespacesBuild (1.70s) [2021-08-23T14:33:23.783Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-08-23T14:33:23.848Z] #37 50.87 Selecting previously unselected package librhash0:amd64. [2021-08-23T14:33:23.848Z] #37 50.87 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-08-23T14:33:23.848Z] #37 50.87 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:33:23.848Z] #37 51.06 Selecting previously unselected package libuv1:amd64. [2021-08-23T14:33:23.848Z] #37 51.06 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-08-23T14:33:23.848Z] #37 51.07 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:33:24.109Z] #37 51.25 Selecting previously unselected package cmake. [2021-08-23T14:33:24.109Z] #37 51.25 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-08-23T14:33:24.109Z] #37 51.26 Unpacking cmake (3.18.4-2) ... [2021-08-23T14:33:24.109Z] #20 55.84 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-08-23T14:33:24.109Z] #20 55.84 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:24.109Z] #20 55.85 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:33:24.716Z] [2021-08-23T14:33:24.716Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:33:24.716Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:33:24.716Z] Error: No such image: emptyfs [2021-08-23T14:33:24.716Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-08-23T14:33:24.716Z] ++++ docker load [2021-08-23T14:33:24.716Z] [2021-08-23T14:33:24.716Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:33:24.716Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:33:24.716Z] Error: No such image: emptyfs [2021-08-23T14:33:24.716Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-08-23T14:33:24.716Z] ++++ docker load [2021-08-23T14:33:24.974Z] Running integration-test (iteration 1) [2021-08-23T14:33:24.974Z] 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-08-23T14:33:24.974Z] ++ 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-08-23T14:33:24.974Z] ++ set -e [2021-08-23T14:33:24.974Z] ++ '[' -n 0 ']' [2021-08-23T14:33:24.974Z] ++ set -x [2021-08-23T14:33:24.975Z] ++ 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-08-23T14:33:24.975Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2021-08-23T14:33:24.975Z] === RUN TestBuildWithSession [2021-08-23T14:33:24.975Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:33:24.975Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:33:24.975Z] === RUN TestBuildSquashParent [2021-08-23T14:33:24.975Z] Running integration-test (iteration 1) [2021-08-23T14:33:24.975Z] 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-08-23T14:33:24.975Z] ++ 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-08-23T14:33:24.975Z] ++ set -e [2021-08-23T14:33:24.975Z] ++ '[' -n 0 ']' [2021-08-23T14:33:24.975Z] ++ set -x [2021-08-23T14:33:24.975Z] ++ 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-08-23T14:33:25.233Z] Loaded image: busybox:latest [2021-08-23T14:33:25.233Z] Loaded image: busybox:latest [2021-08-23T14:33:25.233Z] Loaded image: busybox:glibc [2021-08-23T14:33:25.489Z] #37 ... [2021-08-23T14:33:25.490Z] [2021-08-23T14:33:25.490Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:25.490Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:25.490Z] #14 42.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-08-23T14:33:25.490Z] #14 42.94 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-08-23T14:33:25.490Z] #14 42.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-08-23T14:33:25.490Z] #14 42.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-08-23T14:33:25.490Z] #14 42.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-08-23T14:33:25.490Z] #14 42.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-08-23T14:33:25.490Z] #14 43.00 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-08-23T14:33:25.490Z] #14 43.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-08-23T14:33:25.490Z] #14 43.01 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-08-23T14:33:25.490Z] #14 43.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-08-23T14:33:25.490Z] #14 43.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-08-23T14:33:25.490Z] #14 43.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-08-23T14:33:25.490Z] #14 43.07 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-08-23T14:33:25.490Z] #14 43.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-08-23T14:33:25.490Z] #14 43.13 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-08-23T14:33:25.490Z] #14 43.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-08-23T14:33:25.490Z] #14 43.14 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-08-23T14:33:25.490Z] #14 44.32 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:25.490Z] #14 44.56 Fetched 115 MB in 7s (17.6 MB/s) [2021-08-23T14:33:25.490Z] #14 44.67 Selecting previously unselected package binutils-mingw-w64-i686. [2021-08-23T14:33:25.490Z] #14 44.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-08-23T14:33:25.490Z] #14 44.73 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:33:25.490Z] #14 44.74 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:25.490Z] #14 47.15 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-08-23T14:33:25.490Z] #14 47.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-08-23T14:33:25.490Z] #14 47.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:25.490Z] #14 49.85 Selecting previously unselected package binutils-mingw-w64. [2021-08-23T14:33:25.490Z] #14 49.85 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-08-23T14:33:25.490Z] #14 49.86 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:33:25.490Z] #14 50.01 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-08-23T14:33:25.490Z] #14 50.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:25.490Z] #14 50.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:25.490Z] #14 50.24 Selecting previously unselected package dmsetup. [2021-08-23T14:33:25.490Z] #14 50.26 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:25.490Z] #14 50.30 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:33:25.490Z] #14 50.47 Selecting previously unselected package mingw-w64-common. [2021-08-23T14:33:25.490Z] #14 50.47 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-08-23T14:33:25.490Z] #14 50.48 Unpacking mingw-w64-common (8.0.0-1) ... [2021-08-23T14:33:25.491Z] Loaded image: busybox:glibc [2021-08-23T14:33:26.019Z] #20 57.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-08-23T14:33:26.019Z] #20 57.68 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:26.019Z] #20 57.68 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:33:26.059Z] #14 ... [2021-08-23T14:33:26.059Z] [2021-08-23T14:33:26.059Z] #47 [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-08-23T14:33:26.059Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:33:26.059Z] #47 43.29 sync [2021-08-23T14:33:26.059Z] #47 43.29 internal/reflectlite [2021-08-23T14:33:26.059Z] #47 44.82 github.com/LK4D4/vndr/godl/singleflight [2021-08-23T14:33:26.059Z] #47 45.23 math/rand [2021-08-23T14:33:26.059Z] #47 46.33 internal/singleflight [2021-08-23T14:33:26.059Z] #47 46.79 strconv [2021-08-23T14:33:26.059Z] #47 46.79 bytes [2021-08-23T14:33:26.059Z] #47 49.02 strings [2021-08-23T14:33:26.059Z] #47 50.92 reflect [2021-08-23T14:33:26.059Z] #47 51.79 bufio [2021-08-23T14:33:26.319Z] #47 ... [2021-08-23T14:33:26.319Z] [2021-08-23T14:33:26.319Z] #53 [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-08-23T14:33:26.319Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:26.319Z] #53 43.45 internal/testlog [2021-08-23T14:33:26.319Z] #53 44.23 sort [2021-08-23T14:33:26.319Z] #53 44.24 errors [2021-08-23T14:33:26.319Z] #53 44.64 io [2021-08-23T14:33:26.319Z] #53 45.65 internal/oserror [2021-08-23T14:33:26.319Z] #53 45.80 syscall [2021-08-23T14:33:26.319Z] #53 45.91 bytes [2021-08-23T14:33:26.319Z] #53 48.34 strconv [2021-08-23T14:33:26.319Z] #53 52.27 reflect [2021-08-23T14:33:26.319Z] #53 ... [2021-08-23T14:33:26.319Z] [2021-08-23T14:33:26.319Z] #47 [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-08-23T14:33:26.319Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:33:26.319Z] #47 53.51 syscall [2021-08-23T14:33:26.393Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:33:26.866Z] Loaded image: debian:bullseye-slim [2021-08-23T14:33:26.866Z] Loaded image: debian:bullseye-slim [2021-08-23T14:33:26.866Z] Loaded image: hello-world:latest [2021-08-23T14:33:26.866Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:33:26.866Z] Loaded image: hello-world:latest [2021-08-23T14:33:26.866Z] INFO: Testing against a local daemon [2021-08-23T14:33:26.866Z] === RUN TestDockerDaemonSuite [2021-08-23T14:33:26.866Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-08-23T14:33:26.866Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:33:26.866Z] INFO: Testing against a local daemon [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-08-23T14:33:26.866Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-08-23T14:33:27.125Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-08-23T14:33:27.125Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-08-23T14:33:27.263Z] #47 ... [2021-08-23T14:33:27.263Z] [2021-08-23T14:33:27.263Z] #49 [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-08-23T14:33:27.263Z] #49 sha256:d235f4243283c4a0674cab950a064247f799dc1634843406c35b8182381f8d97 [2021-08-23T14:33:27.263Z] #49 DONE 54.2s [2021-08-23T14:33:27.263Z] [2021-08-23T14:33:27.263Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:27.263Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:27.263Z] #45 49.73 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:33:27.263Z] #45 49.75 Setting up python3-protobuf (3.12.4-1) ... [2021-08-23T14:33:27.263Z] #45 54.14 Setting up criu (3.15-1) ... [2021-08-23T14:33:27.383Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-08-23T14:33:27.383Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-08-23T14:33:27.948Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-08-23T14:33:27.948Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-08-23T14:33:27.948Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-08-23T14:33:29.183Z] #45 ... [2021-08-23T14:33:29.183Z] [2021-08-23T14:33:29.183Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:29.183Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:29.183Z] #14 55.89 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-08-23T14:33:29.183Z] #14 55.89 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-08-23T14:33:29.183Z] #14 55.92 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:33:29.320Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-08-23T14:33:29.543Z] + docker version [2021-08-23T14:33:29.577Z] #20 61.32 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-08-23T14:33:29.577Z] #20 61.32 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:29.577Z] #20 61.33 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:33:29.887Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-08-23T14:33:29.887Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-08-23T14:33:29.887Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-08-23T14:33:30.123Z] #14 ... [2021-08-23T14:33:30.123Z] [2021-08-23T14:33:30.123Z] #37 [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-08-23T14:33:30.123Z] #37 sha256:ca24fa47f96520bc0de39475769fdfcf9872a3a0eb37a894fc83ecffef9cf360 [2021-08-23T14:33:30.123Z] #37 56.09 Setting up libicu67:amd64 (67.1-7) ... [2021-08-23T14:33:30.123Z] #37 56.10 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:33:30.123Z] #37 56.17 Setting up libuv1:amd64 (1.40.0-2) ... [2021-08-23T14:33:30.123Z] #37 56.17 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:33:30.123Z] #37 56.24 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-08-23T14:33:30.123Z] #37 56.24 Setting up librhash0:amd64 (1.4.1-2) ... [2021-08-23T14:33:30.123Z] #37 56.26 Setting up cmake-data (3.18.4-2) ... [2021-08-23T14:33:30.123Z] #37 56.29 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-08-23T14:33:30.123Z] #37 56.32 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-08-23T14:33:30.123Z] #37 56.35 Setting up cmake (3.18.4-2) ... [2021-08-23T14:33:30.123Z] #37 56.35 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:30.123Z] #37 DONE 57.2s [2021-08-23T14:33:30.123Z] [2021-08-23T14:33:30.123Z] #38 [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-08-23T14:33:30.123Z] #38 sha256:9deeabfd8f7b298741a6886d9ce16b0136ff160149c6854d0edec7e38a835ccb [2021-08-23T14:33:30.123Z] #38 ... [2021-08-23T14:33:30.123Z] [2021-08-23T14:33:30.123Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-08-23T14:33:30.123Z] #45 sha256:fbd94b6a8a46fb64eacdd33b26fce264ca8b397aa11f6c0fc7264c82498e56b9 [2021-08-23T14:33:30.123Z] #45 56.52 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:30.123Z] #45 DONE 57.2s [2021-08-23T14:33:30.383Z] [2021-08-23T14:33:30.383Z] #53 [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-08-23T14:33:30.383Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:30.383Z] #53 54.82 time [2021-08-23T14:33:31.258Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-08-23T14:33:31.258Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-08-23T14:33:31.490Z] #20 63.10 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-08-23T14:33:31.490Z] #20 63.10 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-08-23T14:33:31.490Z] #20 63.11 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:33:31.490Z] #20 63.18 Selecting previously unselected package libapparmor1:amd64. [2021-08-23T14:33:31.490Z] #20 63.18 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-08-23T14:33:31.490Z] #20 63.20 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:33:31.490Z] #20 63.26 Selecting previously unselected package libapparmor-dev:amd64. [2021-08-23T14:33:31.490Z] #20 63.27 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-08-23T14:33:31.490Z] #20 63.28 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:33:31.490Z] #20 63.36 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:33:31.490Z] #20 ... [2021-08-23T14:33:31.490Z] [2021-08-23T14:33:31.490Z] #65 [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-08-23T14:33:31.490Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:33:31.490Z] #65 12.07 + cd /tmp/tmp.aKgsTd8xWB/src/github.com/containerd/containerd [2021-08-23T14:33:31.490Z] #65 12.07 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:31.490Z] #65 12.57 + export 'BUILDTAGS=netgo osusergo static_build' [2021-08-23T14:33:31.490Z] #65 12.57 + BUILDTAGS='netgo osusergo static_build' [2021-08-23T14:33:31.490Z] #65 12.57 + export EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:33:31.490Z] #65 12.57 + EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:33:31.490Z] #65 12.57 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-08-23T14:33:31.490Z] #65 12.57 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-08-23T14:33:31.490Z] #65 12.57 + '[' '' = dynamic ']' [2021-08-23T14:33:31.490Z] #65 12.57 + make [2021-08-23T14:33:31.490Z] #65 13.07 + bin/ctr [2021-08-23T14:33:31.490Z] #65 ... [2021-08-23T14:33:31.490Z] [2021-08-23T14:33:31.490Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:31.490Z] #20 sha256:397fd0caa0d3b3f4e21fc1427886c26bf195c8b97710fb6639c57b22a0e421e8 [2021-08-23T14:33:31.490Z] #20 63.37 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:33:31.490Z] #20 63.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:31.490Z] #20 63.45 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:33:31.490Z] #20 63.46 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:33:31.490Z] #20 63.46 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:31.750Z] #20 63.56 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-08-23T14:33:31.750Z] #20 63.57 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:31.750Z] #20 63.57 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:31.750Z] #20 63.62 Selecting previously unselected package libudev-dev:amd64. [2021-08-23T14:33:31.750Z] #20 63.62 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-08-23T14:33:31.750Z] #20 63.62 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:33:31.750Z] #20 63.71 Selecting previously unselected package libsepol1-dev:amd64. [2021-08-23T14:33:31.750Z] #20 63.72 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-08-23T14:33:31.750Z] #20 63.72 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:33:32.011Z] #20 63.85 Selecting previously unselected package libpcre2-16-0:amd64. [2021-08-23T14:33:32.011Z] #20 63.85 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-08-23T14:33:32.011Z] #20 63.86 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:33:32.011Z] #20 63.96 Selecting previously unselected package libpcre2-32-0:amd64. [2021-08-23T14:33:32.190Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-08-23T14:33:32.190Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-08-23T14:33:32.190Z] --- PASS: TestBuildSquashParent (7.42s) [2021-08-23T14:33:32.190Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:33:32.272Z] #20 63.96 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-08-23T14:33:32.272Z] #20 63.97 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:33:32.272Z] #20 64.06 Selecting previously unselected package libpcre2-posix2:amd64. [2021-08-23T14:33:32.272Z] #20 64.06 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-08-23T14:33:32.272Z] #20 64.06 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:33:32.272Z] #20 64.12 Selecting previously unselected package libpcre2-dev:amd64. [2021-08-23T14:33:32.272Z] #20 64.13 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-08-23T14:33:32.272Z] #20 64.14 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:33:32.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:33:32.448Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:33:32.448Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-08-23T14:33:32.448Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-08-23T14:33:32.448Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-08-23T14:33:32.533Z] #20 64.33 Selecting previously unselected package libselinux1-dev:amd64. [2021-08-23T14:33:32.533Z] #20 64.34 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-08-23T14:33:32.533Z] #20 64.35 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:33:32.533Z] #20 64.45 Selecting previously unselected package libdevmapper-dev:amd64. [2021-08-23T14:33:32.794Z] #20 64.46 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:33:32.794Z] #20 64.46 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:32.794Z] #20 64.52 Selecting previously unselected package libseccomp-dev:amd64. [2021-08-23T14:33:32.794Z] #20 64.52 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-08-23T14:33:32.794Z] #20 64.53 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:33:32.794Z] #20 64.60 Selecting previously unselected package libsystemd-dev:amd64. [2021-08-23T14:33:32.794Z] #20 64.61 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-08-23T14:33:32.794Z] #20 64.61 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:33:33.055Z] #20 64.83 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:33:33.055Z] #20 64.85 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:33:33.055Z] #20 64.87 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:33.055Z] #20 64.88 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:33:33.055Z] #20 64.90 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:33:33.055Z] #20 64.92 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:33:33.055Z] #20 64.94 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:33:33.055Z] #20 64.95 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:33:33.055Z] #20 64.97 Setting up libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:33:33.055Z] #20 64.98 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:33:33.055Z] #20 65.00 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:33:33.055Z] #20 65.02 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:33:33.055Z] #20 65.04 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:33:33.055Z] #20 65.05 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:33:33.055Z] #20 65.07 Setting up mingw-w64-common (8.0.0-1) ... [2021-08-23T14:33:33.317Z] #20 65.09 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:33:33.317Z] #20 65.10 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:33:33.317Z] #20 65.12 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:33:33.317Z] #20 65.14 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:33:33.317Z] #20 65.15 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.16 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.18 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:33:33.317Z] #20 65.20 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.21 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:33:33.317Z] #20 65.22 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:33:33.317Z] #20 65.24 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.25 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-08-23T14:33:33.317Z] #20 65.26 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.28 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:33:33.317Z] #20 65.31 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:33.580Z] #20 65.33 Setting up dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:33:33.580Z] #20 65.34 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:33.580Z] #20 65.36 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:33:33.580Z] #20 65.38 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:33:34.579Z] #53 60.98 context [2021-08-23T14:33:34.579Z] #53 ... [2021-08-23T14:33:34.579Z] [2021-08-23T14:33:34.579Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:34.579Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:34.579Z] #14 61.37 Selecting previously unselected package gcc-mingw-w64-base. [2021-08-23T14:33:34.579Z] #14 61.38 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:34.579Z] #14 61.38 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:33:34.579Z] #14 61.51 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-08-23T14:33:34.579Z] #14 61.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:34.579Z] #14 61.55 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:33:36.126Z] #20 DONE 67.7s [2021-08-23T14:33:36.126Z] [2021-08-23T14:33:36.126Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2021-08-23T14:33:36.126Z] #21 sha256:9fd6ca4866557fe5b40431bbf26daba41a3b00adbe3c73308d8a0ec0e06e6b6f [2021-08-23T14:33:36.619Z] Client: [2021-08-23T14:33:36.619Z] Version: 20.10.8 [2021-08-23T14:33:36.619Z] API version: 1.41 [2021-08-23T14:33:36.619Z] Go version: go1.16.6 [2021-08-23T14:33:36.619Z] Git commit: 3967b7d [2021-08-23T14:33:36.619Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:33:36.619Z] OS/Arch: windows/amd64 [2021-08-23T14:33:36.619Z] Context: default [2021-08-23T14:33:36.619Z] Experimental: true [2021-08-23T14:33:36.619Z] [2021-08-23T14:33:36.619Z] Server: Docker Engine - Community [2021-08-23T14:33:36.619Z] Engine: [2021-08-23T14:33:36.619Z] Version: 20.10.8 [2021-08-23T14:33:36.619Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:33:36.619Z] Go version: go1.16.6 [2021-08-23T14:33:36.619Z] Git commit: 75249d8 [2021-08-23T14:33:36.619Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:33:36.619Z] OS/Arch: windows/amd64 [2021-08-23T14:33:36.619Z] Experimental: true [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.89s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.93s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.16s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.50s) [2021-08-23T14:33:36.632Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.57s) [2021-08-23T14:33:36.632Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:33:36.632Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:33:36.632Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-08-23T14:33:37.068Z] #21 1.235 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:33:37.068Z] #21 1.235 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:33:37.068Z] #21 1.236 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [Pipeline] sh [2021-08-23T14:33:37.564Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:33:37.564Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:33:37.821Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:33:38.268Z] + docker info [2021-08-23T14:33:38.279Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:33:38.279Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy (2.27s) [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s) [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2021-08-23T14:33:38.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2021-08-23T14:33:38.279Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:33:38.843Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2021-08-23T14:33:38.843Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:33:39.776Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2021-08-23T14:33:39.776Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:33:39.860Z] #14 ... [2021-08-23T14:33:39.860Z] [2021-08-23T14:33:39.860Z] #38 [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-08-23T14:33:39.860Z] #38 sha256:9deeabfd8f7b298741a6886d9ce16b0136ff160149c6854d0edec7e38a835ccb [2021-08-23T14:33:39.860Z] #38 7.435 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:39.860Z] #38 7.438 + RM_GOPATH=0 [2021-08-23T14:33:39.860Z] #38 7.438 + TMP_GOPATH= [2021-08-23T14:33:39.860Z] #38 7.438 + : /build [2021-08-23T14:33:39.860Z] #38 7.438 + '[' -z '' ']' [2021-08-23T14:33:39.860Z] #38 7.438 ++ mktemp -d [2021-08-23T14:33:39.860Z] #38 7.438 + export GOPATH=/tmp/tmp.AnHhLbXmu2 [2021-08-23T14:33:39.860Z] #38 7.438 + GOPATH=/tmp/tmp.AnHhLbXmu2 [2021-08-23T14:33:39.860Z] #38 7.438 + RM_GOPATH=1 [2021-08-23T14:33:39.860Z] #38 7.438 + case "$(go env GOARCH)" in [2021-08-23T14:33:39.860Z] #38 7.438 ++ go env GOARCH [2021-08-23T14:33:39.860Z] #38 7.438 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:39.860Z] #38 7.438 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:33:39.860Z] #38 7.438 ++ dirname /tmp/install/install.sh [2021-08-23T14:33:39.860Z] #38 7.438 + dir=/tmp/install [2021-08-23T14:33:39.860Z] #38 7.438 + bin=tini [2021-08-23T14:33:39.860Z] #38 7.438 + shift [2021-08-23T14:33:39.860Z] #38 7.438 + '[' '!' -f /tmp/install/tini.installer ']' [2021-08-23T14:33:39.860Z] #38 7.438 + . /tmp/install/tini.installer [2021-08-23T14:33:39.860Z] #38 7.438 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:39.860Z] #38 7.438 + install_tini [2021-08-23T14:33:39.860Z] #38 7.438 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-08-23T14:33:39.860Z] #38 7.438 + git clone https://github.com/krallin/tini.git /tmp/tmp.AnHhLbXmu2/tini [2021-08-23T14:33:39.860Z] #38 7.438 Cloning into '/tmp/tmp.AnHhLbXmu2/tini'... [2021-08-23T14:33:39.860Z] #38 8.184 + cd /tmp/tmp.AnHhLbXmu2/tini [2021-08-23T14:33:39.860Z] #38 8.184 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-08-23T14:33:39.860Z] #38 8.184 + cmake . [2021-08-23T14:33:39.860Z] #38 8.840 -- The C compiler identification is GNU 10.2.1 [2021-08-23T14:33:39.860Z] #38 8.928 -- Detecting C compiler ABI info [2021-08-23T14:33:39.860Z] #38 9.678 -- Detecting C compiler ABI info - done [2021-08-23T14:33:39.860Z] #38 9.796 -- Check for working C compiler: /usr/bin/cc - skipped [2021-08-23T14:33:39.860Z] #38 9.796 -- Detecting C compile features [2021-08-23T14:33:39.860Z] #38 9.807 -- Detecting C compile features - done [2021-08-23T14:33:39.860Z] #38 9.852 -- Performing Test HAS_BUILTIN_FORTIFY [2021-08-23T14:33:40.033Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2021-08-23T14:33:40.033Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:33:40.120Z] #38 10.22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-08-23T14:33:40.291Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-08-23T14:33:40.380Z] #38 10.35 -- Configuring done [2021-08-23T14:33:40.380Z] #38 10.36 -- Generating done [2021-08-23T14:33:40.380Z] #38 10.40 + make tini-static [2021-08-23T14:33:40.380Z] #38 10.40 -- Build files have been written to: /tmp/tmp.AnHhLbXmu2/tini [2021-08-23T14:33:40.948Z] #38 10.86 Scanning dependencies of target tini-static [2021-08-23T14:33:40.948Z] #38 11.08 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-08-23T14:33:41.664Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2021-08-23T14:33:41.664Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:33:42.230Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-08-23T14:33:42.230Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2021-08-23T14:33:42.230Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:33:42.332Z] #38 12.34 [100%] Linking C executable tini-static [2021-08-23T14:33:42.621Z] #21 1.682 Reading package lists... [2021-08-23T14:33:42.795Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-08-23T14:33:42.927Z] #38 13.02 [100%] Built target tini-static [2021-08-23T14:33:42.927Z] #38 ... [2021-08-23T14:33:42.927Z] [2021-08-23T14:33:42.927Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:42.927Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:42.927Z] #14 70.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-08-23T14:33:42.927Z] #14 70.12 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:42.927Z] #14 70.15 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:43.202Z] #14 ... [2021-08-23T14:33:43.202Z] [2021-08-23T14:33:43.202Z] #38 [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-08-23T14:33:43.202Z] #38 sha256:9deeabfd8f7b298741a6886d9ce16b0136ff160149c6854d0edec7e38a835ccb [2021-08-23T14:33:43.202Z] #38 13.09 + mkdir -p /build [2021-08-23T14:33:43.202Z] #38 13.09 + cp tini-static /build/docker-init [2021-08-23T14:33:43.202Z] #38 DONE 13.3s [2021-08-23T14:33:43.465Z] [2021-08-23T14:33:43.466Z] #53 [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-08-23T14:33:43.466Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:43.466Z] #53 61.76 internal/poll [2021-08-23T14:33:43.466Z] #53 63.65 internal/syscall/execenv [2021-08-23T14:33:43.466Z] #53 63.80 path [2021-08-23T14:33:43.466Z] #53 64.36 io/fs [2021-08-23T14:33:43.466Z] #53 64.69 encoding/binary [2021-08-23T14:33:43.466Z] #53 65.75 os [2021-08-23T14:33:43.466Z] #53 66.84 encoding/base64 [2021-08-23T14:33:43.466Z] #53 67.76 golang.org/x/sys/unix [2021-08-23T14:33:43.466Z] #53 70.60 fmt [2021-08-23T14:33:43.727Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-08-23T14:33:44.292Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-08-23T14:33:44.402Z] #53 ... [2021-08-23T14:33:44.402Z] [2021-08-23T14:33:44.402Z] #47 [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-08-23T14:33:44.402Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:33:44.402Z] #47 61.37 internal/syscall/unix [2021-08-23T14:33:44.402Z] #47 61.70 internal/poll [2021-08-23T14:33:44.402Z] #47 63.42 internal/fmtsort [2021-08-23T14:33:44.402Z] #47 63.93 path [2021-08-23T14:33:44.402Z] #47 64.18 regexp/syntax [2021-08-23T14:33:44.402Z] #47 64.69 io/fs [2021-08-23T14:33:44.402Z] #47 65.85 os [2021-08-23T14:33:44.402Z] #47 69.31 regexp [2021-08-23T14:33:44.402Z] #47 70.23 fmt [2021-08-23T14:33:44.550Z] --- PASS: TestBuildMultiStageLayerLeak (2.08s) [2021-08-23T14:33:44.550Z] === RUN TestBuildWithHugeFile [2021-08-23T14:33:45.115Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-08-23T14:33:46.306Z] #47 73.26 path/filepath [2021-08-23T14:33:47.247Z] #47 74.43 internal/lazyregexp [2021-08-23T14:33:47.507Z] #47 74.84 flag [2021-08-23T14:33:47.507Z] #47 ... [2021-08-23T14:33:47.507Z] [2021-08-23T14:33:47.507Z] #53 [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-08-23T14:33:47.507Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:47.507Z] #53 74.84 encoding/json [2021-08-23T14:33:47.642Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-08-23T14:33:47.911Z] #21 6.519 Reading package lists... [2021-08-23T14:33:48.483Z] #21 11.27 Building dependency tree... [2021-08-23T14:33:48.483Z] #21 12.48 Reading state information... [2021-08-23T14:33:48.885Z] #53 76.14 flag [2021-08-23T14:33:49.015Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-08-23T14:33:49.273Z] === RUN TestDockerSuite/TestAttachDetach [2021-08-23T14:33:49.427Z] #21 13.77 The following additional packages will be installed: [2021-08-23T14:33:49.427Z] #21 13.77 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-08-23T14:33:49.688Z] #21 13.77 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-08-23T14:33:49.688Z] #21 13.77 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-08-23T14:33:49.688Z] #21 13.77 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-08-23T14:33:49.688Z] #21 13.77 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-08-23T14:33:49.688Z] #21 13.78 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2021-08-23T14:33:49.688Z] #21 13.78 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2021-08-23T14:33:49.688Z] #21 13.80 Suggested packages: [2021-08-23T14:33:49.688Z] #21 13.80 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-08-23T14:33:49.688Z] #21 13.80 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-08-23T14:33:49.688Z] #21 13.80 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-08-23T14:33:49.688Z] #21 13.80 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2021-08-23T14:33:49.688Z] #21 13.80 seccomp:ppc64el seccomp:s390x [2021-08-23T14:33:49.688Z] #21 13.80 Recommended packages: [2021-08-23T14:33:49.688Z] #21 13.80 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2021-08-23T14:33:49.688Z] #21 13.80 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2021-08-23T14:33:49.688Z] #21 13.80 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2021-08-23T14:33:49.688Z] #21 13.80 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2021-08-23T14:33:50.207Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-08-23T14:33:50.207Z] docker_cli_daemon_test.go:1455: [d1c13ec14ebe5] daemon is not started [2021-08-23T14:33:50.260Z] #21 14.26 The following NEW packages will be installed: [2021-08-23T14:33:50.260Z] #21 14.26 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-08-23T14:33:50.260Z] #21 14.26 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-08-23T14:33:50.260Z] #21 14.26 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-08-23T14:33:50.260Z] #21 14.26 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-08-23T14:33:50.260Z] #21 14.26 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-08-23T14:33:50.260Z] #21 14.27 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-08-23T14:33:50.260Z] #21 14.27 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-08-23T14:33:50.260Z] #21 14.27 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2021-08-23T14:33:50.260Z] #21 14.27 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2021-08-23T14:33:50.260Z] #21 14.27 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2021-08-23T14:33:50.260Z] #21 14.28 libseccomp2:ppc64el libseccomp2:s390x [2021-08-23T14:33:50.521Z] #21 14.66 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:33:50.521Z] #21 14.66 Need to get 15.9 MB of archives. [2021-08-23T14:33:50.521Z] #21 14.66 After this operation, 72.9 MB of additional disk space will be used. [2021-08-23T14:33:50.521Z] #21 14.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2021-08-23T14:33:50.521Z] #21 14.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2021-08-23T14:33:50.521Z] #21 14.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2021-08-23T14:33:50.521Z] #21 14.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2021-08-23T14:33:50.782Z] #21 14.82 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2021-08-23T14:33:50.782Z] #21 14.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2021-08-23T14:33:50.782Z] #21 14.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2021-08-23T14:33:50.782Z] #21 14.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB] [2021-08-23T14:33:50.782Z] #21 14.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2021-08-23T14:33:50.782Z] #21 14.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2021-08-23T14:33:50.782Z] #21 14.96 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2021-08-23T14:33:50.782Z] #21 14.96 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2021-08-23T14:33:50.782Z] #21 14.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB] [2021-08-23T14:33:50.782Z] #21 15.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2021-08-23T14:33:50.782Z] #21 15.00 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2021-08-23T14:33:50.782Z] #21 15.00 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2021-08-23T14:33:50.782Z] #21 15.00 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2021-08-23T14:33:50.782Z] #21 15.01 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB] [2021-08-23T14:33:50.782Z] #21 15.04 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2021-08-23T14:33:50.782Z] #21 15.04 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2021-08-23T14:33:50.782Z] #21 15.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2021-08-23T14:33:50.782Z] #21 15.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2021-08-23T14:33:50.782Z] #21 15.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB] [2021-08-23T14:33:50.782Z] #21 15.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-08-23T14:33:50.791Z] #53 77.50 github.com/pkg/diff [2021-08-23T14:33:50.839Z] Client: [2021-08-23T14:33:50.839Z] Context: default [2021-08-23T14:33:50.839Z] Debug Mode: false [2021-08-23T14:33:50.839Z] Plugins: [2021-08-23T14:33:50.839Z] app: Docker Application (Docker Inc., v0.8.0) [2021-08-23T14:33:50.839Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-08-23T14:33:50.839Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-08-23T14:33:50.839Z] [2021-08-23T14:33:50.839Z] Server: [2021-08-23T14:33:50.839Z] Containers: 0 [2021-08-23T14:33:50.839Z] Running: 0 [2021-08-23T14:33:50.839Z] Paused: 0 [2021-08-23T14:33:50.839Z] Stopped: 0 [2021-08-23T14:33:50.839Z] Images: 0 [2021-08-23T14:33:50.839Z] Server Version: 20.10.8 [2021-08-23T14:33:50.839Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-08-23T14:33:50.839Z] LCOW: [2021-08-23T14:33:50.839Z] Windows: [2021-08-23T14:33:50.839Z] Logging Driver: json-file [2021-08-23T14:33:50.839Z] Plugins: [2021-08-23T14:33:50.839Z] Volume: local [2021-08-23T14:33:50.839Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:33:50.839Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:33:50.839Z] Swarm: inactive [2021-08-23T14:33:50.839Z] Default Isolation: process [2021-08-23T14:33:50.839Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-08-23T14:33:50.839Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-08-23T14:33:50.839Z] OSType: windows [2021-08-23T14:33:50.839Z] Architecture: x86_64 [2021-08-23T14:33:50.839Z] CPUs: 4 [2021-08-23T14:33:50.839Z] Total Memory: 32GiB [2021-08-23T14:33:50.839Z] Name: azwin-2-badec0 [2021-08-23T14:33:50.839Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-08-23T14:33:50.839Z] Docker Root Dir: D:\docker [2021-08-23T14:33:50.839Z] Debug Mode: false [2021-08-23T14:33:50.839Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:33:50.839Z] Labels: [2021-08-23T14:33:50.839Z] Experimental: true [2021-08-23T14:33:50.839Z] Insecure Registries: [2021-08-23T14:33:50.839Z] 10.0.0.4:5000 [2021-08-23T14:33:50.839Z] 127.0.0.0/8 [2021-08-23T14:33:50.839Z] Registry Mirrors: [2021-08-23T14:33:50.839Z] http://10.0.0.4:5000/ [2021-08-23T14:33:50.839Z] Live Restore Enabled: false [2021-08-23T14:33:50.839Z] Product License: Community Engine [2021-08-23T14:33:50.839Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-08-23T14:33:51.043Z] #21 15.08 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-08-23T14:33:51.043Z] #21 15.08 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2021-08-23T14:33:51.043Z] #21 15.08 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2021-08-23T14:33:51.043Z] #21 15.08 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB] [2021-08-23T14:33:51.043Z] #21 15.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2021-08-23T14:33:51.043Z] #21 15.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2021-08-23T14:33:51.043Z] #21 15.15 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB] [2021-08-23T14:33:51.043Z] #21 15.23 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB] [2021-08-23T14:33:51.043Z] #21 15.29 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB] [2021-08-23T14:33:51.043Z] #21 15.30 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB] [2021-08-23T14:33:51.043Z] #21 15.30 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB] [2021-08-23T14:33:51.043Z] #21 15.30 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB] [2021-08-23T14:33:51.043Z] #21 15.30 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB] [2021-08-23T14:33:51.043Z] #21 15.34 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB] [2021-08-23T14:33:51.141Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-08-23T14:33:51.141Z] check_test.go:309: [dfa63a04aa589] daemon is not started [2021-08-23T14:33:51.141Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-08-23T14:33:51.303Z] #21 15.39 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB] [2021-08-23T14:33:51.303Z] #21 15.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-08-23T14:33:51.729Z] #53 78.69 go/ast [2021-08-23T14:33:51.873Z] #21 16.20 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:33:52.133Z] #21 16.42 Fetched 15.9 MB in 1s (12.5 MB/s) [2021-08-23T14:33:52.133Z] #21 16.46 Selecting previously unselected package gcc-10-base:armel. [2021-08-23T14:33:52.393Z] #21 16.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38512 files and directories currently installed.) [2021-08-23T14:33:52.393Z] #21 16.51 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2021-08-23T14:33:52.393Z] #21 16.52 Unpacking gcc-10-base:armel (10.2.1-6) ... [2021-08-23T14:33:52.393Z] #21 16.57 Selecting previously unselected package gcc-10-base:armhf. [2021-08-23T14:33:52.393Z] #21 16.58 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2021-08-23T14:33:52.393Z] #21 16.59 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2021-08-23T14:33:52.393Z] #21 16.64 Selecting previously unselected package gcc-10-base:ppc64el. [2021-08-23T14:33:52.393Z] #21 16.64 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2021-08-23T14:33:52.393Z] #21 16.66 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2021-08-23T14:33:52.393Z] #21 16.71 Selecting previously unselected package gcc-10-base:s390x. [2021-08-23T14:33:52.513Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-08-23T14:33:52.653Z] #21 16.72 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2021-08-23T14:33:52.653Z] #21 16.73 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2021-08-23T14:33:52.653Z] #21 16.84 Selecting previously unselected package gcc-10-base:arm64. [2021-08-23T14:33:52.653Z] #21 16.85 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2021-08-23T14:33:52.653Z] #21 16.87 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2021-08-23T14:33:52.653Z] #21 16.92 Selecting previously unselected package libgcc-s1:armel. [2021-08-23T14:33:52.653Z] #21 16.93 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2021-08-23T14:33:52.653Z] #21 16.95 Unpacking libgcc-s1:armel (10.2.1-6) ... [2021-08-23T14:33:52.913Z] #21 17.03 Selecting previously unselected package libcrypt1:armel. [2021-08-23T14:33:52.913Z] #21 17.04 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2021-08-23T14:33:52.913Z] #21 17.04 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2021-08-23T14:33:52.913Z] #21 17.17 Selecting previously unselected package libc6:armel. [2021-08-23T14:33:52.913Z] #21 17.17 Preparing to unpack .../07-libc6_2.31-13_armel.deb ... [2021-08-23T14:33:53.079Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-08-23T14:33:53.107Z] #53 ... [2021-08-23T14:33:53.107Z] [2021-08-23T14:33:53.107Z] #58 [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-08-23T14:33:53.107Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:33:53.199Z] #21 17.38 Unpacking libc6:armel (2.31-13) ... [2021-08-23T14:33:53.337Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-08-23T14:33:53.794Z] #21 17.95 Selecting previously unselected package libapparmor1:armel. [2021-08-23T14:33:53.794Z] #21 17.96 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2021-08-23T14:33:53.794Z] #21 17.96 Unpacking libapparmor1:armel (2.13.6-10) ... [2021-08-23T14:33:53.794Z] #21 18.02 Selecting previously unselected package libapparmor-dev:armel. [2021-08-23T14:33:53.794Z] #21 18.03 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2021-08-23T14:33:53.794Z] #21 18.04 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2021-08-23T14:33:54.058Z] #21 18.11 Selecting previously unselected package libgcc-s1:arm64. [2021-08-23T14:33:54.058Z] #21 18.11 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2021-08-23T14:33:54.058Z] #21 18.12 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2021-08-23T14:33:54.058Z] #21 18.17 Selecting previously unselected package libcrypt1:arm64. [2021-08-23T14:33:54.058Z] #21 18.18 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2021-08-23T14:33:54.058Z] #21 18.19 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2021-08-23T14:33:54.058Z] #21 18.30 Selecting previously unselected package libc6:arm64. [2021-08-23T14:33:54.058Z] #21 18.30 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ... [2021-08-23T14:33:54.143Z] #58 43.89 Updating files: 47% (2152/4562) Updating files: 48% (2190/4562) Updating files: 49% (2236/4562) Updating files: 50% (2281/4562) Updating files: 51% (2327/4562) Updating files: 52% (2373/4562) Updating files: 53% (2418/4562) Updating files: 54% (2464/4562) Updating files: 55% (2510/4562) Updating files: 56% (2555/4562) Updating files: 57% (2601/4562) Updating files: 58% (2646/4562) Updating files: 59% (2692/4562) Updating files: 60% (2738/4562) Updating files: 61% (2783/4562) Updating files: 62% (2829/4562) Updating files: 63% (2875/4562) Updating files: 64% (2920/4562) Updating files: 65% (2966/4562) Updating files: 66% (3011/4562) Updating files: 67% (3057/4562) Updating files: 68% (3103/4562) Updating files: 69% (3148/4562) Updating files: 70% (3194/4562) Updating files: 71% (3240/4562) Updating files: 72% (3285/4562) Updating files: 73% (3331/4562) Updating files: 74% (3376/4562) Updating files: 75% (3422/4562) Updating files: 76% (3468/4562) Updating files: 77% (3513/4562) Updating files: 78% (3559/4562) Updating files: 79% (3604/4562) Updating files: 80% (3650/4562) Updating files: 81% (3696/4562) Updating files: 82% (3741/4562) Updating files: 83% (3787/4562) Updating files: 84% (3833/4562) Updating files: 85% (3878/4562) Updating files: 86% (3924/4562) Updating files: 87% (3969/4562) Updating files: 88% (4015/4562) Updating files: 89% (4061/4562) Updating files: 90% (4106/4562) Updating files: 90% (4129/4562) Updating files: 91% (4152/4562) Updating files: 92% (4198/4562) Updating files: 93% (4243/4562) Updating files: 94% (4289/4562) Updating files: 95% (4334/4562) Updating files: 96% (4380/4562) Updating files: 97% (4426/4562) Updating files: 98% (4471/4562) Updating files: 99% (4517/4562) Updating files: 100% (4562/4562) Updating files: 100% (4562/4562), done. [2021-08-23T14:33:54.143Z] #58 45.23 + cd /tmp/tmp.U44iynabfv/src/github.com/containerd/containerd [2021-08-23T14:33:54.143Z] #58 45.24 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 [2021-08-23T14:33:54.271Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-08-23T14:33:54.321Z] #21 18.48 Unpacking libc6:arm64 (2.31-13) ... [2021-08-23T14:33:54.528Z] check_test.go:309: [d0307f98b9ff8] daemon is not started [2021-08-23T14:33:54.528Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-08-23T14:33:54.585Z] #21 18.95 Selecting previously unselected package libapparmor1:arm64. [2021-08-23T14:33:54.585Z] #21 18.95 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2021-08-23T14:33:54.845Z] #21 18.96 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-08-23T14:33:54.845Z] #21 19.06 Selecting previously unselected package libapparmor-dev:arm64. [2021-08-23T14:33:54.845Z] #21 19.06 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-08-23T14:33:54.845Z] #21 19.06 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-08-23T14:33:54.845Z] #21 19.14 Selecting previously unselected package libgcc-s1:s390x. [2021-08-23T14:33:54.845Z] #21 19.14 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2021-08-23T14:33:54.845Z] #21 19.15 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2021-08-23T14:33:55.081Z] #58 46.08 + export 'BUILDTAGS=netgo osusergo static_build' [2021-08-23T14:33:55.081Z] #58 46.08 + BUILDTAGS='netgo osusergo static_build' [2021-08-23T14:33:55.081Z] #58 46.08 + export EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:33:55.081Z] #58 46.08 + EXTRA_FLAGS=-buildmode=pie [2021-08-23T14:33:55.081Z] #58 46.08 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-08-23T14:33:55.081Z] #58 46.08 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-08-23T14:33:55.081Z] #58 46.08 + '[' '' = dynamic ']' [2021-08-23T14:33:55.081Z] #58 46.08 + make [2021-08-23T14:33:55.093Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-08-23T14:33:55.105Z] #21 19.29 Selecting previously unselected package libcrypt1:s390x. [2021-08-23T14:33:55.105Z] #21 19.30 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2021-08-23T14:33:55.105Z] #21 19.31 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2021-08-23T14:33:55.105Z] #21 19.41 Selecting previously unselected package libc6:s390x. [2021-08-23T14:33:55.105Z] #21 19.41 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ... [2021-08-23T14:33:55.365Z] #21 19.59 Unpacking libc6:s390x (2.31-13) ... [2021-08-23T14:33:55.935Z] #21 20.09 Selecting previously unselected package libapparmor1:s390x. [2021-08-23T14:33:55.935Z] #21 20.09 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2021-08-23T14:33:55.935Z] #21 20.10 Unpacking libapparmor1:s390x (2.13.6-10) ... [2021-08-23T14:33:55.935Z] #21 20.16 Selecting previously unselected package libapparmor-dev:s390x. [2021-08-23T14:33:55.935Z] #21 20.16 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2021-08-23T14:33:55.935Z] #21 20.17 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2021-08-23T14:33:55.935Z] #21 20.24 Selecting previously unselected package libgcc-s1:armhf. [2021-08-23T14:33:55.935Z] #21 20.25 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2021-08-23T14:33:55.935Z] #21 20.26 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2021-08-23T14:33:56.197Z] #21 20.32 Selecting previously unselected package libcrypt1:armhf. [2021-08-23T14:33:56.197Z] #21 20.33 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2021-08-23T14:33:56.197Z] #21 20.34 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2021-08-23T14:33:56.197Z] #21 20.43 Selecting previously unselected package libc6:armhf. [2021-08-23T14:33:56.197Z] #21 20.44 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ... [2021-08-23T14:33:56.457Z] #21 20.62 Unpacking libc6:armhf (2.31-13) ... [2021-08-23T14:33:56.988Z] #58 47.87 + bin/ctr [2021-08-23T14:33:56.992Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-08-23T14:33:57.028Z] #21 21.05 Selecting previously unselected package libapparmor1:armhf. [2021-08-23T14:33:57.028Z] #21 21.06 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2021-08-23T14:33:57.028Z] #21 21.06 Unpacking libapparmor1:armhf (2.13.6-10) ... [2021-08-23T14:33:57.028Z] #21 21.13 Selecting previously unselected package libapparmor-dev:armhf. [2021-08-23T14:33:57.029Z] #21 21.14 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2021-08-23T14:33:57.029Z] #21 21.15 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2021-08-23T14:33:57.029Z] #21 21.23 Selecting previously unselected package libgcc-s1:ppc64el. [2021-08-23T14:33:57.029Z] #21 21.24 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2021-08-23T14:33:57.029Z] #21 21.24 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2021-08-23T14:33:57.029Z] #21 21.30 Selecting previously unselected package libcrypt1:ppc64el. [2021-08-23T14:33:57.029Z] #21 21.30 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2021-08-23T14:33:57.029Z] #21 21.31 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2021-08-23T14:33:57.289Z] #21 21.42 Selecting previously unselected package libc6:ppc64el. [2021-08-23T14:33:57.289Z] #21 21.42 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ... [2021-08-23T14:33:57.289Z] #21 21.62 Unpacking libc6:ppc64el (2.31-13) ... [2021-08-23T14:33:57.556Z] #58 ... [2021-08-23T14:33:57.556Z] [2021-08-23T14:33:57.556Z] #47 [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-08-23T14:33:57.556Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:33:57.556Z] #47 74.87 go/token [2021-08-23T14:33:57.556Z] #47 75.71 go/scanner [2021-08-23T14:33:57.556Z] #47 76.42 net/url [2021-08-23T14:33:57.556Z] #47 76.96 go/ast [2021-08-23T14:33:57.556Z] #47 78.21 text/template/parse [2021-08-23T14:33:57.556Z] #47 80.99 go/parser [2021-08-23T14:33:57.556Z] #47 82.47 text/template [2021-08-23T14:33:57.556Z] #47 84.34 log [2021-08-23T14:33:57.816Z] #47 ... [2021-08-23T14:33:57.816Z] [2021-08-23T14:33:57.816Z] #53 [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-08-23T14:33:57.816Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:33:57.816Z] #53 80.14 golang.org/x/crypto/ssh/terminal [2021-08-23T14:33:57.816Z] #53 81.61 io/ioutil [2021-08-23T14:33:57.816Z] #53 82.03 mvdan.cc/editorconfig [2021-08-23T14:33:57.816Z] #53 82.65 mvdan.cc/sh/v3/fileutil [2021-08-23T14:33:57.816Z] #53 82.85 text/tabwriter [2021-08-23T14:33:57.816Z] #53 83.24 mvdan.cc/sh/v3/syntax [2021-08-23T14:33:57.926Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-08-23T14:33:58.075Z] #53 ... [2021-08-23T14:33:58.075Z] [2021-08-23T14:33:58.075Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:33:58.075Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:33:58.075Z] #14 85.20 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-08-23T14:33:58.075Z] #14 85.23 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:33:58.075Z] #14 85.23 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:33:58.232Z] #21 22.21 Selecting previously unselected package libapparmor1:ppc64el. [2021-08-23T14:33:58.232Z] #21 22.21 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2021-08-23T14:33:58.232Z] #21 22.22 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2021-08-23T14:33:58.232Z] #21 22.28 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-08-23T14:33:58.232Z] #21 22.29 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2021-08-23T14:33:58.232Z] #21 22.29 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2021-08-23T14:33:58.232Z] #21 22.36 Selecting previously unselected package libseccomp2:s390x. [2021-08-23T14:33:58.232Z] #21 22.37 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ... [2021-08-23T14:33:58.232Z] #21 22.38 Unpacking libseccomp2:s390x (2.5.1-1) ... [2021-08-23T14:33:58.232Z] #21 22.43 Selecting previously unselected package libseccomp-dev:s390x. [2021-08-23T14:33:58.232Z] #21 22.44 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ... [2021-08-23T14:33:58.232Z] #21 22.45 Unpacking libseccomp-dev:s390x (2.5.1-1) ... [2021-08-23T14:33:58.494Z] #21 22.50 Selecting previously unselected package libseccomp2:ppc64el. [2021-08-23T14:33:58.494Z] #21 22.52 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ... [2021-08-23T14:33:58.494Z] #21 22.52 Unpacking libseccomp2:ppc64el (2.5.1-1) ... [2021-08-23T14:33:58.494Z] #21 22.59 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-08-23T14:33:58.494Z] #21 22.59 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ... [2021-08-23T14:33:58.494Z] #21 22.60 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ... [2021-08-23T14:33:58.494Z] #21 22.67 Selecting previously unselected package libseccomp2:armhf. [2021-08-23T14:33:58.494Z] #21 22.67 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ... [2021-08-23T14:33:58.494Z] #21 22.68 Unpacking libseccomp2:armhf (2.5.1-1) ... [2021-08-23T14:33:58.494Z] #21 22.73 Selecting previously unselected package libseccomp-dev:armhf. [2021-08-23T14:33:58.494Z] #21 22.74 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ... [2021-08-23T14:33:58.494Z] #21 22.75 Unpacking libseccomp-dev:armhf (2.5.1-1) ... [2021-08-23T14:33:58.754Z] #21 22.82 Selecting previously unselected package libseccomp2:armel. [2021-08-23T14:33:58.755Z] #21 22.83 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ... [2021-08-23T14:33:58.755Z] #21 22.83 Unpacking libseccomp2:armel (2.5.1-1) ... [2021-08-23T14:33:58.755Z] #21 22.88 Selecting previously unselected package libseccomp-dev:armel. [2021-08-23T14:33:58.755Z] #21 22.89 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ... [2021-08-23T14:33:58.755Z] #21 22.90 Unpacking libseccomp-dev:armel (2.5.1-1) ... [2021-08-23T14:33:58.755Z] #21 22.97 Selecting previously unselected package libseccomp2:arm64. [2021-08-23T14:33:58.755Z] #21 22.98 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ... [2021-08-23T14:33:58.755Z] #21 22.99 Unpacking libseccomp2:arm64 (2.5.1-1) ... [2021-08-23T14:33:58.755Z] #21 23.04 Selecting previously unselected package libseccomp-dev:arm64. [2021-08-23T14:33:58.755Z] #21 23.04 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-08-23T14:33:58.755Z] #21 23.05 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-08-23T14:33:58.860Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-08-23T14:33:58.860Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-08-23T14:33:58.860Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-08-23T14:33:59.016Z] #21 23.17 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2021-08-23T14:33:59.016Z] #21 23.19 Setting up gcc-10-base:armel (10.2.1-6) ... [2021-08-23T14:33:59.016Z] #21 23.20 Setting up gcc-10-base:armhf (10.2.1-6) ... [2021-08-23T14:33:59.016Z] #21 23.22 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2021-08-23T14:33:59.016Z] #21 23.24 Setting up gcc-10-base:s390x (10.2.1-6) ... [2021-08-23T14:33:59.016Z] #21 23.25 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2021-08-23T14:33:59.016Z] #21 23.27 Setting up libcrypt1:armel (1:4.4.18-4) ... [2021-08-23T14:33:59.016Z] #21 23.28 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2021-08-23T14:33:59.016Z] #21 23.30 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2021-08-23T14:33:59.016Z] #21 23.32 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2021-08-23T14:33:59.277Z] #21 23.33 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2021-08-23T14:33:59.277Z] #21 23.35 Setting up libgcc-s1:armel (10.2.1-6) ... [2021-08-23T14:33:59.277Z] #21 23.36 Setting up libgcc-s1:armhf (10.2.1-6) ... [2021-08-23T14:33:59.277Z] #21 23.37 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2021-08-23T14:33:59.277Z] #21 23.39 Setting up libgcc-s1:s390x (10.2.1-6) ... [2021-08-23T14:33:59.277Z] #21 23.41 Setting up libc6:arm64 (2.31-13) ... [2021-08-23T14:33:59.793Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-08-23T14:34:00.359Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-08-23T14:34:00.661Z] #21 24.71 Setting up libc6:armel (2.31-13) ... [2021-08-23T14:34:01.731Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-08-23T14:34:01.844Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-08-23T14:34:01.844Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-01d5e051\powershellScript.ps1'; exit $LASTEXITCODE; [2021-08-23T14:34:01.844Z] ---------------------------------------------------------------------------- [2021-08-23T14:34:01.844Z] [2021-08-23T14:34:01.844Z] INFO: executeCI.ps1 starting at Mon Aug 23 14:34:00 CUT 2021 [2021-08-23T14:34:01.844Z] [2021-08-23T14:34:01.844Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-08-23T14:34:01.844Z] INFO: Running git version 2.24.1.windows.2 [2021-08-23T14:34:01.844Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-08-23T14:34:01.844Z] INFO: Environment variables: [2021-08-23T14:34:01.844Z] [2021-08-23T14:34:01.844Z] Name Value [2021-08-23T14:34:01.844Z] ---- ----- [2021-08-23T14:34:01.844Z] ALLUSERSPROFILE C:\ProgramData [2021-08-23T14:34:01.844Z] amd64 true [2021-08-23T14:34:01.844Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-08-23T14:34:01.844Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-08-23T14:34:01.844Z] arm64 true [2021-08-23T14:34:01.844Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-08-23T14:34:01.844Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-08-23T14:34:01.844Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-08-23T14:34:01.844Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-08-23T14:34:01.844Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-08-23T14:34:01.844Z] BRANCH_NAME PR-42764 [2021-08-23T14:34:01.844Z] BUILD_DISPLAY_NAME #3 [2021-08-23T14:34:01.844Z] BUILD_ID 3 [2021-08-23T14:34:01.844Z] BUILD_NUMBER 3 [2021-08-23T14:34:01.844Z] BUILD_TAG jenkins-moby-PR-42764-3 [2021-08-23T14:34:01.844Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/ [2021-08-23T14:34:01.844Z] cgroup2 true [2021-08-23T14:34:01.844Z] CHANGE_AUTHOR AkihiroSuda [2021-08-23T14:34:01.845Z] CHANGE_AUTHOR_DISPLAY_NAME Akihiro Suda [2021-08-23T14:34:01.845Z] CHANGE_AUTHOR_EMAIL suda.kyoto@gmail.com [2021-08-23T14:34:01.845Z] CHANGE_BRANCH runc-v1.0.2 [2021-08-23T14:34:01.845Z] CHANGE_FORK AkihiroSuda/docker [2021-08-23T14:34:01.845Z] CHANGE_ID 42764 [2021-08-23T14:34:01.845Z] CHANGE_TARGET master [2021-08-23T14:34:01.845Z] CHANGE_TITLE bump up runc v1.0.2 [2021-08-23T14:34:01.845Z] CHANGE_URL https://github.com/moby/moby/pull/42764 [2021-08-23T14:34:01.845Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:34:01.845Z] CommonProgramFiles C:\Program Files\Common Files [2021-08-23T14:34:01.845Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-08-23T14:34:01.845Z] CommonProgramW6432 C:\Program Files\Common Files [2021-08-23T14:34:01.845Z] COMPUTERNAME azwin-2-badec0 [2021-08-23T14:34:01.845Z] ComSpec C:\Windows\system32\cmd.exe [2021-08-23T14:34:01.845Z] ConfigSequenceNumber 0 [2021-08-23T14:34:01.845Z] dco true [2021-08-23T14:34:01.845Z] DOCKER_BUILDKIT 0 [2021-08-23T14:34:01.845Z] DOCKER_DUT_DEBUG 1 [2021-08-23T14:34:01.845Z] DOCKER_EXPERIMENTAL 1 [2021-08-23T14:34:01.845Z] DOCKER_GRAPHDRIVER overlay2 [2021-08-23T14:34:01.845Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-08-23T14:34:01.845Z] EXECUTOR_NUMBER 0 [2021-08-23T14:34:01.845Z] FQDN azwin-2-badec0.westus.cloudapp.azure.com [2021-08-23T14:34:01.845Z] GIT_BRANCH PR-42764 [2021-08-23T14:34:01.845Z] GIT_COMMIT 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:34:01.845Z] GIT_PREVIOUS_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:34:01.845Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:34:01.845Z] GIT_URL https://github.com/moby/moby.git [2021-08-23T14:34:01.845Z] HUDSON_COOKIE 0665143b-196b-4033-a6e0-88cd285e8704 [2021-08-23T14:34:01.845Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:34:01.845Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-08-23T14:34:01.845Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-08-23T14:34:01.845Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-08-23T14:34:01.845Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:34:01.845Z] JENKINS_NODE_COOKIE 743242ad-01ad-4333-93d9-71281e2ad92d [2021-08-23T14:34:01.845Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-08-23T14:34:01.845Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-08-23T14:34:01.845Z] JOB_BASE_NAME PR-42764 [2021-08-23T14:34:01.845Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/display/redirect [2021-08-23T14:34:01.845Z] JOB_NAME moby/PR-42764 [2021-08-23T14:34:01.845Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/ [2021-08-23T14:34:01.845Z] library.jps.version master [2021-08-23T14:34:01.845Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-08-23T14:34:01.845Z] NODE_LABELS amd64 azure azwin-2-badec0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-08-23T14:34:01.845Z] NODE_NAME azwin-2-badec0 [2021-08-23T14:34:01.845Z] NUMBER_OF_PROCESSORS 4 [2021-08-23T14:34:01.845Z] OS Windows_NT [2021-08-23T14:34:01.845Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-08-23T14:34:01.845Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-08-23T14:34:01.845Z] ppc64le false [2021-08-23T14:34:01.845Z] PROCESSOR_ARCHITECTURE AMD64 [2021-08-23T14:34:01.845Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-08-23T14:34:01.845Z] PROCESSOR_LEVEL 6 [2021-08-23T14:34:01.845Z] PROCESSOR_REVISION 5507 [2021-08-23T14:34:01.845Z] ProgramData C:\ProgramData [2021-08-23T14:34:01.845Z] ProgramFiles C:\Program Files [2021-08-23T14:34:01.845Z] ProgramFiles(x86) C:\Program Files (x86) [2021-08-23T14:34:01.845Z] ProgramW6432 C:\Program Files [2021-08-23T14:34:01.845Z] PROMPT $P$G [2021-08-23T14:34:01.845Z] PSExecutionPolicyPreference Bypass [2021-08-23T14:34:01.845Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-08-23T14:34:01.845Z] PUBLIC C:\Users\Public [2021-08-23T14:34:01.845Z] rootless true [2021-08-23T14:34:01.845Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=artif... [2021-08-23T14:34:01.845Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=changes [2021-08-23T14:34:01.845Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect [2021-08-23T14:34:01.845Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=tests [2021-08-23T14:34:01.845Z] s390x false [2021-08-23T14:34:01.845Z] SKIP_VALIDATION_TESTS 1 [2021-08-23T14:34:01.845Z] SOURCES_DRIVE d [2021-08-23T14:34:01.845Z] SOURCES_SUBDIR gopath [2021-08-23T14:34:01.845Z] STAGE_NAME Run tests [2021-08-23T14:34:01.845Z] SystemDrive C: [2021-08-23T14:34:01.845Z] SystemRoot C:\Windows [2021-08-23T14:34:01.845Z] TEMP C:\Windows\TEMP [2021-08-23T14:34:01.845Z] TESTDEBUG 0 [2021-08-23T14:34:01.845Z] TESTRUN_DRIVE d [2021-08-23T14:34:01.845Z] TESTRUN_SUBDIR CI [2021-08-23T14:34:01.845Z] TIMEOUT 120m [2021-08-23T14:34:01.845Z] TMP C:\Windows\TEMP [2021-08-23T14:34:01.845Z] unit_validate true [2021-08-23T14:34:01.845Z] USERDOMAIN WORKGROUP [2021-08-23T14:34:01.845Z] USERNAME azwin-2-badec0$ [2021-08-23T14:34:01.845Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-08-23T14:34:01.845Z] validate_force false [2021-08-23T14:34:01.845Z] windir C:\Windows [2021-08-23T14:34:01.845Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-08-23T14:34:01.845Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-08-23T14:34:01.845Z] windows2022 true [2021-08-23T14:34:01.845Z] windows2022containerd true [2021-08-23T14:34:01.845Z] windowsRS1 false [2021-08-23T14:34:01.845Z] windowsRS5 true [2021-08-23T14:34:01.845Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-08-23T14:34:01.845Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-08-23T14:34:01.845Z] [2021-08-23T14:34:01.845Z] [2021-08-23T14:34:01.845Z] [2021-08-23T14:34:01.845Z] INFO: Sources under d:\gopath\... [2021-08-23T14:34:01.845Z] INFO: Test run under d:\CI\... [2021-08-23T14:34:01.845Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-08-23T14:34:01.845Z] INFO: docker/docker repository was found [2021-08-23T14:34:02.044Z] #21 25.93 Setting up libc6:armhf (2.31-13) ... [2021-08-23T14:34:02.304Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-08-23T14:34:02.304Z] ltsc2019: Pulling from windows/servercore [2021-08-23T14:34:02.304Z] 4612f6d0b889: Pulling fs layer [2021-08-23T14:34:02.304Z] c67ded6868b6: Pulling fs layer [2021-08-23T14:34:02.306Z] #21 ... [2021-08-23T14:34:02.306Z] [2021-08-23T14:34:02.306Z] #65 [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-08-23T14:34:02.306Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:34:02.306Z] #65 52.86 + bin/containerd [2021-08-23T14:34:04.258Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-08-23T14:34:06.196Z] #14 92.19 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-08-23T14:34:06.196Z] #14 92.20 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:34:06.196Z] #14 92.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:34:06.196Z] #14 ... [2021-08-23T14:34:06.196Z] [2021-08-23T14:34:06.196Z] #53 [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-08-23T14:34:06.196Z] #53 sha256:a89fac2423f91714d4895401b0d107cc6f53cd1be0413e1661081b93a7e65137 [2021-08-23T14:34:06.196Z] #53 88.29 mvdan.cc/sh/v3/cmd/shfmt [2021-08-23T14:34:06.196Z] #53 DONE 92.4s [2021-08-23T14:34:06.196Z] [2021-08-23T14:34:06.196Z] #47 [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-08-23T14:34:06.196Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:34:06.196Z] #47 85.20 encoding/xml [2021-08-23T14:34:06.196Z] #47 87.12 go/doc [2021-08-23T14:34:06.196Z] #47 90.02 github.com/LK4D4/vndr/versioned [2021-08-23T14:34:06.196Z] #47 90.12 compress/flate [2021-08-23T14:34:06.196Z] #47 90.43 github.com/LK4D4/vndr/build [2021-08-23T14:34:06.196Z] #47 92.74 hash/crc32 [2021-08-23T14:34:06.196Z] #47 93.19 crypto/rsa [2021-08-23T14:34:06.196Z] #47 93.21 compress/gzip [2021-08-23T14:34:06.765Z] #47 93.89 crypto/dsa [2021-08-23T14:34:07.025Z] #47 94.24 crypto/x509/pkix [2021-08-23T14:34:07.538Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-08-23T14:34:07.593Z] #65 ... [2021-08-23T14:34:07.593Z] [2021-08-23T14:34:07.593Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2021-08-23T14:34:07.593Z] #21 sha256:9fd6ca4866557fe5b40431bbf26daba41a3b00adbe3c73308d8a0ec0e06e6b6f [2021-08-23T14:34:07.593Z] #21 27.14 Setting up libc6:ppc64el (2.31-13) ... [2021-08-23T14:34:07.593Z] #21 28.40 Setting up libc6:s390x (2.31-13) ... [2021-08-23T14:34:07.593Z] #21 29.66 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.68 Setting up libapparmor1:armel (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.69 Setting up libapparmor1:armhf (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.71 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.73 Setting up libapparmor1:s390x (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.75 Setting up libseccomp2:arm64 (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.76 Setting up libseccomp2:armel (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.77 Setting up libseccomp2:armhf (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.79 Setting up libseccomp2:ppc64el (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.81 Setting up libseccomp2:s390x (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.83 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.84 Setting up libapparmor-dev:armel (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.85 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.87 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.89 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2021-08-23T14:34:07.593Z] #21 29.91 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.92 Setting up libseccomp-dev:armel (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.94 Setting up libseccomp-dev:armhf (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.96 Setting up libseccomp-dev:ppc64el (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 29.98 Setting up libseccomp-dev:s390x (2.5.1-1) ... [2021-08-23T14:34:07.593Z] #21 30.00 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:34:07.593Z] #21 DONE 31.0s [2021-08-23T14:34:07.593Z] [2021-08-23T14:34:07.593Z] #62 [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-08-23T14:34:07.593Z] #62 sha256:90eebd99751038f49b0fe4f558a8db003b6b9dda73a14077b9bbe418a6147ced [2021-08-23T14:34:07.595Z] #47 94.80 vendor/golang.org/x/crypto/chacha20 [2021-08-23T14:34:07.595Z] #47 94.84 net [2021-08-23T14:34:08.165Z] #47 95.52 vendor/golang.org/x/crypto/poly1305 [2021-08-23T14:34:08.166Z] #62 1.469 + RM_GOPATH=0 [2021-08-23T14:34:08.166Z] #62 1.469 + TMP_GOPATH= [2021-08-23T14:34:08.166Z] #62 1.469 + : /build [2021-08-23T14:34:08.166Z] #62 1.469 + '[' -z '' ']' [2021-08-23T14:34:08.166Z] #62 1.469 ++ mktemp -d [2021-08-23T14:34:08.427Z] #62 ... [2021-08-23T14:34:08.427Z] [2021-08-23T14:34:08.427Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-08-23T14:34:08.427Z] #22 sha256:921ce4b1cdfa166b8c6e29f25bdb5d13f4af54c78f990f8c18f69aab73b31d0f [2021-08-23T14:34:08.427Z] #22 DONE 1.6s [2021-08-23T14:34:08.427Z] [2021-08-23T14:34:08.427Z] #62 [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-08-23T14:34:08.427Z] #62 sha256:90eebd99751038f49b0fe4f558a8db003b6b9dda73a14077b9bbe418a6147ced [2021-08-23T14:34:08.427Z] #62 1.474 + export GOPATH=/tmp/tmp.UK8pzX0EH1 [2021-08-23T14:34:08.427Z] #62 1.474 + GOPATH=/tmp/tmp.UK8pzX0EH1 [2021-08-23T14:34:08.427Z] #62 1.474 + RM_GOPATH=1 [2021-08-23T14:34:08.427Z] #62 1.474 + case "$(go env GOARCH)" in [2021-08-23T14:34:08.427Z] #62 1.474 ++ go env GOARCH [2021-08-23T14:34:08.427Z] #62 1.480 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:34:08.427Z] #62 1.480 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:34:08.427Z] #62 1.480 ++ dirname /tmp/install/install.sh [2021-08-23T14:34:08.427Z] #62 1.481 + dir=/tmp/install [2021-08-23T14:34:08.427Z] #62 1.481 + bin=runc [2021-08-23T14:34:08.427Z] #62 1.481 + shift [2021-08-23T14:34:08.427Z] #62 1.481 + '[' '!' -f /tmp/install/runc.installer ']' [2021-08-23T14:34:08.427Z] #62 1.481 + . /tmp/install/runc.installer [2021-08-23T14:34:08.427Z] #62 1.482 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:34:08.427Z] #62 1.482 + install_runc [2021-08-23T14:34:08.427Z] #62 1.482 + uname -r [2021-08-23T14:34:08.427Z] #62 1.483 + grep -q '^3\.10\.0.*\.el7\.' [2021-08-23T14:34:08.427Z] #62 1.485 + RUNC_BUILDTAGS='seccomp ' [2021-08-23T14:34:08.427Z] #62 1.485 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-08-23T14:34:08.427Z] #62 1.485 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-08-23T14:34:08.427Z] #62 1.485 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UK8pzX0EH1/src/github.com/opencontainers/runc [2021-08-23T14:34:08.427Z] #62 1.487 Cloning into '/tmp/tmp.UK8pzX0EH1/src/github.com/opencontainers/runc'... [2021-08-23T14:34:09.104Z] #47 96.05 vendor/golang.org/x/sys/cpu [2021-08-23T14:34:09.364Z] #47 96.55 vendor/golang.org/x/crypto/chacha20poly1305 [2021-08-23T14:34:09.813Z] #62 ... [2021-08-23T14:34:09.813Z] [2021-08-23T14:34:09.813Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-08-23T14:34:09.813Z] #23 sha256:221fcd91cf478a483ddd5fb38957a97a8b9a548dc1c65ba10043251d8800aae6 [2021-08-23T14:34:09.813Z] #23 DONE 1.2s [2021-08-23T14:34:09.813Z] [2021-08-23T14:34:09.813Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-08-23T14:34:09.813Z] #24 sha256:de39de60324836d62cc43f74086966021a6a35a7f5e33e451cf3e6d8e8f768ea [2021-08-23T14:34:10.067Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-08-23T14:34:10.302Z] #47 97.60 vendor/golang.org/x/crypto/curve25519 [2021-08-23T14:34:10.756Z] #24 0.981 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-08-23T14:34:10.756Z] #24 DONE 1.1s [2021-08-23T14:34:10.756Z] [2021-08-23T14:34:10.756Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-08-23T14:34:10.756Z] #25 sha256:d257bfc48dff8c65a23f1df82a0629f7fa6293ebe76f15ddd90bd323051bca24 [2021-08-23T14:34:10.870Z] #47 98.15 vendor/golang.org/x/crypto/hkdf [2021-08-23T14:34:11.129Z] #47 98.29 vendor/golang.org/x/text/transform [2021-08-23T14:34:11.697Z] #47 98.93 vendor/golang.org/x/text/unicode/bidi [2021-08-23T14:34:11.698Z] #25 DONE 1.1s [2021-08-23T14:34:11.698Z] [2021-08-23T14:34:11.698Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-08-23T14:34:11.698Z] #26 sha256:8d76e3a2dbfd04c9a2420fcdcd6a4bc0b736a99f714194760b12ad61d1b00f2a [2021-08-23T14:34:11.957Z] #47 ... [2021-08-23T14:34:11.957Z] [2021-08-23T14:34:11.957Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:34:11.957Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:34:11.957Z] #14 99.10 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-08-23T14:34:11.957Z] #14 99.11 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:34:11.957Z] #14 99.12 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:34:12.594Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-08-23T14:34:13.083Z] #26 DONE 1.2s [2021-08-23T14:34:13.083Z] [2021-08-23T14:34:13.083Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:34:13.083Z] #27 sha256:4414c1bd40eb8bca80827ce3a2f42e71840d1e6ec14fb697735b1ae8a6b6d292 [2021-08-23T14:34:13.968Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-08-23T14:34:14.025Z] #27 DONE 1.1s [2021-08-23T14:34:14.025Z] [2021-08-23T14:34:14.025Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:34:14.025Z] #28 sha256:dc169f642c40539438884332f6e5e61ac620ba5c2c5c75b90effaba87893a50b [2021-08-23T14:34:14.686Z] c67ded6868b6: Verifying Checksum [2021-08-23T14:34:14.686Z] c67ded6868b6: Download complete [2021-08-23T14:34:15.410Z] #28 1.444 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:34:15.410Z] #28 1.444 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:34:15.410Z] #28 1.444 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:34:15.671Z] #28 1.702 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-08-23T14:34:15.933Z] #28 1.924 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-08-23T14:34:16.194Z] #28 2.260 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-08-23T14:34:16.455Z] #28 2.505 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-08-23T14:34:16.496Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-08-23T14:34:16.496Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-08-23T14:34:16.496Z] check_test.go:309: [d3258c7599679] daemon is not started [2021-08-23T14:34:16.496Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-08-23T14:34:16.754Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-08-23T14:34:17.012Z] check_test.go:309: [d77533de980bf] daemon is not started [2021-08-23T14:34:17.012Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-08-23T14:34:17.026Z] #28 2.913 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-08-23T14:34:17.287Z] #28 3.203 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [25.4 kB] [2021-08-23T14:34:17.287Z] #28 3.204 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [24.4 kB] [2021-08-23T14:34:17.287Z] #28 3.204 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [25.8 kB] [2021-08-23T14:34:17.287Z] #28 3.204 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [25.8 kB] [2021-08-23T14:34:17.287Z] #28 3.204 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [25.8 kB] [2021-08-23T14:34:17.945Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-08-23T14:34:18.203Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-08-23T14:34:18.203Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-08-23T14:34:18.770Z] check_test.go:309: [d5783b65a552d] daemon is not started [2021-08-23T14:34:18.770Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-08-23T14:34:18.770Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-08-23T14:34:20.079Z] #14 ... [2021-08-23T14:34:20.079Z] [2021-08-23T14:34:20.079Z] #60 [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-08-23T14:34:20.079Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:34:20.079Z] #60 106.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-08-23T14:34:20.079Z] #60 106.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-08-23T14:34:20.670Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-08-23T14:34:20.928Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-08-23T14:34:22.577Z] #28 ... [2021-08-23T14:34:22.577Z] [2021-08-23T14:34:22.577Z] #62 [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-08-23T14:34:22.577Z] #62 sha256:90eebd99751038f49b0fe4f558a8db003b6b9dda73a14077b9bbe418a6147ced [2021-08-23T14:34:22.577Z] #62 5.531 + cd /tmp/tmp.UK8pzX0EH1/src/github.com/opencontainers/runc [2021-08-23T14:34:22.577Z] #62 5.532 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:34:22.577Z] #62 5.678 + '[' -z '' ']' [2021-08-23T14:34:22.577Z] #62 5.678 + target=static [2021-08-23T14:34:22.577Z] #62 5.678 + make 'BUILDTAGS=seccomp ' static [2021-08-23T14:34:22.577Z] #62 6.074 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-08-23T14:34:22.827Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-08-23T14:34:22.827Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-08-23T14:34:23.257Z] 4612f6d0b889: Verifying Checksum [2021-08-23T14:34:23.257Z] 4612f6d0b889: Download complete [2021-08-23T14:34:23.371Z] #60 ... [2021-08-23T14:34:23.371Z] [2021-08-23T14:34:23.371Z] #47 [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-08-23T14:34:23.371Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:34:23.371Z] #47 100.5 vendor/golang.org/x/text/secure/bidirule [2021-08-23T14:34:23.371Z] #47 100.8 vendor/golang.org/x/text/unicode/norm [2021-08-23T14:34:23.371Z] #47 104.8 vendor/golang.org/x/net/idna [2021-08-23T14:34:23.371Z] #47 106.7 vendor/golang.org/x/net/http2/hpack [2021-08-23T14:34:23.371Z] #47 107.6 mime [2021-08-23T14:34:23.371Z] #47 109.2 mime/quotedprintable [2021-08-23T14:34:23.371Z] #47 109.6 net/http/internal [2021-08-23T14:34:23.393Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-08-23T14:34:24.310Z] #47 ... [2021-08-23T14:34:24.310Z] [2021-08-23T14:34:24.310Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:34:24.310Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:34:24.310Z] #14 111.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-08-23T14:34:24.572Z] #14 111.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-08-23T14:34:24.572Z] #14 111.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:34:24.766Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-08-23T14:34:25.882Z] #62 19.03 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-08-23T14:34:26.139Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-08-23T14:34:26.454Z] #62 ... [2021-08-23T14:34:26.454Z] [2021-08-23T14:34:26.454Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:34:26.454Z] #28 sha256:dc169f642c40539438884332f6e5e61ac620ba5c2c5c75b90effaba87893a50b [2021-08-23T14:34:26.454Z] #28 12.47 Fetched 39.9 MB in 11s (3508 kB/s) [2021-08-23T14:34:26.477Z] #14 ... [2021-08-23T14:34:26.477Z] [2021-08-23T14:34:26.477Z] #60 [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-08-23T14:34:26.477Z] #60 sha256:b014922be1a7a568b64c8e999ddbe40627fba770892d0210b4376f3c16a38f6f [2021-08-23T14:34:26.477Z] #60 DONE 113.4s [2021-08-23T14:34:26.477Z] [2021-08-23T14:34:26.477Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-08-23T14:34:26.477Z] #61 sha256:b548c2a33e276c541c2fde5dfcb79093190d0c4ee571a684145cda90e32ac7a0 [2021-08-23T14:34:26.477Z] #61 DONE 0.1s [2021-08-23T14:34:26.477Z] [2021-08-23T14:34:26.477Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-08-23T14:34:26.477Z] #62 sha256:dfdba2698e18a9b84f2ab15abbf155320a24c9e6b1123c62162c9dc44bbe6b9f [2021-08-23T14:34:26.477Z] #62 DONE 0.1s [2021-08-23T14:34:26.477Z] [2021-08-23T14:34:26.477Z] #47 [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-08-23T14:34:26.477Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:34:26.477Z] #47 111.8 crypto/tls [2021-08-23T14:34:26.705Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-08-23T14:34:27.396Z] #28 12.47 Reading package lists... [2021-08-23T14:34:27.396Z] #28 ... [2021-08-23T14:34:27.396Z] [2021-08-23T14:34:27.396Z] #62 [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-08-23T14:34:27.396Z] #62 sha256:90eebd99751038f49b0fe4f558a8db003b6b9dda73a14077b9bbe418a6147ced [2021-08-23T14:34:27.396Z] #62 20.22 + mkdir -p /build [2021-08-23T14:34:27.396Z] #62 20.22 + cp runc /build/runc [2021-08-23T14:34:27.396Z] #62 DONE 20.7s [2021-08-23T14:34:27.656Z] [2021-08-23T14:34:27.656Z] #65 [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-08-23T14:34:27.656Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:34:29.985Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-08-23T14:34:30.244Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-08-23T14:34:30.727Z] #47 ... [2021-08-23T14:34:30.727Z] [2021-08-23T14:34:30.727Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-08-23T14:34:30.727Z] #14 sha256:62a2a453b65e50348c9176d8a42cb0d041f264d45b155b924cc46d0ff4fc350c [2021-08-23T14:34:30.727Z] #14 117.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-08-23T14:34:30.727Z] #14 117.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-08-23T14:34:30.727Z] #14 117.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:34:30.727Z] #14 117.3 Selecting previously unselected package libapparmor1:amd64. [2021-08-23T14:34:30.727Z] #14 117.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-08-23T14:34:30.727Z] #14 117.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:34:30.727Z] #14 117.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-08-23T14:34:30.727Z] #14 117.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-08-23T14:34:30.727Z] #14 117.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:34:30.727Z] #14 117.6 Selecting previously unselected package libbtrfs0:amd64. [2021-08-23T14:34:30.727Z] #14 117.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-08-23T14:34:30.727Z] #14 117.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:34:30.987Z] #14 118.0 Selecting previously unselected package libbtrfs-dev:amd64. [2021-08-23T14:34:30.987Z] #14 118.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-08-23T14:34:30.987Z] #14 118.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:34:31.247Z] #14 118.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-08-23T14:34:31.247Z] #14 118.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:34:31.247Z] #14 118.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:34:31.247Z] #14 118.3 Selecting previously unselected package libudev-dev:amd64. [2021-08-23T14:34:31.247Z] #14 118.3 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-08-23T14:34:31.247Z] #14 118.3 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:34:31.247Z] #14 118.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-08-23T14:34:31.247Z] #14 118.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-08-23T14:34:31.247Z] #14 118.5 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:34:31.508Z] #14 118.7 Selecting previously unselected package libpcre2-16-0:amd64. [2021-08-23T14:34:31.508Z] #14 118.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-08-23T14:34:31.508Z] #14 118.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:34:31.767Z] #14 118.9 Selecting previously unselected package libpcre2-32-0:amd64. [2021-08-23T14:34:31.767Z] #14 118.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-08-23T14:34:31.767Z] #14 118.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:34:32.026Z] #14 119.1 Selecting previously unselected package libpcre2-posix2:amd64. [2021-08-23T14:34:32.026Z] #14 119.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-08-23T14:34:32.026Z] #14 119.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:34:32.026Z] #14 119.2 Selecting previously unselected package libpcre2-dev:amd64. [2021-08-23T14:34:32.026Z] #14 119.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-08-23T14:34:32.026Z] #14 119.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:34:32.143Z] --- PASS: TestBuildWithHugeFile (47.71s) [2021-08-23T14:34:32.143Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:34:32.143Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:34:32.143Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-08-23T14:34:32.143Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T14:34:32.143Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:34:32.143Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:34:32.143Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:34:32.143Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:34:32.143Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:34:32.143Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:34:32.143Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:34:32.143Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:34:32.143Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:34:32.143Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-08-23T14:34:32.143Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2021-08-23T14:34:32.143Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2021-08-23T14:34:32.143Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-08-23T14:34:32.143Z] === RUN TestBuildPreserveOwnership [2021-08-23T14:34:32.143Z] === RUN TestBuildPreserveOwnership/copy_from [2021-08-23T14:34:32.285Z] #14 119.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-08-23T14:34:32.545Z] #14 119.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-08-23T14:34:32.545Z] #14 119.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:34:32.545Z] #14 119.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-08-23T14:34:32.545Z] #14 119.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-08-23T14:34:32.804Z] #14 119.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:34:32.804Z] #14 119.9 Selecting previously unselected package libseccomp-dev:amd64. [2021-08-23T14:34:32.804Z] #14 119.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-08-23T14:34:32.804Z] #14 119.9 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:34:32.804Z] #14 120.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-08-23T14:34:32.804Z] #14 120.0 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-08-23T14:34:32.804Z] #14 120.0 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:34:32.947Z] #65 ... [2021-08-23T14:34:32.947Z] [2021-08-23T14:34:32.947Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:34:32.947Z] #28 sha256:dc169f642c40539438884332f6e5e61ac620ba5c2c5c75b90effaba87893a50b [2021-08-23T14:34:32.947Z] #28 12.47 Reading package lists... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-08-23T14:34:33.372Z] #14 120.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libudev-dev:amd64 (247.3-6) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-08-23T14:34:33.372Z] #14 120.6 Setting up mingw-w64-common (8.0.0-1) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-08-23T14:34:33.372Z] #14 120.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:34:33.517Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-08-23T14:34:33.517Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-08-23T14:34:33.631Z] #14 120.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:34:33.632Z] #14 120.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:34:33.632Z] #14 120.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-08-23T14:34:33.632Z] #14 120.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-08-23T14:34:33.632Z] #14 120.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-08-23T14:34:33.632Z] #14 120.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-08-23T14:34:33.632Z] #14 120.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-08-23T14:34:33.632Z] #14 120.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-08-23T14:34:33.632Z] #14 120.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:34:33.632Z] #14 120.8 Setting up dmsetup (2:1.02.175-2.1) ... [2021-08-23T14:34:33.632Z] #14 120.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:34:33.632Z] #14 120.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-08-23T14:34:33.632Z] #14 120.9 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:34:33.775Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-08-23T14:34:33.891Z] #14 DONE 121.2s [2021-08-23T14:34:33.891Z] [2021-08-23T14:34:33.891Z] #47 [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-08-23T14:34:33.891Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:34:33.891Z] #47 118.1 net/http/httptrace [2021-08-23T14:34:33.891Z] #47 118.3 net/http [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/server/middleware 0.052s coverage: 37.7% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/server/router/swarm 0.021s coverage: 5.7% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/container [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/events [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/types/filters 0.019s coverage: 92.2% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/image [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/network [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/builder/remotecontext 0.178s coverage: 13.7% of statements [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/builder/dockerfile 0.279s coverage: 49.0% of statements [2021-08-23T14:34:34.100Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-08-23T14:34:34.100Z] ok github.com/docker/docker/cmd/docker-proxy 0.050s coverage: 69.3% of statements [2021-08-23T14:34:34.340Z] check_test.go:309: [d39068269d201] daemon is not started [2021-08-23T14:34:34.340Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-08-23T14:34:34.340Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-08-23T14:34:34.598Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-08-23T14:34:34.598Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-08-23T14:34:35.057Z] ok github.com/docker/docker/builder/remotecontext/git 5.094s coverage: 86.3% of statements [2021-08-23T14:34:35.057Z] ? github.com/docker/docker/cli [no test files] [2021-08-23T14:34:35.057Z] ? github.com/docker/docker/cli/config [no test files] [2021-08-23T14:34:35.164Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-08-23T14:34:35.173Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:34:35.173Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:34:35.173Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:34:35.173Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:34:35.173Z] [2021-08-23T14:34:35.173Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:34:35.173Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:34:35.173Z] HOSTNAME=82633ffd0435 [2021-08-23T14:34:35.173Z] DEST=bundles/test-integration [2021-08-23T14:34:35.173Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:34:35.173Z] DOCKER_ROOTLESS=1 [2021-08-23T14:34:35.173Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:34:35.173Z] container=docker [2021-08-23T14:34:35.173Z] HOME=/root [2021-08-23T14:34:35.173Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:34:35.173Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:34:35.173Z] VALIDATE_BRANCH=master [2021-08-23T14:34:35.173Z] TERM=xterm [2021-08-23T14:34:35.173Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:34:35.173Z] SHLVL=1 [2021-08-23T14:34:35.173Z] TIMEOUT=120m [2021-08-23T14:34:35.173Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:34:35.173Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:34:35.173Z] GO111MODULE=off [2021-08-23T14:34:35.173Z] DOCKER_EXPERIMENTAL=1 [2021-08-23T14:34:35.173Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-08-23T14:34:35.173Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:34:35.173Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:34:35.173Z] GOPATH=/go [2021-08-23T14:34:35.173Z] PKG_CONFIG=pkg-config [2021-08-23T14:34:35.173Z] _=/usr/bin/env [2021-08-23T14:34:35.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-08-23T14:34:35.729Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-08-23T14:34:35.987Z] --- PASS: TestBuildPreserveOwnership (3.66s) [2021-08-23T14:34:35.987Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.40s) [2021-08-23T14:34:35.987Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s) [2021-08-23T14:34:35.987Z] === RUN TestBuildPlatformInvalid [2021-08-23T14:34:35.987Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-08-23T14:34:35.987Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-08-23T14:34:36.552Z] Loaded image: busybox:latest [2021-08-23T14:34:36.552Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-08-23T14:34:36.810Z] Loaded image: busybox:glibc [2021-08-23T14:34:37.152Z] #28 18.31 Reading package lists... [2021-08-23T14:34:37.183Z] #47 ... [2021-08-23T14:34:37.183Z] [2021-08-23T14:34:37.183Z] #55 [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-08-23T14:34:37.183Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:34:37.183Z] #55 2.961 + RM_GOPATH=0 [2021-08-23T14:34:37.183Z] #55 2.961 + TMP_GOPATH= [2021-08-23T14:34:37.183Z] #55 2.961 + : /build [2021-08-23T14:34:37.183Z] #55 2.961 + '[' -z '' ']' [2021-08-23T14:34:37.183Z] #55 2.970 ++ mktemp -d [2021-08-23T14:34:37.183Z] #55 2.970 + export GOPATH=/tmp/tmp.CvvYDfetEI [2021-08-23T14:34:37.183Z] #55 2.970 + GOPATH=/tmp/tmp.CvvYDfetEI [2021-08-23T14:34:37.183Z] #55 2.970 + RM_GOPATH=1 [2021-08-23T14:34:37.183Z] #55 2.970 + case "$(go env GOARCH)" in [2021-08-23T14:34:37.183Z] #55 2.970 ++ go env GOARCH [2021-08-23T14:34:37.183Z] #55 2.986 + export GO_BUILDMODE=-buildmode=pie [2021-08-23T14:34:37.183Z] #55 2.986 + GO_BUILDMODE=-buildmode=pie [2021-08-23T14:34:37.183Z] #55 2.987 ++ dirname /tmp/install/install.sh [2021-08-23T14:34:37.183Z] #55 2.988 + dir=/tmp/install [2021-08-23T14:34:37.183Z] #55 2.990 + bin=runc [2021-08-23T14:34:37.183Z] #55 2.990 + shift [2021-08-23T14:34:37.183Z] #55 2.990 + '[' '!' -f /tmp/install/runc.installer ']' [2021-08-23T14:34:37.183Z] #55 2.990 + . /tmp/install/runc.installer [2021-08-23T14:34:37.183Z] #55 2.991 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:34:37.183Z] #55 2.991 + install_runc [2021-08-23T14:34:37.183Z] #55 3.000 + grep -q '^3\.10\.0.*\.el7\.' [2021-08-23T14:34:37.183Z] #55 3.001 + uname -r [2021-08-23T14:34:37.183Z] #55 3.009 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-08-23T14:34:37.183Z] #55 3.009 + RUNC_BUILDTAGS='seccomp ' [2021-08-23T14:34:37.183Z] #55 3.009 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-08-23T14:34:37.183Z] #55 3.012 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CvvYDfetEI/src/github.com/opencontainers/runc [2021-08-23T14:34:37.183Z] #55 3.012 Cloning into '/tmp/tmp.CvvYDfetEI/src/github.com/opencontainers/runc'... [2021-08-23T14:34:37.443Z] #55 ... [2021-08-23T14:34:37.443Z] [2021-08-23T14:34:37.443Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-08-23T14:34:37.443Z] #15 sha256:0ec47ba844b5e0828037f24a154378620ba621f6e138df8e7e2cd85e3eb65be8 [2021-08-23T14:34:37.443Z] #15 DONE 3.3s [2021-08-23T14:34:37.443Z] [2021-08-23T14:34:37.443Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-08-23T14:34:37.443Z] #16 sha256:0b2c1ce95ea1a4f8f4835b12f6fb1200b80c529afd423d11a7f0bfa461b227c2 [2021-08-23T14:34:37.756Z] Loaded image: debian:bullseye-slim [2021-08-23T14:34:38.015Z] Loaded image: hello-world:latest [2021-08-23T14:34:38.015Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:34:38.015Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-08-23T14:34:38.095Z] #28 22.91 Building dependency tree... [2021-08-23T14:34:38.356Z] #28 24.18 Reading state information... [2021-08-23T14:34:38.580Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-08-23T14:34:38.581Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-08-23T14:34:39.297Z] #28 25.19 bzip2 is already the newest version (1.0.8-4). [2021-08-23T14:34:39.297Z] #28 25.19 patch is already the newest version (2.7.6-7). [2021-08-23T14:34:39.297Z] #28 25.19 xz-utils is already the newest version (5.2.5-2). [2021-08-23T14:34:39.297Z] #28 25.19 The following additional packages will be installed: [2021-08-23T14:34:39.297Z] #28 25.19 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-08-23T14:34:39.297Z] #28 25.20 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2021-08-23T14:34:39.297Z] #28 25.20 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-08-23T14:34:39.297Z] #28 25.20 python3-pkg-resources vim-runtime xxd [2021-08-23T14:34:39.297Z] #28 25.23 Suggested packages: [2021-08-23T14:34:39.297Z] #28 25.23 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2021-08-23T14:34:39.297Z] #28 25.23 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2021-08-23T14:34:39.297Z] #28 25.23 Recommended packages: [2021-08-23T14:34:39.297Z] #28 25.23 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-08-23T14:34:39.981Z] #16 DONE 2.5s [2021-08-23T14:34:39.981Z] [2021-08-23T14:34:39.981Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:34:39.981Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:34:39.981Z] #33 ... [2021-08-23T14:34:39.981Z] [2021-08-23T14:34:39.981Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-08-23T14:34:39.981Z] #17 sha256:35184b97e4472185c9df52527f99f416766ffec824a50908a36c173fec43f5fa [2021-08-23T14:34:40.238Z] #28 26.31 The following NEW packages will be installed: [2021-08-23T14:34:40.238Z] #28 26.31 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2021-08-23T14:34:40.238Z] #28 26.32 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-08-23T14:34:40.238Z] #28 26.32 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2021-08-23T14:34:40.238Z] #28 26.32 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2021-08-23T14:34:40.238Z] #28 26.32 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2021-08-23T14:34:40.238Z] #28 26.32 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2021-08-23T14:34:40.238Z] #28 26.32 vim-common vim-runtime xfsprogs xxd zip [2021-08-23T14:34:40.358Z] ok github.com/docker/docker/client 0.430s coverage: 75.4% of statements [2021-08-23T14:34:40.809Z] #28 26.70 0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:34:40.809Z] #28 26.70 Need to get 18.0 MB of archives. [2021-08-23T14:34:40.809Z] #28 26.70 After this operation, 69.4 MB of additional disk space will be used. [2021-08-23T14:34:40.809Z] #28 26.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-08-23T14:34:40.809Z] #28 26.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-08-23T14:34:40.809Z] #28 26.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-08-23T14:34:40.809Z] #28 26.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-08-23T14:34:40.809Z] #28 26.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-08-23T14:34:40.809Z] #28 26.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-08-23T14:34:40.809Z] #28 26.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-08-23T14:34:40.809Z] #28 26.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-08-23T14:34:40.809Z] #28 26.72 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:34:40.809Z] #28 26.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:34:40.809Z] #28 26.73 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-08-23T14:34:40.809Z] #28 26.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-08-23T14:34:40.809Z] #28 26.75 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-08-23T14:34:40.809Z] #28 26.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-08-23T14:34:40.809Z] #28 26.77 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-08-23T14:34:40.809Z] #28 26.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-08-23T14:34:40.809Z] #28 26.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-08-23T14:34:40.809Z] #28 26.78 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-08-23T14:34:40.809Z] #28 26.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-08-23T14:34:40.809Z] #28 26.78 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-08-23T14:34:40.809Z] #28 26.78 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-08-23T14:34:40.810Z] #28 26.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-08-23T14:34:40.810Z] #28 26.78 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-08-23T14:34:40.810Z] #28 26.78 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-08-23T14:34:40.810Z] #28 26.79 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-08-23T14:34:40.810Z] #28 26.81 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-08-23T14:34:40.810Z] #28 26.82 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-08-23T14:34:40.810Z] #28 26.82 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-08-23T14:34:40.810Z] #28 26.82 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-08-23T14:34:40.810Z] #28 26.83 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-08-23T14:34:40.810Z] #28 26.83 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-08-23T14:34:40.810Z] #28 26.83 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-08-23T14:34:40.810Z] #28 26.84 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-08-23T14:34:40.810Z] #28 26.85 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-08-23T14:34:40.810Z] #28 26.85 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-08-23T14:34:40.810Z] #28 26.92 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-08-23T14:34:41.070Z] #28 26.95 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-08-23T14:34:41.070Z] #28 26.96 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-08-23T14:34:41.106Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-08-23T14:34:41.331Z] #28 27.49 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:34:41.592Z] #28 27.68 Fetched 18.0 MB in 1s (32.1 MB/s) [2021-08-23T14:34:41.592Z] #28 27.73 Selecting previously unselected package pigz. [2021-08-23T14:34:41.853Z] #28 27.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40072 files and directories currently installed.) [2021-08-23T14:34:41.853Z] #28 27.77 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-08-23T14:34:41.853Z] #28 27.78 Unpacking pigz (2.6-1) ... [2021-08-23T14:34:41.853Z] #28 27.84 Selecting previously unselected package libelf1:amd64. [2021-08-23T14:34:41.853Z] #28 27.85 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-08-23T14:34:41.853Z] #28 27.86 Unpacking libelf1:amd64 (0.183-1) ... [2021-08-23T14:34:42.114Z] #28 27.96 Selecting previously unselected package libbpf0:amd64. [2021-08-23T14:34:42.114Z] #28 27.97 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-08-23T14:34:42.114Z] #28 27.98 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:34:42.114Z] #28 28.05 Selecting previously unselected package libcap2:amd64. [2021-08-23T14:34:42.114Z] #28 28.06 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-08-23T14:34:42.114Z] #28 28.06 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:34:42.114Z] #28 28.12 Selecting previously unselected package libmnl0:amd64. [2021-08-23T14:34:42.114Z] #28 28.13 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-08-23T14:34:42.114Z] #28 28.13 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:34:42.114Z] #28 28.21 Selecting previously unselected package libxtables12:amd64. [2021-08-23T14:34:42.375Z] #28 28.22 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-08-23T14:34:42.375Z] #28 28.23 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:34:42.375Z] #28 28.28 Selecting previously unselected package libcap2-bin. [2021-08-23T14:34:42.375Z] #28 28.29 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-08-23T14:34:42.375Z] #28 28.30 Unpacking libcap2-bin (1:2.44-1) ... [2021-08-23T14:34:42.375Z] #28 28.37 Selecting previously unselected package iproute2. [2021-08-23T14:34:42.375Z] #28 28.37 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-08-23T14:34:42.375Z] #28 28.38 Unpacking iproute2 (5.10.0-4) ... [2021-08-23T14:34:42.579Z] #17 2.157 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-08-23T14:34:42.579Z] #17 DONE 2.3s [2021-08-23T14:34:42.579Z] [2021-08-23T14:34:42.579Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-08-23T14:34:42.579Z] #18 sha256:6077cd7838e4a28a0054ed956ed2685994dfc1355ebb4e3a9710dde423e8b085 [2021-08-23T14:34:42.636Z] #28 28.62 Selecting previously unselected package xxd. [2021-08-23T14:34:42.636Z] #28 28.63 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:34:42.636Z] #28 28.64 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:34:42.897Z] #28 28.73 Selecting previously unselected package vim-common. [2021-08-23T14:34:42.897Z] #28 28.73 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:34:42.897Z] #28 28.75 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:34:42.897Z] #28 28.86 Selecting previously unselected package bash-completion. [2021-08-23T14:34:42.897Z] #28 28.86 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-08-23T14:34:43.005Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-08-23T14:34:43.262Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-08-23T14:34:43.828Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-08-23T14:34:44.100Z] #28 29.89 Unpacking bash-completion (1:2.11-2) ... [2021-08-23T14:34:44.100Z] #28 30.06 Selecting previously unselected package apparmor. [2021-08-23T14:34:44.100Z] #28 30.07 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2021-08-23T14:34:44.100Z] #28 30.11 Unpacking apparmor (2.13.6-10) ... [2021-08-23T14:34:44.361Z] #28 30.30 Selecting previously unselected package inetutils-ping. [2021-08-23T14:34:44.361Z] #28 30.30 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-08-23T14:34:44.361Z] #28 30.31 Unpacking inetutils-ping (2:2.0-1) ... [2021-08-23T14:34:44.361Z] #28 30.39 Selecting previously unselected package libip4tc2:amd64. [2021-08-23T14:34:44.361Z] #28 30.41 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:34:44.544Z] #18 DONE 2.2s [2021-08-23T14:34:44.544Z] [2021-08-23T14:34:44.544Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-08-23T14:34:44.544Z] #19 sha256:4bad5f34e840cd6c5556520d0d5490b6a44b9a8ae3de3c5bebdb74161fc526ac [2021-08-23T14:34:44.622Z] #28 30.41 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:34:44.622Z] #28 30.47 Selecting previously unselected package libip6tc2:amd64. [2021-08-23T14:34:44.622Z] #28 30.48 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:34:44.622Z] #28 30.49 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:34:44.622Z] #28 30.55 Selecting previously unselected package libnfnetlink0:amd64. [2021-08-23T14:34:44.622Z] #28 30.56 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-08-23T14:34:44.622Z] #28 30.57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:34:44.622Z] #28 30.62 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-08-23T14:34:44.622Z] #28 30.64 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-08-23T14:34:44.622Z] #28 30.64 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:34:44.883Z] #28 30.70 Selecting previously unselected package libnftnl11:amd64. [2021-08-23T14:34:44.883Z] #28 30.71 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2021-08-23T14:34:44.883Z] #28 30.72 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:34:44.883Z] #28 30.77 Selecting previously unselected package iptables. [2021-08-23T14:34:44.883Z] #28 30.78 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2021-08-23T14:34:44.883Z] #28 30.79 Unpacking iptables (1.8.7-1) ... [2021-08-23T14:34:44.883Z] #28 30.94 Selecting previously unselected package libonig5:amd64. [2021-08-23T14:34:44.883Z] #28 30.95 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2021-08-23T14:34:45.144Z] #28 30.95 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:34:45.144Z] #28 31.05 Selecting previously unselected package libjq1:amd64. [2021-08-23T14:34:45.144Z] #28 31.06 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2021-08-23T14:34:45.144Z] #28 31.07 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:34:45.144Z] #28 31.14 Selecting previously unselected package jq. [2021-08-23T14:34:45.144Z] #28 31.14 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2021-08-23T14:34:45.144Z] #28 31.14 Unpacking jq (1.6-2.1) ... [2021-08-23T14:34:45.200Z] === RUN TestDockerSuite/TestBuildAddScript [2021-08-23T14:34:45.405Z] #28 31.21 Selecting previously unselected package libaio1:amd64. [2021-08-23T14:34:45.405Z] #28 31.21 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2021-08-23T14:34:45.405Z] #28 31.22 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:34:45.405Z] #28 31.28 Selecting previously unselected package libgpm2:amd64. [2021-08-23T14:34:45.405Z] #28 31.29 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2021-08-23T14:34:45.405Z] #28 31.29 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:34:45.405Z] #28 31.36 Selecting previously unselected package libinih1:amd64. [2021-08-23T14:34:45.405Z] #28 31.36 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2021-08-23T14:34:45.405Z] #28 31.37 Unpacking libinih1:amd64 (53-1+b2) ... [2021-08-23T14:34:45.405Z] #28 31.43 Selecting previously unselected package libnet1:amd64. [2021-08-23T14:34:45.405Z] #28 31.43 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-08-23T14:34:45.405Z] #28 31.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:34:45.458Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-08-23T14:34:45.458Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-08-23T14:34:45.458Z] check_test.go:309: [d47a32156f984] daemon is not started [2021-08-23T14:34:45.458Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-08-23T14:34:45.665Z] #28 31.51 Selecting previously unselected package libnl-3-200:amd64. [2021-08-23T14:34:45.665Z] #28 31.51 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-08-23T14:34:45.665Z] #28 31.52 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:34:45.665Z] #28 31.59 Selecting previously unselected package libprotobuf-c1:amd64. [2021-08-23T14:34:45.665Z] #28 31.60 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-08-23T14:34:45.665Z] #28 31.60 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:34:45.665Z] #28 31.65 Selecting previously unselected package net-tools. [2021-08-23T14:34:45.665Z] #28 31.66 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-08-23T14:34:45.665Z] #28 31.67 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:34:45.665Z] #28 31.77 Selecting previously unselected package python-pip-whl. [2021-08-23T14:34:45.926Z] #28 31.78 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2021-08-23T14:34:45.926Z] #28 31.79 Unpacking python-pip-whl (20.3.4-4) ... [2021-08-23T14:34:45.926Z] #28 32.03 Selecting previously unselected package python3-lib2to3. [2021-08-23T14:34:46.187Z] #28 32.04 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2021-08-23T14:34:46.187Z] #28 32.04 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:34:46.187Z] #28 32.12 Selecting previously unselected package python3-distutils. [2021-08-23T14:34:46.187Z] #28 32.14 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2021-08-23T14:34:46.187Z] #28 32.14 Unpacking python3-distutils (3.9.2-1) ... [2021-08-23T14:34:46.187Z] #28 32.22 Selecting previously unselected package python3-pkg-resources. [2021-08-23T14:34:46.187Z] #28 32.22 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2021-08-23T14:34:46.187Z] #28 32.23 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:34:46.390Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.26s) [2021-08-23T14:34:46.390Z] PASS [2021-08-23T14:34:46.390Z] [2021-08-23T14:34:46.390Z] === Skipped [2021-08-23T14:34:46.390Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-08-23T14:34:46.390Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:34:46.390Z] [2021-08-23T14:34:46.390Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-08-23T14:34:46.390Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:34:46.390Z] [2021-08-23T14:34:46.390Z] [2021-08-23T14:34:46.390Z] DONE 34 tests, 2 skipped in 87.250s [2021-08-23T14:34:46.390Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-08-23T14:34:46.390Z] ++ 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-08-23T14:34:46.390Z] ++ set -e [2021-08-23T14:34:46.390Z] ++ '[' -n 0 ']' [2021-08-23T14:34:46.390Z] ++ set -x [2021-08-23T14:34:46.390Z] ++ 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-08-23T14:34:46.390Z] INFO: Testing against a local daemon [2021-08-23T14:34:46.390Z] === RUN TestConfigInspect [2021-08-23T14:34:46.448Z] #28 32.34 Selecting previously unselected package python3-setuptools. [2021-08-23T14:34:46.448Z] #28 32.34 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2021-08-23T14:34:46.448Z] #28 32.35 Unpacking python3-setuptools (52.0.0-4) ... [2021-08-23T14:34:46.448Z] #28 32.47 Selecting previously unselected package python3-wheel. [2021-08-23T14:34:46.448Z] #28 32.48 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2021-08-23T14:34:46.448Z] #28 32.49 Unpacking python3-wheel (0.34.2-1) ... [2021-08-23T14:34:46.708Z] #28 32.55 Selecting previously unselected package python3-pip. [2021-08-23T14:34:46.708Z] #28 32.57 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2021-08-23T14:34:46.708Z] #28 32.57 Unpacking python3-pip (20.3.4-4) ... [2021-08-23T14:34:46.708Z] #28 32.72 Selecting previously unselected package sudo. [2021-08-23T14:34:46.708Z] #28 32.73 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2021-08-23T14:34:46.708Z] #28 32.74 Unpacking sudo (1.9.5p2-3) ... [2021-08-23T14:34:47.076Z] #19 DONE 2.4s [2021-08-23T14:34:47.076Z] [2021-08-23T14:34:47.076Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-08-23T14:34:47.077Z] #33 sha256:ad05b9950cf07fea53716630ddc759e5af47377be4b3e619adf75bc4ef5c678b [2021-08-23T14:34:47.077Z] #33 DONE 133.9s [2021-08-23T14:34:47.077Z] [2021-08-23T14:34:47.077Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:34:47.077Z] #20 sha256:8f483ecc9149e54e0c90a4b103bc89792ff9e6fd9968181dbbdca78f5cf39a33 [2021-08-23T14:34:47.279Z] #28 33.03 Selecting previously unselected package thin-provisioning-tools. [2021-08-23T14:34:47.279Z] #28 33.04 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-08-23T14:34:47.279Z] #28 33.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:34:47.279Z] #28 33.17 Selecting previously unselected package uidmap. [2021-08-23T14:34:47.279Z] #28 33.18 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-08-23T14:34:47.279Z] #28 33.19 Unpacking uidmap (1:4.8.1-1) ... [2021-08-23T14:34:47.279Z] #28 33.28 Selecting previously unselected package vim-runtime. [2021-08-23T14:34:47.279Z] #28 33.29 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:34:47.279Z] #28 33.31 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-08-23T14:34:47.279Z] #28 33.33 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-08-23T14:34:47.279Z] #28 33.34 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:34:47.322Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-08-23T14:34:47.580Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-08-23T14:34:48.452Z] #20 ... [2021-08-23T14:34:48.452Z] [2021-08-23T14:34:48.452Z] #47 [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-08-23T14:34:48.452Z] #47 sha256:020c82b253e465c56074608599c8eab0a041b776662efa1c67b3da935242a93c [2021-08-23T14:34:48.452Z] #47 129.9 github.com/LK4D4/vndr/godl [2021-08-23T14:34:48.452Z] #47 130.6 github.com/LK4D4/vndr [2021-08-23T14:34:48.452Z] #47 DONE 135.3s [2021-08-23T14:34:48.452Z] [2021-08-23T14:34:48.452Z] #55 [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-08-23T14:34:48.452Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:34:48.452Z] #55 11.69 + cd /tmp/tmp.CvvYDfetEI/src/github.com/opencontainers/runc [2021-08-23T14:34:48.452Z] #55 11.69 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-08-23T14:34:48.452Z] #55 12.09 + '[' -z '' ']' [2021-08-23T14:34:48.452Z] #55 12.09 + target=static [2021-08-23T14:34:48.452Z] #55 12.09 + make 'BUILDTAGS=seccomp ' static [2021-08-23T14:34:48.452Z] #55 12.53 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-08-23T14:34:48.663Z] #28 34.53 Selecting previously unselected package vim. [2021-08-23T14:34:48.663Z] #28 34.53 Preparing to unpack .../40-vim_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:34:48.663Z] #28 34.55 Unpacking vim (2:8.2.2434-3) ... [2021-08-23T14:34:48.924Z] #28 34.80 Selecting previously unselected package xfsprogs. [2021-08-23T14:34:48.924Z] #28 34.81 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2021-08-23T14:34:48.924Z] #28 34.82 Unpacking xfsprogs (5.10.0-4) ... [2021-08-23T14:34:48.924Z] #28 35.01 Selecting previously unselected package zip. [2021-08-23T14:34:48.924Z] #28 35.02 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2021-08-23T14:34:48.924Z] #28 35.03 Unpacking zip (3.0-12) ... [2021-08-23T14:34:49.186Z] #28 35.16 Setting up python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:34:49.476Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-08-23T14:34:49.734Z] --- PASS: TestConfigInspect (3.43s) [2021-08-23T14:34:49.734Z] === RUN TestConfigList [2021-08-23T14:34:49.758Z] #28 35.58 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:34:49.758Z] #28 35.60 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:34:49.758Z] #28 35.61 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:34:49.758Z] #28 35.63 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:34:49.759Z] #28 35.64 Setting up libinih1:amd64 (53-1+b2) ... [2021-08-23T14:34:49.759Z] #28 35.66 Setting up uidmap (1:4.8.1-1) ... [2021-08-23T14:34:49.759Z] #28 35.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:34:49.759Z] #28 35.70 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:34:49.759Z] #28 35.71 Setting up python3-wheel (0.34.2-1) ... [2021-08-23T14:34:50.019Z] #28 36.03 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:34:50.019Z] #28 36.05 Setting up libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:34:50.280Z] #28 36.06 Setting up libcap2-bin (1:2.44-1) ... [2021-08-23T14:34:50.280Z] #28 36.08 Setting up apparmor (2.13.6-10) ... [2021-08-23T14:34:50.666Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-08-23T14:34:51.221Z] #28 37.22 Setting up zip (3.0-12) ... [2021-08-23T14:34:51.221Z] #28 37.23 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:34:51.221Z] #28 37.26 Setting up bash-completion (1:2.11-2) ... [2021-08-23T14:34:51.738Z] #55 ... [2021-08-23T14:34:51.738Z] [2021-08-23T14:34:51.738Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-08-23T14:34:51.738Z] #20 sha256:8f483ecc9149e54e0c90a4b103bc89792ff9e6fd9968181dbbdca78f5cf39a33 [2021-08-23T14:34:51.738Z] #20 DONE 4.6s [2021-08-23T14:34:51.738Z] [2021-08-23T14:34:51.738Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:34:51.738Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:34:52.163Z] #28 38.16 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:34:52.163Z] #28 38.18 Setting up sudo (1.9.5p2-3) ... [2021-08-23T14:34:52.424Z] #28 38.24 invoke-rc.d: could not determine current runlevel [2021-08-23T14:34:52.424Z] #28 38.25 invoke-rc.d: policy-rc.d denied execution of start. [2021-08-23T14:34:52.424Z] #28 38.26 Setting up xfsprogs (5.10.0-4) ... [2021-08-23T14:34:52.424Z] #28 38.27 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:34:52.424Z] #28 38.29 Setting up inetutils-ping (2:2.0-1) ... [2021-08-23T14:34:52.424Z] #28 38.31 Setting up pigz (2.6-1) ... [2021-08-23T14:34:52.424Z] #28 38.32 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:34:52.424Z] #28 38.35 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:34:52.424Z] #28 38.38 Setting up python-pip-whl (20.3.4-4) ... [2021-08-23T14:34:52.424Z] #28 38.40 Setting up vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:34:52.564Z] check_test.go:309: [d835b98098cc0] daemon is not started [2021-08-23T14:34:52.564Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-08-23T14:34:52.822Z] --- PASS: TestConfigList (3.12s) [2021-08-23T14:34:52.822Z] === RUN TestConfigsCreateAndDelete [2021-08-23T14:34:53.015Z] #28 38.84 Setting up libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:34:53.015Z] #28 38.86 Setting up python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:34:53.281Z] #28 39.09 Setting up libelf1:amd64 (0.183-1) ... [2021-08-23T14:34:53.281Z] #28 39.11 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:34:53.281Z] #28 39.13 Setting up python3-distutils (3.9.2-1) ... [2021-08-23T14:34:53.281Z] #28 39.37 Setting up vim (2:8.2.2434-3) ... [2021-08-23T14:34:53.551Z] #28 39.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-08-23T14:34:53.551Z] #28 39.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-08-23T14:34:53.551Z] #28 39.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-08-23T14:34:53.551Z] #28 39.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-08-23T14:34:53.551Z] #28 39.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-08-23T14:34:53.551Z] #28 39.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-08-23T14:34:53.551Z] #28 39.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-08-23T14:34:53.551Z] #28 39.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-08-23T14:34:53.551Z] #28 39.43 Setting up python3-setuptools (52.0.0-4) ... [2021-08-23T14:34:54.129Z] #28 40.14 Setting up libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:34:54.129Z] #28 40.15 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:34:54.129Z] #28 40.17 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:34:54.129Z] #28 40.20 Setting up python3-pip (20.3.4-4) ... [2021-08-23T14:34:54.703Z] #28 40.69 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:34:54.703Z] #28 40.70 Setting up jq (1.6-2.1) ... [2021-08-23T14:34:54.703Z] #28 40.73 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:34:54.703Z] #28 40.75 Setting up iptables (1.8.7-1) ... [2021-08-23T14:34:54.703Z] #28 40.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:34:54.703Z] #28 40.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:34:54.703Z] #28 40.77 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:34:54.703Z] #28 40.78 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:34:54.721Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-08-23T14:34:54.721Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-08-23T14:34:54.965Z] #28 40.79 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-08-23T14:34:54.965Z] #28 40.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-08-23T14:34:54.965Z] #28 40.81 Setting up iproute2 (5.10.0-4) ... [2021-08-23T14:34:54.965Z] #28 41.02 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:34:55.286Z] check_test.go:309: [d9aa3e2f835ad] daemon is not started [2021-08-23T14:34:55.286Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-08-23T14:34:55.857Z] --- PASS: TestConfigsCreateAndDelete (3.10s) [2021-08-23T14:34:55.857Z] === RUN TestConfigsUpdate [2021-08-23T14:34:55.910Z] #28 DONE 41.7s [2021-08-23T14:34:55.910Z] [2021-08-23T14:34:55.910Z] #29 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-08-23T14:34:55.910Z] #29 sha256:d37a6472c144edc4a802f0f9b0e9087bc15e3c57f30646b4cf15456ca29c1fc5 [2021-08-23T14:34:55.929Z] #21 4.075 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-08-23T14:34:55.929Z] #21 4.168 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-08-23T14:34:55.929Z] #21 4.250 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-08-23T14:34:55.929Z] #21 4.483 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-08-23T14:34:56.497Z] #21 5.053 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [25.8 kB] [2021-08-23T14:34:56.853Z] #29 1.018 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-08-23T14:34:56.853Z] #29 1.024 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-08-23T14:34:56.853Z] #29 1.030 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-08-23T14:34:56.853Z] #29 DONE 1.1s [2021-08-23T14:34:56.853Z] [2021-08-23T14:34:56.853Z] #65 [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-08-23T14:34:56.853Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:34:56.853Z] #65 ... [2021-08-23T14:34:56.853Z] [2021-08-23T14:34:56.853Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:34:56.853Z] #30 sha256:4e2f1b1b90270ecdea433d4d29c0278f01bc9d529af1639c391498410642a80b [2021-08-23T14:34:57.230Z] docker_cli_daemon_plugins_test.go:79: [d2378cd75e4fd] daemon is not started [2021-08-23T14:34:58.163Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-08-23T14:34:58.743Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-08-23T14:34:59.010Z] --- PASS: TestConfigsUpdate (3.03s) [2021-08-23T14:34:59.010Z] === RUN TestTemplatedConfig [2021-08-23T14:34:59.961Z] docker_cli_daemon_plugins_test.go:169: [de835c05717cf] daemon is not started [2021-08-23T14:35:00.686Z] #21 8.936 Fetched 8397 kB in 5s (1632 kB/s) [2021-08-23T14:35:00.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-08-23T14:35:01.182Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-08-23T14:35:01.182Z] === RUN TestDockerSuite/TestBuildAddTar [2021-08-23T14:35:02.575Z] --- PASS: TestTemplatedConfig (3.63s) [2021-08-23T14:35:02.575Z] === RUN TestConfigCreateResolve [2021-08-23T14:35:02.600Z] #21 8.936 Reading package lists... [2021-08-23T14:35:03.437Z] #30 ... [2021-08-23T14:35:03.437Z] [2021-08-23T14:35:03.437Z] #65 [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-08-23T14:35:03.437Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:03.437Z] #65 111.2 # github.com/containerd/containerd/cmd/containerd [2021-08-23T14:35:03.437Z] #65 111.2 /usr/bin/ld: /tmp/go-link-781412295/000019.o: in function `New': [2021-08-23T14:35:03.437Z] #65 111.2 /tmp/tmp.aKgsTd8xWB/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-08-23T14:35:03.437Z] #65 111.2 + bin/containerd-stress [2021-08-23T14:35:03.437Z] #65 112.4 + bin/containerd-shim [2021-08-23T14:35:04.475Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-08-23T14:35:04.768Z] #21 11.19 Reading package lists... [2021-08-23T14:35:05.040Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-08-23T14:35:05.338Z] #21 13.30 Building dependency tree... [2021-08-23T14:35:05.606Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-08-23T14:35:05.864Z] --- PASS: TestConfigCreateResolve (3.24s) [2021-08-23T14:35:05.864Z] PASS [2021-08-23T14:35:05.864Z] [2021-08-23T14:35:05.864Z] DONE 6 tests in 19.571s [2021-08-23T14:35:05.864Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-08-23T14:35:05.864Z] ++ 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-08-23T14:35:05.864Z] ++ set -e [2021-08-23T14:35:05.864Z] ++ '[' -n 0 ']' [2021-08-23T14:35:05.864Z] ++ set -x [2021-08-23T14:35:05.864Z] ++ 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-08-23T14:35:05.864Z] INFO: Testing against a local daemon [2021-08-23T14:35:05.864Z] === RUN TestCheckpoint [2021-08-23T14:35:05.864Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:35:05.864Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T14:35:05.864Z] === RUN TestContainerInvalidJSON [2021-08-23T14:35:05.864Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:35:05.865Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:35:05.865Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:35:05.865Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:35:05.865Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:35:05.865Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:35:05.865Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-08-23T14:35:05.865Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-08-23T14:35:05.865Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-08-23T14:35:05.865Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T14:35:05.865Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-08-23T14:35:05.865Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T14:35:05.865Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-08-23T14:35:05.865Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T14:35:05.908Z] #21 14.58 The following additional packages will be installed: [2021-08-23T14:35:05.988Z] #65 ... [2021-08-23T14:35:05.988Z] [2021-08-23T14:35:05.988Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:35:05.988Z] #30 sha256:4e2f1b1b90270ecdea433d4d29c0278f01bc9d529af1639c391498410642a80b [2021-08-23T14:35:05.988Z] #30 6.810 Collecting yamllint==1.26.1 [2021-08-23T14:35:05.988Z] #30 7.857 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-08-23T14:35:05.988Z] #30 8.321 Collecting pathspec>=0.5.3 [2021-08-23T14:35:05.988Z] #30 8.329 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-08-23T14:35:05.988Z] #30 8.469 Collecting pyyaml [2021-08-23T14:35:05.988Z] #30 8.477 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-08-23T14:35:05.988Z] #30 8.515 Building wheels for collected packages: yamllint [2021-08-23T14:35:05.988Z] #30 8.516 Building wheel for yamllint (setup.py): started [2021-08-23T14:35:05.988Z] #30 8.959 Building wheel for yamllint (setup.py): finished with status 'done' [2021-08-23T14:35:05.988Z] #30 8.960 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=71da52c710b91d0d35203cc547086bf318131b6233bf85634af7217743d0eab5 [2021-08-23T14:35:05.988Z] #30 8.961 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-08-23T14:35:05.988Z] #30 8.964 Successfully built yamllint [2021-08-23T14:35:05.988Z] #30 8.975 Installing collected packages: pyyaml, pathspec, yamllint [2021-08-23T14:35:05.988Z] #30 9.202 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-08-23T14:35:06.123Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-08-23T14:35:06.123Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T14:35:06.123Z] check_test.go:309: [d3bb51a7cf4b2] daemon is not started [2021-08-23T14:35:06.123Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-08-23T14:35:06.123Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-08-23T14:35:06.123Z] === RUN TestCopyFromContainer [2021-08-23T14:35:06.167Z] #21 14.58 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-08-23T14:35:06.167Z] #21 14.58 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-08-23T14:35:06.167Z] #21 14.58 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-08-23T14:35:06.167Z] #21 14.58 python3-pkg-resources vim-runtime xxd [2021-08-23T14:35:06.167Z] #21 14.59 Suggested packages: [2021-08-23T14:35:06.167Z] #21 14.59 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-08-23T14:35:06.167Z] #21 14.59 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-08-23T14:35:06.167Z] #21 14.59 acl attr quota [2021-08-23T14:35:06.167Z] #21 14.59 Recommended packages: [2021-08-23T14:35:06.167Z] #21 14.59 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-08-23T14:35:06.250Z] #30 DONE 9.5s [2021-08-23T14:35:06.250Z] [2021-08-23T14:35:06.250Z] #65 [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-08-23T14:35:06.250Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:06.511Z] #65 ... [2021-08-23T14:35:06.511Z] [2021-08-23T14:35:06.511Z] #33 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-08-23T14:35:06.511Z] #33 sha256:f945dd97fd2ee6b279b11a97c01f0888fba873a215e3c1707e57818e1431532e [2021-08-23T14:35:06.511Z] #33 DONE 0.2s [2021-08-23T14:35:06.511Z] [2021-08-23T14:35:06.511Z] #38 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-08-23T14:35:06.511Z] #38 sha256:fa005b4ab17a512b5e3471604df5cfb46dbd5d363715b916029f71e7c4e75c23 [2021-08-23T14:35:06.772Z] #38 DONE 0.4s [2021-08-23T14:35:06.772Z] [2021-08-23T14:35:06.772Z] #65 [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-08-23T14:35:06.772Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:07.034Z] #65 ... [2021-08-23T14:35:07.034Z] [2021-08-23T14:35:07.034Z] #41 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-08-23T14:35:07.034Z] #41 sha256:54f236f635c0178f9654ca6e656f6126dec2f07a00cc7cfa5fc0e4c717dcbcac [2021-08-23T14:35:07.034Z] #41 DONE 0.1s [2021-08-23T14:35:07.034Z] [2021-08-23T14:35:07.034Z] #43 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-08-23T14:35:07.034Z] #43 sha256:3b0368df4460009509fbf81518e13de20362e5c8acd35ae2dfe987309a9456d8 [2021-08-23T14:35:07.034Z] #43 DONE 0.1s [2021-08-23T14:35:07.034Z] [2021-08-23T14:35:07.034Z] #46 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-08-23T14:35:07.034Z] #46 sha256:8560bf1528bd5c036c6daa1b45365fe9ef0cb9a1e64018d03e82c497d5d97c6f [2021-08-23T14:35:07.034Z] #46 DONE 0.1s [2021-08-23T14:35:07.034Z] [2021-08-23T14:35:07.034Z] #65 [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-08-23T14:35:07.034Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:07.105Z] #21 15.58 The following NEW packages will be installed: [2021-08-23T14:35:07.105Z] #21 15.58 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-08-23T14:35:07.105Z] #21 15.59 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-08-23T14:35:07.105Z] #21 15.59 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-08-23T14:35:07.105Z] #21 15.59 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-08-23T14:35:07.105Z] #21 15.59 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-08-23T14:35:07.105Z] #21 15.59 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-08-23T14:35:07.105Z] #21 15.59 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-08-23T14:35:07.105Z] #21 15.59 xz-utils zip [2021-08-23T14:35:07.295Z] #65 ... [2021-08-23T14:35:07.295Z] [2021-08-23T14:35:07.295Z] #49 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-08-23T14:35:07.295Z] #49 sha256:62f852aa19c4c08a137e4832976f5d2d1071070da818b3ff71511eaf4265248b [2021-08-23T14:35:07.295Z] #49 DONE 0.2s [2021-08-23T14:35:07.295Z] [2021-08-23T14:35:07.295Z] #53 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-08-23T14:35:07.295Z] #53 sha256:7e57163a7c4c5f004a07703ea56aefdc6597743d549d2abe0cdd1ad0c11420a3 [2021-08-23T14:35:07.295Z] #53 DONE 0.1s [2021-08-23T14:35:07.295Z] [2021-08-23T14:35:07.295Z] #55 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-08-23T14:35:07.295Z] #55 sha256:3ccaa6a1a8bd6e1b8075ca3628bedf9179bd6b66360c26623dc3e8fd499a1aae [2021-08-23T14:35:07.364Z] #21 15.91 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:35:07.364Z] #21 15.91 Need to get 27.0 MB of archives. [2021-08-23T14:35:07.364Z] #21 15.91 After this operation, 104 MB of additional disk space will be used. [2021-08-23T14:35:07.364Z] #21 15.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-08-23T14:35:07.364Z] #21 15.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-08-23T14:35:07.365Z] #21 15.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-08-23T14:35:07.365Z] #21 15.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-08-23T14:35:07.365Z] #21 15.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-08-23T14:35:07.365Z] #21 15.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-08-23T14:35:07.365Z] #21 15.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-08-23T14:35:07.365Z] #21 15.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-08-23T14:35:07.365Z] #21 15.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-08-23T14:35:07.365Z] #21 15.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-08-23T14:35:07.365Z] #21 15.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-08-23T14:35:07.365Z] #21 15.97 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-08-23T14:35:07.365Z] #21 15.97 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-08-23T14:35:07.365Z] #21 15.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-08-23T14:35:07.365Z] #21 16.00 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-08-23T14:35:07.496Z] === RUN TestCopyFromContainer// [2021-08-23T14:35:07.496Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-08-23T14:35:07.496Z] === RUN TestCopyFromContainer//bar/root [2021-08-23T14:35:07.496Z] === RUN TestCopyFromContainer//bar/root/ [2021-08-23T14:35:07.496Z] === RUN TestCopyFromContainer/bar/quux [2021-08-23T14:35:07.555Z] #55 DONE 0.1s [2021-08-23T14:35:07.555Z] [2021-08-23T14:35:07.555Z] #57 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-08-23T14:35:07.555Z] #57 sha256:2f2175c15adeece3ac319d0eeebf8a333bb53c4d33a42aabd0e8050bf473598e [2021-08-23T14:35:07.555Z] #57 DONE 0.1s [2021-08-23T14:35:07.555Z] [2021-08-23T14:35:07.555Z] #65 [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-08-23T14:35:07.555Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:07.555Z] #65 ... [2021-08-23T14:35:07.555Z] [2021-08-23T14:35:07.555Z] #59 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-08-23T14:35:07.555Z] #59 sha256:13b5933eab86bdeca55b7b3a465846d332510b9648ef0435bc2df5821cb2442e [2021-08-23T14:35:07.624Z] #21 16.01 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-08-23T14:35:07.624Z] #21 16.01 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-08-23T14:35:07.624Z] #21 16.01 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-08-23T14:35:07.624Z] #21 16.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-08-23T14:35:07.624Z] #21 16.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-08-23T14:35:07.624Z] #21 16.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-08-23T14:35:07.624Z] #21 16.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-08-23T14:35:07.624Z] #21 16.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-08-23T14:35:07.624Z] #21 16.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-08-23T14:35:07.624Z] #21 16.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-08-23T14:35:07.624Z] #21 16.05 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-08-23T14:35:07.624Z] #21 16.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-08-23T14:35:07.754Z] === RUN TestCopyFromContainer/bar/quux/ [2021-08-23T14:35:07.754Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-08-23T14:35:07.754Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-08-23T14:35:07.754Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-08-23T14:35:07.816Z] #59 DONE 0.2s [2021-08-23T14:35:07.816Z] [2021-08-23T14:35:07.816Z] #61 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-08-23T14:35:07.816Z] #61 sha256:c6a8926e7101aaa23ad12832614ebd94a9c4bfc19c52bc67ff9c625bd4b19009 [2021-08-23T14:35:07.816Z] #61 DONE 0.1s [2021-08-23T14:35:07.816Z] [2021-08-23T14:35:07.816Z] #63 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-08-23T14:35:07.816Z] #63 sha256:6d4f1edaef4e1f50f780432e002c02121dbbc0028f42c152a640b462a4be8798 [2021-08-23T14:35:07.885Z] #21 16.36 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-08-23T14:35:07.885Z] #21 16.36 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-08-23T14:35:07.885Z] #21 16.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-08-23T14:35:07.885Z] #21 16.36 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-08-23T14:35:07.885Z] #21 16.36 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-08-23T14:35:07.885Z] #21 16.36 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-08-23T14:35:07.885Z] #21 16.37 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-08-23T14:35:07.885Z] #21 16.42 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-08-23T14:35:07.885Z] #21 16.43 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-08-23T14:35:07.885Z] #21 16.44 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-08-23T14:35:07.885Z] #21 16.45 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-08-23T14:35:07.885Z] #21 16.46 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-08-23T14:35:07.885Z] #21 16.46 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-08-23T14:35:07.885Z] #21 16.47 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-08-23T14:35:07.885Z] #21 16.49 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-08-23T14:35:07.885Z] #21 16.50 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-08-23T14:35:07.885Z] #21 16.51 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-08-23T14:35:08.013Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-08-23T14:35:08.013Z] === RUN TestCopyFromContainer/bar/notarget [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer (1.95s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer// (0.05s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-08-23T14:35:08.013Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-08-23T14:35:08.013Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T14:35:08.013Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:35:08.013Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:35:08.013Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:35:08.013Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:35:08.013Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:35:08.013Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:35:08.013Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:35:08.013Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:35:08.013Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:35:08.013Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-08-23T14:35:08.013Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T14:35:08.013Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-08-23T14:35:08.013Z] === RUN TestCreateWithInvalidEnv [2021-08-23T14:35:08.013Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T14:35:08.013Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T14:35:08.013Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T14:35:08.013Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T14:35:08.013Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T14:35:08.013Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T14:35:08.013Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T14:35:08.013Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T14:35:08.013Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T14:35:08.013Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T14:35:08.013Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T14:35:08.013Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T14:35:08.013Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-08-23T14:35:08.013Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-08-23T14:35:08.013Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T14:35:08.076Z] #63 DONE 0.1s [2021-08-23T14:35:08.076Z] [2021-08-23T14:35:08.076Z] #65 [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-08-23T14:35:08.076Z] #65 sha256:7157d252f7d385006c1eea119fc4e67bd899d59831ad006f87b9bf82f0f01d5f [2021-08-23T14:35:08.144Z] #21 16.71 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-08-23T14:35:08.404Z] #21 16.73 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-08-23T14:35:08.404Z] #21 16.75 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-08-23T14:35:08.663Z] #21 17.24 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:35:08.922Z] #21 17.35 Fetched 27.0 MB in 1s (23.7 MB/s) [2021-08-23T14:35:08.922Z] #21 17.43 Selecting previously unselected package pigz. [2021-08-23T14:35:08.922Z] #21 17.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-08-23T14:35:08.922Z] #21 17.47 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-08-23T14:35:08.922Z] #21 17.49 Unpacking pigz (2.6-1) ... [2021-08-23T14:35:08.947Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-08-23T14:35:09.182Z] #21 17.57 Selecting previously unselected package libelf1:amd64. [2021-08-23T14:35:09.182Z] #21 17.57 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-08-23T14:35:09.182Z] #21 17.59 Unpacking libelf1:amd64 (0.183-1) ... [2021-08-23T14:35:09.182Z] #21 17.71 Selecting previously unselected package libbpf0:amd64. [2021-08-23T14:35:09.182Z] #21 17.72 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-08-23T14:35:09.182Z] #21 17.72 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:35:09.182Z] #21 17.84 Selecting previously unselected package libcap2:amd64. [2021-08-23T14:35:09.204Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-08-23T14:35:09.444Z] #21 17.85 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-08-23T14:35:09.444Z] #21 17.85 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:35:09.444Z] #21 17.92 Selecting previously unselected package libmnl0:amd64. [2021-08-23T14:35:09.444Z] #21 17.93 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-08-23T14:35:09.444Z] #21 17.94 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:35:09.444Z] #21 17.99 Selecting previously unselected package libxtables12:amd64. [2021-08-23T14:35:09.444Z] #21 18.00 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-08-23T14:35:09.444Z] #21 18.01 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:35:09.444Z] #21 18.06 Selecting previously unselected package libcap2-bin. [2021-08-23T14:35:09.444Z] #21 18.07 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-08-23T14:35:09.444Z] #21 18.07 Unpacking libcap2-bin (1:2.44-1) ... [2021-08-23T14:35:09.704Z] #21 18.15 Selecting previously unselected package iproute2. [2021-08-23T14:35:09.704Z] #21 18.15 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-08-23T14:35:09.704Z] #21 18.16 Unpacking iproute2 (5.10.0-4) ... [2021-08-23T14:35:10.137Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-08-23T14:35:10.137Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2021-08-23T14:35:10.137Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T14:35:10.273Z] #21 18.61 Selecting previously unselected package xxd. [2021-08-23T14:35:10.273Z] #21 18.61 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:35:10.273Z] #21 18.63 Unpacking xxd (2:8.2.2434-3) ... [2021-08-23T14:35:10.273Z] #21 18.75 Selecting previously unselected package vim-common. [2021-08-23T14:35:10.273Z] #21 18.76 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:35:10.273Z] #21 18.77 Unpacking vim-common (2:8.2.2434-3) ... [2021-08-23T14:35:10.395Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-08-23T14:35:10.533Z] #21 18.90 Selecting previously unselected package bash-completion. [2021-08-23T14:35:10.533Z] #21 18.90 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-08-23T14:35:10.619Z] #65 120.9 + bin/containerd-shim-runc-v1 [2021-08-23T14:35:12.292Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-08-23T14:35:12.439Z] #21 20.60 Unpacking bash-completion (1:2.11-2) ... [2021-08-23T14:35:12.439Z] #21 20.98 Selecting previously unselected package bzip2. [2021-08-23T14:35:12.439Z] #21 20.99 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-08-23T14:35:12.439Z] #21 21.00 Unpacking bzip2 (1.0.8-4) ... [2021-08-23T14:35:12.439Z] #21 21.10 Selecting previously unselected package xz-utils. [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s) [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:35:12.550Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:35:12.550Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:35:12.550Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:35:12.550Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:35:12.550Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:35:12.550Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:35:12.550Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:35:12.550Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:35:12.550Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:35:12.550Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:35:12.550Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-08-23T14:35:12.550Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T14:35:12.550Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T14:35:12.699Z] #21 21.11 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-08-23T14:35:12.699Z] #21 21.11 Unpacking xz-utils (5.2.5-2) ... [2021-08-23T14:35:12.699Z] #21 21.32 Selecting previously unselected package apparmor. [2021-08-23T14:35:12.699Z] #21 21.32 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-08-23T14:35:12.959Z] #21 21.38 Unpacking apparmor (2.13.6-10) ... [2021-08-23T14:35:13.219Z] #21 21.73 Selecting previously unselected package inetutils-ping. [2021-08-23T14:35:13.219Z] #21 21.75 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-08-23T14:35:13.219Z] #21 21.76 Unpacking inetutils-ping (2:2.0-1) ... [2021-08-23T14:35:13.478Z] #21 21.85 Selecting previously unselected package libip4tc2:amd64. [2021-08-23T14:35:13.478Z] #21 21.85 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:35:13.478Z] #21 21.86 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:35:13.478Z] #21 21.92 Selecting previously unselected package libip6tc2:amd64. [2021-08-23T14:35:13.478Z] #21 21.93 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-08-23T14:35:13.478Z] #21 21.93 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:35:13.478Z] #21 21.99 Selecting previously unselected package libnfnetlink0:amd64. [2021-08-23T14:35:13.478Z] #21 22.00 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-08-23T14:35:13.478Z] #21 22.01 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:35:13.478Z] #21 22.06 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-08-23T14:35:13.478Z] #21 22.07 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-08-23T14:35:13.478Z] #21 22.08 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:35:13.478Z] #21 22.18 Selecting previously unselected package libnftnl11:amd64. [2021-08-23T14:35:13.481Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s) [2021-08-23T14:35:13.481Z] === RUN TestCreateDifferentPlatform [2021-08-23T14:35:13.481Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T14:35:13.481Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T14:35:13.481Z] --- PASS: TestCreateDifferentPlatform (0.08s) [2021-08-23T14:35:13.481Z] --- PASS: TestCreateDifferentPlatform/different_os (0.06s) [2021-08-23T14:35:13.481Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T14:35:13.481Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T14:35:13.481Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-08-23T14:35:13.481Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T14:35:13.481Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-08-23T14:35:13.481Z] === RUN TestContainerStartOnDaemonRestart [2021-08-23T14:35:13.481Z] === PAUSE TestContainerStartOnDaemonRestart [2021-08-23T14:35:13.481Z] === RUN TestDaemonRestartIpcMode [2021-08-23T14:35:13.481Z] === PAUSE TestDaemonRestartIpcMode [2021-08-23T14:35:13.481Z] === RUN TestDaemonHostGatewayIP [2021-08-23T14:35:13.481Z] === PAUSE TestDaemonHostGatewayIP [2021-08-23T14:35:13.481Z] === RUN TestRestartDaemonWithRestartingContainer [2021-08-23T14:35:13.481Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-08-23T14:35:13.481Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T14:35:13.481Z] === PAUSE TestContainerKillOnDaemonStart [2021-08-23T14:35:13.481Z] === RUN TestDiff [2021-08-23T14:35:13.738Z] #21 22.18 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-08-23T14:35:13.738Z] #21 22.18 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:35:13.738Z] #21 22.26 Selecting previously unselected package iptables. [2021-08-23T14:35:13.738Z] #21 22.26 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-08-23T14:35:13.738Z] #21 22.27 Unpacking iptables (1.8.7-1) ... [2021-08-23T14:35:13.739Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-08-23T14:35:13.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-08-23T14:35:13.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-08-23T14:35:14.012Z] #21 22.57 Selecting previously unselected package libonig5:amd64. [2021-08-23T14:35:14.012Z] #21 22.58 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-08-23T14:35:14.012Z] #21 22.58 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:35:14.272Z] #21 22.75 Selecting previously unselected package libjq1:amd64. [2021-08-23T14:35:14.272Z] #21 22.75 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-08-23T14:35:14.272Z] #21 22.75 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:35:14.272Z] #21 22.84 Selecting previously unselected package jq. [2021-08-23T14:35:14.272Z] #21 22.85 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-08-23T14:35:14.272Z] #21 22.86 Unpacking jq (1.6-2.1) ... [2021-08-23T14:35:14.272Z] #21 22.92 Selecting previously unselected package libaio1:amd64. [2021-08-23T14:35:14.272Z] #21 22.93 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-08-23T14:35:14.272Z] #21 22.93 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:35:14.272Z] #21 22.97 Selecting previously unselected package libgpm2:amd64. [2021-08-23T14:35:14.303Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-08-23T14:35:14.303Z] --- PASS: TestDiff (0.82s) [2021-08-23T14:35:14.303Z] === RUN TestExecWithCloseStdin [2021-08-23T14:35:14.531Z] #21 22.98 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-08-23T14:35:14.531Z] #21 22.99 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:35:14.531Z] #21 23.05 Selecting previously unselected package libicu67:amd64. [2021-08-23T14:35:14.531Z] #21 23.06 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-08-23T14:35:14.531Z] #21 23.06 Unpacking libicu67:amd64 (67.1-7) ... [2021-08-23T14:35:15.235Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-08-23T14:35:15.235Z] --- PASS: TestExecWithCloseStdin (0.98s) [2021-08-23T14:35:15.235Z] === RUN TestExec [2021-08-23T14:35:15.904Z] #65 126.0 + bin/containerd-shim-runc-v2 [2021-08-23T14:35:16.167Z] --- PASS: TestExec (0.86s) [2021-08-23T14:35:16.167Z] === RUN TestExecUser [2021-08-23T14:35:16.168Z] #65 126.6 + binaries [2021-08-23T14:35:16.168Z] #65 126.6 + install -D bin/containerd /build/containerd [2021-08-23T14:35:16.168Z] #65 126.7 + install -D bin/containerd-shim /build/containerd-shim [2021-08-23T14:35:16.168Z] #65 126.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-08-23T14:35:16.168Z] #65 126.7 + install -D bin/ctr /build/ctr [2021-08-23T14:35:16.428Z] #65 DONE 126.9s [2021-08-23T14:35:17.100Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-08-23T14:35:17.358Z] --- PASS: TestExecUser (1.10s) [2021-08-23T14:35:17.358Z] === RUN TestExportContainerAndImportImage [2021-08-23T14:35:17.358Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-08-23T14:35:17.370Z] [2021-08-23T14:35:17.370Z] #66 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-08-23T14:35:17.370Z] #66 sha256:abe79c1e59dba2999819bf9c18bea0db9038f16c10e7a0323860a599d9856646 [2021-08-23T14:35:17.370Z] #66 DONE 0.2s [2021-08-23T14:35:17.370Z] [2021-08-23T14:35:17.370Z] #70 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-08-23T14:35:17.370Z] #70 sha256:fb7c01843cd42be72ab292dd80e2afc8f05123006a172d0e0b581e76ea67f654 [2021-08-23T14:35:17.630Z] #70 DONE 0.1s [2021-08-23T14:35:17.630Z] [2021-08-23T14:35:17.630Z] #75 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-08-23T14:35:17.630Z] #75 sha256:bbe942b8d9b0bdbbe34e684ec95331ca27e6355bee45029a6276d11330829c9b [2021-08-23T14:35:17.630Z] #75 DONE 0.2s [2021-08-23T14:35:17.630Z] [2021-08-23T14:35:17.630Z] #76 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-08-23T14:35:17.630Z] #76 sha256:851f14b63ef2f009d0df1d360be46d79b65839739606927dddb43a791232bd07 [2021-08-23T14:35:17.630Z] #76 DONE 0.0s [2021-08-23T14:35:17.822Z] #21 26.22 Selecting previously unselected package libinih1:amd64. [2021-08-23T14:35:17.822Z] #21 26.22 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-08-23T14:35:17.822Z] #21 26.23 Unpacking libinih1:amd64 (53-1+b2) ... [2021-08-23T14:35:17.822Z] #21 26.27 Selecting previously unselected package libnet1:amd64. [2021-08-23T14:35:17.822Z] #21 26.28 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-08-23T14:35:17.822Z] #21 26.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:35:17.822Z] #21 26.40 Selecting previously unselected package libnl-3-200:amd64. [2021-08-23T14:35:17.822Z] #21 26.40 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-08-23T14:35:17.822Z] #21 26.41 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:35:17.822Z] #21 26.49 Selecting previously unselected package libprotobuf-c1:amd64. [2021-08-23T14:35:17.890Z] [2021-08-23T14:35:17.890Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-08-23T14:35:17.890Z] #77 sha256:68a58f7f335f4b3b8df1dde740cb19bcbe6c75fe4d5b01cf0e099144610d6762 [2021-08-23T14:35:18.081Z] #21 26.49 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-08-23T14:35:18.081Z] #21 26.50 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:35:18.081Z] #21 26.56 Selecting previously unselected package net-tools. [2021-08-23T14:35:18.081Z] #21 26.56 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-08-23T14:35:18.081Z] #21 26.57 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:35:18.291Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2021-08-23T14:35:18.291Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T14:35:18.341Z] #21 26.75 Selecting previously unselected package patch. [2021-08-23T14:35:18.341Z] #21 26.76 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-08-23T14:35:18.341Z] #21 26.77 Unpacking patch (2.7.6-7) ... [2021-08-23T14:35:18.341Z] #21 26.86 Selecting previously unselected package python-pip-whl. [2021-08-23T14:35:18.341Z] #21 26.87 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-08-23T14:35:18.341Z] #21 26.88 Unpacking python-pip-whl (20.3.4-4) ... [2021-08-23T14:35:18.460Z] #77 DONE 0.8s [2021-08-23T14:35:18.460Z] [2021-08-23T14:35:18.460Z] #78 exporting to image [2021-08-23T14:35:18.460Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-08-23T14:35:18.460Z] #78 exporting layers [2021-08-23T14:35:18.909Z] #21 27.37 Selecting previously unselected package python3-lib2to3. [2021-08-23T14:35:18.909Z] #21 27.37 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-08-23T14:35:18.909Z] #21 27.38 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:35:18.909Z] #21 27.47 Selecting previously unselected package python3-distutils. [2021-08-23T14:35:18.909Z] #21 27.48 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-08-23T14:35:18.909Z] #21 27.48 Unpacking python3-distutils (3.9.2-1) ... [2021-08-23T14:35:19.136Z] ok github.com/docker/docker/cmd/dockerd/trap 2.989s coverage: 0.0% of statements [2021-08-23T14:35:19.136Z] ok github.com/docker/docker/container 0.152s coverage: 34.8% of statements [2021-08-23T14:35:19.169Z] #21 27.62 Selecting previously unselected package python3-pkg-resources. [2021-08-23T14:35:19.169Z] #21 27.63 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-08-23T14:35:19.169Z] #21 27.63 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:35:19.429Z] #21 27.77 Selecting previously unselected package python3-setuptools. [2021-08-23T14:35:19.429Z] #21 27.77 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-08-23T14:35:19.429Z] #21 27.78 Unpacking python3-setuptools (52.0.0-4) ... [2021-08-23T14:35:19.429Z] #21 28.02 Selecting previously unselected package python3-wheel. [2021-08-23T14:35:19.429Z] #21 28.02 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-08-23T14:35:19.429Z] #21 28.03 Unpacking python3-wheel (0.34.2-1) ... [2021-08-23T14:35:19.429Z] #21 28.11 Selecting previously unselected package python3-pip. [2021-08-23T14:35:19.429Z] #21 28.12 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-08-23T14:35:19.429Z] #21 28.13 Unpacking python3-pip (20.3.4-4) ... [2021-08-23T14:35:19.663Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2021-08-23T14:35:19.663Z] === RUN TestHealthCheckWorkdir [2021-08-23T14:35:19.663Z] === RUN TestDockerSuite/TestBuildBlankName [2021-08-23T14:35:19.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-08-23T14:35:19.998Z] #21 28.41 Selecting previously unselected package sudo. [2021-08-23T14:35:19.998Z] #21 28.41 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-08-23T14:35:19.998Z] #21 28.42 Unpacking sudo (1.9.5p2-3) ... [2021-08-23T14:35:20.178Z] --- PASS: TestHealthCheckWorkdir (0.91s) [2021-08-23T14:35:20.178Z] === RUN TestHealthKillContainer [2021-08-23T14:35:20.567Z] #21 28.91 Selecting previously unselected package thin-provisioning-tools. [2021-08-23T14:35:20.567Z] #21 28.93 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-08-23T14:35:20.567Z] #21 28.94 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:35:20.826Z] #21 29.14 Selecting previously unselected package uidmap. [2021-08-23T14:35:20.826Z] #21 29.14 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-08-23T14:35:20.826Z] #21 29.16 Unpacking uidmap (1:4.8.1-1) ... [2021-08-23T14:35:20.826Z] #21 29.27 Selecting previously unselected package vim-runtime. [2021-08-23T14:35:20.826Z] #21 29.28 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-08-23T14:35:20.826Z] #21 29.33 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-08-23T14:35:20.826Z] #21 29.35 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-08-23T14:35:20.827Z] #21 29.36 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:35:21.110Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-08-23T14:35:21.367Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-08-23T14:35:22.450Z] ok github.com/docker/docker/cmd/dockerd 0.190s coverage: 29.1% of statements [2021-08-23T14:35:22.450Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-08-23T14:35:22.450Z] ? github.com/docker/docker/container/stream [no test files] [2021-08-23T14:35:22.450Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-08-23T14:35:22.450Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-08-23T14:35:22.450Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-08-23T14:35:22.450Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.056s coverage: 65.3% of statements [2021-08-23T14:35:22.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-08-23T14:35:22.996Z] --- PASS: TestHealthKillContainer (2.78s) [2021-08-23T14:35:22.996Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T14:35:23.930Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-08-23T14:35:23.930Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2021-08-23T14:35:23.930Z] === RUN TestIpcModeNone [2021-08-23T14:35:24.118Z] #21 32.35 Selecting previously unselected package vim. [2021-08-23T14:35:24.118Z] #21 32.35 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-08-23T14:35:24.118Z] #21 32.38 Unpacking vim (2:8.2.2434-3) ... [2021-08-23T14:35:24.378Z] #21 32.85 Selecting previously unselected package xfsprogs. [2021-08-23T14:35:24.378Z] #21 32.85 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-08-23T14:35:24.378Z] #21 32.86 Unpacking xfsprogs (5.10.0-4) ... [2021-08-23T14:35:24.495Z] --- PASS: TestIpcModeNone (0.65s) [2021-08-23T14:35:24.495Z] === RUN TestIpcModePrivate [2021-08-23T14:35:24.641Z] #21 33.27 Selecting previously unselected package zip. [2021-08-23T14:35:24.901Z] #21 33.27 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-08-23T14:35:24.901Z] #21 33.28 Unpacking zip (3.0-12) ... [2021-08-23T14:35:24.901Z] #21 33.49 Setting up python3-pkg-resources (52.0.0-4) ... [2021-08-23T14:35:25.002Z] ok github.com/docker/docker/daemon/cluster/convert 0.036s coverage: 35.9% of statements [2021-08-23T14:35:25.060Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2021-08-23T14:35:25.318Z] --- PASS: TestIpcModePrivate (0.86s) [2021-08-23T14:35:25.318Z] === RUN TestIpcModeShareable [2021-08-23T14:35:25.470Z] #21 ... [2021-08-23T14:35:25.470Z] [2021-08-23T14:35:25.470Z] #41 [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-08-23T14:35:25.470Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:35:25.470Z] #41 172.4 + dpkg --print-architecture [2021-08-23T14:35:25.470Z] #41 172.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-08-23T14:35:25.576Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-08-23T14:35:25.576Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-08-23T14:35:25.729Z] #41 172.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-08-23T14:35:25.729Z] #41 172.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-08-23T14:35:26.142Z] --- PASS: TestIpcModeShareable (0.75s) [2021-08-23T14:35:26.142Z] === RUN TestAPIIpcModeShareableAndContainer [2021-08-23T14:35:26.924Z] ok github.com/docker/docker/daemon/cluster 0.138s coverage: 0.5% of statements [2021-08-23T14:35:27.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-08-23T14:35:27.517Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-08-23T14:35:28.450Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s) [2021-08-23T14:35:28.450Z] === RUN TestAPIIpcModeHost [2021-08-23T14:35:29.016Z] --- PASS: TestAPIIpcModeHost (0.56s) [2021-08-23T14:35:29.016Z] === RUN TestDaemonIpcModeShareable [2021-08-23T14:35:29.482Z] ok github.com/docker/docker/daemon/config 0.073s coverage: 81.1% of statements [2021-08-23T14:35:29.482Z] ok github.com/docker/docker/daemon/discovery 0.007s coverage: 30.0% of statements [2021-08-23T14:35:29.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-08-23T14:35:30.148Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2021-08-23T14:35:30.406Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-08-23T14:35:30.406Z] --- PASS: TestDaemonIpcModeShareable (1.49s) [2021-08-23T14:35:30.406Z] === RUN TestDaemonIpcModePrivate [2021-08-23T14:35:30.427Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2021-08-23T14:35:30.690Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-08-23T14:35:30.971Z] check_test.go:309: [d7abb2261d9db] daemon is not started [2021-08-23T14:35:30.971Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-08-23T14:35:31.536Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false [2021-08-23T14:35:31.794Z] --- PASS: TestDaemonIpcModePrivate (1.45s) [2021-08-23T14:35:31.794Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-08-23T14:35:32.469Z] #41 ... [2021-08-23T14:35:32.469Z] [2021-08-23T14:35:32.469Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-08-23T14:35:32.469Z] #21 sha256:455a59f6042345323774e99c83bfdc6a6a41da361b498ef89cb9009fa550ed6d [2021-08-23T14:35:32.469Z] #21 34.41 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-08-23T14:35:32.469Z] #21 34.42 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-08-23T14:35:32.469Z] #21 34.43 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-08-23T14:35:32.470Z] #21 34.45 Setting up libicu67:amd64 (67.1-7) ... [2021-08-23T14:35:32.470Z] #21 34.47 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-08-23T14:35:32.470Z] #21 34.48 Setting up libinih1:amd64 (53-1+b2) ... [2021-08-23T14:35:32.470Z] #21 34.49 Setting up uidmap (1:4.8.1-1) ... [2021-08-23T14:35:32.470Z] #21 34.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-08-23T14:35:32.470Z] #21 34.51 Setting up bzip2 (1.0.8-4) ... [2021-08-23T14:35:32.470Z] #21 34.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-08-23T14:35:32.470Z] #21 34.53 Setting up python3-wheel (0.34.2-1) ... [2021-08-23T14:35:32.470Z] #21 35.20 Setting up xxd (2:8.2.2434-3) ... [2021-08-23T14:35:32.470Z] #21 35.22 Setting up libcap2:amd64 (1:2.44-1) ... [2021-08-23T14:35:32.470Z] #21 35.25 Setting up libcap2-bin (1:2.44-1) ... [2021-08-23T14:35:32.470Z] #21 35.27 Setting up apparmor (2.13.6-10) ... [2021-08-23T14:35:32.470Z] #21 37.54 Setting up zip (3.0-12) ... [2021-08-23T14:35:32.470Z] #21 37.57 Setting up vim-common (2:8.2.2434-3) ... [2021-08-23T14:35:32.470Z] #21 37.62 Setting up bash-completion (1:2.11-2) ... [2021-08-23T14:35:32.470Z] #21 39.59 Setting up xz-utils (5.2.5-2) ... [2021-08-23T14:35:32.470Z] #21 39.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-08-23T14:35:32.470Z] #21 39.61 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-08-23T14:35:32.470Z] #21 39.64 Setting up patch (2.7.6-7) ... [2021-08-23T14:35:32.470Z] #21 39.65 Setting up sudo (1.9.5p2-3) ... [2021-08-23T14:35:32.470Z] #21 39.75 invoke-rc.d: could not determine current runlevel [2021-08-23T14:35:32.470Z] #21 39.76 invoke-rc.d: policy-rc.d denied execution of start. [2021-08-23T14:35:32.470Z] #21 39.76 Setting up xfsprogs (5.10.0-4) ... [2021-08-23T14:35:32.470Z] #21 39.78 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-08-23T14:35:32.470Z] #21 39.79 Setting up inetutils-ping (2:2.0-1) ... [2021-08-23T14:35:32.470Z] #21 39.80 Setting up pigz (2.6-1) ... [2021-08-23T14:35:32.470Z] #21 39.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-08-23T14:35:32.470Z] #21 39.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-08-23T14:35:32.470Z] #21 39.84 Setting up python-pip-whl (20.3.4-4) ... [2021-08-23T14:35:32.470Z] #21 39.85 Setting up vim-runtime (2:8.2.2434-3) ... [2021-08-23T14:35:32.470Z] #21 40.55 Setting up libaio1:amd64 (0.3.112-9) ... [2021-08-23T14:35:32.470Z] #21 40.63 Setting up python3-lib2to3 (3.9.2-1) ... [2021-08-23T14:35:32.470Z] #21 41.02 Setting up libelf1:amd64 (0.183-1) ... [2021-08-23T14:35:32.470Z] #21 41.05 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-08-23T14:35:32.470Z] #21 41.07 Setting up python3-distutils (3.9.2-1) ... [2021-08-23T14:35:33.038Z] #21 41.49 Setting up vim (2:8.2.2434-3) ... [2021-08-23T14:35:33.038Z] #21 41.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-08-23T14:35:33.039Z] #21 41.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-08-23T14:35:33.039Z] #21 41.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-08-23T14:35:33.039Z] #21 41.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-08-23T14:35:33.039Z] #21 41.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-08-23T14:35:33.039Z] #21 41.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-08-23T14:35:33.039Z] #21 41.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-08-23T14:35:33.039Z] #21 41.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-08-23T14:35:33.039Z] #21 41.59 Setting up python3-setuptools (52.0.0-4) ... [2021-08-23T14:35:33.166Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-08-23T14:35:33.166Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false [2021-08-23T14:35:33.166Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-08-23T14:35:33.425Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.47s) [2021-08-23T14:35:33.425Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-08-23T14:35:34.418Z] #21 42.93 Setting up libjq1:amd64 (1.6-2.1) ... [2021-08-23T14:35:34.418Z] #21 42.94 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-08-23T14:35:34.418Z] #21 42.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-08-23T14:35:34.418Z] #21 42.96 Setting up python3-pip (20.3.4-4) ... [2021-08-23T14:35:34.798Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: true, mustBeShared: true [2021-08-23T14:35:34.903Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 13.8% of statements [2021-08-23T14:35:34.903Z] ok github.com/docker/docker/daemon/graphdriver/aufs 2.002s coverage: 74.6% of statements [2021-08-23T14:35:34.903Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.020s coverage: 3.1% of statements [2021-08-23T14:35:35.355Z] #21 44.01 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-08-23T14:35:35.355Z] #21 44.02 Setting up jq (1.6-2.1) ... [2021-08-23T14:35:35.355Z] #21 44.03 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-08-23T14:35:35.355Z] #21 44.04 Setting up iptables (1.8.7-1) ... [2021-08-23T14:35:35.355Z] #21 44.05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:35:35.355Z] #21 44.05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:35:35.362Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.00s) [2021-08-23T14:35:35.362Z] === RUN TestIpcModeOlderClient [2021-08-23T14:35:35.362Z] === PAUSE TestIpcModeOlderClient [2021-08-23T14:35:35.362Z] === RUN TestKillContainerInvalidSignal [2021-08-23T14:35:35.615Z] #21 44.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-08-23T14:35:35.615Z] #21 44.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-08-23T14:35:35.615Z] #21 44.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-08-23T14:35:35.615Z] #21 44.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-08-23T14:35:35.615Z] #21 44.08 Setting up iproute2 (5.10.0-4) ... [2021-08-23T14:35:35.875Z] #21 44.40 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:35:35.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-08-23T14:35:36.293Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.856s coverage: 56.2% of statements [2021-08-23T14:35:36.294Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2021-08-23T14:35:36.295Z] === RUN TestKillContainer [2021-08-23T14:35:36.295Z] === RUN TestKillContainer/no_signal [2021-08-23T14:35:36.860Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T14:35:37.239Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.027s coverage: 1.9% of statements [2021-08-23T14:35:37.260Z] #21 DONE 45.4s [2021-08-23T14:35:37.260Z] [2021-08-23T14:35:37.260Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-08-23T14:35:37.260Z] #22 sha256:206c86ab6d14b29d071eb11484523e5da9e2a75591bd04efd7bc3298e78f75c5 [2021-08-23T14:35:38.231Z] === RUN TestKillContainer/killing_signal [2021-08-23T14:35:38.640Z] #22 1.603 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-08-23T14:35:38.640Z] #22 1.606 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-08-23T14:35:38.640Z] #22 1.610 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-08-23T14:35:38.640Z] #22 DONE 1.8s [2021-08-23T14:35:38.640Z] [2021-08-23T14:35:38.640Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:35:38.640Z] #23 sha256:6364badd1da2353f4b862519c3678a8a307c893ad1c91dcc75e9e8dc3bb0cf55 [2021-08-23T14:35:39.164Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.789s coverage: 49.4% of statements [2021-08-23T14:35:39.165Z] --- PASS: TestKillContainer (3.10s) [2021-08-23T14:35:39.165Z] --- PASS: TestKillContainer/no_signal (0.77s) [2021-08-23T14:35:39.165Z] --- PASS: TestKillContainer/non_killing_signal (1.26s) [2021-08-23T14:35:39.165Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2021-08-23T14:35:39.165Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T14:35:39.165Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-08-23T14:35:40.100Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-08-23T14:35:40.419Z] #78 exporting layers 21.0s done [2021-08-23T14:35:40.419Z] #78 writing image sha256:64e2da4af0c939069cd7c556188dd04103217764528468ac88ca623839c25e32 done [2021-08-23T14:35:40.419Z] #78 naming to docker.io/library/docker:82c978ad9567772f349f604c6630d531b9348736 done [2021-08-23T14:35:40.419Z] #78 DONE 21.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-08-23T14:35:40.753Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/validate/default [2021-08-23T14:35:41.084Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 57.5% of statements [2021-08-23T14:35:41.346Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.061s coverage: 45.9% of statements [2021-08-23T14:35:41.346Z] ok github.com/docker/docker/daemon 12.349s coverage: 17.5% of statements [2021-08-23T14:35:41.346Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-08-23T14:35:41.346Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-08-23T14:35:41.346Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-08-23T14:35:41.346Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-08-23T14:35:41.346Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-08-23T14:35:41.367Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-08-23T14:35:41.367Z] No api/types/ or api/swagger.yaml changes in diff. [2021-08-23T14:35:41.367Z] Congratulations! All TOML source files changed here have valid syntax. [2021-08-23T14:35:41.367Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-08-23T14:35:41.367Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-08-23T14:35:41.367Z] Congratulations! No new tests were added to integration-cli. [2021-08-23T14:35:41.367Z] [2021-08-23T14:35:41.367Z] INFO Start validation with golang-ci-lint [2021-08-23T14:35:41.471Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.95s) [2021-08-23T14:35:41.472Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2021-08-23T14:35:41.472Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2021-08-23T14:35:41.472Z] === RUN TestKillStoppedContainer [2021-08-23T14:35:41.472Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-08-23T14:35:41.472Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T14:35:41.472Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-08-23T14:35:41.472Z] === RUN TestKillDifferentUserContainer [2021-08-23T14:35:41.609Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.451s coverage: 57.7% of statements [2021-08-23T14:35:41.609Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-08-23T14:35:41.609Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-08-23T14:35:41.629Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-08-23T14:35:41.629Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-08-23T14:35:41.629Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-08-23T14:35:42.183Z] ok github.com/docker/docker/daemon/links 0.021s coverage: 93.0% of statements [2021-08-23T14:35:42.445Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 3.0% of statements [2021-08-23T14:35:42.845Z] --- PASS: TestKillDifferentUserContainer (1.31s) [2021-08-23T14:35:42.845Z] === RUN TestInspectOomKilledTrue [2021-08-23T14:35:42.845Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:35:42.845Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T14:35:42.845Z] === RUN TestInspectOomKilledFalse [2021-08-23T14:35:42.845Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:35:42.845Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T14:35:42.845Z] === RUN TestLinksEtcHostsContentMatch [2021-08-23T14:35:43.102Z] --- PASS: TestLinksEtcHostsContentMatch (0.43s) [2021-08-23T14:35:43.102Z] === RUN TestLinksContainerNames [2021-08-23T14:35:43.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-08-23T14:35:44.367Z] ok github.com/docker/docker/daemon/logger 0.272s coverage: 43.5% of statements [2021-08-23T14:35:44.941Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2021-08-23T14:35:44.941Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 6.7% of statements [2021-08-23T14:35:44.941Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-08-23T14:35:44.941Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-08-23T14:35:44.941Z] ok github.com/docker/docker/daemon/logger/awslogs 0.334s coverage: 77.0% of statements [2021-08-23T14:35:44.941Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-08-23T14:35:44.941Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-08-23T14:35:45.040Z] --- PASS: TestLinksContainerNames (1.72s) [2021-08-23T14:35:45.040Z] === RUN TestLogsFollowTailEmpty [2021-08-23T14:35:45.520Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 23.9% of statements [2021-08-23T14:35:45.605Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2021-08-23T14:35:45.605Z] === RUN TestContainerNetworkMountsNoChown [2021-08-23T14:35:45.789Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2021-08-23T14:35:45.863Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-08-23T14:35:45.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-08-23T14:35:46.050Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 69.9% of statements [2021-08-23T14:35:46.121Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2021-08-23T14:35:46.121Z] === RUN TestMountDaemonRoot [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/default [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/default [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/private [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/private [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rprivate [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rprivate [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/slave [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/slave [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rslave [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rslave [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/shared [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/shared [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rshared [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rshared [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/default [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/default/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rslave [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rshared [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rprivate [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/default/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/default/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/default/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/private [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/private/bind_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/private/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/shared [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/slave [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-08-23T14:35:46.379Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:35:46.379Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/private/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/private/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:35:46.379Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-08-23T14:35:46.379Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-08-23T14:35:46.379Z] === RUN TestContainerBindMountNonRecursive [2021-08-23T14:35:46.624Z] ok github.com/docker/docker/daemon/logger/local 0.027s coverage: 75.2% of statements [2021-08-23T14:35:46.624Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-08-23T14:35:46.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-08-23T14:35:47.198Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.016s coverage: 31.5% of statements [2021-08-23T14:35:47.198Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.083s coverage: 58.2% of statements [2021-08-23T14:35:47.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-08-23T14:35:48.135Z] --- PASS: TestContainerBindMountNonRecursive (1.59s) [2021-08-23T14:35:48.135Z] === RUN TestContainerVolumesMountedAsShared [2021-08-23T14:35:48.144Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2021-08-23T14:35:48.144Z] ok github.com/docker/docker/daemon/logger/syslog 0.031s coverage: 46.8% of statements [2021-08-23T14:35:48.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-08-23T14:35:48.627Z] #23 ... [2021-08-23T14:35:48.627Z] [2021-08-23T14:35:48.627Z] #51 [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-08-23T14:35:48.627Z] #51 sha256:fc7a1f5f94de8c26031ba199912f9d0d3c2a1c687dc4a8112763416bb999a95c [2021-08-23T14:35:48.627Z] #51 195.0 + /build/golangci-lint --version [2021-08-23T14:35:48.627Z] #51 195.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-08-23T14:35:48.627Z] #51 DONE 195.5s [2021-08-23T14:35:48.627Z] [2021-08-23T14:35:48.627Z] #55 [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-08-23T14:35:48.627Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:48.627Z] #55 ... [2021-08-23T14:35:48.627Z] [2021-08-23T14:35:48.627Z] #41 [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-08-23T14:35:48.627Z] #41 sha256:09f8611a3e32dba1b284996beb7dbd44fc6293dfef4a1836bc7bec290ab1aa30 [2021-08-23T14:35:48.627Z] #41 DONE 195.3s [2021-08-23T14:35:48.627Z] [2021-08-23T14:35:48.627Z] #55 [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-08-23T14:35:48.627Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:48.699Z] --- PASS: TestContainerVolumesMountedAsShared (0.67s) [2021-08-23T14:35:48.699Z] === RUN TestContainerVolumesMountedAsSlave [2021-08-23T14:35:48.718Z] ok github.com/docker/docker/daemon/network 0.045s coverage: 63.8% of statements [2021-08-23T14:35:48.887Z] #55 ... [2021-08-23T14:35:48.887Z] [2021-08-23T14:35:48.887Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-08-23T14:35:48.887Z] #23 sha256:6364badd1da2353f4b862519c3678a8a307c893ad1c91dcc75e9e8dc3bb0cf55 [2021-08-23T14:35:48.887Z] #23 10.000 Collecting yamllint==1.26.1 [2021-08-23T14:35:49.264Z] --- PASS: TestContainerVolumesMountedAsSlave (0.53s) [2021-08-23T14:35:49.264Z] === RUN TestNetworkNat [2021-08-23T14:35:49.671Z] ok github.com/docker/docker/daemon/logger/splunk 1.897s coverage: 82.5% of statements [2021-08-23T14:35:49.671Z] ? github.com/docker/docker/daemon/names [no test files] [2021-08-23T14:35:49.671Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-08-23T14:35:49.671Z] ok github.com/docker/docker/distribution/metadata 0.098s coverage: 48.2% of statements [2021-08-23T14:35:49.826Z] #23 11.13 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-08-23T14:35:50.197Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-08-23T14:35:50.197Z] --- PASS: TestNetworkNat (0.95s) [2021-08-23T14:35:50.197Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T14:35:50.455Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-08-23T14:35:50.765Z] #23 12.05 Collecting pathspec>=0.5.3 [2021-08-23T14:35:50.765Z] #23 12.07 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-08-23T14:35:51.020Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2021-08-23T14:35:51.020Z] === RUN TestNetworkLoopbackNat [2021-08-23T14:35:51.025Z] #23 12.31 Collecting pyyaml [2021-08-23T14:35:51.025Z] #23 12.32 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-08-23T14:35:51.025Z] #23 12.39 Building wheels for collected packages: yamllint [2021-08-23T14:35:51.025Z] #23 12.40 Building wheel for yamllint (setup.py): started [2021-08-23T14:35:51.061Z] ok github.com/docker/docker/distribution 0.237s coverage: 25.8% of statements [2021-08-23T14:35:51.061Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-08-23T14:35:51.278Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-08-23T14:35:51.323Z] ok github.com/docker/docker/errdefs 0.022s coverage: 53.1% of statements [2021-08-23T14:35:51.897Z] ok github.com/docker/docker/image 0.043s coverage: 86.6% of statements [2021-08-23T14:35:51.963Z] #23 13.19 Building wheel for yamllint (setup.py): finished with status 'done' [2021-08-23T14:35:51.963Z] #23 13.20 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4945f761763569a9dd1c338d3858fc738b7771a8b21b46d287a53fed85b959fb [2021-08-23T14:35:51.963Z] #23 13.20 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-08-23T14:35:51.963Z] #23 13.21 Successfully built yamllint [2021-08-23T14:35:51.963Z] #23 13.23 Installing collected packages: pyyaml, pathspec, yamllint [2021-08-23T14:35:52.158Z] ok github.com/docker/docker/image/cache 0.036s coverage: 19.2% of statements [2021-08-23T14:35:52.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-08-23T14:35:52.222Z] #23 13.59 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-08-23T14:35:52.421Z] ok github.com/docker/docker/distribution/xfer 1.826s coverage: 85.1% of statements [2021-08-23T14:35:52.421Z] ? github.com/docker/docker/dockerversion [no test files] [2021-08-23T14:35:52.682Z] ok github.com/docker/docker/image/v1 0.041s coverage: 25.0% of statements [2021-08-23T14:35:52.682Z] ok github.com/docker/docker/image/tarexport 0.019s coverage: 0.7% of statements [2021-08-23T14:35:52.682Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-08-23T14:35:52.793Z] #23 DONE 14.0s [2021-08-23T14:35:52.793Z] [2021-08-23T14:35:52.793Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-08-23T14:35:52.793Z] #26 sha256:b9a4c595aecd6a3a23b29076072833c5571d1d198674f2a3b377003427a8ae82 [2021-08-23T14:35:52.945Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2021-08-23T14:35:53.053Z] #26 DONE 0.5s [2021-08-23T14:35:53.053Z] [2021-08-23T14:35:53.053Z] #55 [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-08-23T14:35:53.053Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:53.313Z] #55 ... [2021-08-23T14:35:53.313Z] [2021-08-23T14:35:53.313Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-08-23T14:35:53.313Z] #31 sha256:63537f1d5218686c8df92d92e9be4ec6eb9a99b37318b2f1b0521210f2cceaec [2021-08-23T14:35:53.583Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-08-23T14:35:53.840Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-08-23T14:35:53.840Z] --- PASS: TestNetworkLoopbackNat (2.90s) [2021-08-23T14:35:53.840Z] === RUN TestPause [2021-08-23T14:35:53.882Z] #31 DONE 0.6s [2021-08-23T14:35:53.882Z] [2021-08-23T14:35:53.882Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-08-23T14:35:53.882Z] #34 sha256:ebf094a3b2cae911b24b9641ecfaa43d2fac33c432f75c4936a7d8be021761e2 [2021-08-23T14:35:53.892Z] ok github.com/docker/docker/oci 0.041s coverage: 43.3% of statements [2021-08-23T14:35:54.143Z] #34 DONE 0.4s [2021-08-23T14:35:54.143Z] [2021-08-23T14:35:54.143Z] #55 [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-08-23T14:35:54.143Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:54.154Z] ok github.com/docker/docker/pkg/aaparser 0.015s coverage: 52.9% of statements [2021-08-23T14:35:54.154Z] ok github.com/docker/docker/opts 0.053s coverage: 67.1% of statements [2021-08-23T14:35:54.403Z] #55 ... [2021-08-23T14:35:54.403Z] [2021-08-23T14:35:54.403Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-08-23T14:35:54.403Z] #36 sha256:c86cf6d0dff2e23c7f28c0c07b0067d541517e03e7b331d02a3260b7e50e11a0 [2021-08-23T14:35:54.403Z] #36 DONE 0.2s [2021-08-23T14:35:54.403Z] [2021-08-23T14:35:54.403Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-08-23T14:35:54.403Z] #39 sha256:96a67891da65d1d60a32dd6ac47f99b97c77203b26c35355319db6fd83282d83 [2021-08-23T14:35:54.403Z] #39 DONE 0.1s [2021-08-23T14:35:54.403Z] [2021-08-23T14:35:54.403Z] #58 [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-08-23T14:35:54.403Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:35:54.663Z] #58 ... [2021-08-23T14:35:54.663Z] [2021-08-23T14:35:54.663Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-08-23T14:35:54.663Z] #42 sha256:7730844978eb4196235d9d693185850a992b5ae05e0b2fa64625787356e558d8 [2021-08-23T14:35:54.773Z] --- PASS: TestPause (0.65s) [2021-08-23T14:35:54.773Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T14:35:54.773Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:35:54.773Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:35:54.773Z] === RUN TestPauseStopPausedContainer [2021-08-23T14:35:54.923Z] #42 DONE 0.6s [2021-08-23T14:35:54.923Z] [2021-08-23T14:35:54.923Z] #55 [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-08-23T14:35:54.923Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:55.182Z] #55 ... [2021-08-23T14:35:55.182Z] [2021-08-23T14:35:55.182Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-08-23T14:35:55.182Z] #46 sha256:640b475f090c99871f247c2b75d5dba5cd26f746c23c631efeca6b36465b3d33 [2021-08-23T14:35:55.182Z] #46 DONE 0.1s [2021-08-23T14:35:55.182Z] [2021-08-23T14:35:55.182Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-08-23T14:35:55.182Z] #48 sha256:be955750d685ae6c70f36d0badc5177795b305950f720faf7567358cbb8bb5d3 [2021-08-23T14:35:55.338Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2021-08-23T14:35:55.338Z] === RUN TestPidHost [2021-08-23T14:35:55.442Z] #48 DONE 0.2s [2021-08-23T14:35:55.442Z] [2021-08-23T14:35:55.442Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-08-23T14:35:55.442Z] #50 sha256:2d9e672abec440dd04fef675305ddf8f285bc3f7fa378a27abd47c93ed420eda [2021-08-23T14:35:55.701Z] #50 DONE 0.1s [2021-08-23T14:35:55.701Z] [2021-08-23T14:35:55.701Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-08-23T14:35:55.701Z] #52 sha256:daa7825a13f4e99779272308990e7a57d64b3341570d0ab03ff49ccb27890433 [2021-08-23T14:35:55.960Z] #52 DONE 0.4s [2021-08-23T14:35:55.960Z] [2021-08-23T14:35:55.960Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-08-23T14:35:55.960Z] #54 sha256:a27d94060f92cc755162640bcef70ee126bdf72a2cbfd47d18a1b206026ebb9f [2021-08-23T14:35:55.960Z] #54 DONE 0.1s [2021-08-23T14:35:55.960Z] [2021-08-23T14:35:55.960Z] #55 [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-08-23T14:35:55.960Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:35:56.726Z] ok github.com/docker/docker/pkg/authorization 0.664s coverage: 68.3% of statements [2021-08-23T14:35:56.726Z] ok github.com/docker/docker/pkg/broadcaster 0.019s coverage: 100.0% of statements [2021-08-23T14:35:56.726Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-08-23T14:35:57.236Z] --- PASS: TestPidHost (1.92s) [2021-08-23T14:35:57.236Z] === RUN TestPsFilter [2021-08-23T14:35:57.494Z] --- PASS: TestPsFilter (0.25s) [2021-08-23T14:35:57.494Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T14:35:57.671Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2021-08-23T14:35:57.933Z] ok github.com/docker/docker/pkg/archive 1.297s coverage: 82.3% of statements [2021-08-23T14:35:58.194Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-08-23T14:35:58.425Z] check_test.go:309: [ddebe5f4d60c0] daemon is not started [2021-08-23T14:35:58.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-08-23T14:35:58.425Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2021-08-23T14:35:58.425Z] === RUN TestRemoveContainerWithVolume [2021-08-23T14:35:58.425Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-08-23T14:35:58.766Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-08-23T14:35:58.990Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2021-08-23T14:35:58.990Z] === RUN TestRemoveContainerRunning [2021-08-23T14:35:59.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-08-23T14:35:59.554Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-08-23T14:35:59.812Z] --- PASS: TestRemoveContainerRunning (0.66s) [2021-08-23T14:35:59.812Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T14:36:00.151Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-08-23T14:36:00.378Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-08-23T14:36:00.378Z] === RUN TestRemoveInvalidContainer [2021-08-23T14:36:00.378Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-08-23T14:36:00.378Z] === RUN TestRenameLinkedContainer [2021-08-23T14:36:00.378Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-08-23T14:36:00.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-08-23T14:36:00.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-08-23T14:36:00.412Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2021-08-23T14:36:00.412Z] ok github.com/docker/docker/pkg/chrootarchive 3.024s coverage: 43.2% of statements [2021-08-23T14:36:00.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-08-23T14:36:00.944Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-08-23T14:36:00.985Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-08-23T14:36:01.202Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-08-23T14:36:01.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-08-23T14:36:01.460Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-08-23T14:36:01.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-08-23T14:36:01.928Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2021-08-23T14:36:02.190Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 83.1% of statements [2021-08-23T14:36:02.190Z] ok github.com/docker/docker/pkg/discovery/kv 3.067s coverage: 84.1% of statements [2021-08-23T14:36:02.327Z] Running on azwin-2-2185b0 in d:\jenkins\workspace\moby_PR-42764 [Pipeline] { [Pipeline] ws [2021-08-23T14:36:02.342Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-08-23T14:36:02.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-08-23T14:36:02.443Z] The recommended git tool is: git [2021-08-23T14:36:02.452Z] ok github.com/docker/docker/pkg/fsutils 0.292s coverage: 85.1% of statements [2021-08-23T14:36:02.452Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-08-23T14:36:02.652Z] using credential docker-jenkins-github-credentials [2021-08-23T14:36:02.727Z] Cloning the remote Git repository [2021-08-23T14:36:02.727Z] Cloning with configured refspecs honoured and without tags [2021-08-23T14:36:03.026Z] ok github.com/docker/docker/layer 7.836s coverage: 68.8% of statements [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/oci/caps [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-08-23T14:36:03.026Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-08-23T14:36:03.357Z] --- PASS: TestRenameLinkedContainer (2.87s) [2021-08-23T14:36:03.357Z] === RUN TestRenameStoppedContainer [2021-08-23T14:36:02.761Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:36:02.761Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-08-23T14:36:02.823Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:36:02.823Z] > git --version # timeout=10 [2021-08-23T14:36:02.868Z] > git --version # 'git version 2.24.1.windows.2' [2021-08-23T14:36:02.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:36:02.871Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:36:03.599Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2021-08-23T14:36:03.860Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-08-23T14:36:03.860Z] ok github.com/docker/docker/pkg/idtools 0.769s coverage: 69.5% of statements [2021-08-23T14:36:03.860Z] ok github.com/docker/docker/pkg/namesgenerator 0.020s coverage: 85.7% of statements [2021-08-23T14:36:04.121Z] ok github.com/docker/docker/pkg/ioutils 0.637s coverage: 70.5% of statements [2021-08-23T14:36:04.121Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-08-23T14:36:04.121Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-08-23T14:36:04.121Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-08-23T14:36:04.121Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-08-23T14:36:04.121Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-08-23T14:36:04.290Z] --- PASS: TestRenameStoppedContainer (0.79s) [2021-08-23T14:36:04.290Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T14:36:04.384Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2021-08-23T14:36:04.505Z] 4612f6d0b889: Pull complete [2021-08-23T14:36:04.645Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 86.7% of statements [2021-08-23T14:36:04.645Z] ok github.com/docker/docker/pkg/pidfile 0.016s coverage: 82.4% of statements [2021-08-23T14:36:04.645Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-08-23T14:36:04.645Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-08-23T14:36:05.219Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-08-23T14:36:05.481Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2021-08-23T14:36:05.663Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-08-23T14:36:05.663Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2021-08-23T14:36:05.663Z] === RUN TestRenameInvalidName [2021-08-23T14:36:05.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-08-23T14:36:06.067Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [2021-08-23T14:36:06.067Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2021-08-23T14:36:06.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-08-23T14:36:06.596Z] --- PASS: TestRenameInvalidName (0.84s) [2021-08-23T14:36:06.596Z] === RUN TestRenameAnonymousContainer [2021-08-23T14:36:06.854Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-08-23T14:36:07.010Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 75.0% of statements [2021-08-23T14:36:07.112Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-08-23T14:36:07.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-08-23T14:36:07.271Z] ok github.com/docker/docker/pkg/reexec 0.049s coverage: 82.4% of statements [2021-08-23T14:36:07.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-08-23T14:36:07.532Z] ok github.com/docker/docker/pkg/stdcopy 0.022s coverage: 100.0% of statements [2021-08-23T14:36:07.793Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2021-08-23T14:36:08.048Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-08-23T14:36:08.055Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2021-08-23T14:36:08.055Z] ok github.com/docker/docker/pkg/stack 0.007s coverage: 90.9% of statements [2021-08-23T14:36:08.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-08-23T14:36:09.001Z] ok github.com/docker/docker/pkg/sysinfo 0.022s coverage: 52.1% of statements [2021-08-23T14:36:09.263Z] ok github.com/docker/docker/pkg/system 0.017s coverage: 40.1% of statements [2021-08-23T14:36:09.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-08-23T14:36:09.525Z] ok github.com/docker/docker/pkg/tailfile 0.172s coverage: 88.6% of statements [2021-08-23T14:36:09.787Z] testing: warning: no tests to run [2021-08-23T14:36:09.787Z] coverage: [no statements] [2021-08-23T14:36:09.787Z] ok github.com/docker/docker/pkg/term/windows 0.007s coverage: [no statements] [no tests to run] [2021-08-23T14:36:09.946Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-08-23T14:36:10.049Z] ok github.com/docker/docker/pkg/truncindex 0.112s coverage: 91.5% of statements [2021-08-23T14:36:10.049Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2021-08-23T14:36:10.203Z] --- PASS: TestRenameAnonymousContainer (3.72s) [2021-08-23T14:36:10.203Z] === RUN TestRenameContainerWithSameName [2021-08-23T14:36:10.310Z] ok github.com/docker/docker/pkg/tarsum 0.112s coverage: 89.3% of statements [2021-08-23T14:36:10.310Z] ok github.com/docker/docker/pkg/useragent 0.014s coverage: 88.9% of statements [2021-08-23T14:36:10.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-08-23T14:36:10.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-08-23T14:36:11.136Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2021-08-23T14:36:11.136Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T14:36:11.258Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.4% of statements [2021-08-23T14:36:11.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-08-23T14:36:12.202Z] ok github.com/docker/docker/profiles/seccomp 0.021s coverage: 86.0% of statements [2021-08-23T14:36:12.509Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-08-23T14:36:12.766Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2021-08-23T14:36:12.766Z] === RUN TestResize [2021-08-23T14:36:12.774Z] ok github.com/docker/docker/plugin 0.539s coverage: 23.2% of statements [2021-08-23T14:36:12.788Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:36:12.788Z] Using test binary docker [2021-08-23T14:36:12.788Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-08-23T14:36:12.788Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:36:12.788Z] INFO: Waiting for daemon to start... [2021-08-23T14:36:12.788Z] Starting dockerd [2021-08-23T14:36:13.035Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2021-08-23T14:36:13.332Z] --- PASS: TestResize (0.79s) [2021-08-23T14:36:13.332Z] === RUN TestResizeWithInvalidSize [2021-08-23T14:36:13.898Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-08-23T14:36:14.155Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-08-23T14:36:14.155Z] --- PASS: TestResizeWithInvalidSize (0.65s) [2021-08-23T14:36:14.155Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T14:36:14.426Z] ok github.com/docker/docker/quota 0.572s coverage: 71.4% of statements [2021-08-23T14:36:14.688Z] ok github.com/docker/docker/registry/resumable 0.033s coverage: 100.0% of statements [2021-08-23T14:36:14.698Z] . [2021-08-23T14:36:14.698Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:36:14.698Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:36:14.698Z] Error: No such image: emptyfs [2021-08-23T14:36:14.721Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2021-08-23T14:36:14.721Z] === RUN TestDaemonRestartKillContainers [2021-08-23T14:36:14.721Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:36:14.721Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:36:14.721Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:36:14.721Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:36:14.721Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:14.722Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:36:14.950Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2021-08-23T14:36:14.950Z] ok github.com/docker/docker/registry 0.149s coverage: 58.8% of statements [2021-08-23T14:36:14.957Z] Running integration-test (iteration 1) [2021-08-23T14:36:14.957Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-08-23T14:36:15.218Z] Loaded image: busybox:latest [2021-08-23T14:36:15.218Z] Loaded image: busybox:glibc [2021-08-23T14:36:15.757Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-08-23T14:36:15.923Z] ok github.com/docker/docker/testutil 0.040s coverage: 62.5% of statements [2021-08-23T14:36:15.923Z] ok github.com/docker/docker/runconfig 0.022s coverage: 66.1% of statements [2021-08-23T14:36:16.324Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-08-23T14:36:16.324Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-08-23T14:36:16.324Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:36:16.324Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:36:16.324Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:36:16.582Z] === RUN TestDockerSuite/TestBuildCmd [2021-08-23T14:36:16.615Z] Loaded image: debian:bullseye-slim [2021-08-23T14:36:16.841Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-08-23T14:36:16.876Z] Loaded image: hello-world:latest [2021-08-23T14:36:16.876Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:36:16.876Z] INFO: Testing against a local daemon [2021-08-23T14:36:16.876Z] === RUN TestCgroupNamespacesBuild [2021-08-23T14:36:17.100Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:36:17.358Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-08-23T14:36:17.617Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-08-23T14:36:17.617Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-08-23T14:36:17.617Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-08-23T14:36:17.842Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2021-08-23T14:36:17.900Z] #55 ... [2021-08-23T14:36:17.900Z] [2021-08-23T14:36:17.900Z] #58 [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-08-23T14:36:17.900Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:36:17.900Z] #58 186.0 + bin/containerd [2021-08-23T14:36:18.268Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2021-08-23T14:36:18.268Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-08-23T14:36:18.550Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-08-23T14:36:18.981Z] Fetching without tags [2021-08-23T14:36:19.209Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2021-08-23T14:36:19.209Z] === RUN TestBuildWithSession [2021-08-23T14:36:19.209Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:36:19.209Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:36:19.209Z] === RUN TestBuildSquashParent [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.45s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.57s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.85s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.50s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.05s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.12s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.59s) [2021-08-23T14:36:19.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.32s) [2021-08-23T14:36:19.482Z] === RUN TestCgroupNamespacesRun [2021-08-23T14:36:19.740Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-08-23T14:36:19.740Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-08-23T14:36:19.740Z] check_test.go:309: [d0c40ce31c30f] daemon is not started [2021-08-23T14:36:19.740Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-08-23T14:36:19.740Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-08-23T14:36:19.740Z] check_test.go:309: [d11e244d23c90] daemon is not started [2021-08-23T14:36:19.740Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-08-23T14:36:19.757Z] ok github.com/docker/docker/volume/mounts 0.030s coverage: 67.7% of statements [2021-08-23T14:36:19.757Z] ok github.com/docker/docker/volume/local 0.312s coverage: 76.4% of statements [2021-08-23T14:36:19.763Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:36:18.657Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:36:18.717Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:36:18.770Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:36:18.888Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:36:19.015Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:36:19.016Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:36:19.019Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:36:19.799Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:36:19.843Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:36:20.673Z] --- PASS: TestCgroupNamespacesRun (1.42s) [2021-08-23T14:36:20.673Z] === RUN TestCgroupNamespacesRunPrivileged [2021-08-23T14:36:21.141Z] ok github.com/docker/docker/volume/service 0.022s coverage: 72.3% of statements [2021-08-23T14:36:22.046Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2021-08-23T14:36:22.046Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-08-23T14:36:22.612Z] check_test.go:309: [ddc3fe81c9a24] daemon is not started [2021-08-23T14:36:22.612Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-08-23T14:36:23.061Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:36:23.061Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:36:23.177Z] #58 ... [2021-08-23T14:36:23.177Z] [2021-08-23T14:36:23.177Z] #55 [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-08-23T14:36:23.177Z] #55 sha256:970c697246b6efd4dacfef6bc2e5b8909e4f6b0c2a53aa82db6f788e33871a9e [2021-08-23T14:36:23.177Z] #55 108.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-08-23T14:36:23.177Z] #55 109.1 + mkdir -p /build [2021-08-23T14:36:23.177Z] #55 109.1 + cp runc /build/runc [2021-08-23T14:36:23.178Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-08-23T14:36:23.436Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.41s) [2021-08-23T14:36:23.436Z] === RUN TestCgroupNamespacesRunHostMode [2021-08-23T14:36:23.694Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-08-23T14:36:23.697Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:36:22.751Z] > git remote # timeout=10 [2021-08-23T14:36:22.798Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:36:22.847Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:36:22.849Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:36:22.975Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-08-23T14:36:23.094Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:36:23.140Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:36:24.554Z] #55 DONE 110.2s [2021-08-23T14:36:24.554Z] [2021-08-23T14:36:24.554Z] #58 [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-08-23T14:36:24.554Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:36:24.627Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-08-23T14:36:24.627Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-08-23T14:36:25.147Z] + docker version [2021-08-23T14:36:25.147Z] Client: [2021-08-23T14:36:25.147Z] Version: 20.10.8 [2021-08-23T14:36:25.147Z] API version: 1.41 [2021-08-23T14:36:25.147Z] Go version: go1.16.6 [2021-08-23T14:36:25.147Z] Git commit: 3967b7d [2021-08-23T14:36:25.147Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:36:25.147Z] OS/Arch: windows/amd64 [2021-08-23T14:36:25.147Z] Context: default [2021-08-23T14:36:25.147Z] Experimental: true [2021-08-23T14:36:25.147Z] [2021-08-23T14:36:25.147Z] Server: Docker Engine - Community [2021-08-23T14:36:25.147Z] Engine: [2021-08-23T14:36:25.147Z] Version: 20.10.8 [2021-08-23T14:36:25.147Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:36:25.147Z] Go version: go1.16.6 [2021-08-23T14:36:25.147Z] Git commit: 75249d8 [2021-08-23T14:36:25.147Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:36:25.147Z] OS/Arch: windows/amd64 [2021-08-23T14:36:25.147Z] Experimental: true [2021-08-23T14:36:25.193Z] --- PASS: TestCgroupNamespacesRunHostMode (1.56s) [2021-08-23T14:36:25.193Z] === RUN TestCgroupNamespacesRunPrivateMode [Pipeline] sh [2021-08-23T14:36:25.451Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-08-23T14:36:25.708Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-08-23T14:36:25.929Z] #58 ... [2021-08-23T14:36:25.929Z] [2021-08-23T14:36:25.929Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-08-23T14:36:25.929Z] #56 sha256:f02469acbc0885ff0e68738e60228d46abe6124202230a5442708a8b39ea8780 [2021-08-23T14:36:25.966Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-08-23T14:36:26.166Z] + docker info [2021-08-23T14:36:26.166Z] Client: [2021-08-23T14:36:26.166Z] Context: default [2021-08-23T14:36:26.166Z] Debug Mode: false [2021-08-23T14:36:26.166Z] [2021-08-23T14:36:26.166Z] Server: [2021-08-23T14:36:26.166Z] Containers: 0 [2021-08-23T14:36:26.166Z] Running: 0 [2021-08-23T14:36:26.166Z] Paused: 0 [2021-08-23T14:36:26.166Z] Stopped: 0 [2021-08-23T14:36:26.166Z] Images: 10 [2021-08-23T14:36:26.166Z] Server Version: 20.10.8 [2021-08-23T14:36:26.166Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-08-23T14:36:26.166Z] Windows: [2021-08-23T14:36:26.166Z] LCOW: [2021-08-23T14:36:26.166Z] Logging Driver: json-file [2021-08-23T14:36:26.166Z] Plugins: [2021-08-23T14:36:26.166Z] Volume: local [2021-08-23T14:36:26.166Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:36:26.166Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:36:26.166Z] Swarm: inactive [2021-08-23T14:36:26.166Z] Default Isolation: process [2021-08-23T14:36:26.166Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:36:26.166Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:36:26.166Z] OSType: windows [2021-08-23T14:36:26.166Z] Architecture: x86_64 [2021-08-23T14:36:26.166Z] CPUs: 4 [2021-08-23T14:36:26.166Z] Total Memory: 32GiB [2021-08-23T14:36:26.166Z] Name: azwin-2-2185b0 [2021-08-23T14:36:26.166Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-08-23T14:36:26.166Z] Docker Root Dir: D:\docker [2021-08-23T14:36:26.166Z] Debug Mode: false [2021-08-23T14:36:26.166Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:36:26.166Z] Labels: [2021-08-23T14:36:26.166Z] Experimental: true [2021-08-23T14:36:26.166Z] Insecure Registries: [2021-08-23T14:36:26.166Z] 10.0.0.4:5000 [2021-08-23T14:36:26.166Z] 127.0.0.0/8 [2021-08-23T14:36:26.166Z] Registry Mirrors: [2021-08-23T14:36:26.166Z] http://10.0.0.4:5000/ [2021-08-23T14:36:26.166Z] Live Restore Enabled: false [2021-08-23T14:36:26.166Z] Product License: Community Engine [2021-08-23T14:36:26.166Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-08-23T14:36:26.497Z] #56 DONE 0.3s [2021-08-23T14:36:26.497Z] [2021-08-23T14:36:26.497Z] #58 [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-08-23T14:36:26.497Z] #58 sha256:2af46bbde92ee4d82cedf2331c939f750a114a8f699971202f21d169a78d4949 [2021-08-23T14:36:26.531Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.45s) [2021-08-23T14:36:26.531Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-08-23T14:36:26.788Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-08-23T14:36:27.341Z] --- PASS: TestBuildSquashParent (7.09s) [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:36:27.341Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:36:27.341Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:36:27.341Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:36:27.341Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:36:27.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:36:27.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:36:28.160Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.50s) [2021-08-23T14:36:28.160Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-08-23T14:36:28.724Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-08-23T14:36:28.724Z] === RUN TestCgroupNamespacesRunOlderClient [2021-08-23T14:36:29.656Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-08-23T14:36:29.821Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:36:29.821Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:36:30.222Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.48s) [2021-08-23T14:36:30.222Z] === RUN TestNISDomainname [2021-08-23T14:36:31.155Z] --- PASS: TestNISDomainname (0.85s) [2021-08-23T14:36:31.155Z] === RUN TestHostnameDnsResolution [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.60s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.63s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.82s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.00s) [2021-08-23T14:36:31.732Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.95s) [2021-08-23T14:36:31.732Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:36:31.732Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:36:32.090Z] --- PASS: TestHostnameDnsResolution (1.13s) [2021-08-23T14:36:32.090Z] === RUN TestStats [2021-08-23T14:36:32.348Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-08-23T14:36:34.245Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-08-23T14:36:35.027Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:36:35.179Z] --- PASS: TestStats (2.79s) [2021-08-23T14:36:35.179Z] === RUN TestStopContainerWithTimeout [2021-08-23T14:36:35.179Z] === RUN TestStopContainerWithTimeout/0 [2021-08-23T14:36:35.179Z] === PAUSE TestStopContainerWithTimeout/0 [2021-08-23T14:36:35.179Z] === RUN TestStopContainerWithTimeout/1 [2021-08-23T14:36:35.179Z] === PAUSE TestStopContainerWithTimeout/1 [2021-08-23T14:36:35.179Z] === RUN TestStopContainerWithTimeout/3 [2021-08-23T14:36:35.179Z] === PAUSE TestStopContainerWithTimeout/3 [2021-08-23T14:36:35.179Z] === RUN TestStopContainerWithTimeout/-1 [2021-08-23T14:36:35.179Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-08-23T14:36:35.179Z] === CONT TestStopContainerWithTimeout/0 [2021-08-23T14:36:35.179Z] === CONT TestStopContainerWithTimeout/3 [2021-08-23T14:36:35.179Z] === CONT TestStopContainerWithTimeout/-1 [2021-08-23T14:36:35.179Z] === CONT TestStopContainerWithTimeout/1 [2021-08-23T14:36:36.113Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-08-23T14:36:36.409Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:36:36.679Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-08-23T14:36:36.942Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-08-23T14:36:36.942Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-08-23T14:36:37.132Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-08-23T14:36:37.132Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-5363d5f2\powershellScript.ps1'; exit $LASTEXITCODE; [2021-08-23T14:36:37.132Z] ---------------------------------------------------------------------------- [2021-08-23T14:36:37.132Z] [2021-08-23T14:36:37.132Z] INFO: executeCI.ps1 starting at Mon Aug 23 14:36:36 CUT 2021 [2021-08-23T14:36:37.132Z] [2021-08-23T14:36:37.132Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-08-23T14:36:37.132Z] INFO: Running git version 2.24.1.windows.2 [2021-08-23T14:36:37.132Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-08-23T14:36:37.132Z] INFO: Environment variables: [2021-08-23T14:36:37.132Z] [2021-08-23T14:36:37.132Z] Name Value [2021-08-23T14:36:37.132Z] ---- ----- [2021-08-23T14:36:37.132Z] ALLUSERSPROFILE C:\ProgramData [2021-08-23T14:36:37.132Z] amd64 true [2021-08-23T14:36:37.132Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-08-23T14:36:37.132Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-08-23T14:36:37.132Z] arm64 true [2021-08-23T14:36:37.132Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-08-23T14:36:37.132Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-08-23T14:36:37.132Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-08-23T14:36:37.132Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-08-23T14:36:37.132Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-08-23T14:36:37.132Z] BRANCH_NAME PR-42764 [2021-08-23T14:36:37.132Z] BUILD_DISPLAY_NAME #3 [2021-08-23T14:36:37.132Z] BUILD_ID 3 [2021-08-23T14:36:37.132Z] BUILD_NUMBER 3 [2021-08-23T14:36:37.132Z] BUILD_TAG jenkins-moby-PR-42764-3 [2021-08-23T14:36:37.132Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/ [2021-08-23T14:36:37.132Z] cgroup2 true [2021-08-23T14:36:37.132Z] CHANGE_AUTHOR AkihiroSuda [2021-08-23T14:36:37.132Z] CHANGE_AUTHOR_DISPLAY_NAME Akihiro Suda [2021-08-23T14:36:37.132Z] CHANGE_AUTHOR_EMAIL suda.kyoto@gmail.com [2021-08-23T14:36:37.132Z] CHANGE_BRANCH runc-v1.0.2 [2021-08-23T14:36:37.132Z] CHANGE_FORK AkihiroSuda/docker [2021-08-23T14:36:37.132Z] CHANGE_ID 42764 [2021-08-23T14:36:37.132Z] CHANGE_TARGET master [2021-08-23T14:36:37.132Z] CHANGE_TITLE bump up runc v1.0.2 [2021-08-23T14:36:37.132Z] CHANGE_URL https://github.com/moby/moby/pull/42764 [2021-08-23T14:36:37.132Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:36:37.132Z] CommonProgramFiles C:\Program Files\Common Files [2021-08-23T14:36:37.132Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-08-23T14:36:37.133Z] CommonProgramW6432 C:\Program Files\Common Files [2021-08-23T14:36:37.133Z] COMPUTERNAME azwin-2-2185b0 [2021-08-23T14:36:37.133Z] ComSpec C:\Windows\system32\cmd.exe [2021-08-23T14:36:37.133Z] ConfigSequenceNumber 0 [2021-08-23T14:36:37.133Z] dco true [2021-08-23T14:36:37.133Z] DOCKER_BUILDKIT 0 [2021-08-23T14:36:37.133Z] DOCKER_DUT_DEBUG 1 [2021-08-23T14:36:37.133Z] DOCKER_EXPERIMENTAL 1 [2021-08-23T14:36:37.133Z] DOCKER_GRAPHDRIVER overlay2 [2021-08-23T14:36:37.133Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-08-23T14:36:37.133Z] EXECUTOR_NUMBER 0 [2021-08-23T14:36:37.133Z] FQDN azwin-2-2185b0.westus.cloudapp.azure.com [2021-08-23T14:36:37.133Z] GIT_BRANCH PR-42764 [2021-08-23T14:36:37.133Z] GIT_COMMIT 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:36:37.133Z] GIT_PREVIOUS_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:36:37.133Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:36:37.133Z] GIT_URL https://github.com/moby/moby.git [2021-08-23T14:36:37.133Z] HUDSON_COOKIE 2d72be65-5343-401f-8b59-9d1562ba0579 [2021-08-23T14:36:37.133Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:36:37.133Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-08-23T14:36:37.133Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-08-23T14:36:37.133Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-08-23T14:36:37.133Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:36:37.133Z] JENKINS_NODE_COOKIE 913d33b6-9c45-48be-9052-bb0511152615 [2021-08-23T14:36:37.133Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-08-23T14:36:37.133Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-08-23T14:36:37.133Z] JOB_BASE_NAME PR-42764 [2021-08-23T14:36:37.133Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/display/redirect [2021-08-23T14:36:37.133Z] JOB_NAME moby/PR-42764 [2021-08-23T14:36:37.133Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/ [2021-08-23T14:36:37.133Z] library.jps.version master [2021-08-23T14:36:37.133Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-08-23T14:36:37.133Z] NODE_LABELS amd64 azure azwin-2-2185b0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-08-23T14:36:37.133Z] NODE_NAME azwin-2-2185b0 [2021-08-23T14:36:37.133Z] NUMBER_OF_PROCESSORS 4 [2021-08-23T14:36:37.133Z] OS Windows_NT [2021-08-23T14:36:37.133Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-08-23T14:36:37.133Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-08-23T14:36:37.133Z] ppc64le false [2021-08-23T14:36:37.133Z] PROCESSOR_ARCHITECTURE AMD64 [2021-08-23T14:36:37.133Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-08-23T14:36:37.133Z] PROCESSOR_LEVEL 6 [2021-08-23T14:36:37.133Z] PROCESSOR_REVISION 5504 [2021-08-23T14:36:37.133Z] ProgramData C:\ProgramData [2021-08-23T14:36:37.133Z] ProgramFiles C:\Program Files [2021-08-23T14:36:37.133Z] ProgramFiles(x86) C:\Program Files (x86) [2021-08-23T14:36:37.133Z] ProgramW6432 C:\Program Files [2021-08-23T14:36:37.133Z] PROMPT $P$G [2021-08-23T14:36:37.133Z] PSExecutionPolicyPreference Bypass [2021-08-23T14:36:37.133Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-08-23T14:36:37.133Z] PUBLIC C:\Users\Public [2021-08-23T14:36:37.133Z] rootless true [2021-08-23T14:36:37.133Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=artif... [2021-08-23T14:36:37.133Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=changes [2021-08-23T14:36:37.133Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect [2021-08-23T14:36:37.133Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=tests [2021-08-23T14:36:37.133Z] s390x false [2021-08-23T14:36:37.133Z] SKIP_VALIDATION_TESTS 1 [2021-08-23T14:36:37.133Z] SOURCES_DRIVE d [2021-08-23T14:36:37.133Z] SOURCES_SUBDIR gopath [2021-08-23T14:36:37.133Z] STAGE_NAME Run tests [2021-08-23T14:36:37.133Z] SystemDrive C: [2021-08-23T14:36:37.133Z] SystemRoot C:\Windows [2021-08-23T14:36:37.133Z] TEMP C:\Windows\TEMP [2021-08-23T14:36:37.133Z] TESTDEBUG 0 [2021-08-23T14:36:37.133Z] TESTRUN_DRIVE d [2021-08-23T14:36:37.133Z] TESTRUN_SUBDIR CI [2021-08-23T14:36:37.133Z] TIMEOUT 120m [2021-08-23T14:36:37.133Z] TMP C:\Windows\TEMP [2021-08-23T14:36:37.133Z] unit_validate true [2021-08-23T14:36:37.133Z] USERDOMAIN WORKGROUP [2021-08-23T14:36:37.133Z] USERNAME azwin-2-2185b0$ [2021-08-23T14:36:37.133Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-08-23T14:36:37.133Z] validate_force false [2021-08-23T14:36:37.133Z] windir C:\Windows [2021-08-23T14:36:37.133Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-08-23T14:36:37.133Z] WINDOWS_BASE_IMAGE_TAG 10.0.20348.1 [2021-08-23T14:36:37.133Z] windows2022 true [2021-08-23T14:36:37.133Z] windows2022containerd true [2021-08-23T14:36:37.133Z] windowsRS1 false [2021-08-23T14:36:37.133Z] windowsRS5 true [2021-08-23T14:36:37.133Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-08-23T14:36:37.133Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] INFO: Sources under d:\gopath\... [2021-08-23T14:36:37.133Z] INFO: Test run under d:\CI\... [2021-08-23T14:36:37.133Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-08-23T14:36:37.133Z] INFO: docker/docker repository was found [2021-08-23T14:36:37.133Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-08-23T14:36:37.133Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.1' [2021-08-23T14:36:37.133Z] INFO: Docker version of control daemon [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] Client: [2021-08-23T14:36:37.133Z] Version: 20.10.8 [2021-08-23T14:36:37.133Z] API version: 1.41 [2021-08-23T14:36:37.133Z] Go version: go1.16.6 [2021-08-23T14:36:37.133Z] Git commit: 3967b7d [2021-08-23T14:36:37.133Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:36:37.133Z] OS/Arch: windows/amd64 [2021-08-23T14:36:37.133Z] Context: default [2021-08-23T14:36:37.133Z] Experimental: true [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] Server: Docker Engine - Community [2021-08-23T14:36:37.133Z] Engine: [2021-08-23T14:36:37.133Z] Version: 20.10.8 [2021-08-23T14:36:37.133Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:36:37.133Z] Go version: go1.16.6 [2021-08-23T14:36:37.133Z] Git commit: 75249d8 [2021-08-23T14:36:37.133Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:36:37.133Z] OS/Arch: windows/amd64 [2021-08-23T14:36:37.133Z] Experimental: true [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] INFO: Docker info of control daemon [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] Client: [2021-08-23T14:36:37.133Z] Context: default [2021-08-23T14:36:37.133Z] Debug Mode: false [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] Server: [2021-08-23T14:36:37.133Z] Containers: 0 [2021-08-23T14:36:37.133Z] Running: 0 [2021-08-23T14:36:37.133Z] Paused: 0 [2021-08-23T14:36:37.133Z] Stopped: 0 [2021-08-23T14:36:37.133Z] Images: 10 [2021-08-23T14:36:37.133Z] Server Version: 20.10.8 [2021-08-23T14:36:37.133Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-08-23T14:36:37.133Z] Windows: [2021-08-23T14:36:37.133Z] LCOW: [2021-08-23T14:36:37.133Z] Logging Driver: json-file [2021-08-23T14:36:37.133Z] Plugins: [2021-08-23T14:36:37.133Z] Volume: local [2021-08-23T14:36:37.133Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:36:37.133Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:36:37.133Z] Swarm: inactive [2021-08-23T14:36:37.133Z] Default Isolation: process [2021-08-23T14:36:37.133Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:36:37.133Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:36:37.133Z] OSType: windows [2021-08-23T14:36:37.133Z] Architecture: x86_64 [2021-08-23T14:36:37.133Z] CPUs: 4 [2021-08-23T14:36:37.133Z] Total Memory: 32GiB [2021-08-23T14:36:37.133Z] Name: azwin-2-2185b0 [2021-08-23T14:36:37.133Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-08-23T14:36:37.133Z] Docker Root Dir: D:\docker [2021-08-23T14:36:37.133Z] Debug Mode: false [2021-08-23T14:36:37.133Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:36:37.133Z] Labels: [2021-08-23T14:36:37.133Z] Experimental: true [2021-08-23T14:36:37.133Z] Insecure Registries: [2021-08-23T14:36:37.133Z] 10.0.0.4:5000 [2021-08-23T14:36:37.133Z] 127.0.0.0/8 [2021-08-23T14:36:37.133Z] Registry Mirrors: [2021-08-23T14:36:37.133Z] http://10.0.0.4:5000/ [2021-08-23T14:36:37.133Z] Live Restore Enabled: false [2021-08-23T14:36:37.133Z] Product License: Community Engine [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] [2021-08-23T14:36:37.133Z] INFO: Commit hash is 82c978ad95 [2021-08-23T14:36:37.133Z] INFO: Nuke-Everything... [2021-08-23T14:36:37.133Z] INFO: Container count on control daemon to delete is 0 [2021-08-23T14:36:37.347Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:36:37.588Z] INFO: Nuking d:\CI [2021-08-23T14:36:37.588Z] INFO: Zapped successfully [2021-08-23T14:36:37.588Z] INFO: Location for testing is d:\CI\PR-42764\3 [2021-08-23T14:36:37.588Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-08-23T14:36:37.588Z] [2021-08-23T14:36:37.588Z] [2021-08-23T14:36:37.588Z] INFO: Building the image from Dockerfile.windows at 08/23/2021 14:36:37... [2021-08-23T14:36:37.588Z] [2021-08-23T14:36:38.286Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:36:38.321Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-08-23T14:36:38.321Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2021-08-23T14:36:38.321Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2021-08-23T14:36:38.321Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2021-08-23T14:36:38.321Z] --- PASS: TestStopContainerWithTimeout/3 (3.30s) [2021-08-23T14:36:38.321Z] === RUN TestDeleteDevicemapper [2021-08-23T14:36:38.321Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:36:38.321Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-08-23T14:36:38.321Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-08-23T14:36:39.224Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-08-23T14:36:39.224Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:36:39.720Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-08-23T14:36:40.666Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-08-23T14:36:42.041Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.74s) [2021-08-23T14:36:42.041Z] === RUN TestUpdateMemory [2021-08-23T14:36:42.041Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:36:42.041Z] --- SKIP: TestUpdateMemory (0.00s) [2021-08-23T14:36:42.041Z] === RUN TestUpdateCPUQuota [2021-08-23T14:36:43.093Z] ok github.com/docker/docker/pkg/plugins 33.659s coverage: 76.6% of statements [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/pkg/term [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/rootless [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/testutil/request [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/volume [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-08-23T14:36:43.093Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === Skipped [2021-08-23T14:36:43.093Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-08-23T14:36:43.093Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-08-23T14:36:43.093Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-08-23T14:36:43.093Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-08-23T14:36:43.093Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-08-23T14:36:43.093Z] time="2021-08-23T14:35:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-08-23T14:36:43.093Z] time="2021-08-23T14:35:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-08-23T14:36:43.093Z] time="2021-08-23T14:35:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-08-23T14:36:43.093Z] time="2021-08-23T14:35:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-08-23T14:36:43.093Z] time="2021-08-23T14:35:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-08-23T14:36:43.093Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-08-23T14:36:43.093Z] overlay_test.go:49: Fails to compute changes intermittently [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-08-23T14:36:43.093Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:36:43.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-08-23T14:36:43.093Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-08-23T14:36:43.093Z] sysinfo_linux_test.go:88: AppArmor Must be Disabled [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-08-23T14:36:43.093Z] sysinfo_linux_test.go:108: cgroup namespaces must be disabled [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] [2021-08-23T14:36:43.093Z] DONE 2309 tests, 28 skipped in 226.700s [2021-08-23T14:36:43.093Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:36:43.093Z] github.com/docker/docker/libnetwork/types' ']' [2021-08-23T14:36:43.093Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-08-23T14:36:43.352Z] Sending build context to Docker daemon 61MB [2021-08-23T14:36:43.352Z] [2021-08-23T14:36:43.414Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-08-23T14:36:43.672Z] --- PASS: TestUpdateCPUQuota (1.65s) [2021-08-23T14:36:43.672Z] === RUN TestUpdatePidsLimit [2021-08-23T14:36:43.672Z] === RUN TestUpdatePidsLimit/update_from_none [2021-08-23T14:36:43.808Z] Step 1/10 : FROM microsoft/windowsservercore [2021-08-23T14:36:43.808Z] ---> a4938fe7222f [2021-08-23T14:36:43.808Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 5af004651c76 [2021-08-23T14:36:43.808Z] Step 3/10 : ARG GO_VERSION=1.16.7 [2021-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 2e5ebb5bdf7e [2021-08-23T14:36:43.808Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 42786a20a063 [2021-08-23T14:36:43.808Z] 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-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 92c495a2e4f8 [2021-08-23T14:36:43.808Z] 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-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 63cd335156a0 [2021-08-23T14:36:43.808Z] 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-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> a360926539d2 [2021-08-23T14:36:43.808Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> fa31483c80df [2021-08-23T14:36:43.808Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-08-23T14:36:43.808Z] ---> Using cache [2021-08-23T14:36:43.808Z] ---> 0a13fb2e729e [2021-08-23T14:36:43.808Z] Step 10/10 : COPY . . [2021-08-23T14:36:43.932Z] === RUN TestUpdatePidsLimit/no_change [2021-08-23T14:36:44.190Z] === RUN TestUpdatePidsLimit/update_lower [2021-08-23T14:36:44.448Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-08-23T14:36:44.448Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-08-23T14:36:44.448Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-08-23T14:36:44.448Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-08-23T14:36:44.448Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-08-23T14:36:44.448Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-08-23T14:36:44.448Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-08-23T14:36:44.448Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-08-23T14:36:44.448Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-08-23T14:36:44.448Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-08-23T14:36:44.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-08-23T14:36:44.503Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-08-23T14:36:44.504Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:36:44.707Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-08-23T14:36:44.964Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-08-23T14:36:45.222Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit (2.59s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/update_lower (0.28s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.28s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.29s) [2021-08-23T14:36:46.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2021-08-23T14:36:46.155Z] === RUN TestUpdateRestartPolicy [2021-08-23T14:36:46.412Z] check_test.go:309: [dd33b813b2b56] daemon is not started [2021-08-23T14:36:46.412Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-08-23T14:36:47.786Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-08-23T14:36:49.159Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-08-23T14:36:51.688Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-08-23T14:36:51.688Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-08-23T14:36:52.672Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-08-23T14:36:52.672Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:36:53.047Z] #58 221.9 # github.com/containerd/containerd/cmd/containerd [2021-08-23T14:36:53.047Z] #58 221.9 /usr/bin/ld: /tmp/go-link-079640468/000019.o: in function `New': [2021-08-23T14:36:53.047Z] #58 221.9 /tmp/tmp.U44iynabfv/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-08-23T14:36:53.047Z] #58 221.9 + bin/containerd-stress [2021-08-23T14:36:53.047Z] #58 223.0 + bin/containerd-shim [2021-08-23T14:36:53.060Z] check_test.go:309: [de19ec213ca56] daemon is not started [2021-08-23T14:36:53.060Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-08-23T14:36:53.992Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-08-23T14:36:53.992Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-08-23T14:36:55.213Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-08-23T14:36:55.213Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:36:56.519Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-08-23T14:36:57.892Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-08-23T14:36:58.826Z] --- PASS: TestUpdateRestartPolicy (12.39s) [2021-08-23T14:36:58.826Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T14:36:59.392Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2021-08-23T14:36:59.392Z] === RUN TestWaitNonBlocked [2021-08-23T14:36:59.392Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:36:59.392Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:36:59.392Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:36:59.392Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:36:59.392Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:36:59.392Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:36:59.625Z] #58 230.2 + bin/containerd-shim-runc-v1 [2021-08-23T14:37:00.325Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-08-23T14:37:00.325Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.79s) [2021-08-23T14:37:00.325Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2021-08-23T14:37:00.325Z] === RUN TestWaitBlocked [2021-08-23T14:37:00.325Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:37:00.325Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:37:00.325Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:37:00.325Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:37:00.325Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:37:00.325Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:37:00.496Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-08-23T14:37:00.496Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:37:00.583Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-08-23T14:37:01.066Z] --- PASS: TestBuildUncleanTarFilenames (0.78s) [2021-08-23T14:37:01.066Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:37:01.516Z] --- PASS: TestWaitBlocked (0.01s) [2021-08-23T14:37:01.516Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2021-08-23T14:37:01.516Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2021-08-23T14:37:01.516Z] === CONT TestContainerStartOnDaemonRestart [2021-08-23T14:37:01.516Z] === CONT TestContainerKillOnDaemonStart [2021-08-23T14:37:01.516Z] === CONT TestDaemonHostGatewayIP [2021-08-23T14:37:01.516Z] === CONT TestRestartDaemonWithRestartingContainer [2021-08-23T14:37:01.516Z] === CONT TestIpcModeOlderClient [2021-08-23T14:37:01.516Z] === CONT TestDaemonRestartIpcMode [2021-08-23T14:37:01.516Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-08-23T14:37:01.516Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-08-23T14:37:02.082Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-08-23T14:37:02.648Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-08-23T14:37:02.648Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-08-23T14:37:02.905Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-08-23T14:37:03.164Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-08-23T14:37:03.421Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-08-23T14:37:03.988Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-08-23T14:37:04.245Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-08-23T14:37:04.504Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-08-23T14:37:04.762Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-08-23T14:37:04.983Z] #58 235.5 + bin/containerd-shim-runc-v2 [2021-08-23T14:37:05.021Z] --- PASS: TestContainerStartOnDaemonRestart (3.44s) [2021-08-23T14:37:05.256Z] #58 236.2 + binaries [2021-08-23T14:37:05.256Z] #58 236.2 + install -D bin/containerd /build/containerd [2021-08-23T14:37:05.256Z] #58 236.2 + install -D bin/containerd-shim /build/containerd-shim [2021-08-23T14:37:05.256Z] #58 236.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-08-23T14:37:05.256Z] #58 236.3 + install -D bin/ctr /build/ctr [2021-08-23T14:37:05.267Z] --- PASS: TestBuildMultiStageLayerLeak (4.22s) [2021-08-23T14:37:05.267Z] === RUN TestBuildWithHugeFile [2021-08-23T14:37:05.278Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-08-23T14:37:05.535Z] --- PASS: TestDaemonHostGatewayIP (4.03s) [2021-08-23T14:37:05.793Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-08-23T14:37:06.054Z] --- PASS: TestDaemonRestartIpcMode (4.43s) [2021-08-23T14:37:06.054Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.46s) [2021-08-23T14:37:06.313Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-08-23T14:37:06.878Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-08-23T14:37:07.442Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-08-23T14:37:07.788Z] #58 DONE 238.7s [2021-08-23T14:37:08.008Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-08-23T14:37:08.008Z] check_test.go:309: [d76411f5f9de0] daemon is not started [2021-08-23T14:37:08.008Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-08-23T14:37:08.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-08-23T14:37:08.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-08-23T14:37:08.724Z] [2021-08-23T14:37:08.724Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-08-23T14:37:08.724Z] #59 sha256:84418f854bb52c1bad667265daa95d8700112565acc01061555631f838efe90a [2021-08-23T14:37:08.833Z] check_test.go:309: [d9c30b59e6080] daemon is not started [2021-08-23T14:37:08.833Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-08-23T14:37:08.833Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-08-23T14:37:08.909Z] ---> 655e2b22cc18 [2021-08-23T14:37:09.364Z] Successfully built 655e2b22cc18 [2021-08-23T14:37:09.365Z] Successfully tagged docker:latest [2021-08-23T14:37:09.365Z] INFO: Image build ended at 08/23/2021 14:37:09. Duration:00:00:31.7884665 [2021-08-23T14:37:09.365Z] [2021-08-23T14:37:09.365Z] [2021-08-23T14:37:09.365Z] INFO: Building the test binaries at 08/23/2021 14:37:09... [2021-08-23T14:37:09.398Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-08-23T14:37:09.656Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-08-23T14:37:09.659Z] #59 DONE 0.9s [2021-08-23T14:37:09.659Z] [2021-08-23T14:37:09.659Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-08-23T14:37:09.659Z] #63 sha256:7016505c24c1396c18a3c2ae659185361d8c5595f6a4302ae49c70588496c205 [2021-08-23T14:37:09.659Z] #63 DONE 0.3s [2021-08-23T14:37:09.659Z] [2021-08-23T14:37:09.659Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-08-23T14:37:09.659Z] #68 sha256:0195382f03529e2a7435689680de4a282fecfc67cb9562bc48df5adf6ab8c79f [2021-08-23T14:37:10.589Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-08-23T14:37:10.589Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-08-23T14:37:11.032Z] #68 DONE 1.4s [2021-08-23T14:37:11.032Z] [2021-08-23T14:37:11.032Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-08-23T14:37:11.032Z] #69 sha256:d2b69649288e8209b662e5c99623cb20b433c85dcaea2e177128160fff95d4c9 [2021-08-23T14:37:11.032Z] #69 DONE 0.0s [2021-08-23T14:37:11.291Z] [2021-08-23T14:37:11.291Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-08-23T14:37:11.291Z] #70 sha256:0af9e57343fdadda649ada60796b65aed8efa5a242f8919f27134bd837e40a7b [2021-08-23T14:37:11.857Z] #70 0.771 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-08-23T14:37:11.857Z] #70 0.880 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-08-23T14:37:12.116Z] #70 1.028 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-08-23T14:37:12.943Z] #70 1.110 Reading package lists... [2021-08-23T14:37:13.202Z] #70 1.655 Reading package lists... [2021-08-23T14:37:13.461Z] #70 2.188 Building dependency tree... [2021-08-23T14:37:13.461Z] #70 2.329 Reading state information... [2021-08-23T14:37:13.461Z] #70 2.478 The following additional packages will be installed: [2021-08-23T14:37:13.720Z] #70 2.479 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-08-23T14:37:13.720Z] #70 2.479 systemd-timesyncd [2021-08-23T14:37:13.720Z] #70 2.481 Suggested packages: [2021-08-23T14:37:13.720Z] #70 2.481 systemd-container policykit-1 [2021-08-23T14:37:13.720Z] #70 2.481 Recommended packages: [2021-08-23T14:37:13.720Z] #70 2.481 libnss-systemd [2021-08-23T14:37:13.720Z] #70 2.572 The following NEW packages will be installed: [2021-08-23T14:37:13.720Z] #70 2.572 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-08-23T14:37:13.720Z] #70 2.573 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-08-23T14:37:13.869Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-08-23T14:37:13.869Z] --- PASS: TestContainerKillOnDaemonStart (12.33s) [2021-08-23T14:37:13.869Z] PASS [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === Skipped [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-08-23T14:37:13.869Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-08-23T14:37:13.869Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-08-23T14:37:13.869Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:37:13.869Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-08-23T14:37:13.869Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-08-23T14:37:13.869Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] [2021-08-23T14:37:13.869Z] DONE 195 tests, 6 skipped in 128.020s [2021-08-23T14:37:13.869Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-08-23T14:37:13.869Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-08-23T14:37:13.869Z] ++ set -e [2021-08-23T14:37:13.869Z] ++ '[' -n 0 ']' [2021-08-23T14:37:13.869Z] ++ set -x [2021-08-23T14:37:13.869Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-08-23T14:37:13.869Z] check_test.go:309: [d8da2e324fde2] daemon is not started [2021-08-23T14:37:13.869Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-08-23T14:37:13.869Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T14:37:13.978Z] #70 2.840 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-08-23T14:37:13.978Z] #70 2.840 Need to get 5937 kB of archives. [2021-08-23T14:37:13.978Z] #70 2.840 After this operation, 19.5 MB of additional disk space will be used. [2021-08-23T14:37:13.978Z] #70 2.840 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-08-23T14:37:13.978Z] #70 2.842 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-08-23T14:37:13.978Z] #70 2.843 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-08-23T14:37:13.978Z] #70 2.846 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-08-23T14:37:13.978Z] #70 2.846 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-08-23T14:37:13.978Z] #70 2.847 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-08-23T14:37:14.237Z] #70 2.941 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-08-23T14:37:14.237Z] #70 2.942 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-08-23T14:37:14.237Z] #70 2.944 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-08-23T14:37:14.237Z] #70 2.946 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-08-23T14:37:14.237Z] #70 2.962 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2021-08-23T14:37:14.237Z] #70 3.121 debconf: delaying package configuration, since apt-utils is not installed [2021-08-23T14:37:14.237Z] #70 3.151 Fetched 5937 kB in 0s (15.4 MB/s) [2021-08-23T14:37:14.237Z] #70 3.175 Selecting previously unselected package libargon2-1:amd64. [2021-08-23T14:37:14.435Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:37:14.435Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-08-23T14:37:14.435Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation/invalid_config [2021-08-23T14:37:14.435Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation/malformed_config [2021-08-23T14:37:14.435Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-08-23T14:37:14.435Z] === RUN TestDaemonConfigValidation/valid_config [2021-08-23T14:37:14.435Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-08-23T14:37:14.435Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:37:14.435Z] === CONT TestDaemonConfigValidation/malformed_config [2021-08-23T14:37:14.435Z] === CONT TestDaemonConfigValidation/invalid_config [2021-08-23T14:37:14.435Z] === CONT TestDaemonConfigValidation/valid_config [2021-08-23T14:37:14.435Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2021-08-23T14:37:14.435Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-08-23T14:37:14.435Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T14:37:14.435Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-08-23T14:37:14.496Z] #70 3.175 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28604 files and directories currently installed.) [2021-08-23T14:37:14.496Z] #70 3.191 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-08-23T14:37:14.496Z] #70 3.197 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-08-23T14:37:14.496Z] #70 3.234 Selecting previously unselected package libjson-c5:amd64. [2021-08-23T14:37:14.496Z] #70 3.237 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-08-23T14:37:14.496Z] #70 3.241 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-08-23T14:37:14.496Z] #70 3.279 Selecting previously unselected package libcryptsetup12:amd64. [2021-08-23T14:37:14.496Z] #70 3.281 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-08-23T14:37:14.496Z] #70 3.285 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-08-23T14:37:14.496Z] #70 3.344 Selecting previously unselected package libkmod2:amd64. [2021-08-23T14:37:14.497Z] #70 3.344 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-08-23T14:37:14.497Z] #70 3.350 Unpacking libkmod2:amd64 (28-1) ... [2021-08-23T14:37:14.497Z] #70 3.389 Selecting previously unselected package systemd-timesyncd. [2021-08-23T14:37:14.756Z] #70 3.392 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-08-23T14:37:14.756Z] #70 3.395 Unpacking systemd-timesyncd (247.3-6) ... [2021-08-23T14:37:14.756Z] #70 3.445 Selecting previously unselected package systemd. [2021-08-23T14:37:14.756Z] #70 3.447 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-08-23T14:37:14.756Z] #70 3.482 Unpacking systemd (247.3-6) ... [2021-08-23T14:37:15.190Z] INFO: make.ps1 starting at 08/23/2021 14:37:14 [2021-08-23T14:37:15.190Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:37:15.190Z] INFO: Invoking autogen... [2021-08-23T14:37:15.326Z] #70 3.993 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-08-23T14:37:15.326Z] #70 4.003 Setting up libjson-c5:amd64 (0.15-2) ... [2021-08-23T14:37:15.326Z] #70 4.012 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-08-23T14:37:15.326Z] #70 4.023 Setting up libkmod2:amd64 (28-1) ... [2021-08-23T14:37:15.326Z] #70 4.035 Setting up systemd (247.3-6) ... [2021-08-23T14:37:15.326Z] #70 4.071 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-08-23T14:37:15.326Z] #70 4.073 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-08-23T14:37:15.326Z] #70 4.075 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-08-23T14:37:15.586Z] #70 4.468 Setting up systemd-timesyncd (247.3-6) ... [2021-08-23T14:37:15.645Z] INFO: Building daemon... [2021-08-23T14:37:15.807Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-08-23T14:37:15.807Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-08-23T14:37:15.844Z] #70 4.690 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-08-23T14:37:15.844Z] #70 4.690 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-08-23T14:37:15.844Z] #70 4.783 Selecting previously unselected package systemd-sysv. [2021-08-23T14:37:15.844Z] #70 4.783 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29432 files and directories currently installed.) [2021-08-23T14:37:15.844Z] #70 4.797 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-08-23T14:37:15.844Z] #70 4.800 Unpacking systemd-sysv (247.3-6) ... [2021-08-23T14:37:15.844Z] #70 4.843 Selecting previously unselected package libdbus-1-3:amd64. [2021-08-23T14:37:16.103Z] #70 4.845 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-08-23T14:37:16.103Z] #70 4.849 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-08-23T14:37:16.103Z] #70 4.906 Selecting previously unselected package dbus. [2021-08-23T14:37:16.103Z] #70 4.909 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-08-23T14:37:16.103Z] #70 4.919 Unpacking dbus (1.12.20-2) ... [2021-08-23T14:37:16.103Z] #70 4.971 Selecting previously unselected package libpam-systemd:amd64. [2021-08-23T14:37:16.103Z] #70 4.974 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-08-23T14:37:16.103Z] #70 4.978 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-08-23T14:37:16.103Z] #70 5.023 Selecting previously unselected package dbus-user-session. [2021-08-23T14:37:16.103Z] #70 5.026 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-08-23T14:37:16.103Z] #70 5.030 Unpacking dbus-user-session (1.12.20-2) ... [2021-08-23T14:37:16.361Z] #70 5.138 Setting up systemd-sysv (247.3-6) ... [2021-08-23T14:37:16.361Z] #70 5.149 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-08-23T14:37:16.361Z] #70 5.158 Setting up dbus (1.12.20-2) ... [2021-08-23T14:37:16.361Z] #70 5.265 invoke-rc.d: could not determine current runlevel [2021-08-23T14:37:16.621Z] #70 5.268 invoke-rc.d: policy-rc.d denied execution of start. [2021-08-23T14:37:16.621Z] #70 5.271 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-08-23T14:37:16.621Z] #70 5.434 Setting up dbus-user-session (1.12.20-2) ... [2021-08-23T14:37:16.621Z] #70 5.449 Processing triggers for libc-bin (2.31-13) ... [2021-08-23T14:37:16.740Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-08-23T14:37:16.881Z] #70 DONE 5.6s [2021-08-23T14:37:16.881Z] [2021-08-23T14:37:16.881Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-08-23T14:37:16.881Z] #71 sha256:cfb6c484b1270a0f57a0dd7560b445416a6c0e13599142cbc5d030920198a66b [2021-08-23T14:37:17.139Z] #71 0.451 % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-23T14:37:17.139Z] #71 0.454 Dload Upload Total Spent Left Speed [2021-08-23T14:37:17.306Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-08-23T14:37:17.564Z] === CONT TestConfigDaemonSeccompProfiles [2021-08-23T14:37:17.564Z] daemon_test.go:149: [d29195b3954bf] daemon is not started [2021-08-23T14:37:17.564Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2021-08-23T14:37:17.564Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2021-08-23T14:37:17.564Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2021-08-23T14:37:17.564Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2021-08-23T14:37:17.564Z] PASS [2021-08-23T14:37:17.564Z] [2021-08-23T14:37:17.564Z] DONE 11 tests in 3.797s [2021-08-23T14:37:17.564Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-08-23T14:37:17.564Z] ++ 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-08-23T14:37:17.564Z] ++ set -e [2021-08-23T14:37:17.564Z] ++ '[' -n 0 ']' [2021-08-23T14:37:17.564Z] ++ set -x [2021-08-23T14:37:17.564Z] ++ 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-08-23T14:37:17.564Z] INFO: Testing against a local daemon [2021-08-23T14:37:17.564Z] === RUN TestCommitInheritsEnv [2021-08-23T14:37:17.657Z] #71 0.455 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 8066 0 --:--:-- --:--:-- --:--:-- 8030 [2021-08-23T14:37:17.657Z] #71 DONE 0.7s [2021-08-23T14:37:17.657Z] [2021-08-23T14:37:17.657Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-08-23T14:37:17.657Z] #72 sha256:97fd42f543af20c6b1c9bbd355459e7cc6d634870b0eea9b94715d10a8fc8788 [2021-08-23T14:37:18.129Z] --- PASS: TestCommitInheritsEnv (0.28s) [2021-08-23T14:37:18.129Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T14:37:18.129Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-08-23T14:37:18.129Z] === RUN TestImagesFilterMultiReference [2021-08-23T14:37:18.129Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-08-23T14:37:18.129Z] === RUN TestImagePullPlatformInvalid [2021-08-23T14:37:18.129Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-08-23T14:37:18.129Z] === RUN TestRemoveImageOrphaning [2021-08-23T14:37:18.388Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-08-23T14:37:18.388Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2021-08-23T14:37:18.388Z] === RUN TestRemoveImageGarbageCollector [2021-08-23T14:37:18.594Z] #72 DONE 0.9s [2021-08-23T14:37:18.594Z] [2021-08-23T14:37:18.594Z] #73 exporting to image [2021-08-23T14:37:18.594Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-08-23T14:37:18.594Z] #73 exporting layers [2021-08-23T14:37:19.324Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-08-23T14:37:20.698Z] --- PASS: TestRemoveImageGarbageCollector (2.05s) [2021-08-23T14:37:20.698Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T14:37:20.698Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-08-23T14:37:20.698Z] === RUN TestTagInvalidReference [2021-08-23T14:37:20.698Z] --- PASS: TestTagInvalidReference (0.02s) [2021-08-23T14:37:20.698Z] === RUN TestTagValidPrefixedRepo [2021-08-23T14:37:20.698Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-08-23T14:37:20.698Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T14:37:20.698Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-08-23T14:37:20.698Z] === RUN TestTagOfficialNames [2021-08-23T14:37:20.698Z] --- PASS: TestTagOfficialNames (0.05s) [2021-08-23T14:37:20.698Z] === RUN TestTagMatchesDigest [2021-08-23T14:37:20.698Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-08-23T14:37:20.698Z] === CONT TestImportExtremelyLargeImageWorks [2021-08-23T14:37:20.698Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-08-23T14:37:21.631Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-08-23T14:37:21.631Z] check_test.go:309: [d366d43ca7a24] daemon is not started [2021-08-23T14:37:21.631Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-08-23T14:37:25.164Z] #73 exporting layers 6.3s done [2021-08-23T14:37:25.164Z] #73 writing image sha256:1b5e3ea5b677c31c0dd3999bc363cf0765df2731d585a48b5278971359c76afe done [2021-08-23T14:37:25.164Z] #73 naming to docker.io/library/docker:82c978ad9567772f349f604c6630d531b9348736 done [2021-08-23T14:37:25.164Z] #73 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-08-23T14:37:25.527Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh dynbinary test-integration [2021-08-23T14:37:25.815Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-08-23T14:37:27.428Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-08-23T14:37:27.428Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-08-23T14:37:27.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-08-23T14:37:27.428Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-08-23T14:37:27.428Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2021-08-23T14:37:27.428Z] Detected virtualization docker. [2021-08-23T14:37:27.428Z] Detected architecture x86-64. [2021-08-23T14:37:27.428Z] Set hostname to <5f03d2a949d3>. [2021-08-23T14:37:27.428Z] modprobe@configfs.service: Succeeded. [2021-08-23T14:37:27.428Z] modprobe@drm.service: Succeeded. [2021-08-23T14:37:27.428Z] modprobe@fuse.service: Succeeded. [2021-08-23T14:37:27.687Z] + source /etc/docker-entrypoint-cmd [2021-08-23T14:37:27.688Z] ++ hack/make.sh dynbinary test-integration [2021-08-23T14:37:27.688Z] [2021-08-23T14:37:27.946Z] Removing bundles/ [2021-08-23T14:37:27.946Z] [2021-08-23T14:37:27.946Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-08-23T14:37:27.946Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:37:27.946Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:37:28.342Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-08-23T14:37:30.871Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-08-23T14:37:30.871Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-08-23T14:37:31.129Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-08-23T14:37:31.129Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-08-23T14:37:32.065Z] check_test.go:309: [d06862437f71c] daemon is not started [2021-08-23T14:37:32.065Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-08-23T14:37:32.631Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-08-23T14:37:33.196Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-08-23T14:37:33.762Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-08-23T14:37:34.328Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-08-23T14:37:35.261Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-08-23T14:37:35.261Z] check_test.go:309: [d6d87549f226c] daemon is not started [2021-08-23T14:37:35.261Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-08-23T14:37:35.827Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-08-23T14:37:36.761Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-08-23T14:37:37.327Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-08-23T14:37:37.894Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-08-23T14:37:41.176Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-08-23T14:37:41.742Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-08-23T14:37:41.742Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-08-23T14:37:42.676Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-08-23T14:37:43.610Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-08-23T14:37:44.984Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-08-23T14:37:45.549Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-08-23T14:37:45.748Z] c67ded6868b6: Pull complete [2021-08-23T14:37:45.748Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097 [2021-08-23T14:37:45.748Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T14:37:45.748Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T14:37:45.748Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-08-23T14:37:45.748Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-08-23T14:37:45.748Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2114' [2021-08-23T14:37:45.748Z] INFO: Docker version of control daemon [2021-08-23T14:37:45.748Z] [2021-08-23T14:37:45.748Z] Client: [2021-08-23T14:37:45.748Z] Version: 20.10.8 [2021-08-23T14:37:45.748Z] API version: 1.41 [2021-08-23T14:37:45.748Z] Go version: go1.16.6 [2021-08-23T14:37:45.748Z] Git commit: 3967b7d [2021-08-23T14:37:45.748Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:37:45.748Z] OS/Arch: windows/amd64 [2021-08-23T14:37:45.748Z] Context: default [2021-08-23T14:37:45.748Z] Experimental: true [2021-08-23T14:37:45.748Z] [2021-08-23T14:37:45.748Z] Server: Docker Engine - Community [2021-08-23T14:37:45.748Z] Engine: [2021-08-23T14:37:45.748Z] Version: 20.10.8 [2021-08-23T14:37:45.748Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:37:45.748Z] Go version: go1.16.6 [2021-08-23T14:37:45.748Z] Git commit: 75249d8 [2021-08-23T14:37:45.748Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:37:45.748Z] OS/Arch: windows/amd64 [2021-08-23T14:37:45.748Z] Experimental: true [2021-08-23T14:37:45.748Z] [2021-08-23T14:37:45.748Z] INFO: Docker info of control daemon [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] Client: [2021-08-23T14:37:45.749Z] Context: default [2021-08-23T14:37:45.749Z] Debug Mode: false [2021-08-23T14:37:45.749Z] Plugins: [2021-08-23T14:37:45.749Z] app: Docker Application (Docker Inc., v0.8.0) [2021-08-23T14:37:45.749Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-08-23T14:37:45.749Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] Server: [2021-08-23T14:37:45.749Z] Containers: 0 [2021-08-23T14:37:45.749Z] Running: 0 [2021-08-23T14:37:45.749Z] Paused: 0 [2021-08-23T14:37:45.749Z] Stopped: 0 [2021-08-23T14:37:45.749Z] Images: 1 [2021-08-23T14:37:45.749Z] Server Version: 20.10.8 [2021-08-23T14:37:45.749Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-08-23T14:37:45.749Z] LCOW: [2021-08-23T14:37:45.749Z] Windows: [2021-08-23T14:37:45.749Z] Logging Driver: json-file [2021-08-23T14:37:45.749Z] Plugins: [2021-08-23T14:37:45.749Z] Volume: local [2021-08-23T14:37:45.749Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:37:45.749Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:37:45.749Z] Swarm: inactive [2021-08-23T14:37:45.749Z] Default Isolation: process [2021-08-23T14:37:45.749Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-08-23T14:37:45.749Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-08-23T14:37:45.749Z] OSType: windows [2021-08-23T14:37:45.749Z] Architecture: x86_64 [2021-08-23T14:37:45.749Z] CPUs: 4 [2021-08-23T14:37:45.749Z] Total Memory: 32GiB [2021-08-23T14:37:45.749Z] Name: azwin-2-badec0 [2021-08-23T14:37:45.749Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-08-23T14:37:45.749Z] Docker Root Dir: D:\docker [2021-08-23T14:37:45.749Z] Debug Mode: false [2021-08-23T14:37:45.749Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:37:45.749Z] Labels: [2021-08-23T14:37:45.749Z] Experimental: true [2021-08-23T14:37:45.749Z] Insecure Registries: [2021-08-23T14:37:45.749Z] 10.0.0.4:5000 [2021-08-23T14:37:45.749Z] 127.0.0.0/8 [2021-08-23T14:37:45.749Z] Registry Mirrors: [2021-08-23T14:37:45.749Z] http://10.0.0.4:5000/ [2021-08-23T14:37:45.749Z] Live Restore Enabled: false [2021-08-23T14:37:45.749Z] Product License: Community Engine [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] INFO: Commit hash is 82c978ad95 [2021-08-23T14:37:45.749Z] INFO: Nuke-Everything... [2021-08-23T14:37:45.749Z] INFO: Container count on control daemon to delete is 0 [2021-08-23T14:37:45.749Z] INFO: Nuking d:\CI [2021-08-23T14:37:45.749Z] INFO: Zapped successfully [2021-08-23T14:37:45.749Z] INFO: Location for testing is d:\CI\PR-42764\3 [2021-08-23T14:37:45.749Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:45.749Z] INFO: Building the image from Dockerfile.windows at 08/23/2021 14:37:44... [2021-08-23T14:37:45.749Z] [2021-08-23T14:37:48.831Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-08-23T14:37:49.482Z] Sending build context to Docker daemon 61MB [2021-08-23T14:37:49.482Z] [2021-08-23T14:37:49.482Z] Step 1/10 : FROM microsoft/windowsservercore [2021-08-23T14:37:49.482Z] ---> d1724c2d9a84 [2021-08-23T14:37:49.482Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-08-23T14:37:49.482Z] ---> Running in b9e9bc177e87 [2021-08-23T14:37:49.482Z] Removing intermediate container b9e9bc177e87 [2021-08-23T14:37:49.482Z] ---> 846892cae1b9 [2021-08-23T14:37:49.482Z] Step 3/10 : ARG GO_VERSION=1.16.7 [2021-08-23T14:37:49.482Z] ---> Running in a819fb05a079 [2021-08-23T14:37:49.943Z] Removing intermediate container a819fb05a079 [2021-08-23T14:37:49.943Z] ---> 076963f81767 [2021-08-23T14:37:49.943Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-08-23T14:37:49.943Z] ---> Running in 464df164acbf [2021-08-23T14:37:50.403Z] Removing intermediate container 464df164acbf [2021-08-23T14:37:50.403Z] ---> 3c2bc1a4277b [2021-08-23T14:37:50.403Z] 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-08-23T14:37:50.403Z] ---> Running in cd1711298e0a [2021-08-23T14:37:50.403Z] Removing intermediate container cd1711298e0a [2021-08-23T14:37:50.403Z] ---> 8053c8568de7 [2021-08-23T14:37:50.403Z] 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-08-23T14:37:50.403Z] ---> Running in 17462bcd2854 [2021-08-23T14:37:52.113Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-08-23T14:37:53.048Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-08-23T14:37:53.983Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-08-23T14:37:54.918Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-08-23T14:37:57.449Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-08-23T14:37:57.449Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-08-23T14:37:57.449Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-08-23T14:38:01.539Z] --- PASS: TestBuildWithHugeFile (53.95s) [2021-08-23T14:38:01.539Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:38:01.539Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:38:01.539Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-08-23T14:38:01.539Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T14:38:01.539Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:38:01.539Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:38:01.539Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:38:01.539Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:38:01.539Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:38:01.539Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:38:01.539Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:38:01.539Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:38:01.539Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:38:01.539Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-08-23T14:38:01.539Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2021-08-23T14:38:01.539Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2021-08-23T14:38:01.539Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-08-23T14:38:01.539Z] === RUN TestBuildPreserveOwnership [2021-08-23T14:38:01.539Z] === RUN TestBuildPreserveOwnership/copy_from [2021-08-23T14:38:01.637Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-08-23T14:38:01.637Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-08-23T14:38:01.897Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-08-23T14:38:02.465Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-08-23T14:38:02.465Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-08-23T14:38:02.465Z] docker_cli_daemon_test.go:2550: [d249c35d8341b] daemon is not started [2021-08-23T14:38:02.724Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-08-23T14:38:02.724Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-08-23T14:38:03.160Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|files|imports|exports_file|types_sizes) took 2m15.763253812s [2021-08-23T14:38:03.160Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 530.671192ms [2021-08-23T14:38:04.101Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-08-23T14:38:04.667Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-08-23T14:38:05.240Z] [2021-08-23T14:38:05.240Z] SUCCESS: Specified value was saved. [2021-08-23T14:38:05.240Z] INFO: Downloading git... [2021-08-23T14:38:05.604Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-08-23T14:38:05.745Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-08-23T14:38:06.208Z] INFO: Downloading go... [2021-08-23T14:38:06.981Z] === RUN TestDockerSuite/TestBuildEnv [2021-08-23T14:38:07.747Z] INFO: Downloading compiler 1 of 3... [2021-08-23T14:38:07.917Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-08-23T14:38:08.206Z] INFO: Downloading compiler 2 of 3... [2021-08-23T14:38:08.665Z] INFO: Downloading compiler 3 of 3... [2021-08-23T14:38:08.853Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-08-23T14:38:09.072Z] --- PASS: TestBuildPreserveOwnership (9.86s) [2021-08-23T14:38:09.072Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.88s) [2021-08-23T14:38:09.072Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (3.98s) [2021-08-23T14:38:09.072Z] === RUN TestBuildPlatformInvalid [2021-08-23T14:38:09.332Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-08-23T14:38:09.332Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-08-23T14:38:09.332Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-08-23T14:38:09.332Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-08-23T14:38:09.332Z] PASS [2021-08-23T14:38:09.332Z] [2021-08-23T14:38:09.332Z] === Skipped [2021-08-23T14:38:09.332Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-08-23T14:38:09.332Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:38:09.332Z] [2021-08-23T14:38:09.332Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-08-23T14:38:09.332Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:38:09.332Z] [2021-08-23T14:38:09.332Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-08-23T14:38:09.332Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-08-23T14:38:09.332Z] [2021-08-23T14:38:09.332Z] [2021-08-23T14:38:09.332Z] DONE 34 tests, 3 skipped in 114.376s [2021-08-23T14:38:09.332Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-08-23T14:38:09.332Z] INFO: Testing against a local daemon [2021-08-23T14:38:09.332Z] === RUN TestConfigInspect [2021-08-23T14:38:09.333Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestConfigInspect (0.02s) [2021-08-23T14:38:09.333Z] === RUN TestConfigList [2021-08-23T14:38:09.333Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestConfigList (0.01s) [2021-08-23T14:38:09.333Z] === RUN TestConfigsCreateAndDelete [2021-08-23T14:38:09.333Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-08-23T14:38:09.333Z] === RUN TestConfigsUpdate [2021-08-23T14:38:09.333Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-08-23T14:38:09.333Z] === RUN TestTemplatedConfig [2021-08-23T14:38:09.333Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-08-23T14:38:09.333Z] === RUN TestConfigCreateResolve [2021-08-23T14:38:09.333Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-08-23T14:38:09.333Z] PASS [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === Skipped [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-08-23T14:38:09.333Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-08-23T14:38:09.333Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-08-23T14:38:09.333Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-08-23T14:38:09.333Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-08-23T14:38:09.333Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-08-23T14:38:09.333Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] [2021-08-23T14:38:09.333Z] DONE 6 tests, 6 skipped in 0.167s [2021-08-23T14:38:09.333Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-08-23T14:38:09.594Z] INFO: Testing against a local daemon [2021-08-23T14:38:09.594Z] === RUN TestCheckpoint [2021-08-23T14:38:09.594Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:38:09.594Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T14:38:09.594Z] === RUN TestContainerInvalidJSON [2021-08-23T14:38:09.594Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:38:09.594Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:38:09.594Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:38:09.594Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:38:09.594Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:38:09.594Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:38:09.594Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-08-23T14:38:09.594Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-08-23T14:38:09.594Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-08-23T14:38:09.594Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T14:38:09.594Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2021-08-23T14:38:09.594Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T14:38:09.594Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-08-23T14:38:09.594Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T14:38:09.787Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-08-23T14:38:09.855Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-08-23T14:38:09.855Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T14:38:09.855Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-08-23T14:38:09.855Z] === RUN TestCopyFromContainer [2021-08-23T14:38:10.202Z] INFO: Extracting git... [2021-08-23T14:38:11.691Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-08-23T14:38:13.158Z] === RUN TestCopyFromContainer// [2021-08-23T14:38:13.158Z] === RUN TestCopyFromContainer//bar/root [2021-08-23T14:38:13.158Z] === RUN TestCopyFromContainer//bar/root/ [2021-08-23T14:38:13.419Z] === RUN TestCopyFromContainer/bar/quux [2021-08-23T14:38:13.419Z] === RUN TestCopyFromContainer/bar/quux/ [2021-08-23T14:38:13.419Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-08-23T14:38:13.419Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-08-23T14:38:13.419Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-08-23T14:38:13.597Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-08-23T14:38:13.680Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-08-23T14:38:13.680Z] === RUN TestCopyFromContainer/bar/notarget [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer (3.95s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-08-23T14:38:13.680Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-08-23T14:38:13.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T14:38:13.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:38:13.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:38:13.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:38:13.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:38:13.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:38:13.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:38:13.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:38:13.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:38:13.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:38:13.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T14:38:13.680Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T14:38:13.680Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-08-23T14:38:13.680Z] === RUN TestCreateWithInvalidEnv [2021-08-23T14:38:13.680Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T14:38:13.680Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T14:38:13.680Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T14:38:13.680Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T14:38:13.680Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T14:38:13.680Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T14:38:13.680Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T14:38:13.680Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T14:38:13.680Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T14:38:13.680Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T14:38:13.680Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T14:38:13.680Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T14:38:13.680Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-08-23T14:38:13.680Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T14:38:14.975Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-08-23T14:38:14.975Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-08-23T14:38:15.069Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2021-08-23T14:38:15.069Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:38:16.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:38:16.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:38:16.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:38:16.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:38:16.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:38:16.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:38:16.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:38:16.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:38:16.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:38:16.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:38:16.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T14:38:16.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-08-23T14:38:16.014Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T14:38:16.587Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2021-08-23T14:38:16.587Z] === RUN TestCreateDifferentPlatform [2021-08-23T14:38:16.587Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T14:38:16.587Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T14:38:16.587Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-08-23T14:38:16.587Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T14:38:16.587Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T14:38:16.587Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T14:38:16.587Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-08-23T14:38:16.587Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T14:38:16.587Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-08-23T14:38:16.587Z] === RUN TestContainerStartOnDaemonRestart [2021-08-23T14:38:16.587Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-08-23T14:38:16.587Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-08-23T14:38:16.587Z] === RUN TestDaemonRestartIpcMode [2021-08-23T14:38:16.587Z] === PAUSE TestDaemonRestartIpcMode [2021-08-23T14:38:16.587Z] === RUN TestDaemonHostGatewayIP [2021-08-23T14:38:16.587Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:38:16.587Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-08-23T14:38:16.587Z] === RUN TestRestartDaemonWithRestartingContainer [2021-08-23T14:38:16.587Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-08-23T14:38:16.587Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T14:38:16.587Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-08-23T14:38:16.587Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-08-23T14:38:16.587Z] === RUN TestDiff [2021-08-23T14:38:17.159Z] --- PASS: TestDiff (0.38s) [2021-08-23T14:38:17.159Z] === RUN TestExecWithCloseStdin [2021-08-23T14:38:17.420Z] --- PASS: TestExecWithCloseStdin (0.44s) [2021-08-23T14:38:17.420Z] === RUN TestExec [2021-08-23T14:38:17.508Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-08-23T14:38:17.508Z] check_test.go:309: [dce55968f06c4] daemon is not started [2021-08-23T14:38:17.508Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-08-23T14:38:17.992Z] --- PASS: TestExec (0.46s) [2021-08-23T14:38:17.992Z] === RUN TestExecUser [2021-08-23T14:38:18.253Z] --- PASS: TestExecUser (0.45s) [2021-08-23T14:38:18.253Z] === RUN TestExportContainerAndImportImage [2021-08-23T14:38:18.825Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2021-08-23T14:38:18.825Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T14:38:20.213Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2021-08-23T14:38:20.213Z] === RUN TestHealthCheckWorkdir [2021-08-23T14:38:20.785Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2021-08-23T14:38:20.785Z] === RUN TestHealthKillContainer [2021-08-23T14:38:20.794Z] --- PASS: TestDockerDaemonSuite (294.16s) [2021-08-23T14:38:20.794Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.24s) [2021-08-23T14:38:20.794Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.20s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.82s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.93s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.20s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.44s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.27s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.91s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.13s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.24s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.04s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.41s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.23s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.24s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.07s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.37s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.43s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.39s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.18s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.86s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.35s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.38s) [2021-08-23T14:38:20.795Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.86s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.16s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.23s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.61s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.42s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (2.89s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.16s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.30s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.45s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.40s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.63s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.60s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.56s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.55s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.64s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (3.49s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.93s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.83s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.05s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.50s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.31s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.70s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.26s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.93s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.27s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.68s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.14s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.47s) [2021-08-23T14:38:20.795Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-08-23T14:38:20.795Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.97s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.18s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.66s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.85s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.85s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (2.78s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.44s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.93s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.14s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.42s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (2.64s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.47s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (3.95s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.20s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.03s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.25s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.65s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (1.98s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.33s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.75s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.71s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.19s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.62s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.55s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.40s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.63s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.23s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (2.78s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.96s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.16s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.73s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.74s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.54s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.32s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.92s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.92s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.53s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.63s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.40s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (1.89s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.55s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.06s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.05s) [2021-08-23T14:38:20.795Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (3.82s) [2021-08-23T14:38:20.795Z] === RUN TestDockerSwarmSuite [2021-08-23T14:38:20.795Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-08-23T14:38:22.589Z] INFO: Expanding go... [2021-08-23T14:38:23.330Z] --- PASS: TestHealthKillContainer (2.50s) [2021-08-23T14:38:23.330Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T14:38:23.591Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2021-08-23T14:38:23.591Z] === RUN TestIpcModeNone [2021-08-23T14:38:24.083Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-08-23T14:38:24.163Z] --- PASS: TestIpcModeNone (0.42s) [2021-08-23T14:38:24.163Z] === RUN TestIpcModePrivate [2021-08-23T14:38:24.424Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-08-23T14:38:24.424Z] --- PASS: TestIpcModePrivate (0.45s) [2021-08-23T14:38:24.424Z] === RUN TestIpcModeShareable [2021-08-23T14:38:24.424Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:38:24.424Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-08-23T14:38:24.424Z] === RUN TestAPIIpcModeShareableAndContainer [2021-08-23T14:38:25.812Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2021-08-23T14:38:25.812Z] === RUN TestAPIIpcModeHost [2021-08-23T14:38:25.812Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:38:25.812Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-08-23T14:38:25.812Z] === RUN TestDaemonIpcModeShareable [2021-08-23T14:38:25.812Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:38:25.812Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-08-23T14:38:25.812Z] === RUN TestDaemonIpcModePrivate [2021-08-23T14:38:26.762Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-08-23T14:38:27.024Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2021-08-23T14:38:27.024Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-08-23T14:38:27.024Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:38:27.024Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-08-23T14:38:27.024Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-08-23T14:38:27.024Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:38:27.024Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-08-23T14:38:27.024Z] === RUN TestIpcModeOlderClient [2021-08-23T14:38:27.024Z] === PAUSE TestIpcModeOlderClient [2021-08-23T14:38:27.024Z] === RUN TestKillContainerInvalidSignal [2021-08-23T14:38:27.370Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-08-23T14:38:27.596Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2021-08-23T14:38:27.596Z] === RUN TestKillContainer [2021-08-23T14:38:27.596Z] === RUN TestKillContainer/no_signal [2021-08-23T14:38:27.670Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-08-23T14:38:27.670Z] [2021-08-23T14:38:27.670Z] ________ ____ __. [2021-08-23T14:38:27.670Z] \_____ \ | |/ _| [2021-08-23T14:38:27.670Z] / | \| < [2021-08-23T14:38:27.670Z] / | \ | \ [2021-08-23T14:38:27.670Z] \_______ /____|__ \ [2021-08-23T14:38:27.670Z] \/ \/ [2021-08-23T14:38:27.670Z] [2021-08-23T14:38:27.670Z] INFO: make.ps1 ended at 08/23/2021 14:38:26 [2021-08-23T14:38:27.858Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T14:38:28.119Z] === RUN TestKillContainer/killing_signal [2021-08-23T14:38:28.126Z] INFO: Binaries build ended at 08/23/2021 14:38:28. Duration:00:01:18.5709633 [2021-08-23T14:38:28.714Z] --- PASS: TestKillContainer (1.23s) [2021-08-23T14:38:28.715Z] --- PASS: TestKillContainer/no_signal (0.39s) [2021-08-23T14:38:28.715Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2021-08-23T14:38:28.715Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2021-08-23T14:38:28.715Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T14:38:28.715Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-08-23T14:38:29.087Z] INFO: Copying the built daemon binary to d:\CI\PR-42764\3\binary\dockerd-82c978ad95.exe... [2021-08-23T14:38:29.087Z] INFO: Copying the built client binary to d:\CI\PR-42764\3\binary\docker-82c978ad95.exe... [2021-08-23T14:38:29.087Z] INFO: Copying dockerversion from the container... [2021-08-23T14:38:29.290Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-08-23T14:38:29.545Z] INFO: Copying the golang package from the container to d:\CI\PR-42764\3\installer\go.zip... [2021-08-23T14:38:29.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2021-08-23T14:38:29.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2021-08-23T14:38:29.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2021-08-23T14:38:29.551Z] === RUN TestKillStoppedContainer [2021-08-23T14:38:29.551Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-08-23T14:38:29.551Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T14:38:29.551Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-08-23T14:38:29.551Z] === RUN TestKillDifferentUserContainer [2021-08-23T14:38:30.001Z] INFO: Extracting go.zip to d:\CI\PR-42764\3\go [2021-08-23T14:38:30.124Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2021-08-23T14:38:30.124Z] === RUN TestInspectOomKilledTrue [2021-08-23T14:38:30.124Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:30.124Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T14:38:30.124Z] === RUN TestInspectOomKilledFalse [2021-08-23T14:38:30.124Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:38:30.124Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T14:38:30.124Z] === RUN TestLinksEtcHostsContentMatch [2021-08-23T14:38:30.124Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-08-23T14:38:30.124Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-08-23T14:38:30.124Z] === RUN TestLinksContainerNames [2021-08-23T14:38:31.066Z] --- PASS: TestLinksContainerNames (0.78s) [2021-08-23T14:38:31.066Z] === RUN TestLogsFollowTailEmpty [2021-08-23T14:38:31.327Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-08-23T14:38:31.327Z] === RUN TestContainerNetworkMountsNoChown [2021-08-23T14:38:31.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-08-23T14:38:31.588Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/default [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/default [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/private [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/private [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rprivate [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rprivate [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/slave [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/slave [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rslave [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rslave [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/shared [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/shared [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rshared [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rshared [2021-08-23T14:38:31.588Z] === CONT TestMountDaemonRoot/default [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/default/mount_root [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/default/bind_root [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:38:31.588Z] === CONT TestMountDaemonRoot/default/mount_root [2021-08-23T14:38:31.588Z] === CONT TestMountDaemonRoot/rshared [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:38:31.588Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:38:31.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:38:31.588Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:38:31.822Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/shared [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rslave [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/slave [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rprivate [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/private [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/private/bind_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/private/mount_root [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-08-23T14:38:31.849Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:38:31.849Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/default/bind_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:38:31.849Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/private/bind_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/private/mount_root [2021-08-23T14:38:32.110Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-08-23T14:38:32.110Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-08-23T14:38:32.110Z] === RUN TestContainerBindMountNonRecursive [2021-08-23T14:38:32.110Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:38:32.110Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-08-23T14:38:32.110Z] === RUN TestContainerVolumesMountedAsShared [2021-08-23T14:38:32.110Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:38:32.110Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-08-23T14:38:32.110Z] === RUN TestContainerVolumesMountedAsSlave [2021-08-23T14:38:32.110Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:38:32.110Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-08-23T14:38:32.110Z] === RUN TestNetworkNat [2021-08-23T14:38:32.681Z] --- PASS: TestNetworkNat (0.47s) [2021-08-23T14:38:32.681Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T14:38:32.941Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2021-08-23T14:38:32.941Z] === RUN TestNetworkLoopbackNat [2021-08-23T14:38:33.211Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-08-23T14:38:34.605Z] ok github.com/docker/docker/libnetwork 46.819s coverage: 41.0% of statements [2021-08-23T14:38:35.481Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2021-08-23T14:38:35.481Z] === RUN TestPause [2021-08-23T14:38:35.481Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:35.481Z] --- SKIP: TestPause (0.00s) [2021-08-23T14:38:35.481Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T14:38:35.481Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:38:35.481Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:38:35.481Z] === RUN TestPauseStopPausedContainer [2021-08-23T14:38:35.481Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:35.481Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-08-23T14:38:35.481Z] === RUN TestPidHost [2021-08-23T14:38:36.423Z] --- PASS: TestPidHost (0.85s) [2021-08-23T14:38:36.423Z] === RUN TestPsFilter [2021-08-23T14:38:36.423Z] --- PASS: TestPsFilter (0.10s) [2021-08-23T14:38:36.423Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T14:38:36.994Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2021-08-23T14:38:36.994Z] === RUN TestRemoveContainerWithVolume [2021-08-23T14:38:37.255Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2021-08-23T14:38:37.255Z] === RUN TestRemoveContainerRunning [2021-08-23T14:38:37.825Z] --- PASS: TestRemoveContainerRunning (0.41s) [2021-08-23T14:38:37.825Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T14:38:38.089Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2021-08-23T14:38:38.089Z] === RUN TestRemoveInvalidContainer [2021-08-23T14:38:38.089Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-08-23T14:38:38.089Z] === RUN TestRenameLinkedContainer [2021-08-23T14:38:39.792Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-08-23T14:38:40.008Z] --- PASS: TestRenameLinkedContainer (1.65s) [2021-08-23T14:38:40.008Z] === RUN TestRenameStoppedContainer [2021-08-23T14:38:40.269Z] --- PASS: TestRenameStoppedContainer (0.39s) [2021-08-23T14:38:40.269Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T14:38:40.281Z] INFO: Expanding compiler 1 of 3... [2021-08-23T14:38:40.281Z] INFO: Expanding compiler 2 of 3... [2021-08-23T14:38:40.358Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-08-23T14:38:40.617Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-08-23T14:38:40.874Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-08-23T14:38:41.210Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2021-08-23T14:38:41.210Z] === RUN TestRenameInvalidName [2021-08-23T14:38:41.471Z] --- PASS: TestRenameInvalidName (0.40s) [2021-08-23T14:38:41.471Z] === RUN TestRenameAnonymousContainer [2021-08-23T14:38:41.808Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-08-23T14:38:41.808Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-08-23T14:38:41.808Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-08-23T14:38:42.066Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-08-23T14:38:42.853Z] --- PASS: TestRenameAnonymousContainer (1.50s) [2021-08-23T14:38:42.853Z] === RUN TestRenameContainerWithSameName [2021-08-23T14:38:43.423Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2021-08-23T14:38:43.423Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T14:38:43.965Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-08-23T14:38:43.993Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2021-08-23T14:38:43.993Z] === RUN TestResize [2021-08-23T14:38:44.530Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-08-23T14:38:44.562Z] --- PASS: TestResize (0.40s) [2021-08-23T14:38:44.563Z] === RUN TestResizeWithInvalidSize [2021-08-23T14:38:44.822Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-08-23T14:38:44.822Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T14:38:44.970Z] INFO: Expanding compiler 3 of 3... [2021-08-23T14:38:44.970Z] INFO: Removing downloaded files... [2021-08-23T14:38:44.970Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-08-23T14:38:44.970Z] INFO: Configuring git core.autocrlf... [2021-08-23T14:38:45.393Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2021-08-23T14:38:45.393Z] === RUN TestDaemonRestartKillContainers [2021-08-23T14:38:45.393Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-08-23T14:38:45.393Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-08-23T14:38:45.393Z] === RUN TestCgroupNamespacesRun [2021-08-23T14:38:46.335Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2021-08-23T14:38:46.335Z] === RUN TestCgroupNamespacesRunPrivileged [2021-08-23T14:38:46.429Z] docker_api_swarm_test.go:562: [d7136952ebad2] joining swarm manager [d8fa208926556]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:38:47.718Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2021-08-23T14:38:47.718Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-08-23T14:38:48.679Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2021-08-23T14:38:48.679Z] === RUN TestCgroupNamespacesRunHostMode [2021-08-23T14:38:50.062Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2021-08-23T14:38:50.062Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-08-23T14:38:51.002Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2021-08-23T14:38:51.002Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-08-23T14:38:51.692Z] === RUN TestDockerSuite/TestBuildExpose [2021-08-23T14:38:51.692Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-08-23T14:38:51.692Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-08-23T14:38:51.692Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-08-23T14:38:51.950Z] === RUN TestDockerSuite/TestBuildFails [2021-08-23T14:38:52.385Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2021-08-23T14:38:52.385Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-08-23T14:38:52.516Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-08-23T14:38:52.516Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-08-23T14:38:52.956Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-08-23T14:38:52.956Z] === RUN TestCgroupNamespacesRunOlderClient [2021-08-23T14:38:53.896Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2021-08-23T14:38:53.896Z] === RUN TestNISDomainname [2021-08-23T14:38:53.896Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-08-23T14:38:53.896Z] --- SKIP: TestNISDomainname (0.01s) [2021-08-23T14:38:53.896Z] === RUN TestHostnameDnsResolution [2021-08-23T14:38:54.414Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-08-23T14:38:54.838Z] --- PASS: TestHostnameDnsResolution (0.64s) [2021-08-23T14:38:54.838Z] === RUN TestStats [2021-08-23T14:38:54.838Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:54.838Z] --- SKIP: TestStats (0.00s) [2021-08-23T14:38:54.838Z] === RUN TestStopContainerWithTimeout [2021-08-23T14:38:54.838Z] === RUN TestStopContainerWithTimeout/0 [2021-08-23T14:38:54.838Z] === PAUSE TestStopContainerWithTimeout/0 [2021-08-23T14:38:54.838Z] === RUN TestStopContainerWithTimeout/1 [2021-08-23T14:38:54.838Z] === PAUSE TestStopContainerWithTimeout/1 [2021-08-23T14:38:54.838Z] === RUN TestStopContainerWithTimeout/3 [2021-08-23T14:38:54.838Z] === PAUSE TestStopContainerWithTimeout/3 [2021-08-23T14:38:54.838Z] === RUN TestStopContainerWithTimeout/-1 [2021-08-23T14:38:54.838Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-08-23T14:38:54.838Z] === CONT TestStopContainerWithTimeout/0 [2021-08-23T14:38:54.838Z] === CONT TestStopContainerWithTimeout/-1 [2021-08-23T14:38:55.098Z] === CONT TestStopContainerWithTimeout/3 [2021-08-23T14:38:55.099Z] INFO: Extraction ended at 08/23/2021 14:38:53. Duration:00:00:24.0660275 [2021-08-23T14:38:55.099Z] INFO: Updating the golang and path environment variables [2021-08-23T14:38:55.099Z] INFO: GOPATH=d:\gopath [2021-08-23T14:38:55.099Z] INFO: go version go1.16.7 windows/amd64 [2021-08-23T14:38:55.099Z] INFO: Running the daemon under test in debug mode [2021-08-23T14:38:55.099Z] INFO: Starting a daemon under test... [2021-08-23T14:38:55.099Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42764\3\daemon --pidfile d:\CI\PR-42764\3\docker.pid -D [2021-08-23T14:38:55.099Z] INFO: Process started successfully. [2021-08-23T14:38:55.099Z] INFO: Start tailing logs of the daemon under tests [2021-08-23T14:38:55.099Z] INFO: Waiting for the daemon under test to start... [2021-08-23T14:38:56.314Z] === RUN TestDockerSuite/TestBuildForceRm [2021-08-23T14:38:56.881Z] --- PASS: TestImportExtremelyLargeImageWorks (96.31s) [2021-08-23T14:38:56.881Z] PASS [2021-08-23T14:38:56.881Z] [2021-08-23T14:38:56.881Z] DONE 12 tests in 99.267s [2021-08-23T14:38:56.881Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-08-23T14:38:56.881Z] ++ 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-08-23T14:38:56.881Z] ++ set -e [2021-08-23T14:38:56.881Z] ++ '[' -n 0 ']' [2021-08-23T14:38:56.881Z] ++ set -x [2021-08-23T14:38:56.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-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-08-23T14:38:56.881Z] INFO: Testing against a local daemon [2021-08-23T14:38:56.881Z] === RUN TestNetworkCreateDelete [2021-08-23T14:38:57.139Z] docker_api_swarm_test.go:584: [d2e3a11f7d59d] joining swarm manager [d8fa208926556]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:38:57.139Z] --- PASS: TestNetworkCreateDelete (0.27s) [2021-08-23T14:38:57.139Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T14:38:57.397Z] === RUN TestDockerSuite/TestBuildFromGit [2021-08-23T14:38:57.640Z] === CONT TestStopContainerWithTimeout/1 [2021-08-23T14:38:57.964Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s) [2021-08-23T14:38:57.964Z] === RUN TestDaemonDNSFallback [2021-08-23T14:38:58.582Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-08-23T14:38:58.582Z] --- PASS: TestStopContainerWithTimeout/0 (0.59s) [2021-08-23T14:38:58.582Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2021-08-23T14:38:58.582Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2021-08-23T14:38:58.582Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2021-08-23T14:38:58.582Z] === RUN TestDeleteDevicemapper [2021-08-23T14:38:58.582Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:38:58.582Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-08-23T14:38:58.582Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T14:38:58.898Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-08-23T14:38:58.898Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-08-23T14:38:59.831Z] check_test.go:380: [d7136952ebad2] daemon is not started [2021-08-23T14:38:59.966Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.25s) [2021-08-23T14:38:59.966Z] === RUN TestUpdateMemory [2021-08-23T14:38:59.966Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:59.966Z] --- SKIP: TestUpdateMemory (0.00s) [2021-08-23T14:38:59.966Z] === RUN TestUpdateCPUQuota [2021-08-23T14:38:59.966Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:59.966Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-08-23T14:38:59.966Z] === RUN TestUpdatePidsLimit [2021-08-23T14:38:59.966Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:38:59.966Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-08-23T14:38:59.966Z] === RUN TestUpdateRestartPolicy [2021-08-23T14:39:00.089Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-08-23T14:39:01.193Z] ok github.com/docker/docker/libnetwork/api 1.351s coverage: 83.2% of statements [2021-08-23T14:39:01.193Z] ok github.com/docker/docker/libnetwork/bitseq 0.316s coverage: 84.4% of statements [2021-08-23T14:39:01.193Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-08-23T14:39:01.988Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-08-23T14:39:01.988Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-08-23T14:39:02.245Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-08-23T14:39:03.618Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-08-23T14:39:04.404Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:39:04.404Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:39:04.404Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:39:04.404Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:39:04.404Z] [2021-08-23T14:39:04.404Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:39:04.404Z] DOCKER_SYSTEMD=1 [2021-08-23T14:39:04.404Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:39:04.404Z] HOSTNAME=5f03d2a949d3 [2021-08-23T14:39:04.404Z] DEST=bundles/test-integration [2021-08-23T14:39:04.404Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:39:04.404Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:39:04.404Z] container=docker [2021-08-23T14:39:04.404Z] HOME=/root [2021-08-23T14:39:04.404Z] LANG=C.UTF-8 [2021-08-23T14:39:04.404Z] INVOCATION_ID=b8306231c43d40a187ac0a522cfe34b9 [2021-08-23T14:39:04.404Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:39:04.404Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:39:04.404Z] VALIDATE_BRANCH=master [2021-08-23T14:39:04.404Z] TERM=xterm [2021-08-23T14:39:04.404Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:39:04.404Z] SHLVL=3 [2021-08-23T14:39:04.404Z] TIMEOUT=120m [2021-08-23T14:39:04.404Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:39:04.404Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:39:04.404Z] GO111MODULE=off [2021-08-23T14:39:04.404Z] DOCKER_EXPERIMENTAL=1 [2021-08-23T14:39:04.404Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-08-23T14:39:04.404Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:39:04.404Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:39:04.404Z] GOPATH=/go [2021-08-23T14:39:04.404Z] PKG_CONFIG=pkg-config [2021-08-23T14:39:04.404Z] _=/usr/bin/env [2021-08-23T14:39:04.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-08-23T14:39:04.990Z] --- PASS: TestDaemonDNSFallback (6.90s) [2021-08-23T14:39:04.990Z] === RUN TestInspectNetwork [2021-08-23T14:39:05.248Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-08-23T14:39:06.181Z] === RUN TestDockerSuite/TestBuildHistory [2021-08-23T14:39:07.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-08-23T14:39:07.115Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-08-23T14:39:07.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-08-23T14:39:09.013Z] Running on azwin-2-7f12a0 in d:\jenkins\workspace\moby_PR-42764 [Pipeline] { [2021-08-23T14:39:09.015Z] === RUN TestInspectNetwork/full_network_id [2021-08-23T14:39:09.015Z] === RUN TestInspectNetwork/partial_network_id [2021-08-23T14:39:09.015Z] === RUN TestInspectNetwork/network_name [2021-08-23T14:39:09.015Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-08-23T14:39:09.015Z] docker_api_swarm_test.go:45: [ddd780e617588] joining swarm manager [d7cf52e516585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [Pipeline] ws [2021-08-23T14:39:09.028Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-08-23T14:39:09.119Z] The recommended git tool is: git [2021-08-23T14:39:09.273Z] === RUN TestDockerSuite/TestBuildIidFile [2021-08-23T14:39:09.328Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-08-23T14:39:09.330Z] using credential docker-jenkins-github-credentials [2021-08-23T14:39:09.405Z] Cloning the remote Git repository [2021-08-23T14:39:09.405Z] Cloning with configured refspecs honoured and without tags [2021-08-23T14:39:09.531Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-08-23T14:39:10.097Z] === RUN TestDockerSuite/TestBuildInheritance [2021-08-23T14:39:09.438Z] Cloning repository https://github.com/moby/moby.git [2021-08-23T14:39:09.439Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-08-23T14:39:09.500Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:39:09.501Z] > git --version # timeout=10 [2021-08-23T14:39:09.550Z] > git --version # 'git version 2.24.1.windows.2' [2021-08-23T14:39:09.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:39:09.554Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:39:10.664Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-08-23T14:39:10.921Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-08-23T14:39:10.921Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-08-23T14:39:11.855Z] === RUN TestDockerSuite/TestBuildLabel [2021-08-23T14:39:11.855Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-08-23T14:39:12.113Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-08-23T14:39:12.192Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2021-08-23T14:39:12.192Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T14:39:12.192Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2021-08-23T14:39:12.192Z] === RUN TestWaitNonBlocked [2021-08-23T14:39:12.192Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:39:12.192Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:39:12.192Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:39:12.192Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:39:12.192Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:39:12.192Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:39:12.192Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-08-23T14:39:12.192Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s) [2021-08-23T14:39:12.192Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2021-08-23T14:39:12.192Z] === RUN TestWaitBlocked [2021-08-23T14:39:12.192Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:39:12.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:39:12.192Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:39:12.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:39:12.192Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:39:12.192Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:39:12.678Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-08-23T14:39:12.678Z] === RUN TestDockerSuite/TestBuildLabels [2021-08-23T14:39:12.763Z] --- PASS: TestWaitBlocked (0.01s) [2021-08-23T14:39:12.763Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2021-08-23T14:39:12.763Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2021-08-23T14:39:12.763Z] === CONT TestDaemonRestartIpcMode [2021-08-23T14:39:12.763Z] === CONT TestIpcModeOlderClient [2021-08-23T14:39:12.763Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-08-23T14:39:12.763Z] === CONT TestRestartDaemonWithRestartingContainer [2021-08-23T14:39:13.244Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-08-23T14:39:13.809Z] --- PASS: TestInspectNetwork (8.91s) [2021-08-23T14:39:13.809Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-08-23T14:39:13.809Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-08-23T14:39:13.809Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-08-23T14:39:13.809Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-08-23T14:39:13.809Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T14:39:13.809Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-08-23T14:39:15.309Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s) [2021-08-23T14:39:15.309Z] --- PASS: TestDaemonRestartIpcMode (2.71s) [2021-08-23T14:39:15.309Z] PASS [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === Skipped [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-08-23T14:39:15.309Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-08-23T14:39:15.309Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-08-23T14:39:15.309Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-08-23T14:39:15.309Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-08-23T14:39:15.309Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-08-23T14:39:15.309Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-08-23T14:39:15.309Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-08-23T14:39:15.309Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-08-23T14:39:15.309Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-08-23T14:39:15.309Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-08-23T14:39:15.309Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-08-23T14:39:15.309Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-08-23T14:39:15.309Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-08-23T14:39:15.309Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-08-23T14:39:15.309Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-08-23T14:39:15.309Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:39:15.309Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-08-23T14:39:15.309Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-08-23T14:39:15.309Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-08-23T14:39:15.309Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-08-23T14:39:15.309Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-08-23T14:39:15.309Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-08-23T14:39:15.309Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.309Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-08-23T14:39:15.309Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.309Z] [2021-08-23T14:39:15.310Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-08-23T14:39:15.310Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-08-23T14:39:15.310Z] [2021-08-23T14:39:15.310Z] [2021-08-23T14:39:15.310Z] DONE 176 tests, 25 skipped in 65.868s [2021-08-23T14:39:15.310Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-08-23T14:39:15.570Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T14:39:15.708Z] --- PASS: TestRunContainerWithBridgeNone (1.86s) [2021-08-23T14:39:15.708Z] === RUN TestNetworkInvalidJSON [2021-08-23T14:39:15.708Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T14:39:15.708Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T14:39:15.708Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:39:15.708Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:39:15.708Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:39:15.708Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:39:15.708Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T14:39:15.708Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:39:15.708Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-08-23T14:39:15.708Z] === RUN TestNetworkList [2021-08-23T14:39:15.708Z] === RUN TestNetworkList//networks [2021-08-23T14:39:15.708Z] === PAUSE TestNetworkList//networks [2021-08-23T14:39:15.708Z] === RUN TestNetworkList//networks/ [2021-08-23T14:39:15.708Z] === PAUSE TestNetworkList//networks/ [2021-08-23T14:39:15.708Z] === CONT TestNetworkList//networks [2021-08-23T14:39:15.708Z] === CONT TestNetworkList//networks/ [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkList (0.01s) [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T14:39:15.708Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T14:39:15.708Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T14:39:15.708Z] === RUN TestDockerSuite/TestBuildLastModified [2021-08-23T14:39:16.141Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:39:16.141Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-08-23T14:39:16.141Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation/invalid_config [2021-08-23T14:39:16.141Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation/malformed_config [2021-08-23T14:39:16.141Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-08-23T14:39:16.141Z] === RUN TestDaemonConfigValidation/valid_config [2021-08-23T14:39:16.141Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-08-23T14:39:16.141Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:39:16.141Z] === CONT TestDaemonConfigValidation/malformed_config [2021-08-23T14:39:16.141Z] === CONT TestDaemonConfigValidation/valid_config [2021-08-23T14:39:16.141Z] === CONT TestDaemonConfigValidation/invalid_config [2021-08-23T14:39:16.141Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-08-23T14:39:16.141Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-08-23T14:39:16.141Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T14:39:16.141Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-08-23T14:39:16.148Z] ...INFO: Daemon under test started and replied! [2021-08-23T14:39:16.148Z] INFO: Docker version of the daemon under test [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] Client: [2021-08-23T14:39:16.148Z] Version: 17.06.2-ce [2021-08-23T14:39:16.148Z] API version: 1.30 [2021-08-23T14:39:16.148Z] Go version: go1.8.3 [2021-08-23T14:39:16.148Z] Git commit: cec0b72 [2021-08-23T14:39:16.148Z] Built: Tue Sep 5 19:57:19 2017 [2021-08-23T14:39:16.148Z] OS/Arch: windows/amd64 [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] Server: [2021-08-23T14:39:16.148Z] Version: 0.0.0-dev [2021-08-23T14:39:16.148Z] API version: 1.42 (minimum version 1.24) [2021-08-23T14:39:16.148Z] Go version: go1.16.7 [2021-08-23T14:39:16.148Z] Git commit: 82c978ad95 [2021-08-23T14:39:16.148Z] Built: 08/23/2021 14:37:15 [2021-08-23T14:39:16.148Z] OS/Arch: windows/amd64 [2021-08-23T14:39:16.148Z] Experimental: false [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] INFO: Docker info of the daemon under test [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] Containers: 0 [2021-08-23T14:39:16.148Z] Running: 0 [2021-08-23T14:39:16.148Z] Paused: 0 [2021-08-23T14:39:16.148Z] Stopped: 0 [2021-08-23T14:39:16.148Z] Images: 0 [2021-08-23T14:39:16.148Z] Server Version: 0.0.0-dev [2021-08-23T14:39:16.148Z] Storage Driver: windowsfilter [2021-08-23T14:39:16.148Z] Windows: [2021-08-23T14:39:16.148Z] Logging Driver: json-file [2021-08-23T14:39:16.148Z] Plugins: [2021-08-23T14:39:16.148Z] Volume: local [2021-08-23T14:39:16.148Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:39:16.148Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:39:16.148Z] Swarm: inactive [2021-08-23T14:39:16.148Z] Default Isolation: process [2021-08-23T14:39:16.148Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:39:16.148Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:39:16.148Z] OSType: windows [2021-08-23T14:39:16.148Z] Architecture: x86_64 [2021-08-23T14:39:16.148Z] CPUs: 4 [2021-08-23T14:39:16.148Z] Total Memory: 32GiB [2021-08-23T14:39:16.148Z] Name: azwin-2-2185b0 [2021-08-23T14:39:16.148Z] ID: KE4T:7H2L:BTBM:YLZO:ASRN:6HPN:OEZ2:QSV4:2SZJ:OUCN:DIN5:EDCH [2021-08-23T14:39:16.148Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T14:39:16.148Z] Debug Mode (client): false [2021-08-23T14:39:16.148Z] Debug Mode (server): true [2021-08-23T14:39:16.148Z] File Descriptors: -1 [2021-08-23T14:39:16.148Z] Goroutines: 16 [2021-08-23T14:39:16.148Z] System Time: 2021-08-23T14:39:13.6603378Z [2021-08-23T14:39:16.148Z] EventsListeners: 0 [2021-08-23T14:39:16.148Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:39:16.148Z] Labels: [2021-08-23T14:39:16.148Z] Experimental: false [2021-08-23T14:39:16.148Z] Insecure Registries: [2021-08-23T14:39:16.148Z] 127.0.0.0/8 [2021-08-23T14:39:16.148Z] Live Restore Enabled: false [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] INFO: Docker images of the daemon under test [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:39:16.148Z] [2021-08-23T14:39:16.148Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-08-23T14:39:16.148Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 from docker hub into daemon under test. This may take some time... [2021-08-23T14:39:16.148Z] 10.0.20348.1: Pulling from windows/servercore/insider [2021-08-23T14:39:16.148Z] 8f616e6e9eec: Pulling fs layer [2021-08-23T14:39:16.273Z] --- PASS: TestHostIPv4BridgeLabel (0.64s) [2021-08-23T14:39:16.273Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T14:39:17.205Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-08-23T14:39:17.205Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T14:39:17.524Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-08-23T14:39:18.138Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-08-23T14:39:18.138Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T14:39:18.490Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-08-23T14:39:19.447Z] === CONT TestConfigDaemonSeccompProfiles [2021-08-23T14:39:19.447Z] daemon_test.go:149: [d29a39d058aa0] daemon is not started [2021-08-23T14:39:19.447Z] --- PASS: TestConfigDaemonSeccompProfiles (3.30s) [2021-08-23T14:39:19.447Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2021-08-23T14:39:19.447Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-08-23T14:39:19.447Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.11s) [2021-08-23T14:39:19.447Z] PASS [2021-08-23T14:39:19.447Z] [2021-08-23T14:39:19.447Z] DONE 11 tests in 4.189s [2021-08-23T14:39:19.447Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-08-23T14:39:19.510Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-08-23T14:39:19.510Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T14:39:19.893Z] INFO: Testing against a local daemon [2021-08-23T14:39:19.893Z] === RUN TestCommitInheritsEnv [2021-08-23T14:39:20.212Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-08-23T14:39:20.778Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.43s) [2021-08-23T14:39:20.778Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T14:39:21.273Z] --- PASS: TestCommitInheritsEnv (1.52s) [2021-08-23T14:39:21.273Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T14:39:21.273Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-08-23T14:39:21.273Z] === RUN TestImagesFilterMultiReference [2021-08-23T14:39:21.273Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-08-23T14:39:21.273Z] === RUN TestImagePullPlatformInvalid [2021-08-23T14:39:21.273Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-08-23T14:39:21.273Z] === RUN TestRemoveImageOrphaning [2021-08-23T14:39:21.710Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.77s) [2021-08-23T14:39:21.710Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T14:39:23.182Z] --- PASS: TestRemoveImageOrphaning (1.94s) [2021-08-23T14:39:23.182Z] === RUN TestRemoveImageGarbageCollector [2021-08-23T14:39:23.182Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-08-23T14:39:23.182Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-08-23T14:39:23.182Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T14:39:23.182Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-08-23T14:39:23.182Z] === RUN TestTagInvalidReference [2021-08-23T14:39:23.182Z] --- PASS: TestTagInvalidReference (0.01s) [2021-08-23T14:39:23.182Z] === RUN TestTagValidPrefixedRepo [2021-08-23T14:39:23.182Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-08-23T14:39:23.182Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T14:39:23.182Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-08-23T14:39:23.182Z] === RUN TestTagOfficialNames [2021-08-23T14:39:23.443Z] --- PASS: TestTagOfficialNames (0.05s) [2021-08-23T14:39:23.443Z] === RUN TestTagMatchesDigest [2021-08-23T14:39:23.443Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-08-23T14:39:23.443Z] === CONT TestImportExtremelyLargeImageWorks [2021-08-23T14:39:23.611Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-08-23T14:39:23.611Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-08-23T14:39:23.611Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-08-23T14:39:23.611Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-08-23T14:39:23.869Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-08-23T14:39:23.869Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-08-23T14:39:24.435Z] --- PASS: TestServiceWithPredefinedNetwork (2.96s) [2021-08-23T14:39:24.435Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T14:39:24.435Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:39:24.435Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:39:24.435Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T14:39:24.659Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.057104083s with top 10 stages: buildssa: 1m40.657311896s, goimports: 22.445992158s, unconvert: 13.312193985s, gosec: 10.172520405s, golint: 7.241792563s, misspell: 4.584549197s, ineffassign: 4.48950311s, inspect: 4.430440303s, vrp: 2.964237762s, printf: 2.321135935s [2021-08-23T14:39:24.693Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-08-23T14:39:25.583Z] Fetching without tags [2021-08-23T14:39:26.066Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-08-23T14:39:26.354Z] Merging remotes/origin/master commit 4811bd980a581f896c0e708948c66d10ed7d7b09 into PR head commit 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:39:25.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:39:25.287Z] > git config --add remote.origin.fetch +refs/pull/42764/head:refs/remotes/origin/PR-42764 # timeout=10 [2021-08-23T14:39:25.343Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:39:25.469Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-08-23T14:39:25.617Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-08-23T14:39:25.617Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:39:25.619Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42764/head:refs/remotes/origin/PR-42764 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-08-23T14:39:26.389Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:39:26.465Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [2021-08-23T14:39:26.998Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-08-23T14:39:27.930Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-08-23T14:39:29.303Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-08-23T14:39:29.303Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-08-23T14:39:29.561Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-08-23T14:39:29.828Z] Merge succeeded, producing 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:39:29.828Z] Checking out Revision 82c978ad9567772f349f604c6630d531b9348736 (PR-42764) [2021-08-23T14:39:30.342Z] Commit message: "vendor: github.com/opencontainers/runc v1.0.2" [2021-08-23T14:39:29.493Z] > git remote # timeout=10 [2021-08-23T14:39:29.545Z] > git config --get remote.origin.url # timeout=10 [2021-08-23T14:39:29.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-08-23T14:39:29.599Z] > git merge 4811bd980a581f896c0e708948c66d10ed7d7b09 # timeout=10 [2021-08-23T14:39:29.735Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-08-23T14:39:29.862Z] > git config core.sparsecheckout # timeout=10 [2021-08-23T14:39:29.911Z] > git checkout -f 82c978ad9567772f349f604c6630d531b9348736 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-08-23T14:39:31.703Z] + docker version [2021-08-23T14:39:31.703Z] Client: [2021-08-23T14:39:31.703Z] Version: 20.10.8 [2021-08-23T14:39:31.703Z] API version: 1.41 [2021-08-23T14:39:31.703Z] Go version: go1.16.6 [2021-08-23T14:39:31.703Z] Git commit: 3967b7d [2021-08-23T14:39:31.703Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:39:31.703Z] OS/Arch: windows/amd64 [2021-08-23T14:39:31.703Z] Context: default [2021-08-23T14:39:31.703Z] Experimental: true [2021-08-23T14:39:31.703Z] [2021-08-23T14:39:31.703Z] Server: Docker Engine - Community [2021-08-23T14:39:31.703Z] Engine: [2021-08-23T14:39:31.703Z] Version: 20.10.8 [2021-08-23T14:39:31.703Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:39:31.703Z] Go version: go1.16.6 [2021-08-23T14:39:31.703Z] Git commit: 75249d8 [2021-08-23T14:39:31.703Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:39:31.703Z] OS/Arch: windows/amd64 [2021-08-23T14:39:31.703Z] Experimental: true [Pipeline] sh [2021-08-23T14:39:32.733Z] + docker info [2021-08-23T14:39:32.733Z] Client: [2021-08-23T14:39:32.733Z] Context: default [2021-08-23T14:39:32.733Z] Debug Mode: false [2021-08-23T14:39:32.733Z] [2021-08-23T14:39:32.733Z] Server: [2021-08-23T14:39:32.733Z] Containers: 0 [2021-08-23T14:39:32.733Z] Running: 0 [2021-08-23T14:39:32.733Z] Paused: 0 [2021-08-23T14:39:32.733Z] Stopped: 0 [2021-08-23T14:39:32.733Z] Images: 10 [2021-08-23T14:39:32.733Z] Server Version: 20.10.8 [2021-08-23T14:39:32.733Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-08-23T14:39:32.733Z] Windows: [2021-08-23T14:39:32.733Z] LCOW: [2021-08-23T14:39:32.733Z] Logging Driver: json-file [2021-08-23T14:39:32.733Z] Plugins: [2021-08-23T14:39:32.733Z] Volume: local [2021-08-23T14:39:32.733Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:39:32.733Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:39:32.733Z] Swarm: inactive [2021-08-23T14:39:32.733Z] Default Isolation: process [2021-08-23T14:39:32.733Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:39:32.733Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:39:32.733Z] OSType: windows [2021-08-23T14:39:32.733Z] Architecture: x86_64 [2021-08-23T14:39:32.733Z] CPUs: 4 [2021-08-23T14:39:32.733Z] Total Memory: 32GiB [2021-08-23T14:39:32.733Z] Name: azwin-2-7f12a0 [2021-08-23T14:39:32.733Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-08-23T14:39:32.733Z] Docker Root Dir: D:\docker [2021-08-23T14:39:32.733Z] Debug Mode: false [2021-08-23T14:39:32.733Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:39:32.733Z] Labels: [2021-08-23T14:39:32.733Z] Experimental: true [2021-08-23T14:39:32.733Z] Insecure Registries: [2021-08-23T14:39:32.733Z] 10.0.0.4:5000 [2021-08-23T14:39:32.733Z] 127.0.0.0/8 [2021-08-23T14:39:32.733Z] Registry Mirrors: [2021-08-23T14:39:32.733Z] http://10.0.0.4:5000/ [2021-08-23T14:39:32.733Z] Live Restore Enabled: false [2021-08-23T14:39:32.733Z] Product License: Community Engine [2021-08-23T14:39:32.733Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-08-23T14:39:37.369Z] 8f616e6e9eec: Verifying Checksum [2021-08-23T14:39:37.369Z] 8f616e6e9eec: Download complete [2021-08-23T14:39:37.666Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-08-23T14:39:40.944Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-08-23T14:39:41.202Z] --- PASS: TestServiceWithDataPathPortInit (16.84s) [2021-08-23T14:39:41.202Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T14:39:41.459Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-08-23T14:39:42.767Z] INFO [runner/unused/goanalysis] analyzers took 32.330104136s with top 10 stages: buildssa: 27.607914743s, U1000: 4.722189393s [2021-08-23T14:39:42.767Z] INFO [runner] Issues before processing: 2863, after processing: 0 [2021-08-23T14:39:42.767Z] INFO [runner] Processors filtering stat (out/in): cgo: 2282/2863, skip_dirs: 2282/2282, identifier_marker: 1893/1893, filename_unadjuster: 2282/2282, skip_files: 2282/2282, exclude-rules: 78/1893, nolint: 0/78, autogenerated_exclude: 1893/2282, exclude: 1893/1893, path_prettifier: 2282/2282 [2021-08-23T14:39:42.767Z] INFO [runner] processing took 171.583321ms with stages: nolint: 72.740799ms, identifier_marker: 40.830812ms, skip_dirs: 24.383873ms, path_prettifier: 16.302863ms, autogenerated_exclude: 8.709354ms, exclude-rules: 6.626128ms, cgo: 1.057319ms, filename_unadjuster: 925.198µs, max_same_issues: 1.822µs, source_code: 1.199µs, diff: 876ns, uniq_by_line: 761ns, skip_files: 548ns, path_shortener: 497ns, exclude: 478ns, max_from_linter: 463ns, max_per_file_from_linter: 331ns [2021-08-23T14:39:42.767Z] INFO [runner] linters took 1m43.707548797s with stages: goanalysis_metalinter: 1m20.39201618s, unused: 23.143116848s [2021-08-23T14:39:42.767Z] INFO File cache stats: 1688 entries of total size 8.5MiB [2021-08-23T14:39:42.767Z] INFO Memory: 2399 samples, avg is 486.3MB, max is 4167.2MB [2021-08-23T14:39:42.767Z] INFO Execution took 4m0.012093715s [2021-08-23T14:39:42.767Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-08-23T14:39:43.100Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh dynbinary test-docker-py [2021-08-23T14:39:43.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-08-23T14:39:43.356Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-08-23T14:39:43.356Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-08-23T14:39:43.356Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-08-23T14:39:43.673Z] [2021-08-23T14:39:43.673Z] Removing bundles/ [2021-08-23T14:39:43.673Z] [2021-08-23T14:39:43.673Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-08-23T14:39:43.673Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:39:43.673Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:39:43.738Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-08-23T14:39:43.738Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d4c59410\powershellScript.ps1'; exit $LASTEXITCODE; [2021-08-23T14:39:43.738Z] ---------------------------------------------------------------------------- [2021-08-23T14:39:43.738Z] [2021-08-23T14:39:43.738Z] INFO: executeCI.ps1 starting at Mon Aug 23 14:39:42 CUT 2021 [2021-08-23T14:39:43.738Z] [2021-08-23T14:39:43.738Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-08-23T14:39:43.738Z] INFO: Running git version 2.24.1.windows.2 [2021-08-23T14:39:43.738Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-08-23T14:39:43.738Z] INFO: Environment variables: [2021-08-23T14:39:43.738Z] [2021-08-23T14:39:43.738Z] Name Value [2021-08-23T14:39:43.738Z] ---- ----- [2021-08-23T14:39:43.738Z] ALLUSERSPROFILE C:\ProgramData [2021-08-23T14:39:43.738Z] amd64 true [2021-08-23T14:39:43.738Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-08-23T14:39:43.738Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-08-23T14:39:43.738Z] arm64 true [2021-08-23T14:39:43.738Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-08-23T14:39:43.738Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-08-23T14:39:43.738Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-08-23T14:39:43.738Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-08-23T14:39:43.738Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-08-23T14:39:43.738Z] BRANCH_NAME PR-42764 [2021-08-23T14:39:43.738Z] BUILD_DISPLAY_NAME #3 [2021-08-23T14:39:43.738Z] BUILD_ID 3 [2021-08-23T14:39:43.738Z] BUILD_NUMBER 3 [2021-08-23T14:39:43.739Z] BUILD_TAG jenkins-moby-PR-42764-3 [2021-08-23T14:39:43.739Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/ [2021-08-23T14:39:43.739Z] cgroup2 true [2021-08-23T14:39:43.739Z] CHANGE_AUTHOR AkihiroSuda [2021-08-23T14:39:43.739Z] CHANGE_AUTHOR_DISPLAY_NAME Akihiro Suda [2021-08-23T14:39:43.739Z] CHANGE_AUTHOR_EMAIL suda.kyoto@gmail.com [2021-08-23T14:39:43.739Z] CHANGE_BRANCH runc-v1.0.2 [2021-08-23T14:39:43.739Z] CHANGE_FORK AkihiroSuda/docker [2021-08-23T14:39:43.739Z] CHANGE_ID 42764 [2021-08-23T14:39:43.739Z] CHANGE_TARGET master [2021-08-23T14:39:43.739Z] CHANGE_TITLE bump up runc v1.0.2 [2021-08-23T14:39:43.739Z] CHANGE_URL https://github.com/moby/moby/pull/42764 [2021-08-23T14:39:43.739Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-08-23T14:39:43.739Z] CommonProgramFiles C:\Program Files\Common Files [2021-08-23T14:39:43.739Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-08-23T14:39:43.739Z] CommonProgramW6432 C:\Program Files\Common Files [2021-08-23T14:39:43.739Z] COMPUTERNAME azwin-2-7f12a0 [2021-08-23T14:39:43.739Z] ComSpec C:\Windows\system32\cmd.exe [2021-08-23T14:39:43.739Z] ConfigSequenceNumber 0 [2021-08-23T14:39:43.739Z] dco true [2021-08-23T14:39:43.739Z] DOCKER_BUILDKIT 0 [2021-08-23T14:39:43.739Z] DOCKER_DUT_DEBUG 1 [2021-08-23T14:39:43.739Z] DOCKER_EXPERIMENTAL 1 [2021-08-23T14:39:43.739Z] DOCKER_GRAPHDRIVER overlay2 [2021-08-23T14:39:43.739Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-08-23T14:39:43.739Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-08-23T14:39:43.739Z] EXECUTOR_NUMBER 0 [2021-08-23T14:39:43.739Z] FQDN azwin-2-7f12a0.westus.cloudapp.azure.com [2021-08-23T14:39:43.739Z] GIT_BRANCH PR-42764 [2021-08-23T14:39:43.739Z] GIT_COMMIT 82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:39:43.739Z] GIT_PREVIOUS_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:39:43.739Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 713b838d7b556215147998a062bcda2df6697242 [2021-08-23T14:39:43.739Z] GIT_URL https://github.com/moby/moby.git [2021-08-23T14:39:43.739Z] HUDSON_COOKIE 03546dcc-1170-41f9-ae1e-335de321d4fe [2021-08-23T14:39:43.739Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:39:43.739Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-08-23T14:39:43.739Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-08-23T14:39:43.739Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-08-23T14:39:43.739Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-08-23T14:39:43.739Z] JENKINS_NODE_COOKIE 1c390eb4-7c89-475c-8df8-1f810b271a41 [2021-08-23T14:39:43.739Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-08-23T14:39:43.739Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-08-23T14:39:43.739Z] JOB_BASE_NAME PR-42764 [2021-08-23T14:39:43.739Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/display/redirect [2021-08-23T14:39:43.739Z] JOB_NAME moby/PR-42764 [2021-08-23T14:39:43.739Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/ [2021-08-23T14:39:43.739Z] library.jps.version master [2021-08-23T14:39:43.739Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-08-23T14:39:43.739Z] NODE_LABELS amd64 azure azwin-2-7f12a0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-08-23T14:39:43.739Z] NODE_NAME azwin-2-7f12a0 [2021-08-23T14:39:43.739Z] NUMBER_OF_PROCESSORS 4 [2021-08-23T14:39:43.739Z] OS Windows_NT [2021-08-23T14:39:43.739Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-08-23T14:39:43.739Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-08-23T14:39:43.739Z] ppc64le false [2021-08-23T14:39:43.739Z] PROCESSOR_ARCHITECTURE AMD64 [2021-08-23T14:39:43.739Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-08-23T14:39:43.739Z] PROCESSOR_LEVEL 6 [2021-08-23T14:39:43.739Z] PROCESSOR_REVISION 5504 [2021-08-23T14:39:43.739Z] ProgramData C:\ProgramData [2021-08-23T14:39:43.739Z] ProgramFiles C:\Program Files [2021-08-23T14:39:43.739Z] ProgramFiles(x86) C:\Program Files (x86) [2021-08-23T14:39:43.739Z] ProgramW6432 C:\Program Files [2021-08-23T14:39:43.739Z] PROMPT $P$G [2021-08-23T14:39:43.739Z] PSExecutionPolicyPreference Bypass [2021-08-23T14:39:43.739Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-08-23T14:39:43.739Z] PUBLIC C:\Users\Public [2021-08-23T14:39:43.739Z] rootless true [2021-08-23T14:39:43.739Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=artif... [2021-08-23T14:39:43.739Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=changes [2021-08-23T14:39:43.739Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect [2021-08-23T14:39:43.739Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42764/3/display/redirect?page=tests [2021-08-23T14:39:43.739Z] s390x false [2021-08-23T14:39:43.739Z] SKIP_VALIDATION_TESTS 1 [2021-08-23T14:39:43.739Z] SOURCES_DRIVE d [2021-08-23T14:39:43.739Z] SOURCES_SUBDIR gopath [2021-08-23T14:39:43.739Z] STAGE_NAME Run tests [2021-08-23T14:39:43.739Z] SystemDrive C: [2021-08-23T14:39:43.739Z] SystemRoot C:\Windows [2021-08-23T14:39:43.739Z] TEMP C:\Windows\TEMP [2021-08-23T14:39:43.739Z] TESTDEBUG 0 [2021-08-23T14:39:43.739Z] TESTRUN_DRIVE d [2021-08-23T14:39:43.739Z] TESTRUN_SUBDIR CI [2021-08-23T14:39:43.739Z] TIMEOUT 120m [2021-08-23T14:39:43.739Z] TMP C:\Windows\TEMP [2021-08-23T14:39:43.739Z] unit_validate true [2021-08-23T14:39:43.739Z] USERDOMAIN WORKGROUP [2021-08-23T14:39:43.739Z] USERNAME azwin-2-7f12a0$ [2021-08-23T14:39:43.739Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-08-23T14:39:43.739Z] validate_force false [2021-08-23T14:39:43.739Z] windir C:\Windows [2021-08-23T14:39:43.739Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-08-23T14:39:43.739Z] WINDOWS_BASE_IMAGE_TAG 10.0.20348.1 [2021-08-23T14:39:43.739Z] windows2022 true [2021-08-23T14:39:43.739Z] windows2022containerd true [2021-08-23T14:39:43.739Z] windowsRS1 false [2021-08-23T14:39:43.739Z] windowsRS5 true [2021-08-23T14:39:43.739Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-08-23T14:39:43.739Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] INFO: Sources under d:\gopath\... [2021-08-23T14:39:43.739Z] INFO: Test run under d:\CI\... [2021-08-23T14:39:43.739Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-08-23T14:39:43.739Z] INFO: docker/docker repository was found [2021-08-23T14:39:43.739Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-08-23T14:39:43.739Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.1' [2021-08-23T14:39:43.739Z] INFO: Docker version of control daemon [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] Client: [2021-08-23T14:39:43.739Z] Version: 20.10.8 [2021-08-23T14:39:43.739Z] API version: 1.41 [2021-08-23T14:39:43.739Z] Go version: go1.16.6 [2021-08-23T14:39:43.739Z] Git commit: 3967b7d [2021-08-23T14:39:43.739Z] Built: Fri Jul 30 19:58:50 2021 [2021-08-23T14:39:43.739Z] OS/Arch: windows/amd64 [2021-08-23T14:39:43.739Z] Context: default [2021-08-23T14:39:43.739Z] Experimental: true [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] Server: Docker Engine - Community [2021-08-23T14:39:43.739Z] Engine: [2021-08-23T14:39:43.739Z] Version: 20.10.8 [2021-08-23T14:39:43.739Z] API version: 1.41 (minimum version 1.24) [2021-08-23T14:39:43.739Z] Go version: go1.16.6 [2021-08-23T14:39:43.739Z] Git commit: 75249d8 [2021-08-23T14:39:43.739Z] Built: Fri Jul 30 19:54:29 2021 [2021-08-23T14:39:43.739Z] OS/Arch: windows/amd64 [2021-08-23T14:39:43.739Z] Experimental: true [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] INFO: Docker info of control daemon [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] Client: [2021-08-23T14:39:43.739Z] Context: default [2021-08-23T14:39:43.739Z] Debug Mode: false [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] Server: [2021-08-23T14:39:43.739Z] Containers: 0 [2021-08-23T14:39:43.739Z] Running: 0 [2021-08-23T14:39:43.739Z] Paused: 0 [2021-08-23T14:39:43.739Z] Stopped: 0 [2021-08-23T14:39:43.739Z] Images: 10 [2021-08-23T14:39:43.739Z] Server Version: 20.10.8 [2021-08-23T14:39:43.739Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-08-23T14:39:43.739Z] LCOW: [2021-08-23T14:39:43.739Z] Windows: [2021-08-23T14:39:43.739Z] Logging Driver: json-file [2021-08-23T14:39:43.739Z] Plugins: [2021-08-23T14:39:43.739Z] Volume: local [2021-08-23T14:39:43.739Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:39:43.739Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:39:43.739Z] Swarm: inactive [2021-08-23T14:39:43.739Z] Default Isolation: process [2021-08-23T14:39:43.739Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:39:43.739Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:39:43.739Z] OSType: windows [2021-08-23T14:39:43.739Z] Architecture: x86_64 [2021-08-23T14:39:43.739Z] CPUs: 4 [2021-08-23T14:39:43.739Z] Total Memory: 32GiB [2021-08-23T14:39:43.739Z] Name: azwin-2-7f12a0 [2021-08-23T14:39:43.739Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-08-23T14:39:43.739Z] Docker Root Dir: D:\docker [2021-08-23T14:39:43.739Z] Debug Mode: false [2021-08-23T14:39:43.739Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:39:43.739Z] Labels: [2021-08-23T14:39:43.739Z] Experimental: true [2021-08-23T14:39:43.739Z] Insecure Registries: [2021-08-23T14:39:43.739Z] 10.0.0.4:5000 [2021-08-23T14:39:43.739Z] 127.0.0.0/8 [2021-08-23T14:39:43.739Z] Registry Mirrors: [2021-08-23T14:39:43.739Z] http://10.0.0.4:5000/ [2021-08-23T14:39:43.739Z] Live Restore Enabled: false [2021-08-23T14:39:43.739Z] Product License: Community Engine [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] INFO: Commit hash is 82c978ad95 [2021-08-23T14:39:43.739Z] INFO: Nuke-Everything... [2021-08-23T14:39:43.739Z] INFO: Container count on control daemon to delete is 0 [2021-08-23T14:39:43.739Z] INFO: Nuking d:\CI [2021-08-23T14:39:43.739Z] INFO: Zapped successfully [2021-08-23T14:39:43.739Z] INFO: Location for testing is d:\CI\PR-42764\3 [2021-08-23T14:39:43.739Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.739Z] [2021-08-23T14:39:43.740Z] INFO: Building the image from Dockerfile.windows at 08/23/2021 14:39:43... [2021-08-23T14:39:43.740Z] [2021-08-23T14:39:44.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-08-23T14:39:44.288Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uu9xd3ve7i9jw9daxm28o07qe Created:2021-08-23 14:39:42.601648582 +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[ac4cfd8ea419a1031be171fa256ab6664fe2e791e315ff1874b3bc3d46afd38d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ysuphl40orons411pt8mg2m5n EndpointID:5ecb462ab2818b12ec96700ce0c80f3fa9f6418b3af2a96ea21a63e70838bd74 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:56a29dc39c71920598dc3b2e7560fffadc115cbe2d4eb13b282633116a2e7e04 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:c7bbfae84ed0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ysuphl40orons411pt8mg2m5n EndpointID:5ecb462ab2818b12ec96700ce0c80f3fa9f6418b3af2a96ea21a63e70838bd74 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-08-23T14:39:46.817Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-08-23T14:39:47.074Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-08-23T14:39:48.074Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-08-23T14:39:48.074Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-08-23T14:39:48.074Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-08-23T14:39:48.074Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-08-23T14:39:48.972Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-08-23T14:39:48.972Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-08-23T14:39:49.532Z] Sending build context to Docker daemon 61MB [2021-08-23T14:39:49.532Z] [2021-08-23T14:39:49.532Z] Step 1/10 : FROM microsoft/windowsservercore [2021-08-23T14:39:49.532Z] ---> a4938fe7222f [2021-08-23T14:39:49.532Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-08-23T14:39:49.532Z] ---> Using cache [2021-08-23T14:39:49.532Z] ---> 5701880f169b [2021-08-23T14:39:49.532Z] Step 3/10 : ARG GO_VERSION=1.16.7 [2021-08-23T14:39:49.532Z] ---> Using cache [2021-08-23T14:39:49.532Z] ---> e0451114a6b5 [2021-08-23T14:39:49.532Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-08-23T14:39:49.905Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.47s) [2021-08-23T14:39:49.905Z] PASS [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] === Skipped [2021-08-23T14:39:49.905Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:39:49.905Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] DONE 26 tests, 1 skipped in 52.810s [2021-08-23T14:39:49.905Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:39:49.905Z] ++ 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-08-23T14:39:49.905Z] ++ set -e [2021-08-23T14:39:49.905Z] ++ '[' -n 0 ']' [2021-08-23T14:39:49.905Z] ++ set -x [2021-08-23T14:39:49.905Z] ++ 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-08-23T14:39:49.905Z] INFO: Testing against a local daemon [2021-08-23T14:39:49.905Z] === RUN TestDockerNetworkIpvlanPersistance [2021-08-23T14:39:49.905Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:39:49.905Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:39:49.905Z] === RUN TestDockerNetworkIpvlan [2021-08-23T14:39:49.905Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:39:49.905Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:39:49.905Z] PASS [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] === Skipped [2021-08-23T14:39:49.905Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:39:49.905Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:39:49.905Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] [2021-08-23T14:39:49.905Z] DONE 2 tests, 2 skipped in 0.054s [2021-08-23T14:39:49.905Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:39:49.905Z] ++ 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-08-23T14:39:49.905Z] ++ set -e [2021-08-23T14:39:49.905Z] ++ '[' -n 0 ']' [2021-08-23T14:39:49.905Z] ++ set -x [2021-08-23T14:39:49.905Z] ++ 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-08-23T14:39:49.905Z] INFO: Testing against a local daemon [2021-08-23T14:39:49.905Z] === RUN TestDockerNetworkMacvlanPersistance [2021-08-23T14:39:49.991Z] ---> Running in 75dedf655cd2 [2021-08-23T14:39:50.449Z] Removing intermediate container 75dedf655cd2 [2021-08-23T14:39:50.449Z] ---> 6d713f18007c [2021-08-23T14:39:50.449Z] 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-08-23T14:39:50.449Z] ---> Running in 235bb2f6b6e2 [2021-08-23T14:39:50.626Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-08-23T14:39:50.838Z] === RUN TestDockerSuite/TestBuildNetNone [2021-08-23T14:39:50.907Z] Removing intermediate container 235bb2f6b6e2 [2021-08-23T14:39:50.907Z] ---> ac0c5a816170 [2021-08-23T14:39:50.908Z] 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-08-23T14:39:50.908Z] ---> Running in ec9dd5dba507 [2021-08-23T14:39:51.096Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2021-08-23T14:39:51.096Z] === RUN TestDockerNetworkMacvlan [2021-08-23T14:39:51.353Z] === RUN TestDockerSuite/TestBuildNoContext [2021-08-23T14:39:51.919Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-08-23T14:39:51.919Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-08-23T14:39:52.483Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-08-23T14:39:52.741Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-08-23T14:39:53.178Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-08-23T14:39:53.307Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-08-23T14:39:54.239Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-08-23T14:39:54.497Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-08-23T14:39:54.497Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-08-23T14:39:54.755Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-08-23T14:39:55.013Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-08-23T14:39:55.271Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-08-23T14:39:55.528Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-08-23T14:39:55.605Z] [2021-08-23T14:39:55.605Z] SUCCESS: Specified value was saved. [2021-08-23T14:39:56.575Z] INFO: Downloading git... [2021-08-23T14:39:57.059Z] Removing intermediate container 17462bcd2854 [2021-08-23T14:39:57.059Z] ---> 06722eaa7134 [2021-08-23T14:39:57.059Z] 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-08-23T14:39:57.059Z] ---> Running in 33aecc942acb [2021-08-23T14:39:57.059Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-08-23T14:39:57.059Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:39:57.059Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:39:57.059Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:39:57.059Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:39:57.059Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:39:57.059Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:39:57.059Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:39:57.059Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:39:57.059Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:39:57.059Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:39:57.059Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:39:57.059Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:39:57.426Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-08-23T14:39:57.426Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-08-23T14:39:57.426Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-08-23T14:39:58.112Z] INFO: Downloading go... [2021-08-23T14:39:58.462Z] ok github.com/docker/docker/libnetwork/config 0.074s coverage: 24.0% of statements [2021-08-23T14:39:59.647Z] INFO: Downloading compiler 1 of 3... [2021-08-23T14:39:59.647Z] INFO: Downloading compiler 2 of 3... [2021-08-23T14:39:59.647Z] INFO: Downloading compiler 3 of 3... [2021-08-23T14:39:59.647Z] INFO: Extracting git... [2021-08-23T14:39:59.953Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-08-23T14:40:00.886Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-08-23T14:40:01.144Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-08-23T14:40:01.742Z] INFO: Build done for gotestsum... [2021-08-23T14:40:01.761Z] ok github.com/docker/docker/libnetwork/datastore 0.005s coverage: 21.9% of statements [2021-08-23T14:40:01.761Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-08-23T14:40:01.761Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan (11.29s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.01s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.31s) [2021-08-23T14:40:02.516Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2021-08-23T14:40:02.516Z] PASS [2021-08-23T14:40:02.516Z] [2021-08-23T14:40:02.516Z] DONE 8 tests in 12.564s [2021-08-23T14:40:02.516Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-08-23T14:40:02.516Z] ++ 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-08-23T14:40:02.516Z] ++ set -e [2021-08-23T14:40:02.516Z] ++ '[' -n 0 ']' [2021-08-23T14:40:02.516Z] ++ set -x [2021-08-23T14:40:02.516Z] ++ 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-08-23T14:40:02.516Z] testing: warning: no tests to run [2021-08-23T14:40:02.516Z] PASS [2021-08-23T14:40:02.516Z] [2021-08-23T14:40:02.516Z] DONE 0 tests in 0.007s [2021-08-23T14:40:02.516Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-08-23T14:40:02.516Z] ++ 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-08-23T14:40:02.516Z] ++ set -e [2021-08-23T14:40:02.516Z] ++ '[' -n 0 ']' [2021-08-23T14:40:02.516Z] ++ set -x [2021-08-23T14:40:02.516Z] ++ 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-08-23T14:40:02.516Z] INFO: Testing against a local daemon [2021-08-23T14:40:02.516Z] === RUN TestAuthZPluginAllowRequest [2021-08-23T14:40:02.774Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-08-23T14:40:03.706Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-08-23T14:40:03.706Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2021-08-23T14:40:03.706Z] === RUN TestAuthZPluginTLS [2021-08-23T14:40:04.271Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-08-23T14:40:04.271Z] === RUN TestAuthZPluginDenyRequest [2021-08-23T14:40:04.529Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-08-23T14:40:04.787Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-08-23T14:40:04.787Z] === RUN TestAuthZPluginAPIDenyResponse [2021-08-23T14:40:04.787Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-08-23T14:40:05.057Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements [2021-08-23T14:40:05.352Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-08-23T14:40:05.352Z] === RUN TestAuthZPluginDenyResponse [2021-08-23T14:40:05.917Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-08-23T14:40:05.918Z] === RUN TestAuthZPluginAllowEventStream [2021-08-23T14:40:07.290Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2021-08-23T14:40:07.290Z] === RUN TestAuthZPluginErrorResponse [2021-08-23T14:40:07.548Z] === RUN TestDockerSuite/TestBuildPATH [2021-08-23T14:40:07.806Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-08-23T14:40:07.806Z] === RUN TestAuthZPluginErrorRequest [2021-08-23T14:40:08.371Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-08-23T14:40:08.371Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-08-23T14:40:08.937Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-08-23T14:40:08.937Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-08-23T14:40:09.195Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-08-23T14:40:09.761Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-08-23T14:40:10.327Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.57s) [2021-08-23T14:40:10.327Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-08-23T14:40:10.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-08-23T14:40:10.893Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-08-23T14:40:11.651Z] ok github.com/docker/docker/libnetwork/drivers/bridge 2.469s coverage: 59.9% of statements [2021-08-23T14:40:11.651Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-08-23T14:40:12.266Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.63s) [2021-08-23T14:40:12.266Z] === RUN TestAuthZPluginHeader [2021-08-23T14:40:12.832Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-08-23T14:40:12.832Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-08-23T14:40:13.036Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-08-23T14:40:14.114Z] Removing intermediate container 33aecc942acb [2021-08-23T14:40:14.114Z] ---> b4f3af5d1b54 [2021-08-23T14:40:14.114Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-08-23T14:40:14.114Z] ---> Running in f7d2895c46e1 [2021-08-23T14:40:14.114Z] Removing intermediate container f7d2895c46e1 [2021-08-23T14:40:14.114Z] ---> 8a3f76c45757 [2021-08-23T14:40:14.114Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-08-23T14:40:14.114Z] ---> Running in e6835086a174 [2021-08-23T14:40:14.114Z] Removing intermediate container e6835086a174 [2021-08-23T14:40:14.114Z] ---> 4acedc32b7a9 [2021-08-23T14:40:14.114Z] Step 10/10 : COPY . . [2021-08-23T14:40:14.453Z] INFO: Expanding go... [2021-08-23T14:40:17.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-08-23T14:40:17.015Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.19s) [2021-08-23T14:40:17.015Z] === RUN TestAuthZPluginV2Disable [2021-08-23T14:40:18.387Z] docker_api_swarm_test.go:303: [dee07edb7ee1d] joining swarm manager [d3c88225fb2ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:40:18.387Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-08-23T14:40:19.623Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.027s coverage: 4.0% of statements [2021-08-23T14:40:19.623Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-08-23T14:40:19.760Z] docker_api_swarm_test.go:304: [d9f105a6f2274] joining swarm manager [d3c88225fb2ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:40:20.018Z] --- PASS: TestAuthZPluginV2Disable (3.17s) [2021-08-23T14:40:20.018Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-08-23T14:40:20.952Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-08-23T14:40:21.884Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-08-23T14:40:22.819Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.70s) [2021-08-23T14:40:22.819Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-08-23T14:40:22.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-08-23T14:40:23.384Z] === RUN TestDockerSuite/TestBuildRm [2021-08-23T14:40:25.912Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-08-23T14:40:26.203Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.024s coverage: 4.5% of statements [2021-08-23T14:40:26.203Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-08-23T14:40:26.478Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-08-23T14:40:27.859Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-08-23T14:40:28.141Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-08-23T14:40:28.717Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-08-23T14:40:28.745Z] ok github.com/docker/docker/libnetwork/drivers/null 0.004s coverage: 34.8% of statements [2021-08-23T14:40:29.696Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-08-23T14:40:30.281Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-08-23T14:40:31.227Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-08-23T14:40:31.484Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.57s) [2021-08-23T14:40:31.484Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-08-23T14:40:34.763Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-08-23T14:40:34.763Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-08-23T14:40:34.763Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-08-23T14:40:34.763Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-08-23T14:40:34.763Z] === RUN TestDockerSuite/TestBuildSpaces [2021-08-23T14:40:34.763Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-08-23T14:40:35.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-08-23T14:40:35.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-08-23T14:40:35.214Z] ---> 5ce51c2c5ada [2021-08-23T14:40:35.214Z] Successfully built 5ce51c2c5ada [2021-08-23T14:40:35.214Z] Successfully tagged docker:latest [2021-08-23T14:40:35.214Z] INFO: Image build ended at 08/23/2021 14:40:33. Duration:00:02:49.1541859 [2021-08-23T14:40:35.214Z] [2021-08-23T14:40:35.214Z] [2021-08-23T14:40:35.214Z] INFO: Building the test binaries at 08/23/2021 14:40:33... [2021-08-23T14:40:35.328Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-08-23T14:40:35.328Z] === RUN TestDockerSuite/TestBuildStderr [2021-08-23T14:40:36.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-08-23T14:40:36.259Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-08-23T14:40:36.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-08-23T14:40:36.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-08-23T14:40:37.191Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-08-23T14:40:37.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-08-23T14:40:38.150Z] INFO: make.ps1 starting at 08/23/2021 14:40:37 [2021-08-23T14:40:38.608Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:40:38.608Z] INFO: Invoking autogen... [2021-08-23T14:40:39.066Z] INFO: Building daemon... [2021-08-23T14:40:39.595Z] INFO: Expanding compiler 1 of 3... [2021-08-23T14:40:39.595Z] INFO: Expanding compiler 2 of 3... [2021-08-23T14:40:39.716Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-08-23T14:40:40.648Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-08-23T14:40:41.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-08-23T14:40:41.213Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-08-23T14:40:41.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-08-23T14:40:41.779Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-08-23T14:40:42.344Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-08-23T14:40:42.505Z] INFO: Expanding compiler 3 of 3... [2021-08-23T14:40:42.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-08-23T14:40:42.964Z] INFO: Removing downloaded files... [2021-08-23T14:40:42.964Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-08-23T14:40:42.964Z] INFO: Configuring git core.autocrlf... [2021-08-23T14:40:43.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-08-23T14:40:43.277Z] === RUN TestDockerSuite/TestBuildUser [2021-08-23T14:40:44.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-08-23T14:40:45.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-08-23T14:40:45.176Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-08-23T14:40:45.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-08-23T14:40:46.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-08-23T14:40:47.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-08-23T14:40:47.701Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-08-23T14:40:47.959Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-08-23T14:40:47.959Z] PASS [2021-08-23T14:40:47.959Z] [2021-08-23T14:40:47.959Z] DONE 17 tests in 45.544s [2021-08-23T14:40:47.959Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-08-23T14:40:47.959Z] ++ 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-08-23T14:40:47.959Z] ++ set -e [2021-08-23T14:40:47.959Z] ++ '[' -n 0 ']' [2021-08-23T14:40:47.959Z] ++ set -x [2021-08-23T14:40:47.959Z] ++ 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-08-23T14:40:47.959Z] INFO: Testing against a local daemon [2021-08-23T14:40:47.959Z] === RUN TestPluginInvalidJSON [2021-08-23T14:40:47.959Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:40:47.959Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:40:47.959Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:40:47.959Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-08-23T14:40:47.959Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T14:40:47.959Z] === RUN TestPluginInstall [2021-08-23T14:40:47.959Z] === RUN TestPluginInstall/no_auth [2021-08-23T14:40:48.422Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:40:48.422Z] Using test binary docker [2021-08-23T14:40:48.422Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-08-23T14:40:48.422Z] Starting apparmor (via systemctl): apparmor.service. [2021-08-23T14:40:48.422Z] INFO: Waiting for daemon to start... [2021-08-23T14:40:48.422Z] Starting dockerd [2021-08-23T14:40:48.892Z] time="2021-08-23T14:40:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:48.892Z] time="2021-08-23T14:40:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a03d5bb6f3a5fc265ea3cb503a5eaa28309393938026541fc45f1ab621697d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:48.892Z] time="2021-08-23T14:40:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:48.892Z] time="2021-08-23T14:40:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a03d5bb6f3a5fc265ea3cb503a5eaa28309393938026541fc45f1ab621697d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:48.892Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-08-23T14:40:48.892Z] === RUN TestPluginInstall/with_htpasswd [2021-08-23T14:40:49.458Z] time="2021-08-23T14:40:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:49.458Z] time="2021-08-23T14:40:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a03d5bb6f3a5fc265ea3cb503a5eaa28309393938026541fc45f1ab621697d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:49.458Z] time="2021-08-23T14:40:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:49.458Z] time="2021-08-23T14:40:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a03d5bb6f3a5fc265ea3cb503a5eaa28309393938026541fc45f1ab621697d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:49.458Z] === RUN TestPluginInstall/with_insecure [2021-08-23T14:40:50.391Z] time="2021-08-23T14:40:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:50.391Z] time="2021-08-23T14:40:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ce91399317192e2eacffbe8d690585c7e559d2478acf08097830f31afd285267" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:50.391Z] time="2021-08-23T14:40:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:40:50.391Z] time="2021-08-23T14:40:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ce91399317192e2eacffbe8d690585c7e559d2478acf08097830f31afd285267" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:40:50.649Z] plugin_test.go:166: [d328db150b7c4] daemon is not started [2021-08-23T14:40:50.649Z] --- PASS: TestPluginInstall (2.66s) [2021-08-23T14:40:50.649Z] --- PASS: TestPluginInstall/no_auth (0.94s) [2021-08-23T14:40:50.649Z] --- PASS: TestPluginInstall/with_htpasswd (0.63s) [2021-08-23T14:40:50.649Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2021-08-23T14:40:50.649Z] === RUN TestPluginsWithRuntimes [2021-08-23T14:40:50.716Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.793s coverage: 7.2% of statements [2021-08-23T14:40:50.716Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-08-23T14:40:50.907Z] docker_api_swarm_test.go:271: [d98935f292705] joining swarm manager [d16ea19c1c5ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:40:52.099Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 63.6% of statements [2021-08-23T14:40:52.280Z] docker_api_swarm_test.go:272: [d9507048c9bc9] joining swarm manager [d16ea19c1c5ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:40:52.280Z] === RUN TestPluginsWithRuntimes/No_Args [2021-08-23T14:40:52.624Z] . [2021-08-23T14:40:52.624Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:40:52.624Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:40:52.624Z] Error: No such image: emptyfs [2021-08-23T14:40:52.624Z] Running integration-test (iteration 1) [2021-08-23T14:40:52.624Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-08-23T14:40:52.624Z] Loaded image: busybox:latest [2021-08-23T14:40:52.624Z] Loaded image: busybox:glibc [2021-08-23T14:40:53.213Z] === RUN TestPluginsWithRuntimes/With_Args [2021-08-23T14:40:54.003Z] Loaded image: debian:bullseye-slim [2021-08-23T14:40:54.003Z] Loaded image: hello-world:latest [2021-08-23T14:40:54.265Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:40:54.265Z] INFO: Testing against a local daemon [2021-08-23T14:40:54.265Z] === RUN TestCgroupNamespacesBuild [2021-08-23T14:40:54.586Z] --- PASS: TestPluginsWithRuntimes (3.67s) [2021-08-23T14:40:54.586Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.01s) [2021-08-23T14:40:54.586Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.94s) [2021-08-23T14:40:54.586Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T14:40:54.844Z] --- PASS: TestPluginBackCompatMediaTypes (0.63s) [2021-08-23T14:40:54.844Z] PASS [2021-08-23T14:40:54.844Z] [2021-08-23T14:40:54.844Z] DONE 10 tests in 6.994s [2021-08-23T14:40:55.102Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-08-23T14:40:55.102Z] ++ 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-08-23T14:40:55.102Z] ++ set -e [2021-08-23T14:40:55.102Z] ++ '[' -n 0 ']' [2021-08-23T14:40:55.102Z] ++ set -x [2021-08-23T14:40:55.102Z] ++ 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-08-23T14:40:55.102Z] INFO: Testing against a local daemon [2021-08-23T14:40:55.102Z] === RUN TestExternalGraphDriver [2021-08-23T14:40:55.102Z] === RUN TestExternalGraphDriver/json [2021-08-23T14:40:55.641Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2021-08-23T14:40:55.641Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-08-23T14:40:57.000Z] === RUN TestExternalGraphDriver/spec [2021-08-23T14:40:57.016Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s) [2021-08-23T14:40:57.016Z] === RUN TestBuildWithSession [2021-08-23T14:40:57.016Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:40:57.016Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:40:57.016Z] === RUN TestBuildSquashParent [2021-08-23T14:40:58.898Z] === RUN TestExternalGraphDriver/pull [2021-08-23T14:40:59.925Z] --- PASS: TestImportExtremelyLargeImageWorks (93.66s) [2021-08-23T14:40:59.926Z] PASS [2021-08-23T14:40:59.926Z] [2021-08-23T14:40:59.926Z] === Skipped [2021-08-23T14:40:59.926Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-08-23T14:40:59.926Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-08-23T14:40:59.926Z] [2021-08-23T14:40:59.926Z] [2021-08-23T14:40:59.926Z] DONE 12 tests, 1 skipped in 97.502s [2021-08-23T14:40:59.926Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-08-23T14:40:59.926Z] INFO: Testing against a local daemon [2021-08-23T14:40:59.926Z] === RUN TestNetworkCreateDelete [2021-08-23T14:40:59.926Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-08-23T14:40:59.926Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T14:40:59.926Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-08-23T14:40:59.926Z] === RUN TestDaemonDNSFallback [2021-08-23T14:41:00.797Z] --- PASS: TestExternalGraphDriver (5.38s) [2021-08-23T14:41:00.797Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2021-08-23T14:41:00.797Z] --- PASS: TestExternalGraphDriver/spec (1.84s) [2021-08-23T14:41:00.797Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2021-08-23T14:41:00.797Z] === RUN TestGraphdriverPluginV2 [2021-08-23T14:41:00.797Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-08-23T14:41:01.205Z] --- PASS: TestBuildSquashParent (4.36s) [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:41:01.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:41:01.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:41:01.205Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:41:01.205Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:41:01.363Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-08-23T14:41:01.621Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-08-23T14:41:02.554Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-08-23T14:41:03.109Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:41:03.118Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-08-23T14:41:03.368Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:41:04.051Z] --- PASS: TestGraphdriverPluginV2 (3.61s) [2021-08-23T14:41:04.051Z] PASS [2021-08-23T14:41:04.051Z] [2021-08-23T14:41:04.051Z] DONE 5 tests in 9.034s [2021-08-23T14:41:04.051Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.051Z] ++ 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-08-23T14:41:04.051Z] ++ set -e [2021-08-23T14:41:04.051Z] ++ '[' -n 0 ']' [2021-08-23T14:41:04.051Z] ++ set -x [2021-08-23T14:41:04.051Z] ++ 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-08-23T14:41:04.051Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.051Z] === RUN TestContinueAfterPluginCrash [2021-08-23T14:41:04.051Z] === PAUSE TestContinueAfterPluginCrash [2021-08-23T14:41:04.051Z] === RUN TestReadPluginNoRead [2021-08-23T14:41:04.051Z] === PAUSE TestReadPluginNoRead [2021-08-23T14:41:04.051Z] === RUN TestDaemonStartWithLogOpt [2021-08-23T14:41:04.051Z] === PAUSE TestDaemonStartWithLogOpt [2021-08-23T14:41:04.051Z] === CONT TestContinueAfterPluginCrash [2021-08-23T14:41:04.051Z] === CONT TestDaemonStartWithLogOpt [2021-08-23T14:41:04.051Z] === CONT TestReadPluginNoRead [2021-08-23T14:41:04.124Z] --- PASS: TestDaemonDNSFallback (6.32s) [2021-08-23T14:41:04.124Z] === RUN TestInspectNetwork [2021-08-23T14:41:04.124Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] --- SKIP: TestInspectNetwork (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T14:41:04.124Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestNetworkInvalidJSON [2021-08-23T14:41:04.124Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T14:41:04.124Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T14:41:04.124Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:41:04.124Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:41:04.124Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:41:04.124Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:41:04.124Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T14:41:04.124Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:41:04.124Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestNetworkList [2021-08-23T14:41:04.124Z] === RUN TestNetworkList//networks [2021-08-23T14:41:04.124Z] === PAUSE TestNetworkList//networks [2021-08-23T14:41:04.124Z] === RUN TestNetworkList//networks/ [2021-08-23T14:41:04.124Z] === PAUSE TestNetworkList//networks/ [2021-08-23T14:41:04.124Z] === CONT TestNetworkList//networks [2021-08-23T14:41:04.124Z] === CONT TestNetworkList//networks/ [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkList (0.01s) [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T14:41:04.124Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T14:41:04.124Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T14:41:04.124Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-08-23T14:41:04.124Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T14:41:04.124Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-08-23T14:41:04.124Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T14:41:04.124Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-08-23T14:41:04.124Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T14:41:04.124Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-08-23T14:41:04.124Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T14:41:04.124Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T14:41:04.124Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T14:41:04.124Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:41:04.124Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T14:41:04.124Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-08-23T14:41:04.124Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T14:41:04.124Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T14:41:04.124Z] PASS [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === Skipped [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-08-23T14:41:04.124Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-08-23T14:41:04.124Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-08-23T14:41:04.124Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-08-23T14:41:04.124Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-08-23T14:41:04.124Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-08-23T14:41:04.124Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-08-23T14:41:04.124Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T14:41:04.124Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T14:41:04.124Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:41:04.124Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:41:04.124Z] [2021-08-23T14:41:04.124Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-08-23T14:41:04.125Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T14:41:04.125Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] DONE 22 tests, 12 skipped in 6.972s [2021-08-23T14:41:04.125Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.125Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.125Z] === RUN TestDockerNetworkIpvlanPersistance [2021-08-23T14:41:04.125Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:41:04.125Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:41:04.125Z] === RUN TestDockerNetworkIpvlan [2021-08-23T14:41:04.125Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:41:04.125Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:41:04.125Z] PASS [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] === Skipped [2021-08-23T14:41:04.125Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:41:04.125Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:41:04.125Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] DONE 2 tests, 2 skipped in 0.098s [2021-08-23T14:41:04.125Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.125Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.125Z] === RUN TestDockerNetworkMacvlanPersistance [2021-08-23T14:41:04.125Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.125Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-08-23T14:41:04.125Z] === RUN TestDockerNetworkMacvlan [2021-08-23T14:41:04.125Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.125Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-08-23T14:41:04.125Z] PASS [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] === Skipped [2021-08-23T14:41:04.125Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-08-23T14:41:04.125Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-08-23T14:41:04.125Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] [2021-08-23T14:41:04.125Z] DONE 2 tests, 2 skipped in 0.092s [2021-08-23T14:41:04.125Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.125Z] testing: warning: no tests to run [2021-08-23T14:41:04.125Z] PASS [2021-08-23T14:41:04.310Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-08-23T14:41:04.310Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-08-23T14:41:04.310Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-08-23T14:41:04.310Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-08-23T14:41:04.310Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-08-23T14:41:04.310Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-08-23T14:41:04.310Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-08-23T14:41:04.310Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-08-23T14:41:04.310Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-08-23T14:41:04.322Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.021s coverage: 57.4% of statements [2021-08-23T14:41:04.322Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-08-23T14:41:04.322Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-08-23T14:41:04.386Z] [2021-08-23T14:41:04.386Z] DONE 0 tests in 0.030s [2021-08-23T14:41:04.386Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.386Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginAllowRequest [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginTLS [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginDenyRequest [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginAPIDenyResponse [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginDenyResponse [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginAllowEventStream [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginErrorResponse [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginErrorRequest [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginHeader [2021-08-23T14:41:04.386Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.386Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-08-23T14:41:04.386Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2021-08-23T14:41:04.646Z] === RUN TestAuthZPluginV2Disable [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-08-23T14:41:04.646Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-08-23T14:41:04.646Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-08-23T14:41:04.646Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-08-23T14:41:04.646Z] PASS [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === Skipped [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-08-23T14:41:04.646Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] DONE 17 tests, 17 skipped in 0.328s [2021-08-23T14:41:04.646Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.646Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.646Z] === RUN TestPluginInvalidJSON [2021-08-23T14:41:04.646Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:41:04.646Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:41:04.646Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:41:04.646Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-08-23T14:41:04.646Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T14:41:04.646Z] === RUN TestPluginInstall [2021-08-23T14:41:04.646Z] plugin_test.go:65: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] --- SKIP: TestPluginInstall (0.00s) [2021-08-23T14:41:04.646Z] === RUN TestPluginsWithRuntimes [2021-08-23T14:41:04.646Z] plugin_test.go:172: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-08-23T14:41:04.646Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-08-23T14:41:04.646Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T14:41:04.646Z] plugin_test.go:236: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-08-23T14:41:04.646Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T14:41:04.646Z] PASS [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === Skipped [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-08-23T14:41:04.646Z] plugin_test.go:65: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-08-23T14:41:04.646Z] plugin_test.go:172: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T14:41:04.646Z] plugin_test.go:236: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] [2021-08-23T14:41:04.646Z] DONE 5 tests, 3 skipped in 0.116s [2021-08-23T14:41:04.646Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-08-23T14:41:04.746Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:41:04.746Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:41:04.910Z] INFO: Testing against a local daemon [2021-08-23T14:41:04.910Z] === RUN TestExternalGraphDriver [2021-08-23T14:41:04.910Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-08-23T14:41:04.910Z] --- SKIP: TestExternalGraphDriver (0.05s) [2021-08-23T14:41:04.910Z] === RUN TestGraphdriverPluginV2 [2021-08-23T14:41:06.210Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-08-23T14:41:06.210Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-08-23T14:41:06.468Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.89s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.97s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.33s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.61s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.52s) [2021-08-23T14:41:06.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.55s) [2021-08-23T14:41:06.648Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:41:06.648Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:41:06.726Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-08-23T14:41:06.984Z] --- PASS: TestDaemonStartWithLogOpt (3.02s) [2021-08-23T14:41:07.242Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-08-23T14:41:08.025Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:41:08.025Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:41:08.176Z] === RUN TestReadPluginNoRead/default [2021-08-23T14:41:08.176Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-08-23T14:41:08.176Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-08-23T14:41:08.291Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:41:08.550Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy (2.41s) [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.54s) [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2021-08-23T14:41:08.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2021-08-23T14:41:08.809Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:41:09.109Z] --- PASS: TestGraphdriverPluginV2 (3.60s) [2021-08-23T14:41:09.109Z] PASS [2021-08-23T14:41:09.109Z] [2021-08-23T14:41:09.109Z] === Skipped [2021-08-23T14:41:09.109Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2021-08-23T14:41:09.109Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-08-23T14:41:09.109Z] [2021-08-23T14:41:09.109Z] [2021-08-23T14:41:09.109Z] DONE 2 tests, 1 skipped in 3.763s [2021-08-23T14:41:09.109Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-08-23T14:41:09.109Z] INFO: Testing against a local daemon [2021-08-23T14:41:09.109Z] === RUN TestContinueAfterPluginCrash [2021-08-23T14:41:09.109Z] === PAUSE TestContinueAfterPluginCrash [2021-08-23T14:41:09.109Z] === RUN TestReadPluginNoRead [2021-08-23T14:41:09.109Z] === PAUSE TestReadPluginNoRead [2021-08-23T14:41:09.109Z] === RUN TestDaemonStartWithLogOpt [2021-08-23T14:41:09.109Z] === PAUSE TestDaemonStartWithLogOpt [2021-08-23T14:41:09.109Z] === CONT TestContinueAfterPluginCrash [2021-08-23T14:41:09.109Z] === CONT TestDaemonStartWithLogOpt [2021-08-23T14:41:09.375Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2021-08-23T14:41:09.375Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:41:09.547Z] === RUN TestReadPluginNoRead/disabled_caching [2021-08-23T14:41:10.310Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2021-08-23T14:41:10.310Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:41:10.479Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-08-23T14:41:10.877Z] --- PASS: TestBuildWithEmptyLayers (0.48s) [2021-08-23T14:41:10.877Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:41:11.044Z] === CONT TestReadPluginNoRead [2021-08-23T14:41:11.044Z] read_test.go:92: [d902d63c1e242] daemon is not started [2021-08-23T14:41:11.044Z] --- PASS: TestReadPluginNoRead (6.98s) [2021-08-23T14:41:11.044Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2021-08-23T14:41:11.044Z] --- PASS: TestReadPluginNoRead/default (1.43s) [2021-08-23T14:41:11.044Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.64s) [2021-08-23T14:41:11.979Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-08-23T14:41:12.237Z] --- PASS: TestContinueAfterPluginCrash (8.20s) [2021-08-23T14:41:12.237Z] PASS [2021-08-23T14:41:12.237Z] [2021-08-23T14:41:12.237Z] DONE 6 tests in 8.266s [2021-08-23T14:41:12.237Z] 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-08-23T14:41:12.237Z] ++ 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-08-23T14:41:12.237Z] ++ set -e [2021-08-23T14:41:12.237Z] ++ '[' -n 0 ']' [2021-08-23T14:41:12.237Z] ++ set -x [2021-08-23T14:41:12.237Z] ++ 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-08-23T14:41:12.237Z] testing: warning: no tests to run [2021-08-23T14:41:12.237Z] PASS [2021-08-23T14:41:12.237Z] [2021-08-23T14:41:12.237Z] DONE 0 tests in 0.008s [2021-08-23T14:41:12.237Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-08-23T14:41:12.237Z] ++ 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-08-23T14:41:12.237Z] ++ set -e [2021-08-23T14:41:12.237Z] ++ '[' -n 0 ']' [2021-08-23T14:41:12.237Z] ++ set -x [2021-08-23T14:41:12.237Z] ++ 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-08-23T14:41:12.237Z] INFO: Testing against a local daemon [2021-08-23T14:41:12.237Z] === RUN TestPluginWithDevMounts [2021-08-23T14:41:12.237Z] === PAUSE TestPluginWithDevMounts [2021-08-23T14:41:12.237Z] === CONT TestPluginWithDevMounts [2021-08-23T14:41:12.422Z] --- PASS: TestDaemonStartWithLogOpt (3.78s) [2021-08-23T14:41:12.422Z] === CONT TestReadPluginNoRead [2021-08-23T14:41:12.803Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-08-23T14:41:12.830Z] --- PASS: TestBuildMultiStageOnBuild (1.77s) [2021-08-23T14:41:12.830Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:41:13.061Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-08-23T14:41:13.318Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-08-23T14:41:13.318Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-08-23T14:41:13.318Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-08-23T14:41:13.398Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2021-08-23T14:41:13.398Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:41:13.576Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-08-23T14:41:14.142Z] === RUN TestDockerSuite/TestBuildXZHost [2021-08-23T14:41:14.142Z] --- PASS: TestPluginWithDevMounts (1.68s) [2021-08-23T14:41:14.142Z] PASS [2021-08-23T14:41:14.142Z] [2021-08-23T14:41:14.142Z] DONE 1 tests in 1.707s [2021-08-23T14:41:14.142Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-08-23T14:41:14.142Z] ++ 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-08-23T14:41:14.142Z] ++ set -e [2021-08-23T14:41:14.142Z] ++ '[' -n 0 ']' [2021-08-23T14:41:14.142Z] ++ set -x [2021-08-23T14:41:14.142Z] ++ 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-08-23T14:41:14.142Z] INFO: Testing against a local daemon [2021-08-23T14:41:14.142Z] === RUN TestSecretInspect [2021-08-23T14:41:14.337Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-08-23T14:41:14.976Z] === RUN TestReadPluginNoRead/default [2021-08-23T14:41:15.302Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2021-08-23T14:41:15.302Z] === RUN TestBuildWithHugeFile [2021-08-23T14:41:15.916Z] === RUN TestReadPluginNoRead/disabled_caching [2021-08-23T14:41:16.042Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-08-23T14:41:16.042Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-08-23T14:41:16.042Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T14:41:16.042Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-08-23T14:41:16.608Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-08-23T14:41:17.172Z] --- PASS: TestSecretInspect (3.10s) [2021-08-23T14:41:17.172Z] === RUN TestSecretList [2021-08-23T14:41:17.299Z] --- PASS: TestContinueAfterPluginCrash (8.46s) [2021-08-23T14:41:17.299Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-08-23T14:41:17.737Z] === RUN TestDockerSuite/TestCommitChange [2021-08-23T14:41:18.302Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-08-23T14:41:18.548Z] 8f616e6e9eec: Pull complete [2021-08-23T14:41:18.548Z] Digest: sha256:a6a48a5257388a1c2baecf6b7a8607969e5db5ef410f28deebd08932d3af9c19 [2021-08-23T14:41:18.548Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T14:41:18.548Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 into daemon under test completed successfully [2021-08-23T14:41:18.548Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 as microsoft/windowsservercore in daemon under test [2021-08-23T14:41:18.548Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 is '10.0.20348.1' [2021-08-23T14:41:18.548Z] WARN: Skipping validation tests [2021-08-23T14:41:18.548Z] INFO: Running unit tests at 08/23/2021 14:41:04... [2021-08-23T14:41:18.548Z] INFO: make.ps1 starting at 08/23/2021 14:41:08 [2021-08-23T14:41:18.548Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:41:18.548Z] INFO: Invoking autogen... [2021-08-23T14:41:18.548Z] INFO: Running unit tests... [2021-08-23T14:41:18.548Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-08-23T14:41:18.681Z] === CONT TestReadPluginNoRead [2021-08-23T14:41:18.681Z] read_test.go:92: [da169aacfb3aa] daemon is not started [2021-08-23T14:41:18.681Z] --- PASS: TestReadPluginNoRead (6.00s) [2021-08-23T14:41:18.681Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2021-08-23T14:41:18.681Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.29s) [2021-08-23T14:41:18.681Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2021-08-23T14:41:18.681Z] PASS [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] DONE 6 tests in 9.915s [2021-08-23T14:41:18.681Z] 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-08-23T14:41:18.681Z] testing: warning: no tests to run [2021-08-23T14:41:18.681Z] PASS [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] DONE 0 tests in 0.029s [2021-08-23T14:41:18.681Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-08-23T14:41:18.681Z] INFO: Testing against a local daemon [2021-08-23T14:41:18.681Z] === RUN TestPluginWithDevMounts [2021-08-23T14:41:18.681Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-08-23T14:41:18.681Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-08-23T14:41:18.681Z] PASS [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === Skipped [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-08-23T14:41:18.681Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] DONE 1 tests, 1 skipped in 0.083s [2021-08-23T14:41:18.681Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-08-23T14:41:18.681Z] INFO: Testing against a local daemon [2021-08-23T14:41:18.681Z] === RUN TestSecretInspect [2021-08-23T14:41:18.681Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestSecretInspect (0.01s) [2021-08-23T14:41:18.681Z] === RUN TestSecretList [2021-08-23T14:41:18.681Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestSecretList (0.01s) [2021-08-23T14:41:18.681Z] === RUN TestSecretsCreateAndDelete [2021-08-23T14:41:18.681Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-08-23T14:41:18.681Z] === RUN TestSecretsUpdate [2021-08-23T14:41:18.681Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-08-23T14:41:18.681Z] === RUN TestTemplatedSecret [2021-08-23T14:41:18.681Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-08-23T14:41:18.681Z] === RUN TestSecretCreateResolve [2021-08-23T14:41:18.681Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-08-23T14:41:18.681Z] PASS [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === Skipped [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-08-23T14:41:18.681Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-08-23T14:41:18.681Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-08-23T14:41:18.681Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-08-23T14:41:18.681Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-08-23T14:41:18.681Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-08-23T14:41:18.681Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] [2021-08-23T14:41:18.681Z] DONE 6 tests, 6 skipped in 0.154s [2021-08-23T14:41:18.681Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-08-23T14:41:18.942Z] INFO: Testing against a local daemon [2021-08-23T14:41:18.942Z] === RUN TestServiceCreateInit [2021-08-23T14:41:18.942Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T14:41:18.942Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T14:41:18.942Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- PASS: TestServiceCreateInit (0.01s) [2021-08-23T14:41:18.942Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T14:41:18.942Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T14:41:18.942Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceConflict [2021-08-23T14:41:18.942Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T14:41:18.942Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T14:41:18.942Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T14:41:18.942Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceSecretFileMode (0.03s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T14:41:18.942Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceSysctls [2021-08-23T14:41:18.942Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-08-23T14:41:18.942Z] === RUN TestCreateServiceCapabilities [2021-08-23T14:41:18.942Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-08-23T14:41:18.942Z] === RUN TestInspect [2021-08-23T14:41:18.942Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestInspect (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestCreateJob [2021-08-23T14:41:18.942Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestCreateJob (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestReplicatedJob [2021-08-23T14:41:18.942Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestReplicatedJob (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestUpdateReplicatedJob [2021-08-23T14:41:18.942Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestServiceListWithStatuses [2021-08-23T14:41:18.942Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:41:18.942Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T14:41:18.942Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T14:41:18.942Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-08-23T14:41:18.942Z] === RUN TestDockerNetworkReConnect [2021-08-23T14:41:18.942Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:18.942Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-08-23T14:41:18.942Z] === RUN TestServicePlugin [2021-08-23T14:41:19.235Z] === RUN TestDockerSuite/TestCommitHardlink [2021-08-23T14:41:20.167Z] --- PASS: TestSecretList (2.98s) [2021-08-23T14:41:20.167Z] === RUN TestSecretsCreateAndDelete [2021-08-23T14:41:20.229Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:41:20.229Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:41:20.229Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:41:20.229Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:41:20.229Z] [2021-08-23T14:41:20.229Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-08-23T14:41:20.229Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-08-23T14:41:20.229Z] Using test binary docker [2021-08-23T14:41:20.229Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-08-23T14:41:20.229Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:41:20.229Z] INFO: Waiting for daemon to start... [2021-08-23T14:41:20.229Z] Starting dockerd [2021-08-23T14:41:20.229Z] . [2021-08-23T14:41:20.229Z] INFO: Building docker-sdk-python3:5.0.0... [2021-08-23T14:41:20.732Z] === RUN TestDockerSuite/TestCommitNewFile [2021-08-23T14:41:21.487Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServicePlugin (2.00s) [2021-08-23T14:41:21.487Z] === RUN TestServiceUpdateLabel [2021-08-23T14:41:21.487Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-08-23T14:41:21.487Z] === RUN TestServiceUpdateSecrets [2021-08-23T14:41:21.487Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-08-23T14:41:21.487Z] === RUN TestServiceUpdateConfigs [2021-08-23T14:41:21.487Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-08-23T14:41:21.487Z] === RUN TestServiceUpdateNetwork [2021-08-23T14:41:21.487Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-08-23T14:41:21.487Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T14:41:21.487Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-08-23T14:41:21.487Z] PASS [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === Skipped [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T14:41:21.487Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T14:41:21.487Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-08-23T14:41:21.487Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-08-23T14:41:21.487Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-08-23T14:41:21.487Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-08-23T14:41:21.487Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.03s) [2021-08-23T14:41:21.487Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-08-23T14:41:21.487Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-08-23T14:41:21.487Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-08-23T14:41:21.487Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-08-23T14:41:21.487Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-08-23T14:41:21.487Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-08-23T14:41:21.487Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-08-23T14:41:21.487Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-08-23T14:41:21.487Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-08-23T14:41:21.487Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-08-23T14:41:21.487Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServicePlugin (2.00s) [2021-08-23T14:41:21.487Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-08-23T14:41:21.487Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-08-23T14:41:21.487Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-08-23T14:41:21.487Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-08-23T14:41:21.487Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-08-23T14:41:21.487Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] DONE 24 tests, 23 skipped in 2.381s [2021-08-23T14:41:21.487Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-08-23T14:41:21.487Z] INFO: Testing against a local daemon [2021-08-23T14:41:21.487Z] === RUN TestSessionCreate [2021-08-23T14:41:21.487Z] --- PASS: TestSessionCreate (0.02s) [2021-08-23T14:41:21.487Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T14:41:21.487Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-08-23T14:41:21.487Z] PASS [2021-08-23T14:41:21.487Z] [2021-08-23T14:41:21.487Z] DONE 2 tests in 0.133s [2021-08-23T14:41:21.487Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-08-23T14:41:21.487Z] INFO: Testing against a local daemon [2021-08-23T14:41:21.487Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T14:41:21.487Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T14:41:21.487Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T14:41:21.487Z] === RUN TestDiskUsage [2021-08-23T14:41:21.487Z] === PAUSE TestDiskUsage [2021-08-23T14:41:21.487Z] === RUN TestEventsExecDie [2021-08-23T14:41:22.059Z] --- PASS: TestEventsExecDie (0.58s) [2021-08-23T14:41:22.059Z] === RUN TestEventsBackwardsCompatible [2021-08-23T14:41:22.059Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-08-23T14:41:22.059Z] === RUN TestEventsVolumeCreate [2021-08-23T14:41:22.059Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-08-23T14:41:22.059Z] === RUN TestInfoBinaryCommits [2021-08-23T14:41:22.059Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-08-23T14:41:22.059Z] === RUN TestInfoAPIVersioned [2021-08-23T14:41:22.059Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-08-23T14:41:22.059Z] === RUN TestInfoDiscoveryBackend [2021-08-23T14:41:22.106Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-08-23T14:41:22.630Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-08-23T14:41:22.630Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-08-23T14:41:23.039Z] --- PASS: TestSecretsCreateAndDelete (2.82s) [2021-08-23T14:41:23.039Z] === RUN TestSecretsUpdate [2021-08-23T14:41:23.039Z] === RUN TestDockerSuite/TestCommitTTY [2021-08-23T14:41:24.412Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-08-23T14:41:25.344Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-08-23T14:41:25.908Z] --- PASS: TestSecretsUpdate (2.98s) [2021-08-23T14:41:25.908Z] === RUN TestTemplatedSecret [2021-08-23T14:41:25.926Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2021-08-23T14:41:25.926Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-08-23T14:41:25.926Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:25.926Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-08-23T14:41:25.926Z] === RUN TestInfoAPI [2021-08-23T14:41:26.186Z] --- PASS: TestInfoAPI (0.02s) [2021-08-23T14:41:26.186Z] === RUN TestInfoAPIWarnings [2021-08-23T14:41:26.561Z] ok github.com/docker/docker/libnetwork/drvregistry 0.025s coverage: 82.4% of statements [2021-08-23T14:41:26.561Z] ok github.com/docker/docker/libnetwork/etchosts 0.036s coverage: 81.2% of statements [2021-08-23T14:41:26.842Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-08-23T14:41:27.085Z] ? github.com/docker/docker/api [no test files] [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-08-23T14:41:27.776Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-08-23T14:41:28.473Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.005s coverage: 48.1% of statements [2021-08-23T14:41:29.675Z] --- PASS: TestTemplatedSecret (3.33s) [2021-08-23T14:41:29.675Z] === RUN TestSecretCreateResolve [2021-08-23T14:41:29.675Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-08-23T14:41:30.386Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2021-08-23T14:41:31.049Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-08-23T14:41:31.049Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-08-23T14:41:31.614Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-08-23T14:41:32.547Z] --- PASS: TestSecretCreateResolve (3.02s) [2021-08-23T14:41:32.547Z] PASS [2021-08-23T14:41:32.547Z] [2021-08-23T14:41:32.547Z] DONE 6 tests in 18.262s [2021-08-23T14:41:32.547Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-08-23T14:41:32.547Z] ++ 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-08-23T14:41:32.547Z] ++ set -e [2021-08-23T14:41:32.547Z] ++ '[' -n 0 ']' [2021-08-23T14:41:32.547Z] ++ set -x [2021-08-23T14:41:32.547Z] ++ 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-08-23T14:41:32.547Z] INFO: Testing against a local daemon [2021-08-23T14:41:32.547Z] === RUN TestServiceCreateInit [2021-08-23T14:41:32.547Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T14:41:32.547Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-08-23T14:41:33.112Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-08-23T14:41:33.678Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-08-23T14:41:34.611Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-08-23T14:41:34.611Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-08-23T14:41:34.611Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-08-23T14:41:35.176Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-08-23T14:41:35.176Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-08-23T14:41:35.176Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-08-23T14:41:35.434Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-08-23T14:41:35.434Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-08-23T14:41:36.366Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-08-23T14:41:37.738Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-08-23T14:41:37.738Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-08-23T14:41:37.738Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T14:41:38.304Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-08-23T14:41:38.304Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-08-23T14:41:40.204Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-08-23T14:41:40.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-08-23T14:41:40.769Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-08-23T14:41:41.702Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-08-23T14:41:41.857Z] === RUN TestMiddlewares [2021-08-23T14:41:41.857Z] --- PASS: TestMiddlewares (0.00s) [2021-08-23T14:41:41.857Z] PASS [2021-08-23T14:41:41.857Z] coverage: 9.0% of statements [2021-08-23T14:41:41.857Z] ok github.com/docker/docker/api/server 0.093s coverage: 9.0% of statements [2021-08-23T14:41:42.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-08-23T14:41:42.833Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-08-23T14:41:43.399Z] --- PASS: TestServiceCreateInit (11.03s) [2021-08-23T14:41:43.399Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.29s) [2021-08-23T14:41:43.399Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.73s) [2021-08-23T14:41:43.399Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T14:41:43.657Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-08-23T14:41:44.223Z] docker_api_swarm_node_test.go:19: [dd91105c1a9ff] joining swarm manager [dfd51c2396a1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:41:44.288Z] --- PASS: TestInfoAPIWarnings (16.36s) [2021-08-23T14:41:44.288Z] === RUN TestInfoDebug [2021-08-23T14:41:44.288Z] --- PASS: TestInfoDebug (0.54s) [2021-08-23T14:41:44.288Z] === RUN TestInfoInsecureRegistries [2021-08-23T14:41:44.288Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-08-23T14:41:44.288Z] === RUN TestInfoRegistryMirrors [2021-08-23T14:41:44.288Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-08-23T14:41:44.288Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T14:41:44.288Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-08-23T14:41:44.288Z] === RUN TestPingCacheHeaders [2021-08-23T14:41:44.288Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-08-23T14:41:44.288Z] === RUN TestPingGet [2021-08-23T14:41:44.288Z] --- PASS: TestPingGet (0.01s) [2021-08-23T14:41:44.288Z] === RUN TestPingHead [2021-08-23T14:41:44.288Z] --- PASS: TestPingHead (0.02s) [2021-08-23T14:41:44.288Z] === RUN TestVersion [2021-08-23T14:41:44.288Z] --- PASS: TestVersion (0.02s) [2021-08-23T14:41:44.288Z] === CONT TestDiskUsage [2021-08-23T14:41:44.481Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-08-23T14:41:44.481Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/container_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/image_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-08-23T14:41:44.858Z] === RUN TestDiskUsage/after_container.Run [2021-08-23T14:41:45.046Z] docker_api_swarm_node_test.go:20: [d20d39793b22f] joining swarm manager [dfd51c2396a1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:41:45.047Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-08-23T14:41:45.118Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-08-23T14:41:45.119Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-08-23T14:41:45.299Z] ok github.com/docker/docker/libnetwork/internal/caller 0.003s coverage: 100.0% of statements [2021-08-23T14:41:45.379Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-08-23T14:41:45.379Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-08-23T14:41:45.379Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage (1.21s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-08-23T14:41:45.379Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2021-08-23T14:41:45.379Z] PASS [2021-08-23T14:41:45.379Z] [2021-08-23T14:41:45.379Z] === Skipped [2021-08-23T14:41:45.379Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T14:41:45.379Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T14:41:45.379Z] [2021-08-23T14:41:45.379Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-08-23T14:41:45.379Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-08-23T14:41:45.379Z] [2021-08-23T14:41:45.379Z] [2021-08-23T14:41:45.379Z] DONE 53 tests, 2 skipped in 24.159s [2021-08-23T14:41:45.379Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-08-23T14:41:45.639Z] INFO: Testing against a local daemon [2021-08-23T14:41:45.639Z] === RUN TestVolumesCreateAndList [2021-08-23T14:41:45.639Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-08-23T14:41:45.639Z] === RUN TestVolumesRemove [2021-08-23T14:41:45.639Z] --- PASS: TestVolumesRemove (0.05s) [2021-08-23T14:41:45.639Z] === RUN TestVolumesInspect [2021-08-23T14:41:45.639Z] --- PASS: TestVolumesInspect (0.02s) [2021-08-23T14:41:45.639Z] === RUN TestVolumesInvalidJSON [2021-08-23T14:41:45.639Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T14:41:45.639Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T14:41:45.639Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T14:41:45.639Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-08-23T14:41:45.639Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T14:41:45.639Z] PASS [2021-08-23T14:41:45.639Z] [2021-08-23T14:41:45.639Z] DONE 5 tests in 0.188s [2021-08-23T14:41:45.639Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T14:41:45.639Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13257 is not a child of this shell [2021-08-23T14:41:45.639Z] warning: PID 13257 from bundles/test-integration/docker.pid had a nonzero exit code [2021-08-23T14:41:45.639Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T14:41:45.639Z] [2021-08-23T14:41:45.639Z] Unloading profiles will leave already running processes permanently [2021-08-23T14:41:45.639Z] unconfined, which can lead to unexpected situations. [2021-08-23T14:41:45.639Z] [2021-08-23T14:41:45.639Z] To set a process to complain mode, use the command line tool [2021-08-23T14:41:45.639Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T14:41:45.639Z] Removing test suite binaries [2021-08-23T14:41:45.639Z] exiting test-integration [2021-08-23T14:41:45.639Z] ++ exit 0 [2021-08-23T14:41:45.639Z] [2021-08-23T14:41:46.420Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop Post stage [Pipeline] junit [2021-08-23T14:41:46.596Z] Recording test results [2021-08-23T14:41:46.986Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-08-23T14:41:47.045Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-08-23T14:41:47.262Z] === RUN TestDockerSuite/TestContainerAPIRename [Pipeline] // stage Post stage [Pipeline] sh [2021-08-23T14:41:47.577Z] + echo Ensuring container killed. [2021-08-23T14:41:47.577Z] Ensuring container killed. [2021-08-23T14:41:47.577Z] + docker rm -vf docker-pr3 [2021-08-23T14:41:47.577Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-08-23T14:41:47.862Z] + echo Chowning /workspace to jenkins user [2021-08-23T14:41:47.862Z] Chowning /workspace to jenkins user [2021-08-23T14:41:47.862Z] + id -u [2021-08-23T14:41:47.862Z] + id -g [2021-08-23T14:41:47.862Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T14:41:48.194Z] === RUN TestDockerSuite/TestContainerAPIRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T14:41:49.105Z] + bundleName=amd64-rootless [2021-08-23T14:41:49.105Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-08-23T14:41:49.105Z] Creating amd64-rootless-bundles.tar.gz [2021-08-23T14:41:49.105Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-08-23T14:41:49.105Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-08-23T14:41:49.119Z] Archiving artifacts [2021-08-23T14:41:49.127Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-08-23T14:41:49.474Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T14:41:49.787Z] + make clean [2021-08-23T14:41:49.787Z] docker volume rm -f docker-dev-cache [2021-08-23T14:41:50.047Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T14:41:51.025Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-08-23T14:41:51.026Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-08-23T14:41:51.026Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-08-23T14:41:51.026Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-08-23T14:41:51.026Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-08-23T14:41:51.240Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-08-23T14:41:51.240Z] [2021-08-23T14:41:51.240Z] ________ ____ __. [2021-08-23T14:41:51.240Z] \_____ \ | |/ _| [2021-08-23T14:41:51.240Z] / | \| < [2021-08-23T14:41:51.240Z] / | \ | \ [2021-08-23T14:41:51.240Z] \_______ /____|__ \ [2021-08-23T14:41:51.240Z] \/ \/ [2021-08-23T14:41:51.240Z] [2021-08-23T14:41:51.240Z] INFO: make.ps1 ended at 08/23/2021 14:41:41 [2021-08-23T14:41:51.240Z] INFO: Binaries build ended at 08/23/2021 14:41:42. Duration:00:01:09.4172419 [2021-08-23T14:41:51.240Z] INFO: Copying the built daemon binary to d:\CI\PR-42764\3\binary\dockerd-82c978ad95.exe... [2021-08-23T14:41:51.240Z] INFO: Copying the built client binary to d:\CI\PR-42764\3\binary\docker-82c978ad95.exe... [2021-08-23T14:41:51.240Z] INFO: Copying dockerversion from the container... [2021-08-23T14:41:51.240Z] INFO: Copying the golang package from the container to d:\CI\PR-42764\3\installer\go.zip... [2021-08-23T14:41:51.240Z] INFO: Extracting go.zip to d:\CI\PR-42764\3\go [2021-08-23T14:41:51.591Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-08-23T14:41:55.059Z] Removing intermediate container ec9dd5dba507 [2021-08-23T14:41:55.059Z] ---> 2cf658e53b38 [2021-08-23T14:41:55.059Z] 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-08-23T14:41:55.059Z] ---> Running in ddac671951aa [2021-08-23T14:41:56.848Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-08-23T14:41:56.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-08-23T14:41:56.848Z] === RUN TestDockerSuite/TestContainerAPITop [2021-08-23T14:41:57.292Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-08-23T14:41:57.414Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-08-23T14:41:57.414Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-08-23T14:41:57.414Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-08-23T14:41:57.414Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-08-23T14:41:57.579Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2021-08-23T14:41:57.752Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-08-23T14:41:58.717Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-23T14:41:58.717Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-08-23T14:41:58.717Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-23T14:41:58.717Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-08-23T14:41:58.717Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-23T14:41:58.717Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-23T14:41:58.717Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-08-23T14:41:58.717Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-08-23T14:41:58.717Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-08-23T14:41:59.176Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-08-23T14:41:59.176Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-08-23T14:41:59.939Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-08-23T14:42:00.504Z] docker_api_swarm_test.go:501: [d1884e99dad6d] joining swarm manager [d37bb3dd1f38e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:42:01.070Z] --- PASS: TestCreateServiceMultipleTimes (17.57s) [2021-08-23T14:42:01.070Z] === RUN TestCreateServiceConflict [2021-08-23T14:42:01.328Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-08-23T14:42:02.260Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-08-23T14:42:03.634Z] --- PASS: TestCreateServiceConflict (2.76s) [2021-08-23T14:42:03.634Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T14:42:04.972Z] INFO: Build done for gotestsum... [2021-08-23T14:42:06.217Z] INFO: Extraction ended at 08/23/2021 14:42:04. Duration:00:00:19.8099248 [2021-08-23T14:42:06.217Z] INFO: Updating the golang and path environment variables [2021-08-23T14:42:06.217Z] INFO: GOPATH=d:\gopath [2021-08-23T14:42:06.217Z] INFO: go version go1.16.7 windows/amd64 [2021-08-23T14:42:06.217Z] INFO: Running the daemon under test in debug mode [2021-08-23T14:42:06.217Z] INFO: Starting a daemon under test... [2021-08-23T14:42:06.217Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42764\3\daemon --pidfile d:\CI\PR-42764\3\docker.pid -D [2021-08-23T14:42:06.217Z] INFO: Process started successfully. [2021-08-23T14:42:06.217Z] INFO: Start tailing logs of the daemon under tests [2021-08-23T14:42:06.217Z] INFO: Waiting for the daemon under test to start... [2021-08-23T14:42:06.914Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-08-23T14:42:06.935Z] sha256:8808f0b8b03535d51904e26b385f5df2bd15372fcb4f8070ef72c31671c7653f [2021-08-23T14:42:06.935Z] INFO: Starting docker-py tests... [2021-08-23T14:42:06.935Z] ============================= test session starts ============================== [2021-08-23T14:42:06.935Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-08-23T14:42:06.935Z] rootdir: /src, inifile: pytest.ini [2021-08-23T14:42:06.935Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-08-23T14:42:06.935Z] collected 390 items / 1 deselected / 389 selected [2021-08-23T14:42:06.935Z] [2021-08-23T14:42:07.172Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-08-23T14:42:07.737Z] --- PASS: TestCreateServiceMaxReplicas (3.89s) [2021-08-23T14:42:07.737Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T14:42:08.669Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-08-23T14:42:10.041Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-08-23T14:42:10.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-08-23T14:42:11.538Z] docker_api_swarm_test.go:506: [d3a2be74079a4] joining swarm manager [d37bb3dd1f38e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:42:12.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-08-23T14:42:13.476Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-08-23T14:42:14.881Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-08-23T14:42:16.279Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009dd368_} [2021-08-23T14:42:17.362Z] Removing intermediate container ddac671951aa [2021-08-23T14:42:17.362Z] ---> 1805b49d562c [2021-08-23T14:42:17.362Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-08-23T14:42:17.362Z] ---> Running in 902de5ed4fd2 [2021-08-23T14:42:17.362Z] Removing intermediate container 902de5ed4fd2 [2021-08-23T14:42:17.362Z] ---> 070265fd80fc [2021-08-23T14:42:17.362Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-08-23T14:42:17.362Z] ---> Running in 5e1e0891e8f1 [2021-08-23T14:42:17.362Z] Removing intermediate container 5e1e0891e8f1 [2021-08-23T14:42:17.362Z] ---> 5627590a6676 [2021-08-23T14:42:17.363Z] Step 10/10 : COPY . . [2021-08-23T14:42:17.651Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-08-23T14:42:17.703Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1857680017_/foo_false____} [2021-08-23T14:42:18.431Z] tests/integration/api_client_test.py ..... [ 7%] [2021-08-23T14:42:19.078Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1857680017_/foo_true____} [2021-08-23T14:42:19.942Z] tests/integration/api_config_test.py ..... [ 8%] [2021-08-23T14:42:20.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_false____} [2021-08-23T14:42:21.382Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s) [2021-08-23T14:42:21.382Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T14:42:21.640Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_true____} [2021-08-23T14:42:22.995Z] --- PASS: TestBuildWithHugeFile (57.95s) [2021-08-23T14:42:22.995Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:42:22.995Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:42:22.995Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-08-23T14:42:22.995Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T14:42:22.995Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:42:22.995Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:42:22.995Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:42:22.995Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:42:22.995Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:42:22.995Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:42:22.995Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:42:22.995Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:42:22.995Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:42:22.995Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-08-23T14:42:22.995Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-08-23T14:42:22.995Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-08-23T14:42:22.995Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-08-23T14:42:22.995Z] === RUN TestBuildPreserveOwnership [2021-08-23T14:42:22.995Z] === RUN TestBuildPreserveOwnership/copy_from [2021-08-23T14:42:22.995Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-08-23T14:42:22.995Z] --- PASS: TestBuildPreserveOwnership (3.96s) [2021-08-23T14:42:22.995Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.69s) [2021-08-23T14:42:22.995Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s) [2021-08-23T14:42:22.995Z] === RUN TestBuildPlatformInvalid [2021-08-23T14:42:22.995Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-08-23T14:42:22.995Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-08-23T14:42:22.995Z] Loaded image: busybox:latest [2021-08-23T14:42:22.995Z] Loaded image: busybox:glibc [2021-08-23T14:42:22.995Z] Loaded image: debian:bullseye-slim [2021-08-23T14:42:22.995Z] Loaded image: hello-world:latest [2021-08-23T14:42:22.995Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:42:23.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_true__0xc0009dd398__} [2021-08-23T14:42:24.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009dd3b0_} [2021-08-23T14:42:25.169Z] --- PASS: TestCreateServiceSecretFileMode (3.67s) [2021-08-23T14:42:25.169Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T14:42:26.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009dd3c8_} [2021-08-23T14:42:27.307Z] .....INFO: Daemon under test started and replied! [2021-08-23T14:42:27.307Z] INFO: Docker version of the daemon under test [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] Client: [2021-08-23T14:42:27.307Z] Version: 17.06.2-ce [2021-08-23T14:42:27.307Z] API version: 1.30 [2021-08-23T14:42:27.307Z] Go version: go1.8.3 [2021-08-23T14:42:27.307Z] Git commit: cec0b72 [2021-08-23T14:42:27.307Z] Built: Tue Sep 5 19:57:19 2017 [2021-08-23T14:42:27.307Z] OS/Arch: windows/amd64 [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] Server: [2021-08-23T14:42:27.307Z] Version: 0.0.0-dev [2021-08-23T14:42:27.307Z] API version: 1.42 (minimum version 1.24) [2021-08-23T14:42:27.307Z] Go version: go1.16.7 [2021-08-23T14:42:27.307Z] Git commit: 82c978ad95 [2021-08-23T14:42:27.307Z] Built: 08/23/2021 14:40:38 [2021-08-23T14:42:27.307Z] OS/Arch: windows/amd64 [2021-08-23T14:42:27.307Z] Experimental: false [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] INFO: Docker info of the daemon under test [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] Containers: 0 [2021-08-23T14:42:27.307Z] Running: 0 [2021-08-23T14:42:27.307Z] Paused: 0 [2021-08-23T14:42:27.307Z] Stopped: 0 [2021-08-23T14:42:27.307Z] Images: 0 [2021-08-23T14:42:27.307Z] Server Version: 0.0.0-dev [2021-08-23T14:42:27.307Z] Storage Driver: windowsfilter [2021-08-23T14:42:27.307Z] Windows: [2021-08-23T14:42:27.307Z] Logging Driver: json-file [2021-08-23T14:42:27.307Z] Plugins: [2021-08-23T14:42:27.307Z] Volume: local [2021-08-23T14:42:27.307Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:42:27.307Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:42:27.307Z] Swarm: inactive [2021-08-23T14:42:27.307Z] Default Isolation: process [2021-08-23T14:42:27.307Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-08-23T14:42:27.307Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-08-23T14:42:27.307Z] OSType: windows [2021-08-23T14:42:27.307Z] Architecture: x86_64 [2021-08-23T14:42:27.307Z] CPUs: 4 [2021-08-23T14:42:27.307Z] Total Memory: 32GiB [2021-08-23T14:42:27.307Z] Name: azwin-2-badec0 [2021-08-23T14:42:27.307Z] ID: XSAT:VV3J:G73N:MEQQ:JMPD:FEMQ:WQX2:AVMT:YS7Z:NMMY:VCKW:RHME [2021-08-23T14:42:27.307Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T14:42:27.307Z] Debug Mode (client): false [2021-08-23T14:42:27.307Z] Debug Mode (server): true [2021-08-23T14:42:27.307Z] File Descriptors: -1 [2021-08-23T14:42:27.307Z] Goroutines: 16 [2021-08-23T14:42:27.307Z] System Time: 2021-08-23T14:42:24.2161557Z [2021-08-23T14:42:27.307Z] EventsListeners: 0 [2021-08-23T14:42:27.307Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:42:27.307Z] Labels: [2021-08-23T14:42:27.307Z] Experimental: false [2021-08-23T14:42:27.307Z] Insecure Registries: [2021-08-23T14:42:27.307Z] 127.0.0.0/8 [2021-08-23T14:42:27.307Z] Live Restore Enabled: false [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] INFO: Docker images of the daemon under test [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:42:27.307Z] [2021-08-23T14:42:27.307Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-08-23T14:42:27.307Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-08-23T14:42:27.307Z] ltsc2019: Pulling from windows/servercore [2021-08-23T14:42:27.307Z] 4612f6d0b889: Pulling fs layer [2021-08-23T14:42:27.307Z] c67ded6868b6: Pulling fs layer [2021-08-23T14:42:27.476Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009dd3e0_} [2021-08-23T14:42:28.269Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.14s) [2021-08-23T14:42:28.269Z] PASS [2021-08-23T14:42:28.269Z] [2021-08-23T14:42:28.269Z] === Skipped [2021-08-23T14:42:28.269Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-08-23T14:42:28.269Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:42:28.269Z] [2021-08-23T14:42:28.269Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-08-23T14:42:28.269Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:42:28.269Z] [2021-08-23T14:42:28.269Z] [2021-08-23T14:42:28.269Z] DONE 34 tests, 2 skipped in 96.242s [2021-08-23T14:42:28.269Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-08-23T14:42:28.408Z] --- PASS: TestCreateServiceConfigFileMode (3.04s) [2021-08-23T14:42:28.408Z] === RUN TestCreateServiceSysctls [2021-08-23T14:42:28.527Z] INFO: Testing against a local daemon [2021-08-23T14:42:28.527Z] === RUN TestConfigInspect [2021-08-23T14:42:28.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009dd3f8_} [2021-08-23T14:42:30.346Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-08-23T14:42:31.055Z] --- PASS: TestConfigInspect (2.30s) [2021-08-23T14:42:31.055Z] === RUN TestConfigList [2021-08-23T14:42:31.992Z] c67ded6868b6: Verifying Checksum [2021-08-23T14:42:31.992Z] c67ded6868b6: Download complete [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-08-23T14:42:32.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-08-23T14:42:32.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-08-23T14:42:32.500Z] --- PASS: TestCreateServiceSysctls (4.16s) [2021-08-23T14:42:32.500Z] === RUN TestCreateServiceCapabilities [2021-08-23T14:42:32.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-08-23T14:42:32.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-08-23T14:42:32.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-08-23T14:42:32.500Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-08-23T14:42:32.957Z] --- PASS: TestConfigList (2.31s) [2021-08-23T14:42:32.957Z] === RUN TestConfigsCreateAndDelete [2021-08-23T14:42:35.488Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2021-08-23T14:42:35.488Z] === RUN TestConfigsUpdate [2021-08-23T14:42:35.783Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-08-23T14:42:35.783Z] --- PASS: TestCreateServiceCapabilities (3.47s) [2021-08-23T14:42:35.783Z] === RUN TestInspect [2021-08-23T14:42:37.156Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-08-23T14:42:37.390Z] --- PASS: TestConfigsUpdate (2.19s) [2021-08-23T14:42:37.391Z] === RUN TestTemplatedConfig [2021-08-23T14:42:39.686Z] --- PASS: TestInspect (3.73s) [2021-08-23T14:42:39.686Z] === RUN TestCreateJob [2021-08-23T14:42:39.943Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-08-23T14:42:40.676Z] --- PASS: TestTemplatedConfig (2.75s) [2021-08-23T14:42:40.676Z] === RUN TestConfigCreateResolve [2021-08-23T14:42:40.877Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-08-23T14:42:41.135Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-08-23T14:42:41.393Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-08-23T14:42:42.223Z] === RUN TestBoolValue [2021-08-23T14:42:42.223Z] --- PASS: TestBoolValue (0.00s) [2021-08-23T14:42:42.223Z] === RUN TestBoolValueOrDefault [2021-08-23T14:42:42.223Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-08-23T14:42:42.223Z] === RUN TestInt64ValueOrZero [2021-08-23T14:42:42.223Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-08-23T14:42:42.223Z] === RUN TestInt64ValueOrDefault [2021-08-23T14:42:42.223Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-08-23T14:42:42.223Z] === RUN TestInt64ValueOrDefaultWithError [2021-08-23T14:42:42.223Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-08-23T14:42:42.223Z] === RUN TestJsonContentType [2021-08-23T14:42:42.223Z] --- PASS: TestJsonContentType (0.00s) [2021-08-23T14:42:42.223Z] PASS [2021-08-23T14:42:42.223Z] coverage: 14.7% of statements [2021-08-23T14:42:42.223Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 14.7% of statements [2021-08-23T14:42:42.223Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-08-23T14:42:42.325Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-08-23T14:42:42.491Z] ---> 7c4c454f7178 [2021-08-23T14:42:42.491Z] Successfully built 7c4c454f7178 [2021-08-23T14:42:42.491Z] Successfully tagged docker:latest [2021-08-23T14:42:42.491Z] INFO: Image build ended at 08/23/2021 14:42:41. Duration:00:02:58.1932398 [2021-08-23T14:42:42.491Z] [2021-08-23T14:42:42.491Z] [2021-08-23T14:42:42.491Z] INFO: Building the test binaries at 08/23/2021 14:42:41... [2021-08-23T14:42:42.576Z] --- PASS: TestConfigCreateResolve (2.27s) [2021-08-23T14:42:42.576Z] PASS [2021-08-23T14:42:42.576Z] [2021-08-23T14:42:42.576Z] DONE 6 tests in 14.061s [2021-08-23T14:42:42.576Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-08-23T14:42:42.576Z] INFO: Testing against a local daemon [2021-08-23T14:42:42.576Z] === RUN TestCheckpoint [2021-08-23T14:42:42.576Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:42:42.576Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T14:42:42.576Z] === RUN TestContainerInvalidJSON [2021-08-23T14:42:42.576Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:42:42.576Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:42:42.576Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:42:42.576Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:42:42.576Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:42:42.576Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:42:42.576Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-08-23T14:42:42.576Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-08-23T14:42:42.576Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-08-23T14:42:42.576Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T14:42:42.576Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-08-23T14:42:42.576Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T14:42:42.576Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-08-23T14:42:42.576Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T14:42:42.576Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-08-23T14:42:42.576Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T14:42:42.835Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-08-23T14:42:42.835Z] === RUN TestCopyFromContainer [2021-08-23T14:42:42.889Z] docker_api_swarm_node_test.go:80: [da15ca7ad8bfe] joining swarm manager [dd6ac013abd46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:42:43.200Z] === RUN TestMaskSecretKeys [2021-08-23T14:42:43.200Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-08-23T14:42:43.200Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-08-23T14:42:43.200Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-08-23T14:42:43.200Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-08-23T14:42:43.200Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-08-23T14:42:43.200Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-08-23T14:42:43.200Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-08-23T14:42:43.200Z] === RUN TestVersionMiddlewareVersion [2021-08-23T14:42:43.200Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-08-23T14:42:43.200Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-08-23T14:42:43.200Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-08-23T14:42:43.200Z] PASS [2021-08-23T14:42:43.200Z] coverage: 37.7% of statements [2021-08-23T14:42:43.200Z] ok github.com/docker/docker/api/server/middleware 0.049s coverage: 37.7% of statements [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router [no test files] [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-08-23T14:42:43.200Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-08-23T14:42:43.201Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-08-23T14:42:43.454Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-08-23T14:42:43.659Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-08-23T14:42:43.659Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-08-23T14:42:43.772Z] === RUN TestCopyFromContainer// [2021-08-23T14:42:44.020Z] --- PASS: TestCreateJob (4.53s) [2021-08-23T14:42:44.020Z] === RUN TestReplicatedJob [2021-08-23T14:42:44.031Z] === RUN TestCopyFromContainer//bar/root [2021-08-23T14:42:44.031Z] === RUN TestCopyFromContainer//bar/root/ [2021-08-23T14:42:44.031Z] === RUN TestCopyFromContainer/bar/quux [2021-08-23T14:42:44.031Z] === RUN TestCopyFromContainer/bar/quux/ [2021-08-23T14:42:44.031Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-08-23T14:42:44.115Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-08-23T14:42:44.115Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-08-23T14:42:44.290Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-08-23T14:42:44.290Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-08-23T14:42:44.290Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-08-23T14:42:44.290Z] === RUN TestCopyFromContainer/bar/notarget [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer (1.73s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-08-23T14:42:44.549Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-08-23T14:42:44.549Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T14:42:44.549Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:42:44.549Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:42:44.549Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:42:44.549Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:42:44.549Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:42:44.550Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:42:44.550Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:42:44.550Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:42:44.550Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:42:44.550Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T14:42:44.550Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T14:42:44.550Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-08-23T14:42:44.550Z] === RUN TestCreateWithInvalidEnv [2021-08-23T14:42:44.550Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T14:42:44.550Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T14:42:44.550Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T14:42:44.550Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T14:42:44.550Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T14:42:44.550Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T14:42:44.550Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T14:42:44.550Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T14:42:44.550Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T14:42:44.550Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T14:42:44.550Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T14:42:44.550Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T14:42:44.550Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-08-23T14:42:44.550Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T14:42:44.574Z] === RUN TestStrSliceMarshalJSON [2021-08-23T14:42:44.574Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-08-23T14:42:44.574Z] === RUN TestStrSliceUnmarshalJSON [2021-08-23T14:42:44.574Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-08-23T14:42:44.574Z] === RUN TestStrSliceUnmarshalString [2021-08-23T14:42:44.574Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-08-23T14:42:44.574Z] === RUN TestStrSliceUnmarshalSlice [2021-08-23T14:42:44.574Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-08-23T14:42:44.574Z] PASS [2021-08-23T14:42:44.574Z] coverage: 90.0% of statements [2021-08-23T14:42:44.574Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2021-08-23T14:42:44.586Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-08-23T14:42:45.031Z] === RUN TestAdjustForAPIVersion [2021-08-23T14:42:45.031Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-08-23T14:42:45.031Z] PASS [2021-08-23T14:42:45.031Z] coverage: 5.7% of statements [2021-08-23T14:42:45.031Z] ok github.com/docker/docker/api/server/router/swarm 0.044s coverage: 5.7% of statements [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/container [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/events [no test files] [2021-08-23T14:42:45.031Z] === RUN TestToJSON [2021-08-23T14:42:45.031Z] --- PASS: TestToJSON (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestToParamWithVersion [2021-08-23T14:42:45.031Z] --- PASS: TestToParamWithVersion (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestFromJSON [2021-08-23T14:42:45.031Z] --- PASS: TestFromJSON (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestEmpty [2021-08-23T14:42:45.031Z] --- PASS: TestEmpty (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestArgsMatchKVListEmptySources [2021-08-23T14:42:45.031Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestArgsMatchKVList [2021-08-23T14:42:45.031Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestArgsMatch [2021-08-23T14:42:45.031Z] --- PASS: TestArgsMatch (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestAdd [2021-08-23T14:42:45.031Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestDel [2021-08-23T14:42:45.031Z] --- PASS: TestDel (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestLen [2021-08-23T14:42:45.031Z] --- PASS: TestLen (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestExactMatch [2021-08-23T14:42:45.031Z] --- PASS: TestExactMatch (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestOnlyOneExactMatch [2021-08-23T14:42:45.031Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestContains [2021-08-23T14:42:45.031Z] --- PASS: TestContains (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestValidate [2021-08-23T14:42:45.031Z] --- PASS: TestValidate (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestWalkValues [2021-08-23T14:42:45.031Z] --- PASS: TestWalkValues (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestFuzzyMatch [2021-08-23T14:42:45.031Z] --- PASS: TestFuzzyMatch (0.00s) [2021-08-23T14:42:45.031Z] === RUN TestClone [2021-08-23T14:42:45.031Z] --- PASS: TestClone (0.00s) [2021-08-23T14:42:45.031Z] PASS [2021-08-23T14:42:45.031Z] coverage: 92.2% of statements [2021-08-23T14:42:45.031Z] ok github.com/docker/docker/api/types/filters 0.047s coverage: 92.2% of statements [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/image [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/network [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-08-23T14:42:45.031Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-08-23T14:42:45.151Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-08-23T14:42:45.486Z] === RUN TestDurationToSecondsString [2021-08-23T14:42:45.487Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-08-23T14:42:45.487Z] === RUN TestGetTimestamp [2021-08-23T14:42:45.487Z] === RUN TestCompareVersion [2021-08-23T14:42:45.487Z] --- PASS: TestCompareVersion (0.00s) [2021-08-23T14:42:45.487Z] PASS [2021-08-23T14:42:45.487Z] coverage: 75.0% of statements [2021-08-23T14:42:45.487Z] ok github.com/docker/docker/api/types/versions 0.038s coverage: 75.0% of statements [2021-08-23T14:42:45.487Z] --- PASS: TestGetTimestamp (0.16s) [2021-08-23T14:42:45.487Z] === RUN TestParseTimestamps [2021-08-23T14:42:45.487Z] --- PASS: TestParseTimestamps (0.00s) [2021-08-23T14:42:45.487Z] PASS [2021-08-23T14:42:45.487Z] coverage: 100.0% of statements [2021-08-23T14:42:45.487Z] ok github.com/docker/docker/api/types/time 0.207s coverage: 100.0% of statements [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-08-23T14:42:45.487Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-08-23T14:42:46.084Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-08-23T14:42:46.227Z] INFO: make.ps1 starting at 08/23/2021 14:42:45 [2021-08-23T14:42:46.451Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s) [2021-08-23T14:42:46.451Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T14:42:46.686Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:42:46.686Z] INFO: Invoking autogen... [2021-08-23T14:42:46.796Z] 4612f6d0b889: Verifying Checksum [2021-08-23T14:42:46.796Z] 4612f6d0b889: Download complete [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-08-23T14:42:47.018Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-08-23T14:42:47.018Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-08-23T14:42:47.018Z] === RUN TestCloneArgsSmartHttp [2021-08-23T14:42:47.018Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2021-08-23T14:42:47.018Z] === RUN TestCloneArgsDumbHttp [2021-08-23T14:42:47.018Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-08-23T14:42:47.018Z] === RUN TestCloneArgsGit [2021-08-23T14:42:47.018Z] --- PASS: TestCloneArgsGit (0.00s) [2021-08-23T14:42:47.018Z] === RUN TestCheckoutGit [2021-08-23T14:42:47.144Z] INFO: Building daemon... [2021-08-23T14:42:47.458Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.77s) [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:42:48.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:42:48.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:42:48.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:42:48.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:42:48.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:42:48.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:42:48.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:42:48.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:42:48.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:42:48.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:42:48.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T14:42:48.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-08-23T14:42:48.353Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T14:42:48.391Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-08-23T14:42:48.547Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-08-23T14:42:48.547Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestProcessNoDockerignore [2021-08-23T14:42:48.547Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestProcessShouldLeaveAllFiles [2021-08-23T14:42:48.547Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestDetectContentType [2021-08-23T14:42:48.547Z] --- PASS: TestDetectContentType (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestSelectAcceptableMIME [2021-08-23T14:42:48.547Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestInspectEmptyResponse [2021-08-23T14:42:48.547Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestInspectResponseBinary [2021-08-23T14:42:48.547Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestResponseUnsupportedContentType [2021-08-23T14:42:48.547Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestInspectResponseTextSimple [2021-08-23T14:42:48.547Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestInspectResponseEmptyContentType [2021-08-23T14:42:48.547Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestUnknownContentLength [2021-08-23T14:42:48.547Z] --- PASS: TestUnknownContentLength (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestDownloadRemote [2021-08-23T14:42:48.547Z] --- PASS: TestDownloadRemote (0.09s) [2021-08-23T14:42:48.547Z] === RUN TestGetWithStatusError [2021-08-23T14:42:48.547Z] --- PASS: TestGetWithStatusError (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestCloseRootDirectory [2021-08-23T14:42:48.547Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:42:48.547Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestHashFile [2021-08-23T14:42:48.547Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:42:48.547Z] --- SKIP: TestHashFile (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestHashSubdir [2021-08-23T14:42:48.547Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:42:48.547Z] --- SKIP: TestHashSubdir (0.01s) [2021-08-23T14:42:48.547Z] === RUN TestRemoveDirectory [2021-08-23T14:42:48.547Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:42:48.547Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-08-23T14:42:48.547Z] PASS [2021-08-23T14:42:48.547Z] coverage: 9.3% of statements [2021-08-23T14:42:48.547Z] ok github.com/docker/docker/builder/remotecontext 0.259s coverage: 9.3% of statements [2021-08-23T14:42:48.547Z] === RUN TestGetAllAllowed [2021-08-23T14:42:48.547Z] --- PASS: TestGetAllAllowed (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestGetAllMeta [2021-08-23T14:42:48.547Z] --- PASS: TestGetAllMeta (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestWarnOnUnusedBuildArgs [2021-08-23T14:42:48.547Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestIsUnreferencedBuiltin [2021-08-23T14:42:48.547Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestIsExistingDirectory [2021-08-23T14:42:48.547Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-08-23T14:42:48.547Z] === RUN TestGetFilenameForDownload [2021-08-23T14:42:48.547Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestEnv2Variables [2021-08-23T14:42:48.547Z] --- PASS: TestEnv2Variables (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-08-23T14:42:48.547Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestMaintainer [2021-08-23T14:42:48.547Z] --- PASS: TestMaintainer (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestLabel [2021-08-23T14:42:48.547Z] --- PASS: TestLabel (0.00s) [2021-08-23T14:42:48.547Z] === RUN TestFromScratch [2021-08-23T14:42:48.547Z] --- PASS: TestFromScratch (0.00s) [2021-08-23T14:42:48.922Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-08-23T14:42:48.922Z] === RUN TestCreateDifferentPlatform [2021-08-23T14:42:48.922Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T14:42:48.922Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T14:42:48.922Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-08-23T14:42:48.922Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T14:42:48.922Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T14:42:48.922Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T14:42:48.922Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-08-23T14:42:48.922Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T14:42:48.922Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-08-23T14:42:48.922Z] === RUN TestContainerStartOnDaemonRestart [2021-08-23T14:42:48.922Z] === PAUSE TestContainerStartOnDaemonRestart [2021-08-23T14:42:48.922Z] === RUN TestDaemonRestartIpcMode [2021-08-23T14:42:48.922Z] === PAUSE TestDaemonRestartIpcMode [2021-08-23T14:42:48.922Z] === RUN TestDaemonHostGatewayIP [2021-08-23T14:42:48.922Z] === PAUSE TestDaemonHostGatewayIP [2021-08-23T14:42:48.922Z] === RUN TestRestartDaemonWithRestartingContainer [2021-08-23T14:42:48.922Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-08-23T14:42:48.922Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T14:42:48.922Z] === PAUSE TestContainerKillOnDaemonStart [2021-08-23T14:42:48.922Z] === RUN TestDiff [2021-08-23T14:42:49.009Z] === RUN TestFromWithArg [2021-08-23T14:42:49.009Z] --- PASS: TestFromWithArg (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-08-23T14:42:49.009Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestFromWithUndefinedArg [2021-08-23T14:42:49.009Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestFromMultiStageWithNamedStage [2021-08-23T14:42:49.009Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestOnbuild [2021-08-23T14:42:49.009Z] --- PASS: TestOnbuild (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestWorkdir [2021-08-23T14:42:49.009Z] --- PASS: TestWorkdir (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestCmd [2021-08-23T14:42:49.009Z] --- PASS: TestCmd (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestHealthcheckNone [2021-08-23T14:42:49.009Z] --- PASS: TestHealthcheckNone (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestHealthcheckCmd [2021-08-23T14:42:49.009Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestEntrypoint [2021-08-23T14:42:49.009Z] --- PASS: TestEntrypoint (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestExpose [2021-08-23T14:42:49.009Z] --- PASS: TestExpose (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestUser [2021-08-23T14:42:49.009Z] --- PASS: TestUser (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestVolume [2021-08-23T14:42:49.009Z] --- PASS: TestVolume (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestStopSignal [2021-08-23T14:42:49.009Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:42:49.009Z] --- SKIP: TestStopSignal (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestArg [2021-08-23T14:42:49.009Z] --- PASS: TestArg (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestShell [2021-08-23T14:42:49.009Z] --- PASS: TestShell (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestPrependEnvOnCmd [2021-08-23T14:42:49.009Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestRunWithBuildArgs [2021-08-23T14:42:49.009Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestRunIgnoresHealthcheck [2021-08-23T14:42:49.009Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestDispatchUnsupportedOptions [2021-08-23T14:42:49.009Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-08-23T14:42:49.009Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-08-23T14:42:49.009Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-08-23T14:42:49.009Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestNormalizeWorkdir [2021-08-23T14:42:49.009Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestDispatch [2021-08-23T14:42:49.009Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-08-23T14:42:49.009Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-08-23T14:42:49.009Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-08-23T14:42:49.009Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-08-23T14:42:49.009Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-08-23T14:42:49.009Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-08-23T14:42:49.009Z] === RUN TestDispatch/COPY_url [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch (0.08s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-08-23T14:42:49.009Z] --- PASS: TestDispatch/COPY_url (0.01s) [2021-08-23T14:42:49.009Z] === RUN TestAddScratchImageAddsToMounts [2021-08-23T14:42:49.009Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestAddFromScratchPopulatesPlatform [2021-08-23T14:42:49.009Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-08-23T14:42:49.009Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-08-23T14:42:49.009Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestImageSourceGetAddsToMounts [2021-08-23T14:42:49.009Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestEmptyDockerfile [2021-08-23T14:42:49.009Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-08-23T14:42:49.009Z] === RUN TestSymlinkDockerfile [2021-08-23T14:42:49.009Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-08-23T14:42:49.009Z] === RUN TestDockerfileOutsideTheBuildContext [2021-08-23T14:42:49.009Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestNonExistingDockerfile [2021-08-23T14:42:49.009Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestCopyRunConfig [2021-08-23T14:42:49.009Z] --- PASS: TestCopyRunConfig (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestDeepCopyRunConfig [2021-08-23T14:42:49.009Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestExportImage [2021-08-23T14:42:49.009Z] --- PASS: TestExportImage (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestNormalizeDest [2021-08-23T14:42:49.009Z] --- PASS: TestNormalizeDest (0.00s) [2021-08-23T14:42:49.009Z] PASS [2021-08-23T14:42:49.009Z] coverage: 46.8% of statements [2021-08-23T14:42:49.009Z] ok github.com/docker/docker/builder/dockerfile 0.203s coverage: 46.8% of statements [2021-08-23T14:42:49.009Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-08-23T14:42:49.009Z] === RUN TestEnable [2021-08-23T14:42:49.009Z] --- PASS: TestEnable (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestDisable [2021-08-23T14:42:49.009Z] --- PASS: TestDisable (0.00s) [2021-08-23T14:42:49.009Z] === RUN TestEnabled [2021-08-23T14:42:49.009Z] --- PASS: TestEnabled (0.00s) [2021-08-23T14:42:49.009Z] PASS [2021-08-23T14:42:49.009Z] coverage: 100.0% of statements [2021-08-23T14:42:49.009Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2021-08-23T14:42:49.326Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-08-23T14:42:49.490Z] --- PASS: TestDiff (0.57s) [2021-08-23T14:42:49.490Z] === RUN TestExecWithCloseStdin [2021-08-23T14:42:49.877Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-08-23T14:42:49.975Z] === RUN TestTCP4Proxy [2021-08-23T14:42:49.976Z] --- PASS: TestTCP4Proxy (0.02s) [2021-08-23T14:42:49.976Z] === RUN TestTCP4ProxyHalfClose [2021-08-23T14:42:49.976Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestTCP6Proxy [2021-08-23T14:42:49.976Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:42:49.976Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestTCPDualStackProxy [2021-08-23T14:42:49.976Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:42:49.976Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestUDP4Proxy [2021-08-23T14:42:49.976Z] --- PASS: TestUDP4Proxy (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestUDP6Proxy [2021-08-23T14:42:49.976Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:42:49.976Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestUDPWriteError [2021-08-23T14:42:49.976Z] --- PASS: TestUDPWriteError (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestSCTP4Proxy [2021-08-23T14:42:49.976Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:42:49.976Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-08-23T14:42:49.976Z] === RUN TestSCTP6Proxy [2021-08-23T14:42:49.976Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:42:49.976Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-08-23T14:42:49.976Z] PASS [2021-08-23T14:42:49.976Z] coverage: 49.4% of statements [2021-08-23T14:42:49.976Z] ok github.com/docker/docker/cmd/docker-proxy 0.089s coverage: 49.4% of statements [2021-08-23T14:42:50.057Z] --- PASS: TestExecWithCloseStdin (0.70s) [2021-08-23T14:42:50.057Z] === RUN TestExec [2021-08-23T14:42:50.699Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-08-23T14:42:50.957Z] --- PASS: TestReplicatedJob (6.97s) [2021-08-23T14:42:50.957Z] === RUN TestUpdateReplicatedJob [2021-08-23T14:42:50.992Z] --- PASS: TestExec (0.83s) [2021-08-23T14:42:50.992Z] === RUN TestExecUser [2021-08-23T14:42:51.889Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-08-23T14:42:51.928Z] --- PASS: TestExecUser (0.84s) [2021-08-23T14:42:51.928Z] === RUN TestExportContainerAndImportImage [2021-08-23T14:42:52.821Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-08-23T14:42:52.862Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2021-08-23T14:42:52.862Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T14:42:53.753Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-08-23T14:42:54.237Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-08-23T14:42:54.237Z] === RUN TestHealthCheckWorkdir [2021-08-23T14:42:54.686Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-08-23T14:42:54.804Z] --- PASS: TestHealthCheckWorkdir (0.75s) [2021-08-23T14:42:54.804Z] === RUN TestHealthKillContainer [2021-08-23T14:42:54.944Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2021-08-23T14:42:54.944Z] === RUN TestServiceListWithStatuses [2021-08-23T14:42:54.944Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:42:54.944Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T14:42:54.944Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T14:42:55.881Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-08-23T14:42:56.447Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-08-23T14:42:57.380Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-08-23T14:42:57.380Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-08-23T14:42:57.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-08-23T14:42:57.946Z] === RUN TestDockerSuite/TestCpRelativePath [2021-08-23T14:42:58.088Z] --- PASS: TestHealthKillContainer (2.74s) [2021-08-23T14:42:58.088Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T14:42:58.347Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-08-23T14:42:58.347Z] === RUN TestIpcModeNone [2021-08-23T14:42:58.880Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-08-23T14:42:59.284Z] --- PASS: TestIpcModeNone (0.77s) [2021-08-23T14:42:59.284Z] === RUN TestIpcModePrivate [2021-08-23T14:42:59.447Z] docker_api_swarm_node_test.go:52: [d26d623184e4b] joining swarm manager [dbb89cb0f9696]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:42:59.542Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-08-23T14:42:59.801Z] --- PASS: TestIpcModePrivate (0.68s) [2021-08-23T14:42:59.801Z] === RUN TestIpcModeShareable [2021-08-23T14:43:00.013Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-08-23T14:43:00.013Z] docker_api_swarm_node_test.go:53: [d485d195dd9a3] joining swarm manager [dbb89cb0f9696]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:43:00.059Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-08-23T14:43:00.282Z] === RUN TestCheckpointCreateError [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointCreate [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointCreate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointDeleteError [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointDelete [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointDelete (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointListError [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointListError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointList [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointList (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCheckpointListContainerNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNewClientWithOpsFromEnv [2021-08-23T14:43:00.283Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:43:00.283Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestGetAPIPath [2021-08-23T14:43:00.283Z] --- PASS: TestGetAPIPath (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestParseHostURL [2021-08-23T14:43:00.283Z] --- PASS: TestParseHostURL (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-08-23T14:43:00.283Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPIVersionEmpty [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPIVersion [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPVersionOverride [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPIVersionAutomatic [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-08-23T14:43:00.283Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestClientRedirect [2021-08-23T14:43:00.283Z] --- PASS: TestClientRedirect (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigCreateUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigCreateError [2021-08-23T14:43:00.283Z] --- PASS: TestConfigCreateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigCreate [2021-08-23T14:43:00.283Z] --- PASS: TestConfigCreate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspectNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspectWithEmptyID [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspectUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspectError [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspectError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspectConfigNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigInspect [2021-08-23T14:43:00.283Z] --- PASS: TestConfigInspect (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigListUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigListError [2021-08-23T14:43:00.283Z] --- PASS: TestConfigListError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigList [2021-08-23T14:43:00.283Z] --- PASS: TestConfigList (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigRemoveUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigRemoveError [2021-08-23T14:43:00.283Z] --- PASS: TestConfigRemoveError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigRemove [2021-08-23T14:43:00.283Z] --- PASS: TestConfigRemove (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigUpdateUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigUpdateError [2021-08-23T14:43:00.283Z] --- PASS: TestConfigUpdateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestConfigUpdate [2021-08-23T14:43:00.283Z] --- PASS: TestConfigUpdate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCommitError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCommitError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCommit [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCommit (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStatPathError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStatPathError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStatPathNotFoundError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStatPathNoHeaderError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStatPath [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStatPath (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyToContainerError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyToContainerError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyToContainerNotFoundError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyToContainerNotStatusOKError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyToContainer [2021-08-23T14:43:00.283Z] --- PASS: TestCopyToContainer (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyFromContainerError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyFromContainerNotFoundError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyFromContainerNotStatusOKError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyFromContainerNoHeaderError [2021-08-23T14:43:00.283Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestCopyFromContainer [2021-08-23T14:43:00.283Z] --- PASS: TestCopyFromContainer (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCreateError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCreateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCreateImageNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCreateWithName [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerCreateAutoRemove [2021-08-23T14:43:00.283Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerDiffError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerDiffError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerDiff [2021-08-23T14:43:00.283Z] --- PASS: TestContainerDiff (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecCreateError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecCreate [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecCreate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecStartError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecStartError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecStart [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecStart (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecInspectError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecInspect [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecInspect (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExportError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExportError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExport [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExport (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerInspectError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerInspectError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerInspectContainerNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerInspectWithEmptyID [2021-08-23T14:43:00.283Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerInspect [2021-08-23T14:43:00.283Z] --- PASS: TestContainerInspect (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerInspectNode [2021-08-23T14:43:00.283Z] --- PASS: TestContainerInspectNode (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerKillError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerKillError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerKill [2021-08-23T14:43:00.283Z] --- PASS: TestContainerKill (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerListError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerListError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerList [2021-08-23T14:43:00.283Z] --- PASS: TestContainerList (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerLogsNotFoundError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerLogsError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerLogsError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerLogs [2021-08-23T14:43:00.283Z] --- PASS: TestContainerLogs (0.16s) [2021-08-23T14:43:00.283Z] === RUN TestContainerPauseError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerPauseError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerPause [2021-08-23T14:43:00.283Z] --- PASS: TestContainerPause (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainersPruneError [2021-08-23T14:43:00.283Z] --- PASS: TestContainersPruneError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainersPrune [2021-08-23T14:43:00.283Z] --- PASS: TestContainersPrune (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRemoveError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRemoveError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRemoveNotFoundError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRemove [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRemove (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRenameError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRenameError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRename [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRename (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerResizeError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerResizeError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecResizeError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerResize [2021-08-23T14:43:00.283Z] --- PASS: TestContainerResize (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerExecResize [2021-08-23T14:43:00.283Z] --- PASS: TestContainerExecResize (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRestartError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRestartError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerRestart [2021-08-23T14:43:00.283Z] --- PASS: TestContainerRestart (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStartError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStartError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStart [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStart (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStatsError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStatsError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStats [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStats (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStopError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStopError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerStop [2021-08-23T14:43:00.283Z] --- PASS: TestContainerStop (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerTopError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerTopError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerTop [2021-08-23T14:43:00.283Z] --- PASS: TestContainerTop (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerUnpauseError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerUnpause [2021-08-23T14:43:00.283Z] --- PASS: TestContainerUnpause (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerUpdateError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerUpdateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerUpdate [2021-08-23T14:43:00.283Z] --- PASS: TestContainerUpdate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerWaitError [2021-08-23T14:43:00.283Z] --- PASS: TestContainerWaitError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestContainerWait [2021-08-23T14:43:00.283Z] --- PASS: TestContainerWait (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestDiskUsageError [2021-08-23T14:43:00.283Z] --- PASS: TestDiskUsageError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestDiskUsage [2021-08-23T14:43:00.283Z] --- PASS: TestDiskUsage (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestDistributionInspectUnsupported [2021-08-23T14:43:00.283Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestDistributionInspectWithEmptyID [2021-08-23T14:43:00.283Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestEventsErrorInOptions [2021-08-23T14:43:00.283Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestEventsErrorFromServer [2021-08-23T14:43:00.283Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestEvents [2021-08-23T14:43:00.283Z] --- PASS: TestEvents (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestTLSCloseWriter [2021-08-23T14:43:00.283Z] === PAUSE TestTLSCloseWriter [2021-08-23T14:43:00.283Z] === RUN TestImageBuildError [2021-08-23T14:43:00.283Z] --- PASS: TestImageBuildError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageBuild [2021-08-23T14:43:00.283Z] --- PASS: TestImageBuild (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestGetDockerOS [2021-08-23T14:43:00.283Z] --- PASS: TestGetDockerOS (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageCreateError [2021-08-23T14:43:00.283Z] --- PASS: TestImageCreateError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageCreate [2021-08-23T14:43:00.283Z] --- PASS: TestImageCreate (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageHistoryError [2021-08-23T14:43:00.283Z] --- PASS: TestImageHistoryError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageHistory [2021-08-23T14:43:00.283Z] --- PASS: TestImageHistory (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageImportError [2021-08-23T14:43:00.283Z] --- PASS: TestImageImportError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageImport [2021-08-23T14:43:00.283Z] --- PASS: TestImageImport (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageInspectError [2021-08-23T14:43:00.283Z] --- PASS: TestImageInspectError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageInspectImageNotFound [2021-08-23T14:43:00.283Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageInspectWithEmptyID [2021-08-23T14:43:00.283Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageInspect [2021-08-23T14:43:00.283Z] --- PASS: TestImageInspect (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageListError [2021-08-23T14:43:00.283Z] --- PASS: TestImageListError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageList [2021-08-23T14:43:00.283Z] --- PASS: TestImageList (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageListApiBefore125 [2021-08-23T14:43:00.283Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImageLoadError [2021-08-23T14:43:00.283Z] --- PASS: TestImageLoadError (0.01s) [2021-08-23T14:43:00.283Z] === RUN TestImageLoad [2021-08-23T14:43:00.283Z] --- PASS: TestImageLoad (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagesPruneError [2021-08-23T14:43:00.283Z] --- PASS: TestImagesPruneError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagesPrune [2021-08-23T14:43:00.283Z] --- PASS: TestImagesPrune (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullReferenceParseError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullAnyError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullAnyError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullStatusUnauthorizedError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.01s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePullWithoutErrors [2021-08-23T14:43:00.283Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePushReferenceError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePushAnyError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePushAnyError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePushStatusUnauthorizedError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:43:00.283Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:43:00.283Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithoutErrors [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-08-23T14:43:00.284Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-08-23T14:43:00.284Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageRemoveError [2021-08-23T14:43:00.284Z] --- PASS: TestImageRemoveError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageRemoveImageNotFound [2021-08-23T14:43:00.284Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageRemove [2021-08-23T14:43:00.284Z] --- PASS: TestImageRemove (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSaveError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSaveError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSave [2021-08-23T14:43:00.284Z] --- PASS: TestImageSave (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchAnyError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchStatusUnauthorizedError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageSearchWithoutErrors [2021-08-23T14:43:00.284Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageTagError [2021-08-23T14:43:00.284Z] --- PASS: TestImageTagError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageTagInvalidReference [2021-08-23T14:43:00.284Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageTagInvalidSourceImageName [2021-08-23T14:43:00.284Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageTagHexSource [2021-08-23T14:43:00.284Z] --- PASS: TestImageTagHexSource (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestImageTag [2021-08-23T14:43:00.284Z] --- PASS: TestImageTag (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestInfoServerError [2021-08-23T14:43:00.284Z] --- PASS: TestInfoServerError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestInfoInvalidResponseJSONError [2021-08-23T14:43:00.284Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestInfo [2021-08-23T14:43:00.284Z] --- PASS: TestInfo (0.00s) [2021-08-23T14:43:00.284Z] === RUN TestNetworkConnectError [2021-08-23T14:43:00.331Z] --- PASS: TestIpcModeShareable (0.68s) [2021-08-23T14:43:00.332Z] === RUN TestAPIIpcModeShareableAndContainer [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkConnectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkConnect [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkConnect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkCreateError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkCreateError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkCreate [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkCreate (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkDisconnectError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkDisconnect [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkInspectError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkInspectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkInspectNotFoundError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkInspectWithEmptyID [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkInspect [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkInspect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkListError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkListError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkList [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkList (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworksPruneError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworksPruneError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworksPrune [2021-08-23T14:43:00.741Z] --- PASS: TestNetworksPrune (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkRemoveError [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNetworkRemove [2021-08-23T14:43:00.741Z] --- PASS: TestNetworkRemove (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeInspectError [2021-08-23T14:43:00.741Z] --- PASS: TestNodeInspectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeInspectNodeNotFound [2021-08-23T14:43:00.741Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeInspectWithEmptyID [2021-08-23T14:43:00.741Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeInspect [2021-08-23T14:43:00.741Z] --- PASS: TestNodeInspect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeListError [2021-08-23T14:43:00.741Z] --- PASS: TestNodeListError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeList [2021-08-23T14:43:00.741Z] --- PASS: TestNodeList (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeRemoveError [2021-08-23T14:43:00.741Z] --- PASS: TestNodeRemoveError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeRemove [2021-08-23T14:43:00.741Z] --- PASS: TestNodeRemove (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeUpdateError [2021-08-23T14:43:00.741Z] --- PASS: TestNodeUpdateError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestNodeUpdate [2021-08-23T14:43:00.741Z] --- PASS: TestNodeUpdate (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestOptionWithTimeout [2021-08-23T14:43:00.741Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPingFail [2021-08-23T14:43:00.741Z] --- PASS: TestPingFail (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPingWithError [2021-08-23T14:43:00.741Z] 2021/08/23 14:43:00 RoundTripper returned a response & error; ignoring response [2021-08-23T14:43:00.741Z] 2021/08/23 14:43:00 RoundTripper returned a response & error; ignoring response [2021-08-23T14:43:00.741Z] --- PASS: TestPingWithError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPingSuccess [2021-08-23T14:43:00.741Z] --- PASS: TestPingSuccess (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPingHeadFallback [2021-08-23T14:43:00.741Z] === RUN TestPingHeadFallback/OK [2021-08-23T14:43:00.741Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-08-23T14:43:00.741Z] === RUN TestPingHeadFallback/Not_Found [2021-08-23T14:43:00.741Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-08-23T14:43:00.741Z] --- PASS: TestPingHeadFallback (0.00s) [2021-08-23T14:43:00.741Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-08-23T14:43:00.741Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-08-23T14:43:00.741Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-08-23T14:43:00.741Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginDisableError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginDisableError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginDisable [2021-08-23T14:43:00.741Z] --- PASS: TestPluginDisable (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginEnableError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginEnableError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginEnable [2021-08-23T14:43:00.741Z] --- PASS: TestPluginEnable (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginInspectError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginInspectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginInspectWithEmptyID [2021-08-23T14:43:00.741Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginInspect [2021-08-23T14:43:00.741Z] --- PASS: TestPluginInspect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginListError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginListError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginList [2021-08-23T14:43:00.741Z] --- PASS: TestPluginList (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginPushError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginPushError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginPush [2021-08-23T14:43:00.741Z] --- PASS: TestPluginPush (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginRemoveError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginRemoveError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginRemove [2021-08-23T14:43:00.741Z] --- PASS: TestPluginRemove (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginSetError [2021-08-23T14:43:00.741Z] --- PASS: TestPluginSetError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPluginSet [2021-08-23T14:43:00.741Z] --- PASS: TestPluginSet (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSetHostHeader [2021-08-23T14:43:00.741Z] --- PASS: TestSetHostHeader (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestPlainTextError [2021-08-23T14:43:00.741Z] --- PASS: TestPlainTextError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestInfiniteError [2021-08-23T14:43:00.741Z] --- PASS: TestInfiniteError (0.01s) [2021-08-23T14:43:00.741Z] === RUN TestCanceledContext [2021-08-23T14:43:00.741Z] 2021/08/23 14:43:00 RoundTripper returned a response & error; ignoring response [2021-08-23T14:43:00.741Z] --- PASS: TestCanceledContext (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestDeadlineExceededContext [2021-08-23T14:43:00.741Z] 2021/08/23 14:43:00 RoundTripper returned a response & error; ignoring response [2021-08-23T14:43:00.741Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretCreateUnsupported [2021-08-23T14:43:00.741Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretCreateError [2021-08-23T14:43:00.741Z] --- PASS: TestSecretCreateError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretCreate [2021-08-23T14:43:00.741Z] --- PASS: TestSecretCreate (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretInspectUnsupported [2021-08-23T14:43:00.741Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretInspectError [2021-08-23T14:43:00.741Z] --- PASS: TestSecretInspectError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretInspectSecretNotFound [2021-08-23T14:43:00.741Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretInspectWithEmptyID [2021-08-23T14:43:00.741Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretInspect [2021-08-23T14:43:00.741Z] --- PASS: TestSecretInspect (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretListUnsupported [2021-08-23T14:43:00.741Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretListError [2021-08-23T14:43:00.741Z] --- PASS: TestSecretListError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretList [2021-08-23T14:43:00.741Z] --- PASS: TestSecretList (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretRemoveUnsupported [2021-08-23T14:43:00.741Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretRemoveError [2021-08-23T14:43:00.741Z] --- PASS: TestSecretRemoveError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretRemove [2021-08-23T14:43:00.741Z] --- PASS: TestSecretRemove (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretUpdateUnsupported [2021-08-23T14:43:00.741Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretUpdateError [2021-08-23T14:43:00.741Z] --- PASS: TestSecretUpdateError (0.00s) [2021-08-23T14:43:00.741Z] === RUN TestSecretUpdate [2021-08-23T14:43:00.742Z] --- PASS: TestSecretUpdate (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceCreateError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceCreateError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceCreate [2021-08-23T14:43:00.742Z] --- PASS: TestServiceCreate (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceCreateCompatiblePlatforms [2021-08-23T14:43:00.742Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceCreateDigestPinning [2021-08-23T14:43:00.742Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceInspectError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceInspectError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceInspectServiceNotFound [2021-08-23T14:43:00.742Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceInspectWithEmptyID [2021-08-23T14:43:00.742Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceInspect [2021-08-23T14:43:00.742Z] --- PASS: TestServiceInspect (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceListError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceListError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceList [2021-08-23T14:43:00.742Z] --- PASS: TestServiceList (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceLogsError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceLogsError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceLogs [2021-08-23T14:43:00.742Z] --- PASS: TestServiceLogs (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceRemoveError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceRemoveError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceRemoveNotFoundError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceRemove [2021-08-23T14:43:00.742Z] --- PASS: TestServiceRemove (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceUpdateError [2021-08-23T14:43:00.742Z] --- PASS: TestServiceUpdateError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestServiceUpdate [2021-08-23T14:43:00.742Z] --- PASS: TestServiceUpdate (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmGetUnlockKeyError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmGetUnlockKey [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmInitError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmInitError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmInit [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmInit (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmInspectError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmInspectError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmInspect [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmInspect (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmJoinError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmJoinError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmJoin [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmJoin (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmLeaveError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmLeave [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmLeave (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmUnlockError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmUnlock [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmUnlock (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmUpdateError [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestSwarmUpdate [2021-08-23T14:43:00.742Z] --- PASS: TestSwarmUpdate (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestTaskInspectError [2021-08-23T14:43:00.742Z] --- PASS: TestTaskInspectError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestTaskInspectWithEmptyID [2021-08-23T14:43:00.742Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestTaskInspect [2021-08-23T14:43:00.742Z] --- PASS: TestTaskInspect (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestTaskListError [2021-08-23T14:43:00.742Z] --- PASS: TestTaskListError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestTaskList [2021-08-23T14:43:00.742Z] --- PASS: TestTaskList (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeCreateError [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeCreateError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeCreate [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeCreate (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeInspectError [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeInspectError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeInspectNotFound [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeInspectWithEmptyID [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeInspect [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeInspect (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeListError [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeListError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeList [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeList (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeRemoveError [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-08-23T14:43:00.742Z] === RUN TestVolumeRemove [2021-08-23T14:43:00.742Z] --- PASS: TestVolumeRemove (0.00s) [2021-08-23T14:43:00.742Z] === CONT TestTLSCloseWriter [2021-08-23T14:43:00.742Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-08-23T14:43:00.742Z] PASS [2021-08-23T14:43:00.742Z] coverage: 74.8% of statements [2021-08-23T14:43:00.742Z] ok github.com/docker/docker/client 0.330s coverage: 74.8% of statements [2021-08-23T14:43:01.385Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-08-23T14:43:01.385Z] --- PASS: TestDockerNetworkConnectAlias (6.20s) [2021-08-23T14:43:01.385Z] === RUN TestDockerNetworkReConnect [2021-08-23T14:43:01.952Z] === RUN TestDockerSuite/TestCpToCaseA [2021-08-23T14:43:02.252Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.93s) [2021-08-23T14:43:02.252Z] === RUN TestAPIIpcModeHost [2021-08-23T14:43:02.819Z] --- PASS: TestAPIIpcModeHost (0.45s) [2021-08-23T14:43:02.819Z] === RUN TestDaemonIpcModeShareable [2021-08-23T14:43:03.324Z] === RUN TestDockerSuite/TestCpToCaseB [2021-08-23T14:43:03.754Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-08-23T14:43:03.889Z] === RUN TestDockerSuite/TestCpToCaseC [2021-08-23T14:43:04.012Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2021-08-23T14:43:04.012Z] === RUN TestDaemonIpcModePrivate [2021-08-23T14:43:04.947Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-08-23T14:43:05.205Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2021-08-23T14:43:05.205Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-08-23T14:43:06.580Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-08-23T14:43:06.580Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2021-08-23T14:43:06.580Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-08-23T14:43:07.167Z] === RUN TestDockerSuite/TestCpToCaseD [2021-08-23T14:43:07.167Z] --- PASS: TestDockerNetworkReConnect (5.42s) [2021-08-23T14:43:07.167Z] === RUN TestServicePlugin [2021-08-23T14:43:07.517Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-08-23T14:43:07.517Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2021-08-23T14:43:07.517Z] === RUN TestIpcModeOlderClient [2021-08-23T14:43:07.517Z] === PAUSE TestIpcModeOlderClient [2021-08-23T14:43:07.517Z] === RUN TestKillContainerInvalidSignal [2021-08-23T14:43:08.084Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2021-08-23T14:43:08.084Z] === RUN TestKillContainer [2021-08-23T14:43:08.084Z] === RUN TestKillContainer/no_signal [2021-08-23T14:43:08.651Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T14:43:08.910Z] === RUN TestKillContainer/killing_signal [2021-08-23T14:43:09.478Z] --- PASS: TestKillContainer (1.46s) [2021-08-23T14:43:09.478Z] --- PASS: TestKillContainer/no_signal (0.47s) [2021-08-23T14:43:09.478Z] --- PASS: TestKillContainer/non_killing_signal (0.34s) [2021-08-23T14:43:09.478Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2021-08-23T14:43:09.478Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T14:43:09.478Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-08-23T14:43:10.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-08-23T14:43:10.446Z] plugin_test.go:62: [dd3de072f08d8] joining swarm manager [d169525f3d995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:43:10.446Z] === RUN TestDockerSuite/TestCpToCaseE [2021-08-23T14:43:10.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.89s) [2021-08-23T14:43:10.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2021-08-23T14:43:10.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s) [2021-08-23T14:43:10.615Z] === RUN TestKillStoppedContainer [2021-08-23T14:43:10.615Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-08-23T14:43:10.615Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T14:43:10.615Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-08-23T14:43:10.615Z] === RUN TestKillDifferentUserContainer [2021-08-23T14:43:11.182Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2021-08-23T14:43:11.182Z] === RUN TestInspectOomKilledTrue [2021-08-23T14:43:11.182Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-08-23T14:43:11.182Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T14:43:11.182Z] === RUN TestInspectOomKilledFalse [2021-08-23T14:43:11.379Z] plugin_test.go:65: [d43a409772a2d] joining swarm manager [d169525f3d995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:43:11.441Z] --- PASS: TestInspectOomKilledFalse (0.46s) [2021-08-23T14:43:11.441Z] === RUN TestLinksEtcHostsContentMatch [2021-08-23T14:43:12.009Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2021-08-23T14:43:12.009Z] === RUN TestLinksContainerNames [2021-08-23T14:43:12.752Z] === RUN TestDockerSuite/TestCpToCaseF [2021-08-23T14:43:12.944Z] --- PASS: TestLinksContainerNames (0.96s) [2021-08-23T14:43:12.944Z] === RUN TestLogsFollowTailEmpty [2021-08-23T14:43:13.203Z] --- PASS: TestLogsFollowTailEmpty (0.46s) [2021-08-23T14:43:13.203Z] === RUN TestContainerNetworkMountsNoChown [2021-08-23T14:43:13.317Z] === RUN TestDockerSuite/TestCpToCaseG [2021-08-23T14:43:13.771Z] --- PASS: TestContainerNetworkMountsNoChown (0.49s) [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/default [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/default [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/private [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/private [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/rprivate [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/rprivate [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/slave [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/slave [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/rslave [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/rslave [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/shared [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/shared [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/rshared [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/rshared [2021-08-23T14:43:13.771Z] === CONT TestMountDaemonRoot/default [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/default/bind_root [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/default/mount_root [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-08-23T14:43:13.771Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:43:13.771Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:43:13.771Z] === CONT TestMountDaemonRoot/default/bind_root [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rshared [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/shared [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rslave [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/slave [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rprivate [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/private [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/private/bind_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/private/mount_root [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-08-23T14:43:13.772Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:43:13.772Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/default/mount_root [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:43:13.772Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/private/bind_root [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:43:14.031Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:43:14.290Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:43:14.290Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:43:14.290Z] === CONT TestMountDaemonRoot/private/mount_root [2021-08-23T14:43:14.290Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-08-23T14:43:14.290Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-08-23T14:43:14.290Z] === RUN TestContainerBindMountNonRecursive [2021-08-23T14:43:15.667Z] --- PASS: TestContainerBindMountNonRecursive (1.52s) [2021-08-23T14:43:15.667Z] === RUN TestContainerVolumesMountedAsShared [2021-08-23T14:43:16.235Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s) [2021-08-23T14:43:16.235Z] === RUN TestContainerVolumesMountedAsSlave [2021-08-23T14:43:16.495Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2021-08-23T14:43:16.495Z] === RUN TestNetworkNat [2021-08-23T14:43:17.061Z] --- PASS: TestNetworkNat (0.50s) [2021-08-23T14:43:17.061Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T14:43:17.499Z] === RUN TestDockerSuite/TestCpToCaseH [2021-08-23T14:43:17.629Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2021-08-23T14:43:17.629Z] === RUN TestNetworkLoopbackNat [2021-08-23T14:43:18.391Z] --- PASS: TestCheckoutGit (30.35s) [2021-08-23T14:43:18.391Z] === RUN TestValidGitTransport [2021-08-23T14:43:18.391Z] --- PASS: TestValidGitTransport (0.00s) [2021-08-23T14:43:18.391Z] === RUN TestGitInvalidRef [2021-08-23T14:43:18.391Z] --- PASS: TestGitInvalidRef (0.21s) [2021-08-23T14:43:18.391Z] PASS [2021-08-23T14:43:18.391Z] coverage: 86.3% of statements [2021-08-23T14:43:18.391Z] ok github.com/docker/docker/builder/remotecontext/git 30.662s coverage: 86.3% of statements [2021-08-23T14:43:18.391Z] ? github.com/docker/docker/cli [no test files] [2021-08-23T14:43:18.391Z] ? github.com/docker/docker/cli/config [no test files] [2021-08-23T14:43:19.399Z] === RUN TestDockerSuite/TestCpToCaseI [2021-08-23T14:43:19.658Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-08-23T14:43:20.161Z] --- PASS: TestNetworkLoopbackNat (2.68s) [2021-08-23T14:43:20.161Z] === RUN TestPause [2021-08-23T14:43:20.729Z] --- PASS: TestPause (0.46s) [2021-08-23T14:43:20.729Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T14:43:20.729Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:43:20.729Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:43:20.729Z] === RUN TestPauseStopPausedContainer [2021-08-23T14:43:21.297Z] --- PASS: TestPauseStopPausedContainer (0.51s) [2021-08-23T14:43:21.297Z] === RUN TestPidHost [2021-08-23T14:43:22.232Z] --- PASS: TestPidHost (1.10s) [2021-08-23T14:43:22.232Z] === RUN TestPsFilter [2021-08-23T14:43:22.492Z] --- PASS: TestPsFilter (0.14s) [2021-08-23T14:43:22.492Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T14:43:23.060Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2021-08-23T14:43:23.060Z] === RUN TestRemoveContainerWithVolume [2021-08-23T14:43:23.318Z] --- PASS: TestRemoveContainerWithVolume (0.51s) [2021-08-23T14:43:23.318Z] === RUN TestRemoveContainerRunning [2021-08-23T14:43:23.842Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-08-23T14:43:23.842Z] === RUN TestDockerSuite/TestCpToDot [2021-08-23T14:43:23.885Z] --- PASS: TestRemoveContainerRunning (0.49s) [2021-08-23T14:43:23.885Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T14:43:24.408Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-08-23T14:43:24.452Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-08-23T14:43:24.452Z] === RUN TestRemoveInvalidContainer [2021-08-23T14:43:24.452Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-08-23T14:43:24.452Z] === RUN TestRenameLinkedContainer [2021-08-23T14:43:25.781Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-08-23T14:43:26.355Z] --- PASS: TestRenameLinkedContainer (1.98s) [2021-08-23T14:43:26.355Z] === RUN TestRenameStoppedContainer [2021-08-23T14:43:26.714Z] === RUN TestDockerSuite/TestCpToStdout [2021-08-23T14:43:26.923Z] --- PASS: TestRenameStoppedContainer (0.44s) [2021-08-23T14:43:26.923Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T14:43:27.647Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-08-23T14:43:27.859Z] --- PASS: TestRenameRunningContainerAndReuse (0.96s) [2021-08-23T14:43:27.859Z] === RUN TestRenameInvalidName [2021-08-23T14:43:28.117Z] --- PASS: TestRenameInvalidName (0.48s) [2021-08-23T14:43:28.117Z] === RUN TestRenameAnonymousContainer [2021-08-23T14:43:28.581Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-08-23T14:43:28.839Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-08-23T14:43:29.405Z] === RUN TestDockerSuite/TestCpVolumePath [2021-08-23T14:43:30.022Z] --- PASS: TestRenameAnonymousContainer (1.76s) [2021-08-23T14:43:30.022Z] === RUN TestRenameContainerWithSameName [2021-08-23T14:43:30.338Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-08-23T14:43:30.338Z] === RUN TestDockerSuite/TestCreateArgs [2021-08-23T14:43:30.338Z] === RUN TestDockerSuite/TestCreateByImageID [2021-08-23T14:43:30.590Z] --- PASS: TestRenameContainerWithSameName (0.48s) [2021-08-23T14:43:30.590Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T14:43:30.596Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-08-23T14:43:30.746Z] === RUN TestContainerStopSignal [2021-08-23T14:43:30.746Z] --- PASS: TestContainerStopSignal (0.00s) [2021-08-23T14:43:30.746Z] === RUN TestContainerStopTimeout [2021-08-23T14:43:30.746Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-08-23T14:43:30.746Z] === RUN TestContainerSecretReferenceDestTarget [2021-08-23T14:43:30.746Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-08-23T14:43:30.746Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-08-23T14:43:30.746Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-08-23T14:43:30.746Z] === RUN TestContainerLogPathSetForRingLogger [2021-08-23T14:43:30.746Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-08-23T14:43:30.746Z] === RUN TestReplaceAndAppendEnvVars [2021-08-23T14:43:30.746Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-08-23T14:43:30.747Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestNewMemoryStore [2021-08-23T14:43:30.747Z] --- PASS: TestNewMemoryStore (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestAddContainers [2021-08-23T14:43:30.747Z] --- PASS: TestAddContainers (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestGetContainer [2021-08-23T14:43:30.747Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestDeleteContainer [2021-08-23T14:43:30.747Z] --- PASS: TestDeleteContainer (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestListContainers [2021-08-23T14:43:30.747Z] --- PASS: TestListContainers (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestFirstContainer [2021-08-23T14:43:30.747Z] --- PASS: TestFirstContainer (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestApplyAllContainer [2021-08-23T14:43:30.747Z] --- PASS: TestApplyAllContainer (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestIsValidHealthString [2021-08-23T14:43:30.747Z] --- PASS: TestIsValidHealthString (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestStateRunStop [2021-08-23T14:43:30.747Z] --- PASS: TestStateRunStop (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestStateTimeoutWait [2021-08-23T14:43:30.747Z] state_test.go:141: Stop callback fired [2021-08-23T14:43:30.747Z] state_test.go:165: Stop callback fired [2021-08-23T14:43:30.747Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-08-23T14:43:30.747Z] === RUN TestIsValidStateString [2021-08-23T14:43:30.747Z] --- PASS: TestIsValidStateString (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestViewSaveDelete [2021-08-23T14:43:30.747Z] --- PASS: TestViewSaveDelete (0.01s) [2021-08-23T14:43:30.747Z] === RUN TestViewAll [2021-08-23T14:43:30.747Z] --- PASS: TestViewAll (0.02s) [2021-08-23T14:43:30.747Z] === RUN TestViewGet [2021-08-23T14:43:30.747Z] --- PASS: TestViewGet (0.01s) [2021-08-23T14:43:30.747Z] === RUN TestNames [2021-08-23T14:43:30.747Z] --- PASS: TestNames (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestViewWithHealthCheck [2021-08-23T14:43:30.747Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-08-23T14:43:30.747Z] PASS [2021-08-23T14:43:30.747Z] coverage: 41.7% of statements [2021-08-23T14:43:30.747Z] ok github.com/docker/docker/container 0.248s coverage: 41.7% of statements [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-08-23T14:43:30.747Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestConfigureDaemonLogs [2021-08-23T14:43:30.747Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestCommonOptionsInstallFlags [2021-08-23T14:43:30.747Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-08-23T14:43:30.747Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-08-23T14:43:30.747Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-08-23T14:43:30.747Z] PASS [2021-08-23T14:43:30.747Z] coverage: 18.5% of statements [2021-08-23T14:43:30.747Z] ok github.com/docker/docker/cmd/dockerd 0.193s coverage: 18.5% of statements [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/container/stream [no test files] [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-08-23T14:43:30.747Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-08-23T14:43:31.161Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-08-23T14:43:31.161Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-08-23T14:43:31.161Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-08-23T14:43:31.419Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-08-23T14:43:31.528Z] --- PASS: TestRenameContainerWithLinkedContainer (1.09s) [2021-08-23T14:43:31.528Z] === RUN TestResize [2021-08-23T14:43:31.985Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-08-23T14:43:31.985Z] === RUN TestDockerSuite/TestCreateLabels [2021-08-23T14:43:32.097Z] --- PASS: TestResize (0.49s) [2021-08-23T14:43:32.097Z] === RUN TestResizeWithInvalidSize [2021-08-23T14:43:32.242Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-08-23T14:43:32.242Z] === RUN TestDockerSuite/TestCreateRM [2021-08-23T14:43:32.242Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-08-23T14:43:32.242Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T14:43:32.242Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-08-23T14:43:32.500Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-08-23T14:43:32.500Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-08-23T14:43:32.665Z] --- PASS: TestResizeWithInvalidSize (0.50s) [2021-08-23T14:43:32.665Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T14:43:32.759Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-08-23T14:43:32.921Z] === RUN TestPrepare [2021-08-23T14:43:32.921Z] --- PASS: TestPrepare (0.00s) [2021-08-23T14:43:32.921Z] === RUN TestStart [2021-08-23T14:43:32.921Z] --- PASS: TestStart (0.00s) [2021-08-23T14:43:32.921Z] === RUN TestWaitCancel [2021-08-23T14:43:32.921Z] --- PASS: TestWaitCancel (0.00s) [2021-08-23T14:43:32.921Z] === RUN TestWaitDisabled [2021-08-23T14:43:32.921Z] --- PASS: TestWaitDisabled (0.00s) [2021-08-23T14:43:32.921Z] === RUN TestWaitEnabled [2021-08-23T14:43:32.921Z] --- PASS: TestWaitEnabled (0.00s) [2021-08-23T14:43:32.921Z] === RUN TestRemove [2021-08-23T14:43:32.921Z] --- PASS: TestRemove (0.00s) [2021-08-23T14:43:32.921Z] PASS [2021-08-23T14:43:32.921Z] coverage: 65.3% of statements [2021-08-23T14:43:32.921Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.098s coverage: 65.3% of statements [2021-08-23T14:43:32.925Z] --- PASS: TestResizeWhenContainerNotStarted (0.49s) [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:32.925Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:32.925Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:32.925Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:43:32.925Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:43:34.132Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-08-23T14:43:34.132Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-08-23T14:43:34.132Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-08-23T14:43:34.828Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:35.087Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:35.820Z] === RUN TestNewListSecretsFilters [2021-08-23T14:43:35.820Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestNewListConfigsFilters [2021-08-23T14:43:35.820Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-08-23T14:43:35.820Z] PASS [2021-08-23T14:43:35.820Z] coverage: 0.5% of statements [2021-08-23T14:43:35.820Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-08-23T14:43:35.820Z] ok github.com/docker/docker/daemon/cluster 1.054s coverage: 0.5% of statements [2021-08-23T14:43:35.820Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCIsolation [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-08-23T14:43:35.820Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-08-23T14:43:35.820Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-08-23T14:43:35.821Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCConfigs [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCConfigs [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-08-23T14:43:35.821Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-08-23T14:43:35.821Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-08-23T14:43:35.821Z] PASS [2021-08-23T14:43:35.821Z] coverage: 35.9% of statements [2021-08-23T14:43:35.821Z] ok github.com/docker/docker/daemon/cluster/convert 0.544s coverage: 35.9% of statements [2021-08-23T14:43:36.024Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:43:36.030Z] --- PASS: TestServicePlugin (29.27s) [2021-08-23T14:43:36.030Z] === RUN TestServiceUpdateLabel [2021-08-23T14:43:36.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:43:36.962Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-08-23T14:43:36.962Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-08-23T14:43:36.962Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-08-23T14:43:37.219Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:43:37.220Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-08-23T14:43:37.220Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-08-23T14:43:37.220Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-08-23T14:43:37.785Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:43:38.153Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-08-23T14:43:38.715Z] === RUN TestBuilderGC [2021-08-23T14:43:38.715Z] --- PASS: TestBuilderGC (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationNotFound [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonBrokenConfiguration [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestParseClusterAdvertiseSettings [2021-08-23T14:43:38.715Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestFindConfigurationConflicts [2021-08-23T14:43:38.715Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-08-23T14:43:38.715Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeConflicts [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-08-23T14:43:38.715Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-08-23T14:43:38.715Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-08-23T14:43:38.715Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-08-23T14:43:38.715Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-08-23T14:43:38.718Z] --- PASS: TestServiceUpdateLabel (2.79s) [2021-08-23T14:43:38.718Z] === RUN TestServiceUpdateSecrets [2021-08-23T14:43:38.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-08-23T14:43:39.165Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:43:39.172Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-08-23T14:43:39.172Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-08-23T14:43:39.172Z] === RUN TestWaitNodeAttachment [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-08-23T14:43:39.172Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_label [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_dns [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_dns-search [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-08-23T14:43:39.172Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-08-23T14:43:39.172Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestModifiedDiscoverySettings [2021-08-23T14:43:39.172Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestReloadSetConfigFileNotExist [2021-08-23T14:43:39.172Z] time="2021-08-23T14:43:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-08-23T14:43:39.172Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-08-23T14:43:39.172Z] === RUN TestReloadDefaultConfigNotExist [2021-08-23T14:43:39.172Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:43:39.172Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestReloadBadDefaultConfig [2021-08-23T14:43:39.172Z] time="2021-08-23T14:43:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-084895499" [2021-08-23T14:43:39.172Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestReloadWithConflictingLabels [2021-08-23T14:43:39.172Z] time="2021-08-23T14:43:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-975371502" [2021-08-23T14:43:39.172Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestReloadWithDuplicateLabels [2021-08-23T14:43:39.172Z] time="2021-08-23T14:43:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-934645621" [2021-08-23T14:43:39.172Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-08-23T14:43:39.172Z] === RUN TestDaemonConfigurationMerge [2021-08-23T14:43:39.172Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-08-23T14:43:39.172Z] PASS [2021-08-23T14:43:39.172Z] coverage: 80.4% of statements [2021-08-23T14:43:39.172Z] ok github.com/docker/docker/daemon/config 0.242s coverage: 80.4% of statements [2021-08-23T14:43:39.424Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:43:39.627Z] --- PASS: TestWaitNodeAttachment (0.56s) [2021-08-23T14:43:39.628Z] === RUN TestIsolationConversion [2021-08-23T14:43:39.628Z] === RUN TestIsolationConversion/default [2021-08-23T14:43:39.628Z] === RUN TestIsolationConversion/process [2021-08-23T14:43:39.628Z] === RUN TestIsolationConversion/hyperv [2021-08-23T14:43:39.628Z] --- PASS: TestIsolationConversion (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestContainerLabels [2021-08-23T14:43:39.628Z] --- PASS: TestContainerLabels (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestCredentialSpecConversion [2021-08-23T14:43:39.628Z] === RUN TestCredentialSpecConversion/none [2021-08-23T14:43:39.628Z] === RUN TestCredentialSpecConversion/config [2021-08-23T14:43:39.628Z] === RUN TestCredentialSpecConversion/file [2021-08-23T14:43:39.628Z] === RUN TestCredentialSpecConversion/registry [2021-08-23T14:43:39.628Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-08-23T14:43:39.628Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountBind [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountBind (0.03s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountVolume [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountTarget [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountTmpfs [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountInvalidType [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestControllerValidateMountNamedPipe [2021-08-23T14:43:39.628Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-08-23T14:43:39.628Z] PASS [2021-08-23T14:43:39.628Z] coverage: 11.0% of statements [2021-08-23T14:43:39.628Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.805s coverage: 11.0% of statements [2021-08-23T14:43:39.628Z] === RUN TestDiscoveryOptsErrors [2021-08-23T14:43:39.628Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-08-23T14:43:39.628Z] === RUN TestDiscoveryOpts [2021-08-23T14:43:39.628Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-08-23T14:43:39.628Z] PASS [2021-08-23T14:43:39.628Z] coverage: 30.0% of statements [2021-08-23T14:43:39.628Z] ok github.com/docker/docker/daemon/discovery 0.044s coverage: 30.0% of statements [2021-08-23T14:43:39.909Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-08-23T14:43:40.475Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-08-23T14:43:40.590Z] === RUN TestVerifyNetworkingConfig [2021-08-23T14:43:40.590Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestGetContainer [2021-08-23T14:43:40.590Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestValidContainerNames [2021-08-23T14:43:40.590Z] --- PASS: TestValidContainerNames (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestContainerInitDNS [2021-08-23T14:43:40.590Z] daemon_test.go:147: root required [2021-08-23T14:43:40.590Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestMerge [2021-08-23T14:43:40.590Z] --- PASS: TestMerge (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestValidateContainerIsolation [2021-08-23T14:43:40.590Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestFindNetworkErrorType [2021-08-23T14:43:40.590Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestEnsureServicesExist [2021-08-23T14:43:40.590Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestEnsureServicesExistErrors [2021-08-23T14:43:40.590Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-08-23T14:43:40.590Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-08-23T14:43:40.590Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-08-23T14:43:40.590Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestContainerDelete [2021-08-23T14:43:40.590Z] --- PASS: TestContainerDelete (0.01s) [2021-08-23T14:43:40.590Z] === RUN TestContainerDoubleDelete [2021-08-23T14:43:40.590Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestLogContainerEventCopyLabels [2021-08-23T14:43:40.590Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestLogContainerEventWithAttributes [2021-08-23T14:43:40.590Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestNoneHealthcheck [2021-08-23T14:43:40.590Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestHealthStates [2021-08-23T14:43:40.590Z] === RUN TestEventsLog [2021-08-23T14:43:40.590Z] --- PASS: TestEventsLog (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestEventsLogTimeout [2021-08-23T14:43:40.590Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestLogEvents [2021-08-23T14:43:40.590Z] --- PASS: TestLogEvents (0.06s) [2021-08-23T14:43:40.590Z] === RUN TestLoadBufferedEvents [2021-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] time="2021-08-23T14:43:40Z" 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-08-23T14:43:40.590Z] --- PASS: TestHealthStates (0.16s) [2021-08-23T14:43:40.590Z] === RUN TestMaskURLCredentials [2021-08-23T14:43:40.590Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestGetInspectData [2021-08-23T14:43:40.590Z] --- PASS: TestGetInspectData (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestFillLicense [2021-08-23T14:43:40.590Z] --- PASS: TestFillLicense (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestListInvalidFilter [2021-08-23T14:43:40.590Z] --- PASS: TestListInvalidFilter (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestNameFilter [2021-08-23T14:43:40.590Z] --- PASS: TestNameFilter (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-08-23T14:43:40.590Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-08-23T14:43:40.590Z] === 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-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-08-23T14:43:40.590Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-08-23T14:43:40.590Z] --- 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-08-23T14:43:40.590Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-08-23T14:43:40.591Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonReloadLabels [2021-08-23T14:43:40.591Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-08-23T14:43:40.591Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonReloadMirrors [2021-08-23T14:43:40.591Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonReloadInsecureRegistries [2021-08-23T14:43:40.591Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonReloadNotAffectOthers [2021-08-23T14:43:40.591Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-08-23T14:43:40.591Z] === RUN TestDaemonDiscoveryReload [2021-08-23T14:43:40.733Z] docker_api_swarm_test.go:201: [d253c9838f69f] joining swarm manager [d0f205bc18d57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:43:41.048Z] --- PASS: TestLoadBufferedEvents (0.16s) [2021-08-23T14:43:41.048Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-08-23T14:43:41.048Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-08-23T14:43:41.048Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-08-23T14:43:41.048Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-08-23T14:43:41.048Z] PASS [2021-08-23T14:43:41.048Z] coverage: 50.0% of statements [2021-08-23T14:43:41.048Z] ok github.com/docker/docker/daemon/events 0.262s coverage: 50.0% of statements [2021-08-23T14:43:41.048Z] === RUN TestIsEmptyDir [2021-08-23T14:43:41.048Z] --- PASS: TestIsEmptyDir (0.01s) [2021-08-23T14:43:41.048Z] PASS [2021-08-23T14:43:41.048Z] coverage: 2.3% of statements [2021-08-23T14:43:41.048Z] ok github.com/docker/docker/daemon/graphdriver 0.062s coverage: 2.3% of statements [2021-08-23T14:43:41.330Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:43:41.504Z] === RUN TestLinkNaming [2021-08-23T14:43:41.505Z] --- PASS: TestLinkNaming (0.00s) [2021-08-23T14:43:41.505Z] === RUN TestLinkNew [2021-08-23T14:43:41.505Z] --- PASS: TestLinkNew (0.00s) [2021-08-23T14:43:41.505Z] === RUN TestLinkEnv [2021-08-23T14:43:41.505Z] --- PASS: TestLinkEnv (0.00s) [2021-08-23T14:43:41.505Z] === RUN TestLinkMultipleEnv [2021-08-23T14:43:41.505Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-08-23T14:43:41.505Z] === RUN TestLinkPortRangeEnv [2021-08-23T14:43:41.505Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-08-23T14:43:41.505Z] PASS [2021-08-23T14:43:41.505Z] coverage: 93.0% of statements [2021-08-23T14:43:41.505Z] ok github.com/docker/docker/daemon/links 0.035s coverage: 93.0% of statements [2021-08-23T14:43:41.916Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:43:41.962Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-08-23T14:43:41.962Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-08-23T14:43:42.106Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-08-23T14:43:42.419Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-08-23T14:43:42.419Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-08-23T14:43:42.876Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-08-23T14:43:42.876Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-08-23T14:43:42.876Z] reload_test.go:520: root required [2021-08-23T14:43:42.876Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:43:42.876Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-08-23T14:43:42.876Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-08-23T14:43:42.876Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-08-23T14:43:42.876Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-08-23T14:43:42.876Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-08-23T14:43:42.876Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2021-08-23T14:43:42.876Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-08-23T14:43:42.876Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2021-08-23T14:43:42.876Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-08-23T14:43:42.876Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-08-23T14:43:42.876Z] === RUN TestParseVolumesFrom [2021-08-23T14:43:42.876Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-08-23T14:43:42.876Z] PASS [2021-08-23T14:43:42.876Z] coverage: 9.1% of statements [2021-08-23T14:43:42.876Z] ok github.com/docker/docker/daemon 2.481s coverage: 9.1% of statements [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-08-23T14:43:42.876Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-08-23T14:43:43.040Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-08-23T14:43:43.332Z] === RUN TestAdapterReadLogs [2021-08-23T14:43:43.332Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestCopier [2021-08-23T14:43:43.332Z] --- PASS: TestCopier (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestCopierLongLines [2021-08-23T14:43:43.332Z] --- PASS: TestCopierLongLines (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestCopierSlow [2021-08-23T14:43:43.332Z] --- PASS: TestCopierSlow (0.20s) [2021-08-23T14:43:43.332Z] === RUN TestCopierWithSized [2021-08-23T14:43:43.332Z] === RUN TestCopierWithSized/as_is [2021-08-23T14:43:43.332Z] === RUN TestCopierWithSized/With_RingLogger [2021-08-23T14:43:43.332Z] --- PASS: TestCopierWithSized (0.01s) [2021-08-23T14:43:43.332Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-08-23T14:43:43.332Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-08-23T14:43:43.332Z] === RUN TestCopierWithPartial [2021-08-23T14:43:43.332Z] --- PASS: TestCopierWithPartial (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestRingLogger [2021-08-23T14:43:43.332Z] --- PASS: TestRingLogger (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestRingCap [2021-08-23T14:43:43.332Z] --- PASS: TestRingCap (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestRingClose [2021-08-23T14:43:43.332Z] --- PASS: TestRingClose (0.00s) [2021-08-23T14:43:43.332Z] === RUN TestRingDrain [2021-08-23T14:43:43.332Z] --- PASS: TestRingDrain (0.00s) [2021-08-23T14:43:43.332Z] PASS [2021-08-23T14:43:43.332Z] coverage: 43.8% of statements [2021-08-23T14:43:43.332Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 43.8% of statements [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.85s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.07s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.82s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.87s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.23s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.46s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.89s) [2021-08-23T14:43:43.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.86s) [2021-08-23T14:43:43.865Z] === RUN TestCgroupNamespacesRun [2021-08-23T14:43:43.972Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-08-23T14:43:44.230Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-08-23T14:43:44.296Z] === RUN TestSearchRegistryForImagesErrors [2021-08-23T14:43:44.296Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestSearchRegistryForImages [2021-08-23T14:43:44.296Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestOnlyPlatformWithFallback [2021-08-23T14:43:44.296Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestImageDelete [2021-08-23T14:43:44.296Z] === RUN TestImageDelete/no_lease [2021-08-23T14:43:44.296Z] === RUN TestImageDelete/lease_exists [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/defaults [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/invalid_create_group [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-08-23T14:43:44.296Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-08-23T14:43:44.296Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-08-23T14:43:44.296Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-08-23T14:43:44.296Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-08-23T14:43:44.296Z] === RUN TestNewAWSLogsClientRegionDetect [2021-08-23T14:43:44.296Z] --- PASS: TestImageDelete (0.05s) [2021-08-23T14:43:44.296Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-08-23T14:43:44.296Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-08-23T14:43:44.296Z] === RUN TestContentStoreForPull [2021-08-23T14:43:44.488Z] === RUN TestDockerSuite/TestDevicePermissions [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=info msg="Trying to get region from EC2 Metadata" [2021-08-23T14:43:44.753Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2021-08-23T14:43:44.753Z] === RUN TestCreateSuccess [2021-08-23T14:43:44.753Z] --- PASS: TestCreateSuccess (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCreateStreamSkipped [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-08-23T14:43:44.753Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCreateLogGroupSuccess [2021-08-23T14:43:44.753Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCreateError [2021-08-23T14:43:44.753Z] --- PASS: TestCreateError (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCreateAlreadyExists [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-08-23T14:43:44.753Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestLogClosed [2021-08-23T14:43:44.753Z] --- PASS: TestLogClosed (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestLogBlocking [2021-08-23T14:43:44.753Z] --- PASS: TestLogBlocking (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestLogNonBlockingBufferEmpty [2021-08-23T14:43:44.753Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestLogNonBlockingBufferFull [2021-08-23T14:43:44.753Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestPublishBatchSuccess [2021-08-23T14:43:44.753Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestPublishBatchError [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=error msg=Error [2021-08-23T14:43:44.753Z] --- PASS: TestPublishBatchError (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:43:44.753Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestPublishBatchAlreadyAccepted [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:43:44.753Z] time="2021-08-23T14:43:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-08-23T14:43:44.753Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCollectBatchSimple [2021-08-23T14:43:44.753Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCollectBatchTicker [2021-08-23T14:43:44.753Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCollectBatchMultilinePattern [2021-08-23T14:43:44.753Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-08-23T14:43:44.753Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-08-23T14:43:44.753Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-08-23T14:43:44.753Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchClose [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchClose (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/0/Hello [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/2/🙃 [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/3/���� [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/4/He��o [2021-08-23T14:43:44.754Z] === RUN TestEffectiveLen/5/ [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/0/ [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/1/Hello [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: Hello [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/2/Hello [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: He [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: llo [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/3/Hello [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: Hello [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/4/🙃 [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: 🙃 [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/5/🙃 [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: 🙃 [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/6/a� [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: a [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: � [2021-08-23T14:43:44.754Z] === RUN TestFindValidSplit/7/a� [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1064: a� [2021-08-23T14:43:44.754Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestProcessEventEmoji [2021-08-23T14:43:44.754Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchLineSplit [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchLineSplitWithBinary [2021-08-23T14:43:44.754Z] --- PASS: TestContentStoreForPull (0.22s) [2021-08-23T14:43:44.754Z] PASS [2021-08-23T14:43:44.754Z] coverage: 6.7% of statements [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchMaxEvents [2021-08-23T14:43:44.754Z] ok github.com/docker/docker/daemon/images 0.355s coverage: 6.7% of statements [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchMaxTotalBytes [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-08-23T14:43:44.754Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-08-23T14:43:44.754Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsMultilinePattern [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-08-23T14:43:44.754Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-08-23T14:43:44.754Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-08-23T14:43:44.754Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestCreateTagSuccess [2021-08-23T14:43:44.754Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-08-23T14:43:44.754Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-08-23T14:43:44.754Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-08-23T14:43:44.754Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-08-23T14:43:44.754Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-08-23T14:43:44.754Z] PASS [2021-08-23T14:43:44.754Z] coverage: 77.0% of statements [2021-08-23T14:43:44.754Z] ok github.com/docker/docker/daemon/logger/awslogs 0.453s coverage: 77.0% of statements [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-08-23T14:43:44.754Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-08-23T14:43:44.754Z] === RUN TestJSONLogsMarshalJSONBuf [2021-08-23T14:43:44.754Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-08-23T14:43:44.754Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-08-23T14:43:44.825Z] ..........................xx.................... [ 29%] [2021-08-23T14:43:45.054Z] === RUN TestDockerSuite/TestDockerFails [2021-08-23T14:43:45.054Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-08-23T14:43:45.054Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-08-23T14:43:45.054Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-08-23T14:43:45.213Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2021-08-23T14:43:45.213Z] === RUN TestFastTimeMarshalJSON [2021-08-23T14:43:45.213Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-08-23T14:43:45.213Z] PASS [2021-08-23T14:43:45.213Z] coverage: 87.2% of statements [2021-08-23T14:43:45.213Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.217s coverage: 87.2% of statements [2021-08-23T14:43:45.213Z] === RUN TestJSONFileLogger [2021-08-23T14:43:45.213Z] --- PASS: TestJSONFileLogger (0.00s) [2021-08-23T14:43:45.213Z] === RUN TestJSONFileLoggerWithTags [2021-08-23T14:43:45.213Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-08-23T14:43:45.213Z] === RUN TestJSONFileLoggerWithOpts [2021-08-23T14:43:45.213Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-08-23T14:43:45.213Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-08-23T14:43:45.213Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-08-23T14:43:45.213Z] === RUN TestEncodeDecode [2021-08-23T14:43:45.213Z] === PAUSE TestEncodeDecode [2021-08-23T14:43:45.213Z] === RUN TestUnexpectedEOF [2021-08-23T14:43:45.213Z] time="2021-08-23T14:43:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:43:45.213Z] time="2021-08-23T14:43:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:43:45.213Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-08-23T14:43:45.213Z] === CONT TestEncodeDecode [2021-08-23T14:43:45.213Z] --- PASS: TestEncodeDecode (0.00s) [2021-08-23T14:43:45.213Z] PASS [2021-08-23T14:43:45.213Z] coverage: 69.9% of statements [2021-08-23T14:43:45.213Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.253s coverage: 69.9% of statements [2021-08-23T14:43:45.241Z] --- PASS: TestCgroupNamespacesRun (1.37s) [2021-08-23T14:43:45.242Z] === RUN TestCgroupNamespacesRunPrivileged [2021-08-23T14:43:45.242Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-08-23T14:43:45.242Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-08-23T14:43:45.242Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-08-23T14:43:46.026Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-08-23T14:43:46.176Z] === RUN TestWriteLog [2021-08-23T14:43:46.176Z] === PAUSE TestWriteLog [2021-08-23T14:43:46.176Z] === RUN TestReadLog [2021-08-23T14:43:46.176Z] === PAUSE TestReadLog [2021-08-23T14:43:46.176Z] === CONT TestWriteLog [2021-08-23T14:43:46.176Z] === CONT TestReadLog [2021-08-23T14:43:46.176Z] --- PASS: TestWriteLog (0.00s) [2021-08-23T14:43:46.176Z] === RUN TestReadLog/tail_exact [2021-08-23T14:43:46.618Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2021-08-23T14:43:46.618Z] === RUN TestCgroupNamespacesRunHostMode [2021-08-23T14:43:46.632Z] === RUN TestReadLog/tail_less_than_available [2021-08-23T14:43:46.632Z] === RUN TestReadLog/tail_more_than_available [2021-08-23T14:43:46.632Z] --- PASS: TestReadLog (0.19s) [2021-08-23T14:43:46.632Z] --- PASS: TestReadLog/tail_exact (0.15s) [2021-08-23T14:43:46.632Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-08-23T14:43:46.632Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-08-23T14:43:46.632Z] PASS [2021-08-23T14:43:46.632Z] coverage: 75.2% of statements [2021-08-23T14:43:46.632Z] ok github.com/docker/docker/daemon/logger/local 0.309s coverage: 75.2% of statements [2021-08-23T14:43:46.632Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-08-23T14:43:46.632Z] === RUN TestOpenFileDelete [2021-08-23T14:43:46.632Z] --- PASS: TestOpenFileDelete (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestOpenFileRename [2021-08-23T14:43:46.632Z] --- PASS: TestOpenFileRename (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestParseLogTagDefaultTag [2021-08-23T14:43:46.632Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestParseLogTag [2021-08-23T14:43:46.632Z] --- PASS: TestParseLogTag (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestParseLogTagEmptyTag [2021-08-23T14:43:46.632Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestTailFiles [2021-08-23T14:43:46.632Z] --- PASS: TestTailFiles (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestFollowLogsConsumerGone [2021-08-23T14:43:46.632Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestFollowLogsProducerGone [2021-08-23T14:43:46.632Z] logfile_test.go:179: logDecode() closed after sending 2777 messages [2021-08-23T14:43:46.632Z] logfile_test.go:232: messages sent: 2777, received: 2777 [2021-08-23T14:43:46.632Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-08-23T14:43:46.632Z] === RUN TestCheckCapacityAndRotate [2021-08-23T14:43:46.632Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-08-23T14:43:46.632Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-08-23T14:43:46.632Z] === RUN TestLog [2021-08-23T14:43:46.632Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-08-23T14:43:46.632Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-08-23T14:43:46.632Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-08-23T14:43:46.632Z] PASS [2021-08-23T14:43:46.632Z] coverage: 53.7% of statements [2021-08-23T14:43:46.632Z] --- PASS: TestLog (0.01s) [2021-08-23T14:43:46.632Z] PASS [2021-08-23T14:43:46.632Z] coverage: 31.5% of statements [2021-08-23T14:43:46.632Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.064s coverage: 31.5% of statements [2021-08-23T14:43:46.632Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.132s coverage: 53.7% of statements [2021-08-23T14:43:46.974Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-08-23T14:43:47.554Z] --- PASS: TestCgroupNamespacesRunHostMode (1.23s) [2021-08-23T14:43:47.554Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-08-23T14:43:47.580Z] === RUN TestNewParse [2021-08-23T14:43:47.580Z] --- PASS: TestNewParse (0.00s) [2021-08-23T14:43:47.580Z] PASS [2021-08-23T14:43:47.580Z] coverage: 8.3% of statements [2021-08-23T14:43:47.580Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2021-08-23T14:43:48.037Z] === RUN TestParseLogFormat [2021-08-23T14:43:48.037Z] --- PASS: TestParseLogFormat (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestValidateLogOptEmpty [2021-08-23T14:43:48.037Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestValidateSyslogAddress [2021-08-23T14:43:48.037Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestParseAddressDefaultPort [2021-08-23T14:43:48.037Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestValidateSyslogFacility [2021-08-23T14:43:48.037Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestValidateLogOptSyslogFormat [2021-08-23T14:43:48.037Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestValidateLogOpt [2021-08-23T14:43:48.037Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:43:48.037Z] PASS [2021-08-23T14:43:48.037Z] coverage: 46.8% of statements [2021-08-23T14:43:48.037Z] ok github.com/docker/docker/daemon/logger/syslog 0.049s coverage: 46.8% of statements [2021-08-23T14:43:48.037Z] === RUN TestValidateLogOpt [2021-08-23T14:43:48.037Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestNewMissedConfig [2021-08-23T14:43:48.037Z] --- PASS: TestNewMissedConfig (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestNewMissedUrl [2021-08-23T14:43:48.037Z] --- PASS: TestNewMissedUrl (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestNewMissedToken [2021-08-23T14:43:48.037Z] --- PASS: TestNewMissedToken (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestNewWithProxy [2021-08-23T14:43:48.037Z] --- PASS: TestNewWithProxy (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestDefault [2021-08-23T14:43:48.037Z] --- PASS: TestDefault (0.01s) [2021-08-23T14:43:48.037Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-08-23T14:43:48.037Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestJsonFormat [2021-08-23T14:43:48.037Z] --- PASS: TestJsonFormat (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestRawFormat [2021-08-23T14:43:48.037Z] --- PASS: TestRawFormat (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestRawFormatWithLabels [2021-08-23T14:43:48.037Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestRawFormatWithoutTag [2021-08-23T14:43:48.037Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-08-23T14:43:48.037Z] === RUN TestBatching [2021-08-23T14:43:48.037Z] --- PASS: TestBatching (0.25s) [2021-08-23T14:43:48.037Z] === RUN TestFrequency [2021-08-23T14:43:48.374Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-08-23T14:43:48.374Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-08-23T14:43:48.374Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-08-23T14:43:48.374Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-08-23T14:43:48.494Z] --- PASS: TestFrequency (0.23s) [2021-08-23T14:43:48.494Z] === RUN TestOneMessagePerRequest [2021-08-23T14:43:48.494Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-08-23T14:43:48.494Z] === RUN TestVerify [2021-08-23T14:43:48.494Z] --- PASS: TestVerify (0.00s) [2021-08-23T14:43:48.494Z] === RUN TestSkipVerify [2021-08-23T14:43:48.494Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.494Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.494Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.930Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.22s) [2021-08-23T14:43:48.930Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-08-23T14:43:48.953Z] --- PASS: TestSkipVerify (0.62s) [2021-08-23T14:43:48.953Z] === RUN TestBufferMaximum [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.753630\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.753630\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.953Z] --- PASS: TestBufferMaximum (0.00s) [2021-08-23T14:43:48.953Z] === RUN TestServerAlwaysDown [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.755646\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.755646\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:43:48.953Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.755646\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.954Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.756699\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.954Z] time="2021-08-23T14:43:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629729828.756699\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:48.954Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-08-23T14:43:48.954Z] === RUN TestCannotSendAfterClose [2021-08-23T14:43:48.954Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-08-23T14:43:48.954Z] === RUN TestDeadlockOnBlockedEndpoint [2021-08-23T14:43:49.083Z] ok github.com/docker/docker/libnetwork/ipam 95.323s coverage: 85.3% of statements [2021-08-23T14:43:49.083Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-08-23T14:43:49.083Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-08-23T14:43:49.083Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-08-23T14:43:49.920Z] === RUN TestV1IDService [2021-08-23T14:43:49.920Z] --- PASS: TestV1IDService (0.02s) [2021-08-23T14:43:49.920Z] === RUN TestV2MetadataService [2021-08-23T14:43:49.920Z] time="2021-08-23T14:43:49Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-08-23T14:43:49.920Z] time="2021-08-23T14:43:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"0ac8b095a3d2\"}'" [2021-08-23T14:43:49.920Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-08-23T14:43:49.920Z] PASS [2021-08-23T14:43:49.920Z] coverage: 82.5% of statements [2021-08-23T14:43:49.920Z] ok github.com/docker/docker/daemon/logger/splunk 2.195s coverage: 82.5% of statements [2021-08-23T14:43:49.920Z] === RUN TestSuccessfulDownload [2021-08-23T14:43:49.920Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:43:49.920Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-08-23T14:43:49.920Z] === RUN TestCancelledDownload [2021-08-23T14:43:49.920Z] --- PASS: TestCancelledDownload (0.00s) [2021-08-23T14:43:49.920Z] === RUN TestMaxDownloadAttempts [2021-08-23T14:43:49.920Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:43:49.920Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:43:49.920Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:43:49.920Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:43:49.920Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:43:49.920Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:43:49.920Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:43:49.920Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:43:49.920Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:43:49.920Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:43:49.920Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:43:49.920Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:43:49.920Z] ? github.com/docker/docker/daemon/names [no test files] [2021-08-23T14:43:49.920Z] ? github.com/docker/docker/daemon/network [no test files] [2021-08-23T14:43:49.920Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-08-23T14:43:50.305Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2021-08-23T14:43:50.305Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-08-23T14:43:50.377Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-08-23T14:43:50.377Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestContinueOnError_MirrorEndpoint [2021-08-23T14:43:50.377Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestContinueOnError_NeverContinue [2021-08-23T14:43:50.377Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestManifestStore [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/no_remote_or_local [2021-08-23T14:43:50.377Z] --- PASS: TestV2MetadataService (0.72s) [2021-08-23T14:43:50.377Z] PASS [2021-08-23T14:43:50.377Z] coverage: 48.2% of statements [2021-08-23T14:43:50.377Z] ok github.com/docker/docker/distribution/metadata 0.829s coverage: 48.2% of statements [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local892022923\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/no_local_cache [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/with_local_cache [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/unknown_media_type [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="reference for unknown type: " [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:43:50.377Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2021-08-23T14:43:50.377Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2021-08-23T14:43:50.377Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2021-08-23T14:43:50.377Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2021-08-23T14:43:50.377Z] === RUN TestTransfer [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="reference for unknown type: " [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="reference for unknown type: " [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="reference for unknown type: " [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="reference for unknown type: " [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/error_persisting_manifest [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-08-23T14:43:50.377Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-08-23T14:43:50.377Z] time="2021-08-23T14:43:50Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore (0.33s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-08-23T14:43:50.377Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-08-23T14:43:50.377Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestFixManifestLayers [2021-08-23T14:43:50.377Z] --- PASS: TestFixManifestLayers (0.02s) [2021-08-23T14:43:50.377Z] === RUN TestFixManifestLayersBaseLayerParent [2021-08-23T14:43:50.377Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:43:50.377Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestFixManifestLayersBadParent [2021-08-23T14:43:50.377Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestValidateManifest [2021-08-23T14:43:50.377Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:43:50.377Z] --- SKIP: TestValidateManifest (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestFormatPlatform [2021-08-23T14:43:50.377Z] --- PASS: TestFormatPlatform (0.00s) [2021-08-23T14:43:50.377Z] === RUN TestGetRepositoryMountCandidates [2021-08-23T14:43:50.835Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-08-23T14:43:50.835Z] === RUN TestLayerAlreadyExists [2021-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] 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-08-23T14:43:50.835Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-08-23T14:43:50.835Z] === RUN TestWhenEmptyAuthConfig [2021-08-23T14:43:50.835Z] --- PASS: TestTransfer (0.12s) [2021-08-23T14:43:50.835Z] === RUN TestConcurrencyLimit [2021-08-23T14:43:50.835Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-08-23T14:43:50.835Z] === RUN TestInactiveJobs [2021-08-23T14:43:50.872Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2021-08-23T14:43:50.872Z] === RUN TestCgroupNamespacesRunOlderClient [2021-08-23T14:43:51.294Z] === RUN TestNotFound [2021-08-23T14:43:51.295Z] --- PASS: TestNotFound (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestConflict [2021-08-23T14:43:51.295Z] --- PASS: TestConflict (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestForbidden [2021-08-23T14:43:51.295Z] --- PASS: TestForbidden (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestInvalidParameter [2021-08-23T14:43:51.295Z] --- PASS: TestInvalidParameter (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestNotImplemented [2021-08-23T14:43:51.295Z] --- PASS: TestNotImplemented (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestNotModified [2021-08-23T14:43:51.295Z] --- PASS: TestNotModified (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestUnauthorized [2021-08-23T14:43:51.295Z] --- PASS: TestUnauthorized (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestUnknown [2021-08-23T14:43:51.295Z] --- PASS: TestUnknown (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestCancelled [2021-08-23T14:43:51.295Z] --- PASS: TestCancelled (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestDeadline [2021-08-23T14:43:51.295Z] --- PASS: TestDeadline (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestDataLoss [2021-08-23T14:43:51.295Z] --- PASS: TestDataLoss (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestUnavailable [2021-08-23T14:43:51.295Z] --- PASS: TestUnavailable (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestSystem [2021-08-23T14:43:51.295Z] --- PASS: TestSystem (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Not_Found [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Bad_Request [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Conflict [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Unauthorized [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Service_Unavailable [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Forbidden [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Not_Modified [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Not_Implemented [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-08-23T14:43:51.295Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-08-23T14:43:51.295Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-08-23T14:43:51.295Z] PASS [2021-08-23T14:43:51.295Z] coverage: 53.1% of statements [2021-08-23T14:43:51.295Z] ok github.com/docker/docker/errdefs 0.037s coverage: 53.1% of statements [2021-08-23T14:43:51.295Z] --- PASS: TestInactiveJobs (0.38s) [2021-08-23T14:43:51.295Z] === RUN TestWatchRelease [2021-08-23T14:43:51.295Z] --- PASS: TestWatchRelease (0.04s) [2021-08-23T14:43:51.295Z] === RUN TestWatchFinishedTransfer [2021-08-23T14:43:51.295Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-08-23T14:43:51.295Z] === RUN TestDuplicateTransfer [2021-08-23T14:43:51.295Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-08-23T14:43:51.295Z] === RUN TestSuccessfulUpload [2021-08-23T14:43:51.751Z] time="2021-08-23T14:43:51Z" level=error msg="Upload failed, retrying: simulating retry" [2021-08-23T14:43:51.751Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2021-08-23T14:43:51.751Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-08-23T14:43:51.751Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-08-23T14:43:51.751Z] === RUN TestTokenPassThru [2021-08-23T14:43:51.751Z] --- PASS: TestTokenPassThru (0.01s) [2021-08-23T14:43:51.751Z] === RUN TestTokenPassThruDifferentHost [2021-08-23T14:43:51.751Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-08-23T14:43:51.751Z] PASS [2021-08-23T14:43:51.751Z] coverage: 24.1% of statements [2021-08-23T14:43:51.751Z] ok github.com/docker/docker/distribution 1.565s coverage: 24.1% of statements [2021-08-23T14:43:51.751Z] --- PASS: TestSuccessfulUpload (0.35s) [2021-08-23T14:43:51.751Z] === RUN TestCancelledUpload [2021-08-23T14:43:51.751Z] --- PASS: TestCancelledUpload (0.00s) [2021-08-23T14:43:51.751Z] PASS [2021-08-23T14:43:51.751Z] coverage: 76.8% of statements [2021-08-23T14:43:51.751Z] ok github.com/docker/docker/distribution/xfer 1.835s coverage: 76.8% of statements [2021-08-23T14:43:51.751Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-08-23T14:43:51.751Z] ? github.com/docker/docker/dockerversion [no test files] [2021-08-23T14:43:52.207Z] === RUN TestFSGetInvalidData [2021-08-23T14:43:52.207Z] --- PASS: TestFSGetInvalidData (0.03s) [2021-08-23T14:43:52.207Z] === RUN TestFSInvalidSet [2021-08-23T14:43:52.207Z] --- PASS: TestFSInvalidSet (0.05s) [2021-08-23T14:43:52.207Z] === RUN TestFSInvalidRoot [2021-08-23T14:43:52.207Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-08-23T14:43:52.207Z] === RUN TestFSMetadataGetSet [2021-08-23T14:43:52.207Z] --- PASS: TestFSMetadataGetSet (0.05s) [2021-08-23T14:43:52.207Z] === RUN TestFSInvalidWalker [2021-08-23T14:43:52.207Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-08-23T14:43:52.207Z] === RUN TestFSGetSet [2021-08-23T14:43:52.207Z] --- PASS: TestFSGetSet (0.01s) [2021-08-23T14:43:52.207Z] === RUN TestFSGetUnsetKey [2021-08-23T14:43:52.207Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-08-23T14:43:52.207Z] === RUN TestFSGetEmptyData [2021-08-23T14:43:52.207Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-08-23T14:43:52.207Z] === RUN TestFSDelete [2021-08-23T14:43:52.207Z] --- PASS: TestFSDelete (0.02s) [2021-08-23T14:43:52.207Z] === RUN TestFSWalker [2021-08-23T14:43:52.207Z] --- PASS: TestFSWalker (0.02s) [2021-08-23T14:43:52.207Z] === RUN TestFSWalkerStopOnError [2021-08-23T14:43:52.207Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2021-08-23T14:43:52.207Z] === RUN TestNewFromJSON [2021-08-23T14:43:52.207Z] --- PASS: TestNewFromJSON (0.00s) [2021-08-23T14:43:52.207Z] === RUN TestNewFromJSONWithInvalidJSON [2021-08-23T14:43:52.207Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-08-23T14:43:52.207Z] === RUN TestMarshalKeyOrder [2021-08-23T14:43:52.207Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-08-23T14:43:52.207Z] === RUN TestHistoryEqual [2021-08-23T14:43:52.207Z] === RUN TestCompare [2021-08-23T14:43:52.207Z] --- PASS: TestCompare (0.00s) [2021-08-23T14:43:52.207Z] PASS [2021-08-23T14:43:52.207Z] coverage: 19.2% of statements [2021-08-23T14:43:52.207Z] ok github.com/docker/docker/image/cache 0.089s coverage: 19.2% of statements [2021-08-23T14:43:52.247Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2021-08-23T14:43:52.247Z] === RUN TestNISDomainname [2021-08-23T14:43:52.664Z] --- PASS: TestHistoryEqual (0.16s) [2021-08-23T14:43:52.664Z] === RUN TestImage [2021-08-23T14:43:52.664Z] --- PASS: TestImage (0.00s) [2021-08-23T14:43:52.664Z] === RUN TestImageOSNotEmpty [2021-08-23T14:43:52.664Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-08-23T14:43:52.664Z] === RUN TestNewChildImageFromImageWithRootFS [2021-08-23T14:43:52.664Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-08-23T14:43:52.664Z] === RUN TestCreate [2021-08-23T14:43:52.664Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:43:52.664Z] === RUN TestRestore [2021-08-23T14:43:52.664Z] time="2021-08-23T14:43:52Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-08-23T14:43:52.664Z] --- PASS: TestRestore (0.04s) [2021-08-23T14:43:52.664Z] === RUN TestAddDelete [2021-08-23T14:43:52.664Z] --- PASS: TestAddDelete (0.02s) [2021-08-23T14:43:52.664Z] === RUN TestSearchAfterDelete [2021-08-23T14:43:52.664Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-08-23T14:43:52.664Z] === RUN TestParentReset [2021-08-23T14:43:52.664Z] --- PASS: TestParentReset (0.03s) [2021-08-23T14:43:52.664Z] === RUN TestGetAndSetLastUpdated [2021-08-23T14:43:52.664Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-08-23T14:43:52.664Z] === RUN TestStoreLen [2021-08-23T14:43:52.664Z] --- PASS: TestStoreLen (0.04s) [2021-08-23T14:43:52.664Z] PASS [2021-08-23T14:43:52.664Z] coverage: 86.6% of statements [2021-08-23T14:43:52.664Z] ok github.com/docker/docker/image 0.627s coverage: 86.6% of statements [2021-08-23T14:43:52.815Z] --- PASS: TestNISDomainname (0.65s) [2021-08-23T14:43:52.815Z] === RUN TestHostnameDnsResolution [2021-08-23T14:43:53.125Z] === RUN TestMakeV1ConfigFromConfig [2021-08-23T14:43:53.125Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-08-23T14:43:53.125Z] PASS [2021-08-23T14:43:53.125Z] coverage: 25.0% of statements [2021-08-23T14:43:53.125Z] ok github.com/docker/docker/image/v1 0.062s coverage: 25.0% of statements [2021-08-23T14:43:53.125Z] === RUN TestValidateManifest [2021-08-23T14:43:53.125Z] === RUN TestValidateManifest/nil [2021-08-23T14:43:53.125Z] === RUN TestValidateManifest/non-nil [2021-08-23T14:43:53.125Z] --- PASS: TestValidateManifest (0.00s) [2021-08-23T14:43:53.125Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-08-23T14:43:53.125Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-08-23T14:43:53.125Z] PASS [2021-08-23T14:43:53.125Z] coverage: 0.7% of statements [2021-08-23T14:43:53.125Z] ok github.com/docker/docker/image/tarexport 0.066s coverage: 0.7% of statements [2021-08-23T14:43:53.125Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-08-23T14:43:53.382Z] --- PASS: TestHostnameDnsResolution (0.76s) [2021-08-23T14:43:53.382Z] === RUN TestStats [2021-08-23T14:43:54.657Z] === RUN TestSerialization [2021-08-23T14:43:54.657Z] --- PASS: TestSerialization (0.02s) [2021-08-23T14:43:54.657Z] PASS [2021-08-23T14:43:54.657Z] coverage: 100.0% of statements [2021-08-23T14:43:54.657Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2021-08-23T14:43:54.657Z] === RUN TestEnvironmentParsing [2021-08-23T14:43:54.657Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-08-23T14:43:54.657Z] PASS [2021-08-23T14:43:54.657Z] coverage: 1.2% of statements [2021-08-23T14:43:54.657Z] ok github.com/docker/docker/libcontainerd/local 0.064s coverage: 1.2% of statements [2021-08-23T14:43:54.968Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-08-23T14:43:54.968Z] --- PASS: TestServiceUpdateSecrets (15.49s) [2021-08-23T14:43:54.968Z] === RUN TestServiceUpdateConfigs [2021-08-23T14:43:55.113Z] === RUN TestEmptyLayer [2021-08-23T14:43:55.113Z] --- PASS: TestEmptyLayer (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestCommitFailure [2021-08-23T14:43:55.113Z] --- PASS: TestCommitFailure (0.02s) [2021-08-23T14:43:55.113Z] === RUN TestStartTransactionFailure [2021-08-23T14:43:55.113Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestGetOrphan [2021-08-23T14:43:55.113Z] --- PASS: TestGetOrphan (0.02s) [2021-08-23T14:43:55.113Z] === RUN TestMountAndRegister [2021-08-23T14:43:55.113Z] layer_test.go:271: Layer size: 14 [2021-08-23T14:43:55.113Z] --- PASS: TestMountAndRegister (0.05s) [2021-08-23T14:43:55.113Z] === RUN TestLayerRelease [2021-08-23T14:43:55.113Z] layer_test.go:304: Failing on Windows [2021-08-23T14:43:55.113Z] --- SKIP: TestLayerRelease (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestStoreRestore [2021-08-23T14:43:55.113Z] layer_test.go:353: Failing on Windows [2021-08-23T14:43:55.113Z] --- SKIP: TestStoreRestore (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestTarStreamStability [2021-08-23T14:43:55.113Z] layer_test.go:468: Failing on Windows [2021-08-23T14:43:55.113Z] --- SKIP: TestTarStreamStability (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestRegisterExistingLayer [2021-08-23T14:43:55.113Z] --- PASS: TestRegisterExistingLayer (0.20s) [2021-08-23T14:43:55.113Z] === RUN TestTarStreamVerification [2021-08-23T14:43:55.113Z] layer_test.go:697: Failing on Windows [2021-08-23T14:43:55.113Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestLayerMigration [2021-08-23T14:43:55.113Z] migration_test.go:46: Failing on Windows [2021-08-23T14:43:55.113Z] --- SKIP: TestLayerMigration (0.00s) [2021-08-23T14:43:55.113Z] === RUN TestLayerMigrationNoTarsplit [2021-08-23T14:43:55.569Z] migration_test.go:182: Failing on Windows [2021-08-23T14:43:55.569Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:43:55.569Z] === RUN TestMountInit [2021-08-23T14:43:55.569Z] mount_test.go:17: Failing on Windows [2021-08-23T14:43:55.569Z] --- SKIP: TestMountInit (0.00s) [2021-08-23T14:43:55.569Z] === RUN TestMountSize [2021-08-23T14:43:55.569Z] mount_test.go:76: Failing on Windows [2021-08-23T14:43:55.569Z] --- SKIP: TestMountSize (0.00s) [2021-08-23T14:43:55.569Z] === RUN TestMountChanges [2021-08-23T14:43:55.569Z] mount_test.go:125: Failing on Windows [2021-08-23T14:43:55.569Z] --- SKIP: TestMountChanges (0.00s) [2021-08-23T14:43:55.569Z] === RUN TestMountApply [2021-08-23T14:43:55.569Z] mount_test.go:212: Failing on Windows [2021-08-23T14:43:55.569Z] --- SKIP: TestMountApply (0.00s) [2021-08-23T14:43:55.569Z] PASS [2021-08-23T14:43:55.569Z] coverage: 30.1% of statements [2021-08-23T14:43:55.569Z] ok github.com/docker/docker/layer 0.399s coverage: 30.1% of statements [2021-08-23T14:43:55.569Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-08-23T14:43:55.569Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-08-23T14:43:55.569Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-08-23T14:43:55.569Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-08-23T14:43:55.666Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.014s coverage: 47.4% of statements [2021-08-23T14:43:55.666Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-08-23T14:43:55.911Z] --- PASS: TestStats (2.54s) [2021-08-23T14:43:55.911Z] === RUN TestStopContainerWithTimeout [2021-08-23T14:43:55.911Z] === RUN TestStopContainerWithTimeout/0 [2021-08-23T14:43:55.911Z] === PAUSE TestStopContainerWithTimeout/0 [2021-08-23T14:43:55.911Z] === RUN TestStopContainerWithTimeout/1 [2021-08-23T14:43:55.911Z] === PAUSE TestStopContainerWithTimeout/1 [2021-08-23T14:43:55.911Z] === RUN TestStopContainerWithTimeout/3 [2021-08-23T14:43:55.911Z] === PAUSE TestStopContainerWithTimeout/3 [2021-08-23T14:43:55.911Z] === RUN TestStopContainerWithTimeout/-1 [2021-08-23T14:43:55.911Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-08-23T14:43:55.911Z] === CONT TestStopContainerWithTimeout/0 [2021-08-23T14:43:55.911Z] === CONT TestStopContainerWithTimeout/3 [2021-08-23T14:43:56.026Z] === RUN TestSequenceGetAvailableBit [2021-08-23T14:43:56.026Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestSequenceEqual [2021-08-23T14:43:56.026Z] --- PASS: TestSequenceEqual (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestSequenceCopy [2021-08-23T14:43:56.026Z] --- PASS: TestSequenceCopy (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestGetFirstAvailable [2021-08-23T14:43:56.026Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestFindSequence [2021-08-23T14:43:56.026Z] --- PASS: TestFindSequence (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestCheckIfAvailable [2021-08-23T14:43:56.026Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-08-23T14:43:56.026Z] === RUN TestMergeSequences [2021-08-23T14:43:56.026Z] --- PASS: TestMergeSequences (0.00s) [2021-08-23T14:43:56.341Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-08-23T14:43:56.482Z] === RUN TestPushReservation [2021-08-23T14:43:56.482Z] --- PASS: TestPushReservation (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestSerializeDeserialize [2021-08-23T14:43:56.482Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestSet [2021-08-23T14:43:56.482Z] --- PASS: TestSet (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestSetUnset [2021-08-23T14:43:56.482Z] --- PASS: TestSetUnset (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestOffsetSetUnset [2021-08-23T14:43:56.482Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestSetInRange [2021-08-23T14:43:56.482Z] --- PASS: TestSetInRange (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestSetAnyInRange [2021-08-23T14:43:56.482Z] --- PASS: TestSetAnyInRange (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestMethods [2021-08-23T14:43:56.482Z] --- PASS: TestMethods (0.00s) [2021-08-23T14:43:56.482Z] === RUN TestRandomAllocateDeallocate [2021-08-23T14:43:56.599Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-08-23T14:43:56.847Z] === CONT TestStopContainerWithTimeout/-1 [2021-08-23T14:43:57.973Z] docker_api_swarm_test.go:383: [dbb74be8812a6] joining swarm manager [d22160ef16ff9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:43:58.653Z] === RUN TestInvalidConfig [2021-08-23T14:43:58.653Z] --- PASS: TestInvalidConfig (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestConfig [2021-08-23T14:43:58.653Z] --- PASS: TestConfig (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestOptionsLabels [2021-08-23T14:43:58.653Z] --- PASS: TestOptionsLabels (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestValidName [2021-08-23T14:43:58.653Z] --- PASS: TestValidName (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestTLSConfiguration [2021-08-23T14:43:58.653Z] time="2021-08-23T14:43:58Z" level=info msg="Option Initializing KV with TLS" [2021-08-23T14:43:58.653Z] --- PASS: TestTLSConfiguration (0.15s) [2021-08-23T14:43:58.653Z] PASS [2021-08-23T14:43:58.653Z] coverage: 24.0% of statements [2021-08-23T14:43:58.653Z] ok github.com/docker/docker/libnetwork/config 0.224s coverage: 24.0% of statements [2021-08-23T14:43:58.653Z] === RUN TestErrorInterfaces [2021-08-23T14:43:58.653Z] --- PASS: TestErrorInterfaces (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestNetworkMarshalling [2021-08-23T14:43:58.653Z] --- PASS: TestNetworkMarshalling (0.16s) [2021-08-23T14:43:58.653Z] === RUN TestEndpointMarshalling [2021-08-23T14:43:58.653Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestAuxAddresses [2021-08-23T14:43:58.653Z] time="2021-08-23T14:43:58Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:43:58.653Z] --- PASS: TestAuxAddresses (0.01s) [2021-08-23T14:43:58.653Z] === RUN TestSRVServiceQuery [2021-08-23T14:43:58.653Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestServiceVIPReuse [2021-08-23T14:43:58.653Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-08-23T14:43:58.653Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-08-23T14:43:58.653Z] === RUN TestDNSIPQuery [2021-08-23T14:43:58.653Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestDNSProxyServFail [2021-08-23T14:43:58.653Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestSandboxAddEmpty [2021-08-23T14:43:58.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2021-08-23T14:43:58.653Z] === RUN TestSandboxAddMultiPrio [2021-08-23T14:43:58.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestSandboxAddSamePrio [2021-08-23T14:43:58.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestCleanupServiceDiscovery [2021-08-23T14:43:58.653Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestDNSOptions [2021-08-23T14:43:58.653Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:43:58.653Z] --- SKIP: TestDNSOptions (0.00s) [2021-08-23T14:43:58.653Z] === RUN TestMultipleControllersWithSameStore [2021-08-23T14:43:58.653Z] time="2021-08-23T14:43:58Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:43:58.653Z] time="2021-08-23T14:43:58Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:43:58.653Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2021-08-23T14:43:58.653Z] PASS [2021-08-23T14:43:58.653Z] coverage: 8.6% of statements [2021-08-23T14:43:58.653Z] ok github.com/docker/docker/libnetwork 0.318s coverage: 8.6% of statements [2021-08-23T14:43:58.653Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-08-23T14:43:58.750Z] === CONT TestStopContainerWithTimeout/1 [2021-08-23T14:43:58.906Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-08-23T14:43:58.965Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.004s coverage: 71.4% of statements [2021-08-23T14:43:59.109Z] === RUN TestKey [2021-08-23T14:43:59.109Z] --- PASS: TestKey (0.00s) [2021-08-23T14:43:59.109Z] === RUN TestParseKey [2021-08-23T14:43:59.109Z] --- PASS: TestParseKey (0.00s) [2021-08-23T14:43:59.109Z] === RUN TestInvalidDataStore [2021-08-23T14:43:59.109Z] --- PASS: TestInvalidDataStore (0.00s) [2021-08-23T14:43:59.109Z] === RUN TestKVObjectFlatKey [2021-08-23T14:43:59.109Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-08-23T14:43:59.109Z] === RUN TestAtomicKVObjectFlatKey [2021-08-23T14:43:59.109Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-08-23T14:43:59.109Z] PASS [2021-08-23T14:43:59.109Z] coverage: 21.9% of statements [2021-08-23T14:43:59.109Z] ok github.com/docker/docker/libnetwork/datastore 0.060s coverage: 21.9% of statements [2021-08-23T14:43:59.164Z] docker_api_swarm_test.go:384: [d984f5dc2f645] joining swarm manager [d22160ef16ff9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:43:59.566Z] === RUN TestIPDataMarshalling [2021-08-23T14:43:59.566Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-08-23T14:43:59.566Z] === RUN TestValidateAndIsV6 [2021-08-23T14:43:59.566Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-08-23T14:43:59.566Z] PASS [2021-08-23T14:43:59.566Z] coverage: 68.9% of statements [2021-08-23T14:43:59.566Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2021-08-23T14:43:59.566Z] === RUN TestDriver [2021-08-23T14:43:59.566Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:43:59.566Z] PASS [2021-08-23T14:43:59.566Z] coverage: 34.8% of statements [2021-08-23T14:43:59.566Z] ok github.com/docker/docker/libnetwork/drivers/host 0.038s coverage: 34.8% of statements [2021-08-23T14:44:00.023Z] === RUN TestDriver [2021-08-23T14:44:00.023Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:44:00.023Z] PASS [2021-08-23T14:44:00.023Z] coverage: 34.8% of statements [2021-08-23T14:44:00.023Z] ok github.com/docker/docker/libnetwork/drivers/null 0.040s coverage: 34.8% of statements [2021-08-23T14:44:00.097Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-08-23T14:44:00.124Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-08-23T14:44:00.124Z] --- PASS: TestStopContainerWithTimeout/0 (0.78s) [2021-08-23T14:44:00.124Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2021-08-23T14:44:00.124Z] --- PASS: TestStopContainerWithTimeout/-1 (2.44s) [2021-08-23T14:44:00.124Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2021-08-23T14:44:00.124Z] === RUN TestDeleteDevicemapper [2021-08-23T14:44:00.124Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:44:00.124Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-08-23T14:44:00.124Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T14:44:00.480Z] === RUN TestNetworkAllocateFree [2021-08-23T14:44:00.480Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-08-23T14:44:00.480Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-08-23T14:44:00.480Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-08-23T14:44:00.480Z] PASS [2021-08-23T14:44:00.480Z] coverage: 63.6% of statements [2021-08-23T14:44:00.480Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.048s coverage: 63.6% of statements [2021-08-23T14:44:00.879Z] ok github.com/docker/docker/libnetwork/ipamutils 0.526s coverage: 74.0% of statements [2021-08-23T14:44:00.936Z] === RUN TestGetEmptyCapabilities [2021-08-23T14:44:00.936Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-08-23T14:44:00.936Z] === RUN TestGetExtraCapabilities [2021-08-23T14:44:00.936Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-08-23T14:44:00.936Z] === RUN TestGetInvalidCapabilities [2021-08-23T14:44:00.936Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-08-23T14:44:00.936Z] === RUN TestRemoteDriver [2021-08-23T14:44:00.936Z] --- PASS: TestRemoteDriver (0.01s) [2021-08-23T14:44:00.936Z] === RUN TestDriverError [2021-08-23T14:44:00.936Z] --- PASS: TestDriverError (0.00s) [2021-08-23T14:44:00.936Z] === RUN TestMissingValues [2021-08-23T14:44:00.936Z] --- PASS: TestMissingValues (0.00s) [2021-08-23T14:44:00.936Z] === RUN TestRollback [2021-08-23T14:44:00.936Z] --- PASS: TestRollback (0.00s) [2021-08-23T14:44:00.936Z] PASS [2021-08-23T14:44:00.936Z] coverage: 57.4% of statements [2021-08-23T14:44:00.936Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.085s coverage: 57.4% of statements [2021-08-23T14:44:00.936Z] --- PASS: TestRandomAllocateDeallocate (4.94s) [2021-08-23T14:44:00.936Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:44:01.029Z] === RUN TestDockerSuite/TestEventsAttach [2021-08-23T14:44:01.595Z] === RUN TestDockerSuite/TestEventsCommit [2021-08-23T14:44:01.740Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-08-23T14:44:01.903Z] === RUN TestNew [2021-08-23T14:44:01.903Z] --- PASS: TestNew (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestAddDriver [2021-08-23T14:44:01.903Z] --- PASS: TestAddDriver (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestAddDuplicateDriver [2021-08-23T14:44:01.903Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestIPAMDefaultAddressSpaces [2021-08-23T14:44:01.903Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestDriver [2021-08-23T14:44:01.903Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestIPAM [2021-08-23T14:44:01.903Z] --- PASS: TestIPAM (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestWalkIPAMs [2021-08-23T14:44:01.903Z] --- PASS: TestWalkIPAMs (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestWalkDrivers [2021-08-23T14:44:01.903Z] --- PASS: TestWalkDrivers (0.00s) [2021-08-23T14:44:01.903Z] PASS [2021-08-23T14:44:01.903Z] coverage: 82.4% of statements [2021-08-23T14:44:01.903Z] === RUN TestNAT [2021-08-23T14:44:01.903Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:44:01.903Z] --- SKIP: TestNAT (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestTransparent [2021-08-23T14:44:01.903Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:44:01.903Z] --- SKIP: TestTransparent (0.00s) [2021-08-23T14:44:01.903Z] PASS [2021-08-23T14:44:01.903Z] coverage: 0.0% of statements [2021-08-23T14:44:01.903Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2021-08-23T14:44:01.903Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.044s coverage: 0.0% of statements [2021-08-23T14:44:01.903Z] === RUN TestBuildDefault [2021-08-23T14:44:01.903Z] --- PASS: TestBuildDefault (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestBuildHostnameDomainname [2021-08-23T14:44:01.903Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestBuildHostname [2021-08-23T14:44:01.903Z] --- PASS: TestBuildHostname (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestBuildHostnameFQDN [2021-08-23T14:44:01.903Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestBuildNoIP [2021-08-23T14:44:01.903Z] --- PASS: TestBuildNoIP (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestUpdate [2021-08-23T14:44:01.903Z] --- PASS: TestUpdate (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-08-23T14:44:01.903Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-08-23T14:44:01.903Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestAddEmpty [2021-08-23T14:44:01.903Z] --- PASS: TestAddEmpty (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestAdd [2021-08-23T14:44:01.903Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestDeleteEmpty [2021-08-23T14:44:01.903Z] --- PASS: TestDeleteEmpty (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestDeleteNewline [2021-08-23T14:44:01.903Z] --- PASS: TestDeleteNewline (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestDelete [2021-08-23T14:44:01.903Z] --- PASS: TestDelete (0.00s) [2021-08-23T14:44:01.903Z] === RUN TestConcurrentWrites [2021-08-23T14:44:02.361Z] --- PASS: TestConcurrentWrites (0.16s) [2021-08-23T14:44:02.361Z] PASS [2021-08-23T14:44:02.361Z] coverage: 81.2% of statements [2021-08-23T14:44:02.361Z] --- PASS: TestAllocateRandomDeallocate (1.07s) [2021-08-23T14:44:02.361Z] === RUN TestAllocateRandomDeallocateSerialize [2021-08-23T14:44:02.361Z] ok github.com/docker/docker/libnetwork/etchosts 0.221s coverage: 81.2% of statements [2021-08-23T14:44:02.361Z] === RUN TestNew [2021-08-23T14:44:02.528Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-08-23T14:44:02.657Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.18s) [2021-08-23T14:44:02.657Z] === RUN TestUpdateMemory [2021-08-23T14:44:02.818Z] --- PASS: TestNew (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestAllocate [2021-08-23T14:44:02.818Z] --- PASS: TestAllocate (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestUninitialized [2021-08-23T14:44:02.818Z] --- PASS: TestUninitialized (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestAllocateInRange [2021-08-23T14:44:02.818Z] --- PASS: TestAllocateInRange (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestAllocateSerial [2021-08-23T14:44:02.818Z] --- PASS: TestAllocateSerial (0.00s) [2021-08-23T14:44:02.818Z] PASS [2021-08-23T14:44:02.818Z] coverage: 87.5% of statements [2021-08-23T14:44:02.818Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2021-08-23T14:44:02.818Z] === RUN TestDiff [2021-08-23T14:44:02.818Z] --- PASS: TestDiff (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestAddedCallback [2021-08-23T14:44:02.818Z] --- PASS: TestAddedCallback (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestRemovedCallback [2021-08-23T14:44:02.818Z] --- PASS: TestRemovedCallback (0.00s) [2021-08-23T14:44:02.818Z] === RUN TestNoCallback [2021-08-23T14:44:02.818Z] --- PASS: TestNoCallback (0.00s) [2021-08-23T14:44:02.818Z] PASS [2021-08-23T14:44:02.818Z] coverage: 48.1% of statements [2021-08-23T14:44:02.818Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.044s coverage: 48.1% of statements [2021-08-23T14:44:02.818Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.87s) [2021-08-23T14:44:02.818Z] === RUN TestRetrieveFromStore [2021-08-23T14:44:02.916Z] --- PASS: TestUpdateMemory (0.64s) [2021-08-23T14:44:02.916Z] === RUN TestUpdateCPUQuota [2021-08-23T14:44:03.094Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-08-23T14:44:03.274Z] === RUN TestCaller [2021-08-23T14:44:03.274Z] --- PASS: TestCaller (0.00s) [2021-08-23T14:44:03.274Z] PASS [2021-08-23T14:44:03.274Z] coverage: 100.0% of statements [2021-08-23T14:44:03.274Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2021-08-23T14:44:03.274Z] === RUN TestSetSerialInsertDelete [2021-08-23T14:44:03.274Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-08-23T14:44:03.274Z] === RUN TestSetParallelInsertDelete [2021-08-23T14:44:03.659Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-08-23T14:44:03.731Z] --- PASS: TestRetrieveFromStore (0.92s) [2021-08-23T14:44:03.731Z] === RUN TestIsCorrupted [2021-08-23T14:44:04.188Z] --- PASS: TestIsCorrupted (0.02s) [2021-08-23T14:44:04.188Z] === RUN TestSetRollover [2021-08-23T14:44:04.188Z] === RUN TestPoolRequest [2021-08-23T14:44:04.188Z] --- PASS: TestPoolRequest (0.00s) [2021-08-23T14:44:04.188Z] === RUN TestOtherRequests [2021-08-23T14:44:04.188Z] --- PASS: TestOtherRequests (0.00s) [2021-08-23T14:44:04.188Z] PASS [2021-08-23T14:44:04.188Z] coverage: 57.1% of statements [2021-08-23T14:44:04.188Z] ok github.com/docker/docker/libnetwork/ipams/null 0.041s coverage: 57.1% of statements [2021-08-23T14:44:04.224Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-08-23T14:44:04.292Z] --- PASS: TestUpdateCPUQuota (0.97s) [2021-08-23T14:44:04.292Z] === RUN TestUpdatePidsLimit [2021-08-23T14:44:04.292Z] === RUN TestUpdatePidsLimit/update_from_none [2021-08-23T14:44:04.292Z] === RUN TestUpdatePidsLimit/no_change [2021-08-23T14:44:04.551Z] === RUN TestUpdatePidsLimit/update_lower [2021-08-23T14:44:04.651Z] === RUN TestInt2IP2IntConversion [2021-08-23T14:44:04.809Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-08-23T14:44:05.068Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-08-23T14:44:05.107Z] --- PASS: TestInt2IP2IntConversion (0.56s) [2021-08-23T14:44:05.107Z] === RUN TestGetAddressVersion [2021-08-23T14:44:05.107Z] --- PASS: TestGetAddressVersion (0.00s) [2021-08-23T14:44:05.107Z] === RUN TestKeyString [2021-08-23T14:44:05.107Z] --- PASS: TestKeyString (0.00s) [2021-08-23T14:44:05.107Z] === RUN TestPoolDataMarshal [2021-08-23T14:44:05.107Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-08-23T14:44:05.107Z] === RUN TestSubnetsMarshal [2021-08-23T14:44:05.107Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-08-23T14:44:05.107Z] === RUN TestAddSubnets [2021-08-23T14:44:05.107Z] --- PASS: TestAddSubnets (0.04s) [2021-08-23T14:44:05.107Z] === RUN TestDoublePoolRelease [2021-08-23T14:44:05.107Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-08-23T14:44:05.107Z] === RUN TestAddReleasePoolID [2021-08-23T14:44:05.107Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-08-23T14:44:05.107Z] === RUN TestPredefinedPool [2021-08-23T14:44:05.107Z] --- PASS: TestPredefinedPool (0.03s) [2021-08-23T14:44:05.107Z] === RUN TestRemoveSubnet [2021-08-23T14:44:05.332Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-08-23T14:44:05.332Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-08-23T14:44:05.564Z] === RUN TestGetCapabilities [2021-08-23T14:44:05.564Z] --- PASS: TestRemoveSubnet (0.17s) [2021-08-23T14:44:05.564Z] === RUN TestGetSameAddress [2021-08-23T14:44:05.564Z] --- PASS: TestGetCapabilities (0.01s) [2021-08-23T14:44:05.564Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-08-23T14:44:05.564Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-08-23T14:44:05.564Z] === RUN TestGetDefaultAddressSpaces [2021-08-23T14:44:05.564Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-08-23T14:44:05.564Z] === RUN TestRemoteDriver [2021-08-23T14:44:05.564Z] --- PASS: TestRemoteDriver (0.01s) [2021-08-23T14:44:05.564Z] PASS [2021-08-23T14:44:05.564Z] coverage: 47.4% of statements [2021-08-23T14:44:05.564Z] --- PASS: TestGetSameAddress (0.02s) [2021-08-23T14:44:05.564Z] === RUN TestPoolAllocationReuse [2021-08-23T14:44:05.564Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.064s coverage: 47.4% of statements [2021-08-23T14:44:06.021Z] --- PASS: TestSetRollover (2.06s) [2021-08-23T14:44:06.021Z] === RUN TestSetRolloverSerial [2021-08-23T14:44:06.123Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit (2.31s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-08-23T14:44:06.269Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2021-08-23T14:44:06.270Z] === RUN TestUpdateRestartPolicy [2021-08-23T14:44:06.482Z] === RUN TestWindowsIPAM [2021-08-23T14:44:06.482Z] --- PASS: TestWindowsIPAM (0.00s) [2021-08-23T14:44:06.482Z] PASS [2021-08-23T14:44:06.482Z] coverage: 71.4% of statements [2021-08-23T14:44:06.482Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.038s coverage: 71.4% of statements [2021-08-23T14:44:06.939Z] --- PASS: TestPoolAllocationReuse (1.45s) [2021-08-23T14:44:06.939Z] === RUN TestGetAddressSubPoolEqualPool [2021-08-23T14:44:06.939Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-08-23T14:44:06.939Z] === RUN TestRequestReleaseAddressFromSubPool [2021-08-23T14:44:06.939Z] === RUN TestDefaultNetwork [2021-08-23T14:44:07.056Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-08-23T14:44:07.396Z] --- PASS: TestDefaultNetwork (0.25s) [2021-08-23T14:44:07.396Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-08-23T14:44:07.396Z] --- PASS: TestSetRolloverSerial (1.41s) [2021-08-23T14:44:07.396Z] === RUN TestGetFirstAvailableFromCurrent [2021-08-23T14:44:07.396Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-08-23T14:44:07.396Z] PASS [2021-08-23T14:44:07.396Z] coverage: 84.4% of statements [2021-08-23T14:44:07.396Z] ok github.com/docker/docker/libnetwork/bitseq 11.375s coverage: 84.4% of statements [2021-08-23T14:44:07.396Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.24s) [2021-08-23T14:44:07.396Z] === RUN TestInitAddressPools [2021-08-23T14:44:07.396Z] --- PASS: TestInitAddressPools (0.00s) [2021-08-23T14:44:07.396Z] PASS [2021-08-23T14:44:07.396Z] coverage: 74.0% of statements [2021-08-23T14:44:07.396Z] ok github.com/docker/docker/libnetwork/ipamutils 0.558s coverage: 74.0% of statements [2021-08-23T14:44:08.360Z] === RUN TestKeyValue [2021-08-23T14:44:08.360Z] --- PASS: TestKeyValue (0.00s) [2021-08-23T14:44:08.360Z] PASS [2021-08-23T14:44:08.360Z] coverage: 60.0% of statements [2021-08-23T14:44:08.360Z] ok github.com/docker/docker/libnetwork/netlabel 0.037s coverage: 60.0% of statements [2021-08-23T14:44:09.264Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-08-23T14:44:10.337Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-08-23T14:44:10.337Z] --- PASS: TestServiceUpdateConfigs (15.63s) [2021-08-23T14:44:10.337Z] === RUN TestServiceUpdateNetwork [2021-08-23T14:44:10.537Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-08-23T14:44:10.537Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-08-23T14:44:10.538Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-08-23T14:44:10.887Z] ok github.com/docker/docker/libnetwork/iptables 0.281s coverage: 45.1% of statements [2021-08-23T14:44:10.887Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2021-08-23T14:44:10.994Z] === RUN TestNetworkDBSimple [2021-08-23T14:44:10.994Z] === RUN TestGenerate [2021-08-23T14:44:10.994Z] --- PASS: TestGenerate (0.00s) [2021-08-23T14:44:10.994Z] === RUN TestGeneratePtr [2021-08-23T14:44:10.994Z] --- PASS: TestGeneratePtr (0.00s) [2021-08-23T14:44:10.994Z] === RUN TestGenerateMissingField [2021-08-23T14:44:10.994Z] --- PASS: TestGenerateMissingField (0.00s) [2021-08-23T14:44:10.994Z] === RUN TestFieldCannotBeSet [2021-08-23T14:44:10.994Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-08-23T14:44:10.994Z] === RUN TestTypeMismatchError [2021-08-23T14:44:10.994Z] --- PASS: TestTypeMismatchError (0.00s) [2021-08-23T14:44:10.994Z] PASS [2021-08-23T14:44:10.994Z] coverage: 100.0% of statements [2021-08-23T14:44:10.994Z] ok github.com/docker/docker/libnetwork/options 0.037s coverage: 100.0% of statements [2021-08-23T14:44:11.450Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.58s) [2021-08-23T14:44:11.450Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-08-23T14:44:11.907Z] testing: warning: no tests to run [2021-08-23T14:44:11.907Z] PASS [2021-08-23T14:44:11.907Z] coverage: 0.0% of statements [2021-08-23T14:44:11.907Z] ok github.com/docker/docker/libnetwork/osl 0.035s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:44:11.907Z] 2021/08/23 14:44:11 Closing DB instances... [2021-08-23T14:44:12.235Z] === RUN TestDockerSuite/TestEventsCopy [2021-08-23T14:44:12.868Z] === RUN TestRequestNewPort [2021-08-23T14:44:12.869Z] --- PASS: TestRequestNewPort (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestRequestSpecificPort [2021-08-23T14:44:12.869Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestReleasePort [2021-08-23T14:44:12.869Z] --- PASS: TestReleasePort (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestReuseReleasedPort [2021-08-23T14:44:12.869Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestReleaseUnreadledPort [2021-08-23T14:44:12.869Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestUnknowProtocol [2021-08-23T14:44:12.869Z] --- PASS: TestUnknowProtocol (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestAllocateAllPorts [2021-08-23T14:44:12.869Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestPortAllocation [2021-08-23T14:44:12.869Z] --- PASS: TestPortAllocation (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestPortAllocationWithCustomRange [2021-08-23T14:44:12.869Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestNoDuplicateBPR [2021-08-23T14:44:12.869Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-08-23T14:44:12.869Z] === RUN TestChangePortRange [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-08-23T14:44:12.869Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-08-23T14:44:12.869Z] --- PASS: TestChangePortRange (0.00s) [2021-08-23T14:44:12.869Z] PASS [2021-08-23T14:44:12.869Z] coverage: 88.6% of statements [2021-08-23T14:44:12.869Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2021-08-23T14:44:12.869Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-08-23T14:44:12.869Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-08-23T14:44:13.196Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-08-23T14:44:13.201Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-08-23T14:44:13.202Z] [2021-08-23T14:44:13.202Z] ________ ____ __. [2021-08-23T14:44:13.202Z] \_____ \ | |/ _| [2021-08-23T14:44:13.202Z] / | \| < [2021-08-23T14:44:13.202Z] / | \ | \ [2021-08-23T14:44:13.202Z] \_______ /____|__ \ [2021-08-23T14:44:13.202Z] \/ \/ [2021-08-23T14:44:13.202Z] [2021-08-23T14:44:13.202Z] INFO: make.ps1 ended at 08/23/2021 14:44:01 [2021-08-23T14:44:13.202Z] INFO: Binaries build ended at 08/23/2021 14:44:02. Duration:00:01:21.0160315 [2021-08-23T14:44:13.202Z] INFO: Copying the built daemon binary to d:\CI\PR-42764\3\binary\dockerd-82c978ad95.exe... [2021-08-23T14:44:13.202Z] INFO: Copying the built client binary to d:\CI\PR-42764\3\binary\docker-82c978ad95.exe... [2021-08-23T14:44:13.202Z] INFO: Copying dockerversion from the container... [2021-08-23T14:44:13.202Z] INFO: Copying the golang package from the container to d:\CI\PR-42764\3\installer\go.zip... [2021-08-23T14:44:13.202Z] INFO: Extracting go.zip to d:\CI\PR-42764\3\go [2021-08-23T14:44:13.325Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-08-23T14:44:13.325Z] PASS [2021-08-23T14:44:13.325Z] coverage: 100.0% of statements [2021-08-23T14:44:13.325Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.038s coverage: 100.0% of statements [2021-08-23T14:44:13.325Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.76s) [2021-08-23T14:44:13.325Z] === RUN TestGetAddress [2021-08-23T14:44:13.325Z] testing: warning: no tests to run [2021-08-23T14:44:13.325Z] PASS [2021-08-23T14:44:13.325Z] coverage: 0.0% of statements [2021-08-23T14:44:13.325Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:44:13.608Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-08-23T14:44:13.781Z] === RUN TestHashData [2021-08-23T14:44:13.781Z] --- PASS: TestHashData (0.00s) [2021-08-23T14:44:13.781Z] PASS [2021-08-23T14:44:13.781Z] coverage: 2.8% of statements [2021-08-23T14:44:13.781Z] ok github.com/docker/docker/libnetwork/resolvconf 0.039s coverage: 2.8% of statements [2021-08-23T14:44:14.237Z] === RUN TestTransportPortConv [2021-08-23T14:44:14.237Z] --- PASS: TestTransportPortConv (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestTransportPortBindingConv [2021-08-23T14:44:14.237Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestErrorConstructors [2021-08-23T14:44:14.237Z] --- PASS: TestErrorConstructors (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestCompareIPMask [2021-08-23T14:44:14.237Z] --- PASS: TestCompareIPMask (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestUtilGetHostPartIP [2021-08-23T14:44:14.237Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestUtilGetBroadcastIP [2021-08-23T14:44:14.237Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-08-23T14:44:14.237Z] === RUN TestParseCIDR [2021-08-23T14:44:14.237Z] --- PASS: TestParseCIDR (0.00s) [2021-08-23T14:44:14.237Z] PASS [2021-08-23T14:44:14.237Z] coverage: 47.9% of statements [2021-08-23T14:44:14.237Z] ok github.com/docker/docker/libnetwork/types 0.065s coverage: 47.9% of statements [2021-08-23T14:44:14.237Z] 2021/08/23 14:44:14 Closing DB instances... [2021-08-23T14:44:14.541Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-08-23T14:44:15.091Z] ok github.com/docker/docker/libnetwork/netutils 0.029s coverage: 44.1% of statements [2021-08-23T14:44:15.107Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-08-23T14:44:15.199Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-08-23T14:44:15.199Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-08-23T14:44:15.199Z] PASS [2021-08-23T14:44:15.199Z] coverage: 50.0% of statements [2021-08-23T14:44:15.199Z] ok github.com/docker/docker/oci 0.054s coverage: 50.0% of statements [2021-08-23T14:44:15.365Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-08-23T14:44:15.655Z] === RUN TestAddressPoolOpt [2021-08-23T14:44:15.655Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/a [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/something [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/_=a [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/env1=value1 [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/_env1=value1 [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/env2=value2=value3 [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/env3=abc!qwe [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/env_4=value_4 [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/PATH [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/=a [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/PATH= [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/PATH=something [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/asd!qwe [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/1asd [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/123 [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/some_space [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/__some_space_before [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/some_space_after__ [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/= [2021-08-23T14:44:15.656Z] === RUN TestValidateEnv/PaTh [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/a (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/something (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/= (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestParseHost [2021-08-23T14:44:15.656Z] --- PASS: TestParseHost (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestParseDockerDaemonHost [2021-08-23T14:44:15.656Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestParseTCP [2021-08-23T14:44:15.656Z] --- PASS: TestParseTCP (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestParseInvalidUnixAddrInvalid [2021-08-23T14:44:15.656Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestValidateExtraHosts [2021-08-23T14:44:15.656Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestIpOptString [2021-08-23T14:44:15.656Z] --- PASS: TestIpOptString (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestNewIpOptInvalidDefaultVal [2021-08-23T14:44:15.656Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestNewIpOptValidDefaultVal [2021-08-23T14:44:15.656Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestIpOptSetInvalidVal [2021-08-23T14:44:15.656Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestValidateIPAddress [2021-08-23T14:44:15.656Z] --- PASS: TestValidateIPAddress (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestMapOpts [2021-08-23T14:44:15.656Z] --- PASS: TestMapOpts (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestListOptsWithoutValidator [2021-08-23T14:44:15.656Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestListOptsWithValidator [2021-08-23T14:44:15.656Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestValidateDNSSearch [2021-08-23T14:44:15.656Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_general_format [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_one_more [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-08-23T14:44:15.656Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:44:15.656Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestNamedListOpts [2021-08-23T14:44:15.656Z] --- PASS: TestNamedListOpts (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestNamedMapOpts [2021-08-23T14:44:15.656Z] --- PASS: TestNamedMapOpts (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestParseLink [2021-08-23T14:44:15.656Z] --- PASS: TestParseLink (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestQuotedStringSetWithQuotes [2021-08-23T14:44:15.656Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-08-23T14:44:15.656Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestQuotedStringSetWithNoQuotes [2021-08-23T14:44:15.656Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-08-23T14:44:15.656Z] === RUN TestUlimitOpt [2021-08-23T14:44:15.656Z] --- PASS: TestUlimitOpt (0.00s) [2021-08-23T14:44:15.656Z] PASS [2021-08-23T14:44:15.656Z] coverage: 67.1% of statements [2021-08-23T14:44:15.656Z] ok github.com/docker/docker/opts 0.076s coverage: 67.1% of statements [2021-08-23T14:44:15.656Z] === RUN TestParseVersion [2021-08-23T14:44:15.656Z] --- PASS: TestParseVersion (0.00s) [2021-08-23T14:44:15.656Z] PASS [2021-08-23T14:44:15.656Z] coverage: 52.9% of statements [2021-08-23T14:44:15.656Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2021-08-23T14:44:16.115Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-08-23T14:44:16.115Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-08-23T14:44:16.298Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-08-23T14:44:17.080Z] 2021/08/23 14:44:16 Closing DB instances... [2021-08-23T14:44:17.231Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-08-23T14:44:17.231Z] === RUN TestDockerSuite/TestEventsFilterType [2021-08-23T14:44:17.539Z] === RUN TestIsArchivePathDir [2021-08-23T14:44:17.539Z] === RUN TestPeerCertificateMarshalJSON [2021-08-23T14:44:17.539Z] --- PASS: TestIsArchivePathDir (0.16s) [2021-08-23T14:44:17.539Z] === RUN TestIsArchivePathInvalidFile [2021-08-23T14:44:17.796Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-08-23T14:44:17.796Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-08-23T14:44:17.796Z] === RUN TestDockerSuite/TestEventsFilters [2021-08-23T14:44:17.995Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-08-23T14:44:17.995Z] === RUN TestIsArchivePathTar [2021-08-23T14:44:17.995Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-08-23T14:44:17.995Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-08-23T14:44:17.995Z] --- PASS: TestPeerCertificateMarshalJSON (0.39s) [2021-08-23T14:44:17.995Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-08-23T14:44:17.995Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-08-23T14:44:17.995Z] === RUN TestMiddleware [2021-08-23T14:44:17.995Z] --- PASS: TestMiddleware (0.00s) [2021-08-23T14:44:17.995Z] === RUN TestNewResponseModifier [2021-08-23T14:44:17.995Z] --- PASS: TestNewResponseModifier (0.00s) [2021-08-23T14:44:17.995Z] PASS [2021-08-23T14:44:17.995Z] coverage: 26.8% of statements [2021-08-23T14:44:17.995Z] ok github.com/docker/docker/pkg/authorization 0.428s coverage: 26.8% of statements [2021-08-23T14:44:17.995Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-08-23T14:44:17.995Z] === RUN TestDecompressStreamGzip [2021-08-23T14:44:18.451Z] --- PASS: TestDecompressStreamGzip (0.21s) [2021-08-23T14:44:18.451Z] === RUN TestDecompressStreamBzip2 [2021-08-23T14:44:18.451Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2021-08-23T14:44:18.451Z] === RUN TestDecompressStreamXz [2021-08-23T14:44:18.451Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:44:18.451Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestCompressStreamXzUnsupported [2021-08-23T14:44:18.451Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestCompressStreamBzip2Unsupported [2021-08-23T14:44:18.451Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestCompressStreamInvalid [2021-08-23T14:44:18.451Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestExtensionInvalid [2021-08-23T14:44:18.451Z] --- PASS: TestExtensionInvalid (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestExtensionUncompressed [2021-08-23T14:44:18.451Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestExtensionBzip2 [2021-08-23T14:44:18.451Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestExtensionGzip [2021-08-23T14:44:18.451Z] --- PASS: TestExtensionGzip (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestExtensionXz [2021-08-23T14:44:18.451Z] --- PASS: TestExtensionXz (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestCmdStreamLargeStderr [2021-08-23T14:44:18.451Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-08-23T14:44:18.451Z] === RUN TestCmdStreamBad [2021-08-23T14:44:18.451Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:44:18.451Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestCmdStreamGood [2021-08-23T14:44:18.451Z] --- PASS: TestCmdStreamGood (0.04s) [2021-08-23T14:44:18.451Z] === RUN TestUntarPathWithInvalidDest [2021-08-23T14:44:18.451Z] === RUN TestUnbuffered [2021-08-23T14:44:18.451Z] --- PASS: TestUnbuffered (0.00s) [2021-08-23T14:44:18.451Z] === RUN TestRaceUnbuffered [2021-08-23T14:44:18.451Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-08-23T14:44:18.451Z] PASS [2021-08-23T14:44:18.451Z] coverage: 100.0% of statements [2021-08-23T14:44:18.451Z] ok github.com/docker/docker/pkg/broadcaster 0.031s coverage: 100.0% of statements [2021-08-23T14:44:18.470Z] --- PASS: TestUpdateRestartPolicy (11.29s) [2021-08-23T14:44:18.470Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T14:44:18.470Z] --- PASS: TestUpdateRestartWithAutoRemove (0.50s) [2021-08-23T14:44:18.470Z] === RUN TestWaitNonBlocked [2021-08-23T14:44:18.470Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:44:18.470Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:44:18.470Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:44:18.470Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:44:18.470Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:44:18.470Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:44:18.908Z] --- PASS: TestUntarPathWithInvalidDest (0.16s) [2021-08-23T14:44:18.908Z] === RUN TestUntarPathWithInvalidSrc [2021-08-23T14:44:18.908Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestUntarPath [2021-08-23T14:44:18.908Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-08-23T14:44:18.908Z] === RUN TestNetworkDBCRUDTableEntry [2021-08-23T14:44:18.908Z] --- PASS: TestUntarPath (0.07s) [2021-08-23T14:44:18.908Z] === RUN TestUntarPathWithDestinationFile [2021-08-23T14:44:18.908Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-08-23T14:44:18.908Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-08-23T14:44:18.908Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-08-23T14:44:18.908Z] === RUN TestCopyWithTarInvalidSrc [2021-08-23T14:44:18.908Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-08-23T14:44:18.908Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestCopyWithTarSrcFile [2021-08-23T14:44:18.908Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-08-23T14:44:18.908Z] === RUN TestCopyWithTarSrcFolder [2021-08-23T14:44:18.908Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-08-23T14:44:18.908Z] === RUN TestCopyFileWithTarInvalidSrc [2021-08-23T14:44:18.908Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-08-23T14:44:18.908Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestCopyFileWithTarSrcFolder [2021-08-23T14:44:18.908Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2021-08-23T14:44:18.908Z] === RUN TestCopyFileWithTarSrcFile [2021-08-23T14:44:18.908Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-08-23T14:44:18.908Z] === RUN TestTarFiles [2021-08-23T14:44:19.038Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-08-23T14:44:19.038Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2021-08-23T14:44:19.038Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2021-08-23T14:44:19.038Z] === RUN TestWaitBlocked [2021-08-23T14:44:19.038Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:44:19.038Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:44:19.038Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:44:19.038Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:44:19.038Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:44:19.038Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:44:19.169Z] === RUN TestDockerSuite/TestEventsFormat [2021-08-23T14:44:19.364Z] === RUN TestMatch [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[foo]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[bar]_[foo]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[foo_bar]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[qux]_[foo]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[]#01 [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[qux]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[foo_bar_qux]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[qux]_[baz]] [2021-08-23T14:44:19.364Z] === RUN TestMatch/[[foo_baz]] [2021-08-23T14:44:19.364Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-08-23T14:44:19.364Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-08-23T14:44:19.364Z] PASS [2021-08-23T14:44:19.364Z] coverage: 87.5% of statements [2021-08-23T14:44:19.364Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2021-08-23T14:44:19.974Z] --- PASS: TestWaitBlocked (0.01s) [2021-08-23T14:44:19.974Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s) [2021-08-23T14:44:19.974Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.85s) [2021-08-23T14:44:19.974Z] === CONT TestContainerStartOnDaemonRestart [2021-08-23T14:44:19.974Z] === CONT TestContainerKillOnDaemonStart [2021-08-23T14:44:20.101Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-08-23T14:44:20.102Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-08-23T14:44:20.102Z] === RUN TestDockerSuite/TestEventsImageImport [2021-08-23T14:44:20.327Z] === RUN TestChrootTarUntar [2021-08-23T14:44:20.327Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootUntarWithHugeExcludesList [2021-08-23T14:44:20.327Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootUntarEmptyArchive [2021-08-23T14:44:20.327Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootTarUntarWithSymlink [2021-08-23T14:44:20.327Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootCopyWithTar [2021-08-23T14:44:20.327Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootCopyFileWithTar [2021-08-23T14:44:20.327Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootUntarPath [2021-08-23T14:44:20.327Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-08-23T14:44:20.327Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-08-23T14:44:20.327Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:44:20.327Z] === RUN TestChrootApplyDotDotFile [2021-08-23T14:44:20.327Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:20.327Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:44:20.327Z] PASS [2021-08-23T14:44:20.327Z] coverage: 15.4% of statements [2021-08-23T14:44:20.327Z] ok github.com/docker/docker/pkg/chrootarchive 0.083s coverage: 15.4% of statements [2021-08-23T14:44:20.667Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-08-23T14:44:20.667Z] === RUN TestDockerSuite/TestEventsImagePull [2021-08-23T14:44:20.782Z] 2021/08/23 14:44:20 Closing DB instances... [2021-08-23T14:44:20.782Z] === RUN TestSizeEmpty [2021-08-23T14:44:20.782Z] --- PASS: TestSizeEmpty (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeEmptyFile [2021-08-23T14:44:20.782Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeNonemptyFile [2021-08-23T14:44:20.782Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeNestedDirectoryEmpty [2021-08-23T14:44:20.782Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-08-23T14:44:20.782Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-08-23T14:44:20.782Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestMoveToSubdir [2021-08-23T14:44:20.782Z] --- PASS: TestMoveToSubdir (0.00s) [2021-08-23T14:44:20.782Z] === RUN TestSizeNonExistingDirectory [2021-08-23T14:44:20.782Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-08-23T14:44:20.782Z] PASS [2021-08-23T14:44:20.782Z] coverage: 80.0% of statements [2021-08-23T14:44:20.782Z] ok github.com/docker/docker/pkg/directory 0.046s coverage: 80.0% of statements [2021-08-23T14:44:21.231Z] === RUN TestDockerSuite/TestEventsImageTag [2021-08-23T14:44:21.759Z] === RUN Test [2021-08-23T14:44:21.759Z] === RUN Test/TestContainsEntry [2021-08-23T14:44:21.759Z] === RUN Test/TestCreateEntries [2021-08-23T14:44:21.759Z] === RUN Test/TestEntriesDiff [2021-08-23T14:44:21.759Z] === RUN Test/TestEntriesEquality [2021-08-23T14:44:21.759Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-08-23T14:44:21.759Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-08-23T14:44:21.759Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-08-23T14:44:21.759Z] === RUN Test/TestGeneratorNotGenerate [2021-08-23T14:44:21.759Z] === RUN Test/TestGeneratorWithPort [2021-08-23T14:44:21.759Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-08-23T14:44:21.759Z] === RUN Test/TestNewEntry [2021-08-23T14:44:22.164Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-08-23T14:44:22.215Z] === RUN Test/TestParse [2021-08-23T14:44:22.215Z] --- PASS: Test (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestNewEntry (0.00s) [2021-08-23T14:44:22.215Z] --- PASS: Test/TestParse (0.00s) [2021-08-23T14:44:22.215Z] PASS [2021-08-23T14:44:22.215Z] coverage: 58.3% of statements [2021-08-23T14:44:22.215Z] ok github.com/docker/docker/pkg/discovery 0.044s coverage: 58.3% of statements [2021-08-23T14:44:22.422Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-08-23T14:44:22.422Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-08-23T14:44:22.422Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-08-23T14:44:22.422Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-08-23T14:44:22.422Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-08-23T14:44:22.507Z] --- PASS: TestContainerStartOnDaemonRestart (2.28s) [2021-08-23T14:44:22.507Z] === CONT TestIpcModeOlderClient [2021-08-23T14:44:22.507Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-08-23T14:44:22.507Z] === CONT TestDaemonHostGatewayIP [2021-08-23T14:44:22.671Z] === RUN Test [2021-08-23T14:44:22.671Z] === RUN Test/TestContent [2021-08-23T14:44:22.671Z] === RUN Test/TestInitialize [2021-08-23T14:44:22.671Z] === RUN Test/TestNew [2021-08-23T14:44:22.671Z] === RUN Test/TestParsingContentsWithComments [2021-08-23T14:44:22.671Z] === RUN Test/TestRegister [2021-08-23T14:44:22.671Z] === RUN Test/TestWatch [2021-08-23T14:44:22.671Z] --- PASS: Test (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestContent (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestNew (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:44:22.671Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:44:22.671Z] PASS [2021-08-23T14:44:22.671Z] coverage: 97.6% of statements [2021-08-23T14:44:22.671Z] ok github.com/docker/docker/pkg/discovery/file 0.045s coverage: 97.6% of statements [2021-08-23T14:44:22.671Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2021-08-23T14:44:22.671Z] === RUN TestNetworkDBCRUDTableEntries [2021-08-23T14:44:23.128Z] --- PASS: TestTarFiles (3.97s) [2021-08-23T14:44:23.128Z] === RUN TestTarUntar [2021-08-23T14:44:23.128Z] --- PASS: TestTarUntar (0.05s) [2021-08-23T14:44:23.128Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-08-23T14:44:23.128Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-08-23T14:44:23.128Z] === RUN TestTarWithOptions [2021-08-23T14:44:23.128Z] --- PASS: TestTarWithOptions (0.03s) [2021-08-23T14:44:23.128Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-08-23T14:44:23.128Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-08-23T14:44:23.128Z] === RUN TestUntarUstarGnuConflict [2021-08-23T14:44:23.128Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-08-23T14:44:23.128Z] === RUN TestUntarInvalidFilenames [2021-08-23T14:44:23.128Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames144990734\\dest" [2021-08-23T14:44:23.128Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-08-23T14:44:23.128Z] === RUN TestUntarHardlinkToSymlink [2021-08-23T14:44:23.128Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-08-23T14:44:23.128Z] === RUN TestUntarInvalidHardlink [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink068035855\\victim\\hello" -> "../victim/hello" [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink366788386\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink519985689\\victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink001996964\\victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink540219827\\victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink557482870\\victim" -> "../victim" [2021-08-23T14:44:23.128Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-08-23T14:44:23.128Z] === RUN TestUntarInvalidSymlink [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink992922205\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink985509912\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink184578199\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink684543242\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink249567969\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink900634828\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:23.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink139617723\\dest\\dir\\loophole" -> "../../victim" [2021-08-23T14:44:23.128Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-08-23T14:44:23.129Z] === RUN TestTempArchiveCloseMultipleTimes [2021-08-23T14:44:23.129Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-08-23T14:44:23.129Z] === RUN TestXGlobalNoParent [2021-08-23T14:44:23.129Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-08-23T14:44:23.129Z] === RUN TestReplaceFileTarWrapper [2021-08-23T14:44:23.355Z] --- PASS: TestServiceUpdateNetwork (13.62s) [2021-08-23T14:44:23.355Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T14:44:23.587Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-08-23T14:44:23.587Z] === RUN TestPrefixHeaderReadable [2021-08-23T14:44:23.587Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-08-23T14:44:23.587Z] === RUN TestDisablePigz [2021-08-23T14:44:23.587Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-08-23T14:44:23.587Z] --- PASS: TestDisablePigz (0.11s) [2021-08-23T14:44:23.587Z] === RUN TestPigz [2021-08-23T14:44:23.587Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-08-23T14:44:23.587Z] --- PASS: TestPigz (0.13s) [2021-08-23T14:44:23.587Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:44:23.587Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:44:23.587Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestCanonicalTarNameForPath [2021-08-23T14:44:23.587Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestCanonicalTarName [2021-08-23T14:44:23.587Z] --- PASS: TestCanonicalTarName (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChmodTarEntry [2021-08-23T14:44:23.587Z] --- PASS: TestChmodTarEntry (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestHardLinkOrder [2021-08-23T14:44:23.587Z] --- PASS: TestHardLinkOrder (0.11s) [2021-08-23T14:44:23.587Z] === RUN TestChangeString [2021-08-23T14:44:23.587Z] --- PASS: TestChangeString (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesWithNoChanges [2021-08-23T14:44:23.587Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-08-23T14:44:23.587Z] === RUN TestChangesWithChanges [2021-08-23T14:44:23.587Z] --- PASS: TestChangesWithChanges (0.03s) [2021-08-23T14:44:23.587Z] === RUN TestChangesWithChangesGH13590 [2021-08-23T14:44:23.587Z] changes_test.go:196: needs more investigation [2021-08-23T14:44:23.587Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesDirsEmpty [2021-08-23T14:44:23.587Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:44:23.587Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesDirsMutated [2021-08-23T14:44:23.587Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:44:23.587Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestApplyLayer [2021-08-23T14:44:23.587Z] changes_test.go:433: needs further investigation [2021-08-23T14:44:23.587Z] --- SKIP: TestApplyLayer (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesSizeWithHardlinks [2021-08-23T14:44:23.587Z] changes_test.go:469: needs further investigation [2021-08-23T14:44:23.587Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesSizeWithNoChanges [2021-08-23T14:44:23.587Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-08-23T14:44:23.587Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestChangesSize [2021-08-23T14:44:23.587Z] --- PASS: TestChangesSize (0.00s) [2021-08-23T14:44:23.587Z] === RUN TestApplyLayerInvalidFilenames [2021-08-23T14:44:23.587Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames757170448\\dest" [2021-08-23T14:44:23.587Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-08-23T14:44:23.587Z] === RUN TestApplyLayerInvalidHardlink [2021-08-23T14:44:23.587Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink467587266\\victim\\hello" -> "../victim/hello" [2021-08-23T14:44:23.587Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink504265529\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:44:23.587Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink638407492\\victim" -> "../victim" [2021-08-23T14:44:23.587Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink824552915\\victim" -> "../victim" [2021-08-23T14:44:23.921Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-08-23T14:44:24.043Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink004103958\\victim" -> "../victim" [2021-08-23T14:44:24.043Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink156593533\\victim" -> "../victim" [2021-08-23T14:44:24.043Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-08-23T14:44:24.043Z] === RUN TestApplyLayerInvalidSymlink [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink097695928\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink485231799\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink197754538\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink927203841\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink647734636\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:24.043Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink947643867\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:44:24.043Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-08-23T14:44:24.043Z] === RUN TestApplyLayerWhiteouts [2021-08-23T14:44:24.043Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-08-23T14:44:24.043Z] === RUN TestGenerateEmptyFile [2021-08-23T14:44:24.043Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-08-23T14:44:24.043Z] === RUN TestGenerateWithContent [2021-08-23T14:44:24.043Z] --- PASS: TestGenerateWithContent (0.00s) [2021-08-23T14:44:24.043Z] PASS [2021-08-23T14:44:24.043Z] coverage: 61.9% of statements [2021-08-23T14:44:24.043Z] ok github.com/docker/docker/pkg/archive 6.367s coverage: 61.9% of statements [2021-08-23T14:44:24.043Z] === RUN Test [2021-08-23T14:44:24.043Z] === RUN Test/TestInitialize [2021-08-23T14:44:24.043Z] time="2021-08-23T14:44:23Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:44:24.043Z] time="2021-08-23T14:44:23Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:44:24.043Z] time="2021-08-23T14:44:23Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:44:24.043Z] === RUN Test/TestInitializeWithCerts [2021-08-23T14:44:24.043Z] time="2021-08-23T14:44:23Z" level=info msg="Initializing discovery with TLS" [2021-08-23T14:44:24.043Z] === RUN Test/TestWatch [2021-08-23T14:44:24.043Z] time="2021-08-23T14:44:23Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:44:24.415Z] --- PASS: TestDaemonHostGatewayIP (2.39s) [2021-08-23T14:44:24.415Z] === CONT TestRestartDaemonWithRestartingContainer [2021-08-23T14:44:24.486Z] === RUN TestDockerSuite/TestEventsRename [2021-08-23T14:44:24.744Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-08-23T14:44:25.002Z] === RUN TestDockerSuite/TestEventsResize [2021-08-23T14:44:25.014Z] 2021/08/23 14:44:24 Closing DB instances... [2021-08-23T14:44:25.260Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-08-23T14:44:25.825Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-08-23T14:44:26.317Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.84s) [2021-08-23T14:44:26.317Z] === CONT TestDaemonRestartIpcMode [2021-08-23T14:44:26.391Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-08-23T14:44:26.550Z] --- PASS: TestNetworkDBCRUDTableEntries (3.64s) [2021-08-23T14:44:26.550Z] === RUN TestNetworkDBNodeLeave [2021-08-23T14:44:27.008Z] --- PASS: Test (3.13s) [2021-08-23T14:44:27.008Z] --- PASS: Test/TestInitialize (0.13s) [2021-08-23T14:44:27.008Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-08-23T14:44:27.008Z] --- PASS: Test/TestWatch (3.00s) [2021-08-23T14:44:27.008Z] PASS [2021-08-23T14:44:27.008Z] coverage: 84.1% of statements [2021-08-23T14:44:27.008Z] ok github.com/docker/docker/pkg/discovery/kv 3.179s coverage: 84.1% of statements [2021-08-23T14:44:27.324Z] === RUN TestDockerSuite/TestEventsStreaming [2021-08-23T14:44:27.890Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-08-23T14:44:27.972Z] === RUN Test [2021-08-23T14:44:27.972Z] === RUN Test/TestWatch [2021-08-23T14:44:27.972Z] --- PASS: Test (0.00s) [2021-08-23T14:44:27.972Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:44:27.972Z] PASS [2021-08-23T14:44:27.972Z] coverage: 92.3% of statements [2021-08-23T14:44:27.972Z] ok github.com/docker/docker/pkg/discovery/memory 0.041s coverage: 92.3% of statements [2021-08-23T14:44:28.093Z] 4612f6d0b889: Pull complete [2021-08-23T14:44:28.428Z] === RUN Test [2021-08-23T14:44:28.428Z] === RUN Test/TestInitialize [2021-08-23T14:44:28.428Z] === RUN Test/TestInitializeWithPattern [2021-08-23T14:44:28.428Z] === RUN Test/TestRegister [2021-08-23T14:44:28.428Z] === RUN Test/TestWatch [2021-08-23T14:44:28.428Z] --- PASS: Test (0.00s) [2021-08-23T14:44:28.428Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:44:28.428Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-08-23T14:44:28.428Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:44:28.428Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:44:28.428Z] PASS [2021-08-23T14:44:28.428Z] coverage: 93.8% of statements [2021-08-23T14:44:28.428Z] ok github.com/docker/docker/pkg/discovery/nodes 0.040s coverage: 93.8% of statements [2021-08-23T14:44:28.850Z] --- PASS: TestDaemonRestartIpcMode (2.31s) [2021-08-23T14:44:29.393Z] === RUN TestPollerAddRemove [2021-08-23T14:44:29.393Z] --- PASS: TestPollerAddRemove (0.00s) [2021-08-23T14:44:29.393Z] === RUN TestPollerEvent [2021-08-23T14:44:29.393Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:44:29.393Z] --- SKIP: TestPollerEvent (0.00s) [2021-08-23T14:44:29.393Z] === RUN TestPollerClose [2021-08-23T14:44:29.393Z] --- PASS: TestPollerClose (0.00s) [2021-08-23T14:44:29.393Z] PASS [2021-08-23T14:44:29.393Z] coverage: 45.7% of statements [2021-08-23T14:44:29.393Z] ok github.com/docker/docker/pkg/filenotify 0.042s coverage: 45.7% of statements [2021-08-23T14:44:29.393Z] time="2021-08-23T14:44:29Z" level=error msg="node1(d39ae14d654d) Could not close DB: timeout waiting for leave broadcast" [2021-08-23T14:44:29.393Z] --- PASS: TestNetworkDBNodeLeave (3.07s) [2021-08-23T14:44:29.393Z] === RUN TestNetworkDBWatch [2021-08-23T14:44:29.544Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-08-23T14:44:30.356Z] === RUN TestCopyFileWithInvalidSrc [2021-08-23T14:44:30.356Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:44:30.356Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCopyFileWithSameSrcAndDest [2021-08-23T14:44:30.356Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-08-23T14:44:30.356Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCopyFile [2021-08-23T14:44:30.356Z] --- PASS: TestCopyFile (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-08-23T14:44:30.356Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:44:30.356Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-08-23T14:44:30.356Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestReadSymlinkedDirectoryToFile [2021-08-23T14:44:30.356Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:44:30.356Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestWildcardMatches [2021-08-23T14:44:30.356Z] --- PASS: TestWildcardMatches (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestPatternMatches [2021-08-23T14:44:30.356Z] --- PASS: TestPatternMatches (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-08-23T14:44:30.356Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestPatternMatchesFolderExclusions [2021-08-23T14:44:30.356Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-08-23T14:44:30.356Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-08-23T14:44:30.356Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-08-23T14:44:30.356Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-08-23T14:44:30.356Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestSingleExclamationError [2021-08-23T14:44:30.356Z] --- PASS: TestSingleExclamationError (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestMatchesWithNoPatterns [2021-08-23T14:44:30.356Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestMatchesWithMalformedPatterns [2021-08-23T14:44:30.356Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestMatches [2021-08-23T14:44:30.356Z] === RUN TestMatches/MatchesOrParentMatches [2021-08-23T14:44:30.356Z] === RUN TestMatches/MatchesUsingParentResult [2021-08-23T14:44:30.356Z] --- PASS: TestMatches (0.00s) [2021-08-23T14:44:30.356Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-08-23T14:44:30.356Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatterns [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatterns (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatternsExceptionFlag [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCleanPatternsErrorSingleException [2021-08-23T14:44:30.356Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCreateIfNotExistsDir [2021-08-23T14:44:30.356Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestCreateIfNotExistsFile [2021-08-23T14:44:30.356Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-08-23T14:44:30.356Z] === RUN TestMatch [2021-08-23T14:44:30.356Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:44:30.356Z] PASS [2021-08-23T14:44:30.356Z] coverage: 82.2% of statements [2021-08-23T14:44:30.356Z] ok github.com/docker/docker/pkg/fileutils 0.076s coverage: 82.2% of statements [2021-08-23T14:44:30.812Z] === RUN TestGet [2021-08-23T14:44:30.812Z] --- PASS: TestGet (0.00s) [2021-08-23T14:44:30.812Z] === RUN TestGetShortcutString [2021-08-23T14:44:30.812Z] --- PASS: TestGetShortcutString (0.00s) [2021-08-23T14:44:30.812Z] PASS [2021-08-23T14:44:30.812Z] coverage: 42.9% of statements [2021-08-23T14:44:30.812Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2021-08-23T14:44:30.858Z] INFO: Extraction ended at 08/23/2021 14:44:29. Duration:00:00:24.6608706 [2021-08-23T14:44:30.858Z] INFO: Updating the golang and path environment variables [2021-08-23T14:44:30.858Z] INFO: GOPATH=d:\gopath [2021-08-23T14:44:30.858Z] INFO: go version go1.16.7 windows/amd64 [2021-08-23T14:44:30.858Z] INFO: Running the daemon under test in debug mode [2021-08-23T14:44:30.858Z] INFO: Starting a daemon under test... [2021-08-23T14:44:30.858Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42764\3\daemon --pidfile d:\CI\PR-42764\3\docker.pid -D [2021-08-23T14:44:30.858Z] INFO: Process started successfully. [2021-08-23T14:44:30.858Z] INFO: Start tailing logs of the daemon under tests [2021-08-23T14:44:30.858Z] INFO: Waiting for the daemon under test to start... [2021-08-23T14:44:31.169Z] === RUN TestDockerSuite/TestEventsTop [2021-08-23T14:44:31.169Z] === RUN TestDockerSuite/TestEventsUntag [2021-08-23T14:44:31.271Z] 2021/08/23 14:44:30 Closing DB instances... [2021-08-23T14:44:31.728Z] === RUN TestCreateIDMapOrder [2021-08-23T14:44:31.728Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-08-23T14:44:31.728Z] PASS [2021-08-23T14:44:31.728Z] coverage: 7.2% of statements [2021-08-23T14:44:31.728Z] ok github.com/docker/docker/pkg/idtools 0.032s coverage: 7.2% of statements [2021-08-23T14:44:32.133Z] --- PASS: TestContainerKillOnDaemonStart (11.99s) [2021-08-23T14:44:32.133Z] PASS [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] === Skipped [2021-08-23T14:44:32.133Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-08-23T14:44:32.133Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-08-23T14:44:32.133Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:44:32.133Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-08-23T14:44:32.133Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-08-23T14:44:32.133Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] [2021-08-23T14:44:32.133Z] DONE 195 tests, 5 skipped in 109.277s [2021-08-23T14:44:32.133Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-08-23T14:44:32.133Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T14:44:32.392Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:44:32.392Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-08-23T14:44:32.392Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation/invalid_config [2021-08-23T14:44:32.392Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation/malformed_config [2021-08-23T14:44:32.392Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-08-23T14:44:32.392Z] === RUN TestDaemonConfigValidation/valid_config [2021-08-23T14:44:32.392Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-08-23T14:44:32.392Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:44:32.392Z] === CONT TestDaemonConfigValidation/malformed_config [2021-08-23T14:44:32.392Z] === CONT TestDaemonConfigValidation/valid_config [2021-08-23T14:44:32.392Z] === CONT TestDaemonConfigValidation/invalid_config [2021-08-23T14:44:32.392Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-08-23T14:44:32.392Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-08-23T14:44:32.392Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T14:44:32.392Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-08-23T14:44:32.540Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-08-23T14:44:32.691Z] --- PASS: TestNetworkDBWatch (3.04s) [2021-08-23T14:44:32.691Z] === RUN TestNetworkDBBulkSync [2021-08-23T14:44:32.691Z] === RUN TestFixedBufferCap [2021-08-23T14:44:32.691Z] --- PASS: TestFixedBufferCap (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestFixedBufferLen [2021-08-23T14:44:32.691Z] --- PASS: TestFixedBufferLen (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestFixedBufferString [2021-08-23T14:44:32.691Z] --- PASS: TestFixedBufferString (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestFixedBufferWrite [2021-08-23T14:44:32.691Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestFixedBufferRead [2021-08-23T14:44:32.691Z] --- PASS: TestFixedBufferRead (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestBytesPipeRead [2021-08-23T14:44:32.691Z] --- PASS: TestBytesPipeRead (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestBytesPipeWrite [2021-08-23T14:44:32.691Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-08-23T14:44:32.691Z] === RUN TestBytesPipeWriteRandomChunks [2021-08-23T14:44:33.147Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2021-08-23T14:44:33.147Z] === RUN TestAtomicWriteToFile [2021-08-23T14:44:33.147Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-08-23T14:44:33.147Z] === RUN TestAtomicWriteSetCommit [2021-08-23T14:44:33.147Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-08-23T14:44:33.147Z] === RUN TestAtomicWriteSetCancel [2021-08-23T14:44:33.147Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-08-23T14:44:33.147Z] === RUN TestReadCloserWrapperClose [2021-08-23T14:44:33.147Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestReaderErrWrapperReadOnError [2021-08-23T14:44:33.147Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestReaderErrWrapperRead [2021-08-23T14:44:33.147Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestCancelReadCloser [2021-08-23T14:44:33.147Z] --- PASS: TestCancelReadCloser (0.10s) [2021-08-23T14:44:33.147Z] === RUN TestWriteCloserWrapperClose [2021-08-23T14:44:33.147Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestNopWriteCloser [2021-08-23T14:44:33.147Z] --- PASS: TestNopWriteCloser (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestNopWriter [2021-08-23T14:44:33.147Z] --- PASS: TestNopWriter (0.00s) [2021-08-23T14:44:33.147Z] === RUN TestWriteCounter [2021-08-23T14:44:33.147Z] --- PASS: TestWriteCounter (0.00s) [2021-08-23T14:44:33.147Z] PASS [2021-08-23T14:44:33.147Z] coverage: 69.1% of statements [2021-08-23T14:44:33.147Z] ok github.com/docker/docker/pkg/ioutils 0.599s coverage: 69.1% of statements [2021-08-23T14:44:33.605Z] 2021/08/23 14:44:33 Closing DB instances... [2021-08-23T14:44:33.767Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-08-23T14:44:33.912Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-08-23T14:44:34.060Z] === RUN TestError [2021-08-23T14:44:34.060Z] --- PASS: TestError (0.00s) [2021-08-23T14:44:34.060Z] === RUN TestProgressString [2021-08-23T14:44:34.060Z] === RUN TestProgressString/no_progress [2021-08-23T14:44:34.060Z] === RUN TestProgressString/progress_1 [2021-08-23T14:44:34.060Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-08-23T14:44:34.060Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-08-23T14:44:34.060Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-08-23T14:44:34.060Z] === RUN TestProgressString/with_units [2021-08-23T14:44:34.060Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-08-23T14:44:34.060Z] === RUN TestProgressString/hide_counts [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/with_units (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-08-23T14:44:34.060Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-08-23T14:44:34.060Z] === RUN TestJSONMessageDisplay [2021-08-23T14:44:34.517Z] --- PASS: TestJSONMessageDisplay (0.14s) [2021-08-23T14:44:34.517Z] === RUN TestJSONMessageDisplayWithJSONError [2021-08-23T14:44:34.517Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-08-23T14:44:34.517Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-08-23T14:44:34.517Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-08-23T14:44:34.517Z] === RUN TestDisplayJSONMessagesStream [2021-08-23T14:44:34.517Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-08-23T14:44:34.517Z] PASS [2021-08-23T14:44:34.517Z] coverage: 91.7% of statements [2021-08-23T14:44:34.517Z] ok github.com/docker/docker/pkg/jsonmessage 0.179s coverage: 91.7% of statements [2021-08-23T14:44:34.517Z] --- PASS: TestGetAddress (21.22s) [2021-08-23T14:44:34.517Z] === RUN TestRequestSyntaxCheck [2021-08-23T14:44:34.517Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-08-23T14:44:34.517Z] === RUN TestRequest [2021-08-23T14:44:34.703Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-08-23T14:44:34.852Z] === RUN TestDockerSuite/TestExec [2021-08-23T14:44:34.973Z] === RUN TestStandardLongPath [2021-08-23T14:44:34.973Z] --- PASS: TestStandardLongPath (0.00s) [2021-08-23T14:44:34.973Z] === RUN TestUNCLongPath [2021-08-23T14:44:34.973Z] --- PASS: TestUNCLongPath (0.00s) [2021-08-23T14:44:34.973Z] PASS [2021-08-23T14:44:34.973Z] coverage: 100.0% of statements [2021-08-23T14:44:34.973Z] ok github.com/docker/docker/pkg/longpath 0.032s coverage: 100.0% of statements [2021-08-23T14:44:35.429Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2021-08-23T14:44:35.429Z] === RUN TestNetworkDBCRUDMediumCluster [2021-08-23T14:44:35.429Z] === RUN TestNameFormat [2021-08-23T14:44:35.429Z] --- PASS: TestNameFormat (0.00s) [2021-08-23T14:44:35.429Z] === RUN TestNameRetries [2021-08-23T14:44:35.429Z] --- PASS: TestNameRetries (0.00s) [2021-08-23T14:44:35.429Z] PASS [2021-08-23T14:44:35.429Z] coverage: 85.7% of statements [2021-08-23T14:44:35.429Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2021-08-23T14:44:35.436Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-08-23T14:44:35.639Z] === CONT TestConfigDaemonSeccompProfiles [2021-08-23T14:44:35.639Z] daemon_test.go:149: [d92be9cd90de3] daemon is not started [2021-08-23T14:44:35.639Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2021-08-23T14:44:35.639Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2021-08-23T14:44:35.639Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-08-23T14:44:35.639Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2021-08-23T14:44:35.639Z] PASS [2021-08-23T14:44:35.639Z] [2021-08-23T14:44:35.639Z] DONE 11 tests in 3.887s [2021-08-23T14:44:35.639Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-08-23T14:44:35.639Z] INFO: Testing against a local daemon [2021-08-23T14:44:35.639Z] === RUN TestCommitInheritsEnv [2021-08-23T14:44:35.885Z] === RUN TestParseKeyValueOpt [2021-08-23T14:44:35.885Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-08-23T14:44:35.885Z] === RUN TestParseUintList [2021-08-23T14:44:35.885Z] --- PASS: TestParseUintList (0.00s) [2021-08-23T14:44:35.885Z] === RUN TestParseUintListMaximumLimits [2021-08-23T14:44:35.885Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-08-23T14:44:35.885Z] PASS [2021-08-23T14:44:35.885Z] coverage: 97.0% of statements [2021-08-23T14:44:35.885Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2021-08-23T14:44:35.899Z] --- PASS: TestCommitInheritsEnv (0.28s) [2021-08-23T14:44:35.899Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T14:44:35.899Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-08-23T14:44:35.899Z] === RUN TestImagesFilterMultiReference [2021-08-23T14:44:35.899Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-08-23T14:44:35.899Z] === RUN TestImagePullPlatformInvalid [2021-08-23T14:44:35.899Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-08-23T14:44:35.899Z] === RUN TestRemoveImageOrphaning [2021-08-23T14:44:36.004Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-08-23T14:44:36.189Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2021-08-23T14:44:36.189Z] === RUN TestRemoveImageGarbageCollector [2021-08-23T14:44:36.568Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-08-23T14:44:36.853Z] === RUN TestNewAndRemove [2021-08-23T14:44:36.853Z] --- PASS: TestNewAndRemove (0.00s) [2021-08-23T14:44:36.853Z] === RUN TestRemoveInvalidPath [2021-08-23T14:44:36.853Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-08-23T14:44:36.853Z] PASS [2021-08-23T14:44:36.853Z] coverage: 82.6% of statements [2021-08-23T14:44:36.853Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.6% of statements [2021-08-23T14:44:37.134Z] === RUN TestDockerSuite/TestExecAPIStart [2021-08-23T14:44:37.499Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-08-23T14:44:38.121Z] --- PASS: TestRemoveImageGarbageCollector (1.77s) [2021-08-23T14:44:38.121Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T14:44:38.121Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-08-23T14:44:38.121Z] === RUN TestTagInvalidReference [2021-08-23T14:44:38.121Z] --- PASS: TestTagInvalidReference (0.01s) [2021-08-23T14:44:38.121Z] === RUN TestTagValidPrefixedRepo [2021-08-23T14:44:38.121Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-08-23T14:44:38.121Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T14:44:38.121Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-08-23T14:44:38.121Z] === RUN TestTagOfficialNames [2021-08-23T14:44:38.121Z] --- PASS: TestTagOfficialNames (0.06s) [2021-08-23T14:44:38.121Z] === RUN TestTagMatchesDigest [2021-08-23T14:44:38.121Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-08-23T14:44:38.121Z] === CONT TestImportExtremelyLargeImageWorks [2021-08-23T14:44:38.384Z] === RUN TestFailedConnection [2021-08-23T14:44:38.384Z] 2021/08/23 14:44:38 Closing DB instances... [2021-08-23T14:44:38.384Z] time="2021-08-23T14:44:38Z" level=error msg="node: 33b73aac9504 is unknown to memberlist" [2021-08-23T14:44:38.507Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-08-23T14:44:38.961Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-08-23T14:44:39.072Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-08-23T14:44:39.914Z] === RUN TestParseEmptyInterface [2021-08-23T14:44:39.914Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestParseNonInterfaceType [2021-08-23T14:44:39.914Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestParseWithOneFunction [2021-08-23T14:44:39.914Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestParseWithMultipleFuncs [2021-08-23T14:44:39.914Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestParseWithUnnamedReturn [2021-08-23T14:44:39.914Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestEmbeddedInterface [2021-08-23T14:44:39.914Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestParsedImports [2021-08-23T14:44:39.914Z] --- PASS: TestParsedImports (0.00s) [2021-08-23T14:44:39.914Z] === RUN TestAliasedImports [2021-08-23T14:44:39.914Z] --- PASS: TestAliasedImports (0.00s) [2021-08-23T14:44:39.914Z] PASS [2021-08-23T14:44:39.914Z] coverage: 56.8% of statements [2021-08-23T14:44:39.914Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2021-08-23T14:44:40.006Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-08-23T14:44:40.372Z] --- PASS: TestFailedConnection (2.00s) [2021-08-23T14:44:40.372Z] === RUN TestFailOnce [2021-08-23T14:44:40.372Z] 2021/08/23 14:44:39 http: panic serving 127.0.0.1:49290: Plugin not ready [2021-08-23T14:44:40.372Z] goroutine 18 [running]: [2021-08-23T14:44:40.372Z] net/http.(*conn).serve.func1(0xc0001a0000) [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-08-23T14:44:40.372Z] panic(0x12f5280, 0x140c690) [2021-08-23T14:44:40.372Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-08-23T14:44:40.372Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x141cd50, 0xc00022c000, 0xc0001a8000) [2021-08-23T14:44:40.372Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-08-23T14:44:40.372Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0x141cd50, 0xc00022c000, 0xc0001a8000) [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-08-23T14:44:40.372Z] net/http.(*ServeMux).ServeHTTP(0xc00004e900, 0x141cd50, 0xc00022c000, 0xc0001a8000) [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-08-23T14:44:40.372Z] net/http.serverHandler.ServeHTTP(0xc000160000, 0x141cd50, 0xc00022c000, 0xc0001a8000) [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-08-23T14:44:40.372Z] net/http.(*conn).serve(0xc0001a0000, 0x141d940, 0xc000188040) [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-08-23T14:44:40.372Z] created by net/http.(*Server).Serve [2021-08-23T14:44:40.372Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-08-23T14:44:40.372Z] time="2021-08-23T14:44:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.FailOnce: Post \"http://127.0.0.1:49289/Test.FailOnce\": EOF, retrying in 1s" [2021-08-23T14:44:40.572Z] --- PASS: TestServiceUpdatePidsLimit (17.18s) [2021-08-23T14:44:40.572Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) [2021-08-23T14:44:40.572Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.20s) [2021-08-23T14:44:40.572Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-08-23T14:44:40.572Z] PASS [2021-08-23T14:44:40.572Z] [2021-08-23T14:44:40.572Z] === Skipped [2021-08-23T14:44:40.572Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-08-23T14:44:40.572Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:44:40.572Z] [2021-08-23T14:44:40.572Z] [2021-08-23T14:44:40.572Z] DONE 27 tests, 1 skipped in 188.324s [2021-08-23T14:44:40.572Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-08-23T14:44:40.572Z] ++ 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-08-23T14:44:40.572Z] ++ set -e [2021-08-23T14:44:40.572Z] ++ '[' -n 0 ']' [2021-08-23T14:44:40.572Z] ++ set -x [2021-08-23T14:44:40.572Z] ++ 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-08-23T14:44:40.572Z] INFO: Testing against a local daemon [2021-08-23T14:44:40.572Z] === RUN TestSessionCreate [2021-08-23T14:44:40.572Z] --- PASS: TestSessionCreate (0.02s) [2021-08-23T14:44:40.572Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T14:44:40.828Z] === RUN TestHTTPTransport [2021-08-23T14:44:40.828Z] --- PASS: TestHTTPTransport (0.00s) [2021-08-23T14:44:40.828Z] PASS [2021-08-23T14:44:40.828Z] coverage: 85.7% of statements [2021-08-23T14:44:40.828Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2021-08-23T14:44:40.828Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.49s) [2021-08-23T14:44:40.828Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-08-23T14:44:40.830Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-08-23T14:44:40.830Z] PASS [2021-08-23T14:44:40.830Z] [2021-08-23T14:44:40.830Z] DONE 2 tests in 0.054s [2021-08-23T14:44:40.830Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-08-23T14:44:40.830Z] ++ 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-08-23T14:44:40.830Z] ++ set -e [2021-08-23T14:44:40.830Z] ++ '[' -n 0 ']' [2021-08-23T14:44:40.830Z] ++ set -x [2021-08-23T14:44:40.830Z] ++ 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-08-23T14:44:40.830Z] INFO: Testing against a local daemon [2021-08-23T14:44:40.830Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T14:44:40.830Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T14:44:40.830Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T14:44:40.830Z] === RUN TestDiskUsage [2021-08-23T14:44:40.830Z] === PAUSE TestDiskUsage [2021-08-23T14:44:40.830Z] === RUN TestEventsExecDie [2021-08-23T14:44:41.088Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-08-23T14:44:41.284Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:44:41.285Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestBufioReaderPoolPutAndGet [2021-08-23T14:44:41.285Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-08-23T14:44:41.285Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:44:41.285Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestBufioWriterPoolPutAndGet [2021-08-23T14:44:41.285Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-08-23T14:44:41.285Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestBufferPoolPutAndGet [2021-08-23T14:44:41.285Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-08-23T14:44:41.285Z] PASS [2021-08-23T14:44:41.285Z] coverage: 88.2% of statements [2021-08-23T14:44:41.285Z] ok github.com/docker/docker/pkg/pools 0.031s coverage: 88.2% of statements [2021-08-23T14:44:41.285Z] --- PASS: TestFailOnce (1.14s) [2021-08-23T14:44:41.285Z] === RUN TestEchoInputOutput [2021-08-23T14:44:41.285Z] --- PASS: TestEchoInputOutput (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestBackoff [2021-08-23T14:44:41.285Z] --- PASS: TestBackoff (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestAbortRetry [2021-08-23T14:44:41.285Z] --- PASS: TestAbortRetry (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestClientScheme [2021-08-23T14:44:41.285Z] --- PASS: TestClientScheme (0.00s) [2021-08-23T14:44:41.285Z] === RUN TestNewClientWithTimeout [2021-08-23T14:44:41.654Z] --- PASS: TestEventsExecDie (0.77s) [2021-08-23T14:44:41.654Z] === RUN TestEventsBackwardsCompatible [2021-08-23T14:44:41.654Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-08-23T14:44:41.654Z] === RUN TestEventsVolumeCreate [2021-08-23T14:44:41.654Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-08-23T14:44:41.654Z] === RUN TestInfoBinaryCommits [2021-08-23T14:44:41.654Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-08-23T14:44:41.654Z] === RUN TestInfoAPIVersioned [2021-08-23T14:44:41.654Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-08-23T14:44:41.654Z] === RUN TestInfoDiscoveryBackend [2021-08-23T14:44:41.741Z] === RUN TestOutputOnPrematureClose [2021-08-23T14:44:41.741Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-08-23T14:44:41.741Z] === RUN TestCompleteSilently [2021-08-23T14:44:41.741Z] --- PASS: TestCompleteSilently (0.00s) [2021-08-23T14:44:41.741Z] PASS [2021-08-23T14:44:41.741Z] coverage: 75.9% of statements [2021-08-23T14:44:41.741Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2021-08-23T14:44:41.741Z] time="2021-08-23T14:44:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-08-23T14:44:41.741Z] 2021/08/23 14:44:41 Closing DB instances... [2021-08-23T14:44:41.912Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-08-23T14:44:42.170Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-08-23T14:44:42.170Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-08-23T14:44:42.197Z] === RUN TestSendToOneSub [2021-08-23T14:44:42.197Z] --- PASS: TestSendToOneSub (0.00s) [2021-08-23T14:44:42.197Z] === RUN TestSendToMultipleSubs [2021-08-23T14:44:42.197Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-08-23T14:44:42.197Z] === RUN TestEvictOneSub [2021-08-23T14:44:42.197Z] --- PASS: TestEvictOneSub (0.00s) [2021-08-23T14:44:42.197Z] === RUN TestClosePublisher [2021-08-23T14:44:42.197Z] --- PASS: TestClosePublisher (0.00s) [2021-08-23T14:44:42.197Z] === RUN TestPubSubRace [2021-08-23T14:44:42.197Z] --- PASS: TestRequest (7.80s) [2021-08-23T14:44:42.197Z] === RUN TestOverlappingRequests [2021-08-23T14:44:42.428Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-08-23T14:44:42.555Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-08-23T14:44:42.655Z] --- PASS: TestOverlappingRequests (0.38s) [2021-08-23T14:44:42.655Z] === RUN TestRelease [2021-08-23T14:44:43.111Z] --- PASS: TestPubSubRace (1.04s) [2021-08-23T14:44:43.111Z] PASS [2021-08-23T14:44:43.111Z] coverage: 75.0% of statements [2021-08-23T14:44:43.111Z] ok github.com/docker/docker/pkg/pubsub 1.069s coverage: 75.0% of statements [2021-08-23T14:44:43.111Z] time="2021-08-23T14:44:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-08-23T14:44:43.361Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-08-23T14:44:43.361Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-08-23T14:44:43.361Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-08-23T14:44:43.574Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-08-23T14:44:43.574Z] === RUN TestNetworkDBGarbageCollection [2021-08-23T14:44:43.619Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-08-23T14:44:43.619Z] === RUN TestInfoAPI [2021-08-23T14:44:43.619Z] --- PASS: TestInfoAPI (0.02s) [2021-08-23T14:44:43.619Z] === RUN TestInfoAPIWarnings [2021-08-23T14:44:44.030Z] === RUN TestRegister [2021-08-23T14:44:44.030Z] --- PASS: TestRegister (0.00s) [2021-08-23T14:44:44.030Z] === RUN TestCommand [2021-08-23T14:44:44.030Z] --- PASS: TestCommand (0.03s) [2021-08-23T14:44:44.030Z] === RUN TestNaiveSelf [2021-08-23T14:44:44.030Z] --- PASS: TestNaiveSelf (0.03s) [2021-08-23T14:44:44.030Z] PASS [2021-08-23T14:44:44.030Z] coverage: 82.4% of statements [2021-08-23T14:44:44.030Z] ok github.com/docker/docker/pkg/reexec 0.089s coverage: 82.4% of statements [2021-08-23T14:44:44.030Z] --- PASS: TestRelease (1.49s) [2021-08-23T14:44:44.030Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:44:44.486Z] === RUN TestDump [2021-08-23T14:44:44.486Z] goroutine 6 [running]: [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x1200e490, 0x4857e63ebbc) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.TestDump(0xc000029080) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e [2021-08-23T14:44:44.486Z] testing.tRunner(0xc000029080, 0xbf5ea0) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:44:44.486Z] created by testing.(*T).Run [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:44:44.486Z] [2021-08-23T14:44:44.486Z] goroutine 1 [chan receive]: [2021-08-23T14:44:44.486Z] testing.(*T).Run(0xc000029080, 0xbe85d8, 0x8, 0xbf5ea0, 0xa5a18d) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:44:44.486Z] testing.runTests.func1(0xc000028f00) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:44:44.486Z] testing.tRunner(0xc000028f00, 0xc000075da8) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:44:44.486Z] testing.runTests(0xc000004078, 0xd3b220, 0x3, 0x3, 0xc0410b8d11f1a188, 0x8bb315a881, 0xd3fc80, 0xbe9e28) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:44:44.486Z] testing.(*M).Run(0xc00007a080, 0x0) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:44:44.486Z] main.main() [2021-08-23T14:44:44.486Z] _testmain.go:95 +0x1c8 [2021-08-23T14:44:44.486Z] --- PASS: TestDump (0.00s) [2021-08-23T14:44:44.486Z] === RUN TestDumpToFile [2021-08-23T14:44:44.486Z] --- PASS: TestDumpToFile (0.11s) [2021-08-23T14:44:44.486Z] === RUN TestDumpToFileWithEmptyInput [2021-08-23T14:44:44.486Z] goroutine 8 [running]: [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x438, 0xad43c0) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5 [2021-08-23T14:44:44.486Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000029500) [2021-08-23T14:44:44.486Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34 [2021-08-23T14:44:44.486Z] testing.tRunner(0xc000029500, 0xbf5e90) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:44:44.486Z] created by testing.(*T).Run [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:44:44.486Z] [2021-08-23T14:44:44.486Z] goroutine 1 [chan receive]: [2021-08-23T14:44:44.486Z] testing.(*T).Run(0xc000029500, 0xbef08c, 0x1c, 0xbf5e90, 0xa5a101) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:44:44.486Z] testing.runTests.func1(0xc000028f00) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:44:44.486Z] testing.tRunner(0xc000028f00, 0xc000075da8) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:44:44.486Z] testing.runTests(0xc000004078, 0xd3b220, 0x3, 0x3, 0xc0410b8d11f1a188, 0x8bb315a881, 0xd3fc80, 0xbe9e28) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:44:44.486Z] testing.(*M).Run(0xc00007a080, 0x0) [2021-08-23T14:44:44.486Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:44:44.486Z] main.main() [2021-08-23T14:44:44.486Z] _testmain.go:95 +0x1c8 [2021-08-23T14:44:44.486Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-08-23T14:44:44.486Z] PASS [2021-08-23T14:44:44.486Z] coverage: 90.9% of statements [2021-08-23T14:44:44.486Z] ok github.com/docker/docker/pkg/stack 0.147s coverage: 90.9% of statements [2021-08-23T14:44:44.552Z] === RUN TestDockerSuite/TestExecCgroup [2021-08-23T14:44:45.450Z] === RUN TestNewStdWriter [2021-08-23T14:44:45.450Z] --- PASS: TestNewStdWriter (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestWriteWithUninitializedStdWriter [2021-08-23T14:44:45.450Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestWriteWithNilBytes [2021-08-23T14:44:45.450Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestWrite [2021-08-23T14:44:45.450Z] --- PASS: TestWrite (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestWriteWithWriterError [2021-08-23T14:44:45.450Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-08-23T14:44:45.450Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyWriteAndRead [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyWithInvalidInputHeader [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyWithCorruptedPrefix [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyReturnsWriteErrors [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-08-23T14:44:45.450Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-08-23T14:44:45.450Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-08-23T14:44:45.450Z] PASS [2021-08-23T14:44:45.450Z] coverage: 100.0% of statements [2021-08-23T14:44:45.450Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2021-08-23T14:44:45.485Z] === RUN TestDockerSuite/TestExecEnv [2021-08-23T14:44:45.906Z] time="2021-08-23T14:44:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-08-23T14:44:45.906Z] === RUN TestRawProgressFormatterFormatStatus [2021-08-23T14:44:45.906Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestRawProgressFormatterFormatProgress [2021-08-23T14:44:45.906Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestFormatStatus [2021-08-23T14:44:45.906Z] --- PASS: TestFormatStatus (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestFormatError [2021-08-23T14:44:45.906Z] --- PASS: TestFormatError (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestFormatJSONError [2021-08-23T14:44:45.906Z] --- PASS: TestFormatJSONError (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestJsonProgressFormatterFormatProgress [2021-08-23T14:44:45.906Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestJsonProgressFormatterFormatStatus [2021-08-23T14:44:45.906Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestNewJSONProgressOutput [2021-08-23T14:44:45.906Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestAuxFormatterEmit [2021-08-23T14:44:45.906Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestStreamWriterStdout [2021-08-23T14:44:45.906Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-08-23T14:44:45.906Z] === RUN TestStreamWriterStderr [2021-08-23T14:44:45.906Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-08-23T14:44:45.906Z] PASS [2021-08-23T14:44:45.906Z] coverage: 66.2% of statements [2021-08-23T14:44:45.906Z] ok github.com/docker/docker/pkg/streamformatter 0.033s coverage: 66.2% of statements [2021-08-23T14:44:46.049Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-08-23T14:44:46.363Z] === RUN TestGenerateRandomID [2021-08-23T14:44:46.364Z] --- PASS: TestGenerateRandomID (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestShortenId [2021-08-23T14:44:46.364Z] --- PASS: TestShortenId (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestShortenSha256Id [2021-08-23T14:44:46.364Z] --- PASS: TestShortenSha256Id (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestShortenIdEmpty [2021-08-23T14:44:46.364Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestShortenIdInvalid [2021-08-23T14:44:46.364Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestIsShortIDNonHex [2021-08-23T14:44:46.364Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-08-23T14:44:46.364Z] === RUN TestIsShortIDNotCorrectSize [2021-08-23T14:44:46.364Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-08-23T14:44:46.364Z] PASS [2021-08-23T14:44:46.364Z] coverage: 70.6% of statements [2021-08-23T14:44:46.364Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2021-08-23T14:44:46.821Z] === RUN TestIsCpusetListAvailable [2021-08-23T14:44:46.821Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-08-23T14:44:46.821Z] PASS [2021-08-23T14:44:46.821Z] coverage: 39.4% of statements [2021-08-23T14:44:46.821Z] ok github.com/docker/docker/pkg/sysinfo 0.031s coverage: 39.4% of statements [2021-08-23T14:44:47.422Z] === RUN TestDockerSuite/TestExecExitStatus [2021-08-23T14:44:47.986Z] === RUN TestDockerSuite/TestExecInspectID [2021-08-23T14:44:48.349Z] === RUN TestChtimes [2021-08-23T14:44:48.349Z] --- PASS: TestChtimes (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestChtimesWindows [2021-08-23T14:44:48.349Z] --- PASS: TestChtimesWindows (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-08-23T14:44:48.349Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestEnsureRemoveAllNotExist [2021-08-23T14:44:48.349Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestEnsureRemoveAllWithDir [2021-08-23T14:44:48.349Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestEnsureRemoveAllWithFile [2021-08-23T14:44:48.349Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-08-23T14:44:48.349Z] === RUN TestHasWin32KSupport [2021-08-23T14:44:48.349Z] syscall_windows_test.go:8: win32k: true [2021-08-23T14:44:48.349Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-08-23T14:44:48.349Z] PASS [2021-08-23T14:44:48.349Z] coverage: 12.9% of statements [2021-08-23T14:44:48.349Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2021-08-23T14:44:48.349Z] --- PASS: TestAllocateRandomDeallocate (4.34s) [2021-08-23T14:44:48.349Z] === RUN TestRetrieveFromStore [2021-08-23T14:44:48.806Z] === RUN TestTailFile [2021-08-23T14:44:48.806Z] --- PASS: TestTailFile (0.00s) [2021-08-23T14:44:48.806Z] === RUN TestTailFileManyLines [2021-08-23T14:44:48.806Z] --- PASS: TestTailFileManyLines (0.00s) [2021-08-23T14:44:48.806Z] === RUN TestTailEmptyFile [2021-08-23T14:44:48.806Z] --- PASS: TestTailEmptyFile (0.00s) [2021-08-23T14:44:48.806Z] === RUN TestTailNegativeN [2021-08-23T14:44:48.806Z] --- PASS: TestTailNegativeN (0.00s) [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/single_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/2_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader/no_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader/4_byte_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader/2_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader/8_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === CONT TestNewTailReader/12_byte_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:44:48.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/single_byte_delimiter [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.264Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.265Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.265Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.266Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.266Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.267Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.267Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.267Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:44:49.268Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.268Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.268Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.269Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.269Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.270Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.726Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:44:49.727Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.727Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.728Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:44:49.729Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:44:49.730Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:44:49.730Z] PASS [2021-08-23T14:44:49.730Z] coverage: 88.6% of statements [2021-08-23T14:44:49.730Z] ok github.com/docker/docker/pkg/tailfile 0.141s coverage: 88.6% of statements [2021-08-23T14:44:50.186Z] --- PASS: TestRetrieveFromStore (1.55s) [2021-08-23T14:44:50.186Z] === RUN TestRequestReleaseAddressDuplicate [2021-08-23T14:44:50.186Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-08-23T14:44:50.186Z] === RUN TestParallelPredefinedRequest1 [2021-08-23T14:44:50.186Z] === PAUSE TestParallelPredefinedRequest1 [2021-08-23T14:44:50.186Z] === RUN TestParallelPredefinedRequest2 [2021-08-23T14:44:50.186Z] === PAUSE TestParallelPredefinedRequest2 [2021-08-23T14:44:50.186Z] === RUN TestParallelPredefinedRequest3 [2021-08-23T14:44:50.186Z] === PAUSE TestParallelPredefinedRequest3 [2021-08-23T14:44:50.186Z] === RUN TestParallelPredefinedRequest4 [2021-08-23T14:44:50.186Z] === PAUSE TestParallelPredefinedRequest4 [2021-08-23T14:44:50.186Z] === RUN TestParallelPredefinedRequest5 [2021-08-23T14:44:50.186Z] === PAUSE TestParallelPredefinedRequest5 [2021-08-23T14:44:50.186Z] === RUN TestDebug [2021-08-23T14:44:50.186Z] --- PASS: TestDebug (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestRequestPoolParallel [2021-08-23T14:44:50.186Z] === RUN TestTarSumRemoveNonExistent [2021-08-23T14:44:50.186Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestTarSumRemove [2021-08-23T14:44:50.186Z] --- PASS: TestTarSumRemove (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestSortFileInfoSums [2021-08-23T14:44:50.186Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestNewTarSumForLabelInvalid [2021-08-23T14:44:50.186Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestNewTarSumForLabel [2021-08-23T14:44:50.186Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestEmptyTar [2021-08-23T14:44:50.186Z] --- PASS: TestEmptyTar (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestTarSumsReadSize [2021-08-23T14:44:50.186Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestTarSums [2021-08-23T14:44:50.186Z] --- PASS: TestTarSums (0.08s) [2021-08-23T14:44:50.186Z] === RUN TestIteration [2021-08-23T14:44:50.186Z] --- PASS: TestIteration (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestVersionLabelForChecksum [2021-08-23T14:44:50.186Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestVersion [2021-08-23T14:44:50.186Z] --- PASS: TestVersion (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestGetVersion [2021-08-23T14:44:50.186Z] --- PASS: TestGetVersion (0.00s) [2021-08-23T14:44:50.186Z] === RUN TestGetVersions [2021-08-23T14:44:50.186Z] --- PASS: TestGetVersions (0.00s) [2021-08-23T14:44:50.186Z] PASS [2021-08-23T14:44:50.186Z] coverage: 89.3% of statements [2021-08-23T14:44:50.186Z] ok github.com/docker/docker/pkg/tarsum 0.138s coverage: 89.3% of statements [2021-08-23T14:44:50.186Z] time="2021-08-23T14:44:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-08-23T14:44:50.513Z] === RUN TestDockerSuite/TestExecInteractive [2021-08-23T14:44:50.761Z] --- PASS: TestRequestPoolParallel (0.39s) [2021-08-23T14:44:50.761Z] === RUN TestFullAllocateRelease [2021-08-23T14:44:50.761Z] testing: warning: no tests to run [2021-08-23T14:44:50.761Z] PASS [2021-08-23T14:44:50.761Z] coverage: [no statements] [2021-08-23T14:44:50.761Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2021-08-23T14:44:50.761Z] --- PASS: TestFullAllocateRelease (0.41s) [2021-08-23T14:44:50.761Z] === RUN TestOddAllocateRelease [2021-08-23T14:44:51.217Z] --- PASS: TestOddAllocateRelease (0.25s) [2021-08-23T14:44:51.217Z] === RUN TestFullAllocateSerialReleaseParallel [2021-08-23T14:44:51.217Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-08-23T14:44:51.217Z] === RUN TestOddAllocateSerialReleaseParallel [2021-08-23T14:44:51.217Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2021-08-23T14:44:51.217Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-08-23T14:44:51.217Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-08-23T14:44:51.217Z] === CONT TestParallelPredefinedRequest1 [2021-08-23T14:44:51.217Z] === CONT TestParallelPredefinedRequest4 [2021-08-23T14:44:51.217Z] === CONT TestParallelPredefinedRequest3 [2021-08-23T14:44:51.217Z] === CONT TestParallelPredefinedRequest1 [2021-08-23T14:44:51.217Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:44:51.217Z] === CONT TestParallelPredefinedRequest4 [2021-08-23T14:44:51.217Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:44:51.218Z] === CONT TestParallelPredefinedRequest2 [2021-08-23T14:44:51.218Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:44:51.218Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:44:51.218Z] === CONT TestParallelPredefinedRequest5 [2021-08-23T14:44:51.218Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:44:51.218Z] === CONT TestParallelPredefinedRequest5 [2021-08-23T14:44:51.218Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:44:51.218Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:44:51.218Z] === CONT TestParallelPredefinedRequest3 [2021-08-23T14:44:51.218Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:44:51.218Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:44:51.218Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:44:51.218Z] PASS [2021-08-23T14:44:51.218Z] coverage: 85.3% of statements [2021-08-23T14:44:51.218Z] ok github.com/docker/docker/libnetwork/ipam 46.854s coverage: 85.3% of statements [2021-08-23T14:44:51.218Z] === RUN TestTruncIndex [2021-08-23T14:44:51.447Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-08-23T14:44:51.675Z] --- PASS: TestTruncIndex (0.10s) [2021-08-23T14:44:51.675Z] PASS [2021-08-23T14:44:51.675Z] coverage: 91.5% of statements [2021-08-23T14:44:51.675Z] ok github.com/docker/docker/pkg/truncindex 0.132s coverage: 91.5% of statements [2021-08-23T14:44:51.911Z] ...INFO: Daemon under test started and replied! [2021-08-23T14:44:51.911Z] INFO: Docker version of the daemon under test [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] Client: [2021-08-23T14:44:51.911Z] Version: 17.06.2-ce [2021-08-23T14:44:51.911Z] API version: 1.30 [2021-08-23T14:44:51.911Z] Go version: go1.8.3 [2021-08-23T14:44:51.911Z] Git commit: cec0b72 [2021-08-23T14:44:51.911Z] Built: Tue Sep 5 19:57:19 2017 [2021-08-23T14:44:51.911Z] OS/Arch: windows/amd64 [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] Server: [2021-08-23T14:44:51.911Z] Version: 0.0.0-dev [2021-08-23T14:44:51.911Z] API version: 1.42 (minimum version 1.24) [2021-08-23T14:44:51.911Z] Go version: go1.16.7 [2021-08-23T14:44:51.911Z] Git commit: 82c978ad95 [2021-08-23T14:44:51.911Z] Built: 08/23/2021 14:42:46 [2021-08-23T14:44:51.911Z] OS/Arch: windows/amd64 [2021-08-23T14:44:51.911Z] Experimental: false [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] INFO: Docker info of the daemon under test [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] Containers: 0 [2021-08-23T14:44:51.911Z] Running: 0 [2021-08-23T14:44:51.911Z] Paused: 0 [2021-08-23T14:44:51.911Z] Stopped: 0 [2021-08-23T14:44:51.911Z] Images: 0 [2021-08-23T14:44:51.911Z] Server Version: 0.0.0-dev [2021-08-23T14:44:51.911Z] Storage Driver: windowsfilter [2021-08-23T14:44:51.911Z] Windows: [2021-08-23T14:44:51.911Z] Logging Driver: json-file [2021-08-23T14:44:51.911Z] Plugins: [2021-08-23T14:44:51.911Z] Volume: local [2021-08-23T14:44:51.911Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T14:44:51.911Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T14:44:51.911Z] Swarm: inactive [2021-08-23T14:44:51.911Z] Default Isolation: process [2021-08-23T14:44:51.911Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T14:44:51.911Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T14:44:51.911Z] OSType: windows [2021-08-23T14:44:51.911Z] Architecture: x86_64 [2021-08-23T14:44:51.911Z] CPUs: 4 [2021-08-23T14:44:51.911Z] Total Memory: 32GiB [2021-08-23T14:44:51.911Z] Name: azwin-2-7f12a0 [2021-08-23T14:44:51.911Z] ID: WT4G:E3KN:HRHC:3SZZ:45R4:JJPC:RKCK:MROP:CGZD:6IDO:V66Z:SSIQ [2021-08-23T14:44:51.911Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T14:44:51.911Z] Debug Mode (client): false [2021-08-23T14:44:51.911Z] Debug Mode (server): true [2021-08-23T14:44:51.911Z] File Descriptors: -1 [2021-08-23T14:44:51.911Z] Goroutines: 16 [2021-08-23T14:44:51.911Z] System Time: 2021-08-23T14:44:49.0840164Z [2021-08-23T14:44:51.911Z] EventsListeners: 0 [2021-08-23T14:44:51.911Z] Registry: https://index.docker.io/v1/ [2021-08-23T14:44:51.911Z] Labels: [2021-08-23T14:44:51.911Z] Experimental: false [2021-08-23T14:44:51.911Z] Insecure Registries: [2021-08-23T14:44:51.911Z] 127.0.0.0/8 [2021-08-23T14:44:51.911Z] Live Restore Enabled: false [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] INFO: Docker images of the daemon under test [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:44:51.911Z] [2021-08-23T14:44:51.911Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-08-23T14:44:51.911Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 from docker hub into daemon under test. This may take some time... [2021-08-23T14:44:51.911Z] 10.0.20348.1: Pulling from windows/servercore/insider [2021-08-23T14:44:51.911Z] 8f616e6e9eec: Pulling fs layer [2021-08-23T14:44:52.132Z] === RUN TestIsGIT [2021-08-23T14:44:52.132Z] --- PASS: TestIsGIT (0.00s) [2021-08-23T14:44:52.132Z] === RUN TestIsTransport [2021-08-23T14:44:52.132Z] --- PASS: TestIsTransport (0.00s) [2021-08-23T14:44:52.132Z] PASS [2021-08-23T14:44:52.132Z] coverage: 100.0% of statements [2021-08-23T14:44:52.132Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2021-08-23T14:44:52.381Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-08-23T14:44:52.588Z] === RUN TestVersionInfo [2021-08-23T14:44:52.588Z] --- PASS: TestVersionInfo (0.00s) [2021-08-23T14:44:52.588Z] === RUN TestAppendVersions [2021-08-23T14:44:52.588Z] --- PASS: TestAppendVersions (0.00s) [2021-08-23T14:44:52.588Z] PASS [2021-08-23T14:44:52.588Z] coverage: 88.9% of statements [2021-08-23T14:44:52.588Z] ok github.com/docker/docker/pkg/useragent 0.030s coverage: 88.9% of statements [2021-08-23T14:44:52.946Z] === RUN TestDockerSuite/TestExecParseError [2021-08-23T14:44:53.512Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-08-23T14:44:54.078Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-08-23T14:44:54.122Z] === RUN TestValidatePrivileges [2021-08-23T14:44:54.122Z] --- PASS: TestValidatePrivileges (0.00s) [2021-08-23T14:44:54.122Z] === RUN TestFilterByCapNeg [2021-08-23T14:44:54.122Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-08-23T14:44:54.122Z] === RUN TestFilterByCapPos [2021-08-23T14:44:54.122Z] --- PASS: TestFilterByCapPos (0.00s) [2021-08-23T14:44:54.122Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-08-23T14:44:54.122Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-08-23T14:44:54.122Z] PASS [2021-08-23T14:44:54.122Z] coverage: 12.0% of statements [2021-08-23T14:44:54.122Z] ok github.com/docker/docker/plugin 0.039s coverage: 12.0% of statements [2021-08-23T14:44:54.642Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-08-23T14:44:55.085Z] === RUN TestNewSettable [2021-08-23T14:44:55.085Z] --- PASS: TestNewSettable (0.00s) [2021-08-23T14:44:55.085Z] === RUN TestIsSettable [2021-08-23T14:44:55.085Z] --- PASS: TestIsSettable (0.00s) [2021-08-23T14:44:55.085Z] === RUN TestUpdateSettingsEnv [2021-08-23T14:44:55.085Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-08-23T14:44:55.085Z] PASS [2021-08-23T14:44:55.085Z] coverage: 20.0% of statements [2021-08-23T14:44:55.085Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 20.0% of statements [2021-08-23T14:44:55.543Z] === RUN TestLoad [2021-08-23T14:44:55.543Z] --- PASS: TestLoad (0.00s) [2021-08-23T14:44:55.543Z] === RUN TestSave [2021-08-23T14:44:55.543Z] --- PASS: TestSave (0.02s) [2021-08-23T14:44:55.543Z] === RUN TestAddDeleteGet [2021-08-23T14:44:55.543Z] --- PASS: TestAddDeleteGet (0.03s) [2021-08-23T14:44:55.543Z] === RUN TestInvalidTags [2021-08-23T14:44:55.543Z] --- PASS: TestInvalidTags (0.01s) [2021-08-23T14:44:55.543Z] PASS [2021-08-23T14:44:55.543Z] coverage: 83.7% of statements [2021-08-23T14:44:55.543Z] ok github.com/docker/docker/reference 0.095s coverage: 83.7% of statements [2021-08-23T14:44:56.015Z] === RUN TestDockerSuite/TestExecSetEnv [2021-08-23T14:44:56.170Z] .......................... [ 67%] [2021-08-23T14:44:56.580Z] === RUN TestDockerSuite/TestExecStartFails [2021-08-23T14:44:57.148Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-08-23T14:44:57.710Z] === RUN TestResolveAuthConfigIndexServer [2021-08-23T14:44:57.710Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestResolveAuthConfigFullURL [2021-08-23T14:44:57.710Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestLoadAllowNondistributableArtifacts [2021-08-23T14:44:57.710Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestValidateMirror [2021-08-23T14:44:57.710Z] --- PASS: TestValidateMirror (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestLoadInsecureRegistries [2021-08-23T14:44:57.710Z] time="2021-08-23T14:44:57Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:44:57.710Z] time="2021-08-23T14:44:57Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-08-23T14:44:57.710Z] time="2021-08-23T14:44:57Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:44:57.710Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-08-23T14:44:57.710Z] === RUN TestNewServiceConfig [2021-08-23T14:44:57.710Z] --- PASS: TestNewServiceConfig (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestValidateIndexName [2021-08-23T14:44:57.710Z] --- PASS: TestValidateIndexName (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestValidateIndexNameWithError [2021-08-23T14:44:57.710Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestEndpointParse [2021-08-23T14:44:57.710Z] --- PASS: TestEndpointParse (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestEndpointParseInvalid [2021-08-23T14:44:57.710Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestValidateEndpoint [2021-08-23T14:44:57.710Z] --- PASS: TestValidateEndpoint (0.01s) [2021-08-23T14:44:57.710Z] === RUN TestPing [2021-08-23T14:44:57.710Z] --- PASS: TestPing (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestPingRegistryEndpoint [2021-08-23T14:44:57.710Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:57.710Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestEndpoint [2021-08-23T14:44:57.710Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:57.710Z] --- SKIP: TestEndpoint (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestParseRepositoryInfo [2021-08-23T14:44:57.710Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestNewIndexInfo [2021-08-23T14:44:57.710Z] --- PASS: TestNewIndexInfo (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestMirrorEndpointLookup [2021-08-23T14:44:57.710Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:44:57.710Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestSearchRepositories [2021-08-23T14:44:57.710Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-08-23T14:44:57.710Z] Host: 127.0.0.1:49319 [2021-08-23T14:44:57.710Z] User-Agent: docker test client [2021-08-23T14:44:57.710Z] Authorization: Token fake-token [2021-08-23T14:44:57.710Z] X-Docker-Token: true [2021-08-23T14:44:57.710Z] Accept-Encoding: gzip [2021-08-23T14:44:57.710Z] [2021-08-23T14:44:57.710Z] [2021-08-23T14:44:57.710Z] registry_test.go:730: HTTP/1.1 200 OK [2021-08-23T14:44:57.710Z] Connection: close [2021-08-23T14:44:57.710Z] Content-Length: 144 [2021-08-23T14:44:57.710Z] Cache-Control: no-cache [2021-08-23T14:44:57.710Z] Content-Type: application/json [2021-08-23T14:44:57.710Z] Date: Mon, 23 Aug 2021 14:44:57 GMT [2021-08-23T14:44:57.710Z] Expires: -1 [2021-08-23T14:44:57.710Z] Pragma: no-cache [2021-08-23T14:44:57.710Z] Server: docker-tests/mock [2021-08-23T14:44:57.710Z] X-Docker-Registry-Config: mock [2021-08-23T14:44:57.710Z] X-Docker-Registry-Version: 0.0.0 [2021-08-23T14:44:57.710Z] [2021-08-23T14:44:57.710Z] [2021-08-23T14:44:57.710Z] --- PASS: TestSearchRepositories (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestTrustedLocation [2021-08-23T14:44:57.710Z] --- PASS: TestTrustedLocation (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-08-23T14:44:57.710Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestAllowNondistributableArtifacts [2021-08-23T14:44:57.710Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-08-23T14:44:57.710Z] === RUN TestIsSecureIndex [2021-08-23T14:44:57.710Z] --- PASS: TestIsSecureIndex (0.00s) [2021-08-23T14:44:57.710Z] PASS [2021-08-23T14:44:57.710Z] coverage: 51.7% of statements [2021-08-23T14:44:57.710Z] ok github.com/docker/docker/registry 0.185s coverage: 51.7% of statements [2021-08-23T14:44:58.124Z] check_test.go:380: [d984f5dc2f645] daemon is not started [2021-08-23T14:44:58.124Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-08-23T14:44:58.166Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-08-23T14:44:58.166Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-08-23T14:44:58.166Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-08-23T14:44:58.167Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReaderWithReadError [2021-08-23T14:44:58.623Z] time="2021-08-23T14:44:58Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReader [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReader (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-08-23T14:44:58.623Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-08-23T14:44:58.623Z] PASS [2021-08-23T14:44:58.623Z] coverage: 100.0% of statements [2021-08-23T14:44:58.623Z] ok github.com/docker/docker/registry/resumable 0.170s coverage: 100.0% of statements [2021-08-23T14:44:58.623Z] === RUN TestRestartManagerTimeout [2021-08-23T14:44:58.623Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-08-23T14:44:58.623Z] === RUN TestRestartManagerTimeoutReset [2021-08-23T14:44:58.623Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-08-23T14:44:58.623Z] PASS [2021-08-23T14:44:58.623Z] coverage: 50.9% of statements [2021-08-23T14:44:58.623Z] ok github.com/docker/docker/restartmanager 0.031s coverage: 50.9% of statements [2021-08-23T14:44:59.081Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-08-23T14:44:59.081Z] === RUN TestClientStream [2021-08-23T14:44:59.081Z] --- PASS: TestClientStream (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestClientSendFile [2021-08-23T14:44:59.081Z] --- PASS: TestClientSendFile (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestClientWithRequestTimeout [2021-08-23T14:44:59.081Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-08-23T14:44:59.081Z] === RUN TestFileSpecPlugin [2021-08-23T14:44:59.081Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-08-23T14:44:59.081Z] === RUN TestFileJSONSpecPlugin [2021-08-23T14:44:59.081Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-08-23T14:44:59.081Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestPluginAddHandler [2021-08-23T14:44:59.081Z] --- PASS: TestPluginAddHandler (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestPluginWaitBadPlugin [2021-08-23T14:44:59.081Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestGet [2021-08-23T14:44:59.081Z] time="2021-08-23T14:44:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-08-23T14:44:59.081Z] === RUN TestDecodeContainerConfig [2021-08-23T14:44:59.081Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestDecodeContainerConfigIsolation [2021-08-23T14:44:59.081Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-08-23T14:44:59.081Z] === RUN TestValidatePrivileged [2021-08-23T14:44:59.081Z] --- PASS: TestValidatePrivileged (0.00s) [2021-08-23T14:44:59.081Z] PASS [2021-08-23T14:44:59.081Z] coverage: 52.2% of statements [2021-08-23T14:44:59.081Z] ok github.com/docker/docker/runconfig 0.034s coverage: 52.2% of statements [2021-08-23T14:44:59.542Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-08-23T14:44:59.542Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-08-23T14:44:59.542Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-08-23T14:44:59.542Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-08-23T14:44:59.542Z] PASS [2021-08-23T14:44:59.542Z] coverage: 62.5% of statements [2021-08-23T14:44:59.542Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2021-08-23T14:45:00.003Z] time="2021-08-23T14:44:59Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-08-23T14:45:00.022Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-08-23T14:45:00.022Z] === RUN TestInfoDebug [2021-08-23T14:45:00.022Z] docker_api_swarm_test.go:801: [dfc4ff6416524] joining swarm manager [d73449bc4a38b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:45:00.587Z] --- PASS: TestInfoDebug (0.52s) [2021-08-23T14:45:00.587Z] === RUN TestInfoInsecureRegistries [2021-08-23T14:45:01.152Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-08-23T14:45:01.152Z] === RUN TestInfoRegistryMirrors [2021-08-23T14:45:01.410Z] docker_api_swarm_test.go:801: [de04d2d9fa9f8] joining swarm manager [d73449bc4a38b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:45:01.410Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-08-23T14:45:01.410Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T14:45:01.668Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2021-08-23T14:45:01.668Z] === RUN TestPingCacheHeaders [2021-08-23T14:45:01.668Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-08-23T14:45:01.668Z] === RUN TestPingGet [2021-08-23T14:45:01.668Z] --- PASS: TestPingGet (0.01s) [2021-08-23T14:45:01.668Z] === RUN TestPingHead [2021-08-23T14:45:01.668Z] --- PASS: TestPingHead (0.02s) [2021-08-23T14:45:01.668Z] === RUN TestVersion [2021-08-23T14:45:01.668Z] --- PASS: TestVersion (0.02s) [2021-08-23T14:45:01.668Z] === CONT TestDiskUsage [2021-08-23T14:45:02.185Z] time="2021-08-23T14:45:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-08-23T14:45:02.185Z] === RUN TestGetDriver [2021-08-23T14:45:02.185Z] --- PASS: TestGetDriver (0.00s) [2021-08-23T14:45:02.185Z] === RUN TestVolumeRequestError [2021-08-23T14:45:02.185Z] --- PASS: TestVolumeRequestError (0.01s) [2021-08-23T14:45:02.185Z] PASS [2021-08-23T14:45:02.185Z] coverage: 36.1% of statements [2021-08-23T14:45:02.185Z] ok github.com/docker/docker/volume/drivers 0.052s coverage: 36.1% of statements [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/container_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/image_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/volume_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/build-cache_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/after_LoadBusybox [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-08-23T14:45:02.233Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-08-23T14:45:02.234Z] === RUN TestDiskUsage/after_container.Run [2021-08-23T14:45:02.641Z] === RUN TestGetAddress [2021-08-23T14:45:02.641Z] --- PASS: TestGetAddress (0.00s) [2021-08-23T14:45:02.641Z] === RUN TestRemove [2021-08-23T14:45:02.641Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:45:02.641Z] --- SKIP: TestRemove (0.00s) [2021-08-23T14:45:02.641Z] === RUN TestInitializeWithVolumes [2021-08-23T14:45:02.641Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-08-23T14:45:02.641Z] === RUN TestCreate [2021-08-23T14:45:02.641Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:45:02.641Z] === RUN TestValidateName [2021-08-23T14:45:02.641Z] --- PASS: TestValidateName (0.00s) [2021-08-23T14:45:02.641Z] === RUN TestCreateWithOpts [2021-08-23T14:45:02.641Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:45:02.641Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-08-23T14:45:02.641Z] === RUN TestRelaodNoOpts [2021-08-23T14:45:02.641Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-08-23T14:45:02.641Z] PASS [2021-08-23T14:45:02.641Z] coverage: 41.5% of statements [2021-08-23T14:45:02.641Z] ok github.com/docker/docker/volume/local 0.060s coverage: 41.5% of statements [2021-08-23T14:45:02.799Z] docker_api_swarm_test.go:801: [d2d24e77ba7b1] joining swarm manager [d73449bc4a38b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-08-23T14:45:02.799Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage (1.31s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-08-23T14:45:03.057Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:45:03.057Z] PASS [2021-08-23T14:45:03.057Z] [2021-08-23T14:45:03.057Z] === Skipped [2021-08-23T14:45:03.057Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T14:45:03.057Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T14:45:03.057Z] [2021-08-23T14:45:03.057Z] [2021-08-23T14:45:03.057Z] DONE 53 tests, 1 skipped in 22.267s [2021-08-23T14:45:03.057Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-08-23T14:45:03.057Z] ++ 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-08-23T14:45:03.057Z] ++ set -e [2021-08-23T14:45:03.057Z] ++ '[' -n 0 ']' [2021-08-23T14:45:03.057Z] ++ set -x [2021-08-23T14:45:03.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-23T14:45:03.057Z] INFO: Testing against a local daemon [2021-08-23T14:45:03.057Z] === RUN TestVolumesCreateAndList [2021-08-23T14:45:03.057Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-08-23T14:45:03.057Z] === RUN TestVolumesRemove [2021-08-23T14:45:03.057Z] --- PASS: TestVolumesRemove (0.06s) [2021-08-23T14:45:03.057Z] === RUN TestVolumesInspect [2021-08-23T14:45:03.057Z] --- PASS: TestVolumesInspect (0.02s) [2021-08-23T14:45:03.057Z] === RUN TestVolumesInvalidJSON [2021-08-23T14:45:03.057Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T14:45:03.057Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T14:45:03.057Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T14:45:03.057Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-08-23T14:45:03.057Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T14:45:03.057Z] PASS [2021-08-23T14:45:03.057Z] [2021-08-23T14:45:03.057Z] DONE 5 tests in 0.117s [2021-08-23T14:45:03.057Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T14:45:03.315Z] ++++ cat bundles/test-integration/docker.pid [2021-08-23T14:45:03.315Z] +++ kill 11376 [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRaw [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-08-23T14:45:03.617Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRaw [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-08-23T14:45:03.617Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestConvertTmpfsOptions [2021-08-23T14:45:03.617Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-08-23T14:45:03.617Z] linux_parser_test.go:209: data="ro" [2021-08-23T14:45:03.617Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestParseMountSpec [2021-08-23T14:45:03.617Z] parser_test.go:63: case 0 [2021-08-23T14:45:03.617Z] parser_test.go:63: case 1 [2021-08-23T14:45:03.617Z] parser_test.go:63: case 2 [2021-08-23T14:45:03.617Z] parser_test.go:63: case 3 [2021-08-23T14:45:03.617Z] parser_test.go:63: case 4 [2021-08-23T14:45:03.617Z] parser_test.go:63: case 5 [2021-08-23T14:45:03.617Z] --- PASS: TestParseMountSpec (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestValidateMount [2021-08-23T14:45:03.617Z] --- PASS: TestValidateMount (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestWindowsParseMountRaw [2021-08-23T14:45:03.617Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-08-23T14:45:03.617Z] === RUN TestWindowsParseMountRawSplit [2021-08-23T14:45:03.617Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:45:03.618Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-08-23T14:45:03.618Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:45:03.618Z] PASS [2021-08-23T14:45:03.618Z] coverage: 67.6% of statements [2021-08-23T14:45:03.618Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2021-08-23T14:45:03.880Z] +++ /etc/init.d/apparmor stop [2021-08-23T14:45:03.880Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T14:45:03.880Z] [2021-08-23T14:45:03.880Z] Unloading profiles will leave already running processes permanently [2021-08-23T14:45:03.880Z] unconfined, which can lead to unexpected situations. [2021-08-23T14:45:03.880Z] [2021-08-23T14:45:03.880Z] To set a process to complain mode, use the command line tool [2021-08-23T14:45:03.880Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T14:45:03.880Z] +++ true [2021-08-23T14:45:03.880Z] exiting test-integration [2021-08-23T14:45:03.880Z] ++ exit 0 [2021-08-23T14:45:03.880Z] [2021-08-23T14:45:03.880Z] docker_api_swarm_test.go:801: [dfefb0b9c93ff] joining swarm manager [d73449bc4a38b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-08-23T14:45:04.076Z] === RUN TestSetGetMeta [2021-08-23T14:45:04.076Z] === PAUSE TestSetGetMeta [2021-08-23T14:45:04.076Z] === RUN TestRestore [2021-08-23T14:45:04.076Z] === PAUSE TestRestore [2021-08-23T14:45:04.076Z] === RUN TestServiceCreate [2021-08-23T14:45:04.076Z] === PAUSE TestServiceCreate [2021-08-23T14:45:04.076Z] === RUN TestServiceList [2021-08-23T14:45:04.076Z] === PAUSE TestServiceList [2021-08-23T14:45:04.076Z] === RUN TestServiceRemove [2021-08-23T14:45:04.076Z] === PAUSE TestServiceRemove [2021-08-23T14:45:04.076Z] === RUN TestServiceGet [2021-08-23T14:45:04.076Z] === PAUSE TestServiceGet [2021-08-23T14:45:04.076Z] === RUN TestServicePrune [2021-08-23T14:45:04.076Z] === PAUSE TestServicePrune [2021-08-23T14:45:04.076Z] === RUN TestCreate [2021-08-23T14:45:04.076Z] === PAUSE TestCreate [2021-08-23T14:45:04.076Z] === RUN TestRemove [2021-08-23T14:45:04.076Z] === PAUSE TestRemove [2021-08-23T14:45:04.076Z] === RUN TestList [2021-08-23T14:45:04.076Z] === PAUSE TestList [2021-08-23T14:45:04.076Z] === RUN TestFindByDriver [2021-08-23T14:45:04.076Z] === PAUSE TestFindByDriver [2021-08-23T14:45:04.076Z] === RUN TestFindByReferenced [2021-08-23T14:45:04.076Z] === PAUSE TestFindByReferenced [2021-08-23T14:45:04.076Z] === RUN TestDerefMultipleOfSameRef [2021-08-23T14:45:04.076Z] === PAUSE TestDerefMultipleOfSameRef [2021-08-23T14:45:04.076Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:45:04.076Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:45:04.076Z] === RUN TestDefererencePluginOnCreateError [2021-08-23T14:45:04.076Z] === PAUSE TestDefererencePluginOnCreateError [2021-08-23T14:45:04.076Z] === RUN TestRefDerefRemove [2021-08-23T14:45:04.076Z] === PAUSE TestRefDerefRemove [2021-08-23T14:45:04.076Z] === RUN TestGet [2021-08-23T14:45:04.076Z] === PAUSE TestGet [2021-08-23T14:45:04.076Z] === RUN TestGetWithReference [2021-08-23T14:45:04.076Z] === PAUSE TestGetWithReference [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_nil_list [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_nil_list [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_empty_list [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_empty_list [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_filter_some [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_filter_some [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_filter_middle [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_filter_middle [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:45:04.076Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-08-23T14:45:04.076Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_nil_list [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_filter_some [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_empty_list [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-08-23T14:45:04.076Z] === CONT TestFilterFunc/test_filter_middle [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-08-23T14:45:04.076Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-08-23T14:45:04.076Z] === CONT TestSetGetMeta [2021-08-23T14:45:04.076Z] === CONT TestFindByDriver [2021-08-23T14:45:04.076Z] === CONT TestServiceGet [2021-08-23T14:45:04.076Z] === CONT TestRemove [2021-08-23T14:45:04.076Z] === CONT TestList [2021-08-23T14:45:04.076Z] --- PASS: TestSetGetMeta (0.02s) [2021-08-23T14:45:04.076Z] --- PASS: TestRemove (0.03s) [2021-08-23T14:45:04.076Z] === CONT TestRefDerefRemove [2021-08-23T14:45:04.076Z] --- PASS: TestFindByDriver (0.03s) [2021-08-23T14:45:04.076Z] === CONT TestGetWithReference [2021-08-23T14:45:04.076Z] --- PASS: TestList (0.03s) [2021-08-23T14:45:04.076Z] === CONT TestGet [2021-08-23T14:45:04.076Z] --- PASS: TestRefDerefRemove (0.02s) [2021-08-23T14:45:04.076Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:45:04.076Z] --- PASS: TestGetWithReference (0.02s) [2021-08-23T14:45:04.076Z] === CONT TestDefererencePluginOnCreateError [2021-08-23T14:45:04.076Z] --- PASS: TestGet (0.02s) [2021-08-23T14:45:04.076Z] === CONT TestDerefMultipleOfSameRef [2021-08-23T14:45:04.076Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-08-23T14:45:04.076Z] === CONT TestServiceList [2021-08-23T14:45:04.076Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-08-23T14:45:04.076Z] === CONT TestServiceRemove [2021-08-23T14:45:04.076Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-08-23T14:45:04.076Z] === CONT TestFindByReferenced [2021-08-23T14:45:04.076Z] --- PASS: TestFindByReferenced (0.01s) [2021-08-23T14:45:04.076Z] === CONT TestCreate [2021-08-23T14:45:04.076Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:45:04.076Z] === CONT TestServicePrune [2021-08-23T14:45:04.076Z] --- PASS: TestServiceGet (0.15s) [2021-08-23T14:45:04.076Z] === CONT TestServiceCreate [2021-08-23T14:45:04.076Z] time="2021-08-23T14:45:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:45:04.076Z] --- PASS: TestServiceRemove (0.08s) [2021-08-23T14:45:04.076Z] === CONT TestRestore [2021-08-23T14:45:04.137Z] + for job in $(jobs -p) [2021-08-23T14:45:04.137Z] + wait 16552 [2021-08-23T14:45:04.533Z] --- PASS: TestServiceList (0.10s) [2021-08-23T14:45:04.533Z] time="2021-08-23T14:45:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:45:04.533Z] time="2021-08-23T14:45:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:45:04.533Z] --- PASS: TestServiceCreate (0.02s) [2021-08-23T14:45:04.533Z] time="2021-08-23T14:45:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-08-23T14:45:04.533Z] --- PASS: TestRestore (0.02s) [2021-08-23T14:45:04.533Z] time="2021-08-23T14:45:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:45:04.533Z] --- PASS: TestServicePrune (0.07s) [2021-08-23T14:45:04.533Z] PASS [2021-08-23T14:45:04.533Z] coverage: 69.0% of statements [2021-08-23T14:45:04.533Z] ok github.com/docker/docker/volume/service 0.221s coverage: 69.0% of statements [2021-08-23T14:45:05.071Z] docker_api_swarm_test.go:809: [d111f6e38b755] joining swarm manager [d73449bc4a38b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-08-23T14:45:06.061Z] time="2021-08-23T14:45:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-08-23T14:45:08.347Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-08-23T14:45:08.917Z] === RUN TestDockerSuite/TestExecTTY [2021-08-23T14:45:09.482Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-08-23T14:45:10.414Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-08-23T14:45:10.980Z] === RUN TestDockerSuite/TestExecUlimits [2021-08-23T14:45:11.545Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-08-23T14:45:11.545Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-08-23T14:45:11.545Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-08-23T14:45:12.917Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-08-23T14:45:12.961Z] 8f616e6e9eec: Verifying Checksum [2021-08-23T14:45:12.961Z] 8f616e6e9eec: Download complete [2021-08-23T14:45:13.850Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-08-23T14:45:14.609Z] --- PASS: TestGet (15.01s) [2021-08-23T14:45:14.609Z] === RUN TestPluginWithNoManifest [2021-08-23T14:45:14.609Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-08-23T14:45:14.609Z] === RUN TestGetAll [2021-08-23T14:45:14.609Z] --- PASS: TestGetAll (0.00s) [2021-08-23T14:45:14.609Z] PASS [2021-08-23T14:45:14.609Z] coverage: 73.4% of statements [2021-08-23T14:45:14.609Z] ok github.com/docker/docker/pkg/plugins 35.836s coverage: 73.4% of statements [2021-08-23T14:45:14.783Z] === RUN TestDockerSuite/TestExecWithTERM [2021-08-23T14:45:15.348Z] === RUN TestDockerSuite/TestExecWithUser [2021-08-23T14:45:15.914Z] === RUN TestDockerSuite/TestGetContainerStats [2021-08-23T14:45:21.173Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-08-23T14:45:25.352Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-08-23T14:45:26.726Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-08-23T14:45:31.987Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-08-23T14:45:31.987Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-08-23T14:45:31.987Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-08-23T14:45:31.987Z] === RUN TestDockerSuite/TestHealth [2021-08-23T14:45:37.317Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-08-23T14:45:39.718Z] 2021/08/23 14:45:35 Closing DB instances... [2021-08-23T14:45:39.718Z] time="2021-08-23T14:45:36Z" level=error msg="node: 5ea2a5cf5a67 is unknown to memberlist" [2021-08-23T14:45:39.718Z] time="2021-08-23T14:45:36Z" level=error msg="node: 5ea2a5cf5a67 is unknown to memberlist" [2021-08-23T14:45:39.718Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2021-08-23T14:45:39.718Z] === RUN TestFindNode [2021-08-23T14:45:39.718Z] 2021/08/23 14:45:37 Closing DB instances... [2021-08-23T14:45:39.718Z] --- PASS: TestFindNode (0.02s) [2021-08-23T14:45:39.718Z] === RUN TestChangeNodeState [2021-08-23T14:45:39.718Z] 2021/08/23 14:45:37 Closing DB instances... [2021-08-23T14:45:39.718Z] --- PASS: TestChangeNodeState (0.02s) [2021-08-23T14:45:39.718Z] === RUN TestNodeReincarnation [2021-08-23T14:45:39.718Z] 2021/08/23 14:45:37 Closing DB instances... [2021-08-23T14:45:42.608Z] time="2021-08-23T14:45:42Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-08-23T14:45:42.608Z] --- PASS: TestNodeReincarnation (5.02s) [2021-08-23T14:45:42.608Z] === RUN TestParallelCreate [2021-08-23T14:45:42.608Z] 2021/08/23 14:45:42 Closing DB instances... [2021-08-23T14:45:42.608Z] --- PASS: TestParallelCreate (0.02s) [2021-08-23T14:45:42.608Z] === RUN TestParallelDelete [2021-08-23T14:45:42.608Z] 2021/08/23 14:45:42 Closing DB instances... [2021-08-23T14:45:42.608Z] --- PASS: TestParallelDelete (0.02s) [2021-08-23T14:45:42.608Z] === RUN TestNetworkDBIslands [2021-08-23T14:45:42.608Z] time="2021-08-23T14:45:42Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ca0da5bf7574 with config:&{NodeID:ca0da5bf7574 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:42.608Z] time="2021-08-23T14:45:42Z" level=info msg="Node ca0da5bf7574/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:42.608Z] time="2021-08-23T14:45:42Z" level=info msg="Node ca0da5bf7574/172.27.127.16, added to nodes list" [2021-08-23T14:45:42.608Z] time="2021-08-23T14:45:42Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a4669ac78e03 with config:&{NodeID:a4669ac78e03 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node a4669ac78e03/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node a4669ac78e03/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node ca0da5bf7574/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=info msg="Node ca0da5bf7574/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2021-08-23T14:45:43.069Z] time="2021-08-23T14:45:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:faf371a3b094 with config:&{NodeID:faf371a3b094 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node ca0da5bf7574/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node ca0da5bf7574/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node a4669ac78e03/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.525Z] time="2021-08-23T14:45:43Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.526Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2021-08-23T14:45:43.526Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a735be0ac51e with config:&{NodeID:a735be0ac51e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49389" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a4669ac78e03/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node faf371a3b094/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node ca0da5bf7574/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=info msg="Node ca0da5bf7574/172.27.127.16, added to nodes list" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-08-23T14:45:43.982Z] time="2021-08-23T14:45:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49390" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:43Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:9657a418dd46 with config:&{NodeID:9657a418dd46 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49391" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a4669ac78e03/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node ca0da5bf7574/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node ca0da5bf7574/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node faf371a3b094/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node faf371a3b094/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49392" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.439Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:44.895Z] networkdb_test.go:836: Re-joining: 3 [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="The new bootstrap node list is:[172.27.127.16:10033 172.27.127.16:10034 172.27.127.16:10035]" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10033" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49393" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10034" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49394" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10035" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49395" [2021-08-23T14:45:44.895Z] networkdb_test.go:836: Re-joining: 4 [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=info msg="The new bootstrap node list is:[172.27.127.16:10033 172.27.127.16:10034 172.27.127.16:10035]" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10033" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49396" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10034" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49397" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10035" [2021-08-23T14:45:44.895Z] time="2021-08-23T14:45:44Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49398" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node 0 leaving" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node4(a735be0ac51e): Node leave event for ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node3(faf371a3b094): Node leave event for ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node5(9657a418dd46): Node leave event for ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node1(ca0da5bf7574): Node leave event for ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.352Z] time="2021-08-23T14:45:45Z" level=info msg="node2(a4669ac78e03): Node leave event for ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node ca0da5bf7574/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="node 1 leaving" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="node4(a735be0ac51e): Node leave event for a4669ac78e03/172.27.127.16" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03/172.27.127.16, left gossip cluster" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03 change state NodeActive --> NodeFailed" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03/172.27.127.16, added to failed nodes list" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="node3(faf371a3b094): Node leave event for a4669ac78e03/172.27.127.16" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03 change state NodeActive --> NodeLeft" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=info msg="node5(9657a418dd46): Node leave event for a4669ac78e03/172.27.127.16" [2021-08-23T14:45:45.808Z] time="2021-08-23T14:45:45Z" level=error msg="node: a4669ac78e03 is unknown to memberlist" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="Node a4669ac78e03/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=warning msg="memberlist: Failed to send gossip to 172.27.127.16:10037: write udp [::]:10034->172.27.127.16:10037: use of closed network connection" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="node 2 leaving" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="Node faf371a3b094 change state NodeActive --> NodeLeft" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="node5(9657a418dd46): Node leave event for faf371a3b094/172.27.127.16" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="Node faf371a3b094 change state NodeActive --> NodeLeft" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:45Z" level=info msg="node4(a735be0ac51e): Node leave event for faf371a3b094/172.27.127.16" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=info msg="Node faf371a3b094 change state NodeActive --> NodeLeft" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=info msg="node3(faf371a3b094): Node leave event for faf371a3b094/172.27.127.16" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=debug msg="memberlist: Failed ping: a735be0ac51e (timeout reached)" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.127.16:10035: use of closed network connection" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.127.16:10037: use of closed network connection" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49400" [2021-08-23T14:45:46.264Z] time="2021-08-23T14:45:46Z" level=info msg="Node faf371a3b094/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.726Z] time="2021-08-23T14:45:46Z" level=info msg="Node faf371a3b094/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.726Z] time="2021-08-23T14:45:46Z" level=info msg="Node faf371a3b094/172.27.127.16, left gossip cluster" [2021-08-23T14:45:46.726Z] time="2021-08-23T14:45:46Z" level=warning msg="memberlist: Was able to connect to a735be0ac51e but other probes failed, network may be misconfigured" [2021-08-23T14:45:46.727Z] networkdb_test.go:868: node4: OK [2021-08-23T14:45:46.727Z] networkdb_test.go:868: node5: OK [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="node 0 coming back" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f4bbb73e1652 with config:&{NodeID:f4bbb73e1652 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node f4bbb73e1652/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node f4bbb73e1652/172.27.127.16, added to nodes list" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="node 1 coming back" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:60b7e88e76ca with config:&{NodeID:60b7e88e76ca Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, added to nodes list" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="node 2 coming back" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:380bdb7fe12f with config:&{NodeID:380bdb7fe12f Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:46.727Z] time="2021-08-23T14:45:46Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, added to nodes list" [2021-08-23T14:45:47.689Z] time="2021-08-23T14:45:47Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:49.860Z] time="2021-08-23T14:45:49Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:49.860Z] time="2021-08-23T14:45:49Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.127.16:10033 172.27.127.16:10034 172.27.127.16:10035]" [2021-08-23T14:45:50.318Z] time="2021-08-23T14:45:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.127.16:10033 172.27.127.16:10034 172.27.127.16:10035]" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10033" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49403" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, is the new incarnation of the shutdown node ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10034" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49404" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, is the new incarnation of the shutdown node ca0da5bf7574/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, is the new incarnation of the shutdown node a4669ac78e03/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49405" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10035" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node f4bbb73e1652/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node a735be0ac51e/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, is the new incarnation of the shutdown node faf371a3b094/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, is the new incarnation of the shutdown node a4669ac78e03/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, joined gossip cluster" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, is the new incarnation of the shutdown node faf371a3b094/172.27.127.16" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:50Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, added to nodes list" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10033" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49406" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10034" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49407" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.127.16:10035" [2021-08-23T14:45:51.281Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49408" [2021-08-23T14:45:51.737Z] time="2021-08-23T14:45:51Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:51.737Z] 2021/08/23 14:45:51 Closing DB instances... [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="Node f4bbb73e1652 change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="node3(380bdb7fe12f): Node leave event for f4bbb73e1652/172.27.127.16" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="Node f4bbb73e1652 change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="node4(a735be0ac51e): Node leave event for f4bbb73e1652/172.27.127.16" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="Node f4bbb73e1652 change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="node2(60b7e88e76ca): Node leave event for f4bbb73e1652/172.27.127.16" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="Node f4bbb73e1652 change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="node1(f4bbb73e1652): Node leave event for f4bbb73e1652/172.27.127.16" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="Node f4bbb73e1652 change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:51Z" level=info msg="node5(9657a418dd46): Node leave event for f4bbb73e1652/172.27.127.16" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:52Z" level=info msg="Node f4bbb73e1652/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:52Z" level=info msg="Node f4bbb73e1652/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:52Z" level=info msg="Node f4bbb73e1652/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:52Z" level=info msg="Node f4bbb73e1652/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.195Z] time="2021-08-23T14:45:52Z" level=info msg="Node f4bbb73e1652/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.473Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=warning msg="memberlist: Failed to send gossip to 172.27.127.16:10037: write udp [::]:10033->172.27.127.16:10037: use of closed network connection" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="node4(a735be0ac51e): Node leave event for 60b7e88e76ca/172.27.127.16" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="node5(9657a418dd46): Node leave event for 60b7e88e76ca/172.27.127.16" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="node3(380bdb7fe12f): Node leave event for 60b7e88e76ca/172.27.127.16" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca change state NodeActive --> NodeLeft" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="node2(60b7e88e76ca): Node leave event for 60b7e88e76ca/172.27.127.16" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, left gossip cluster" [2021-08-23T14:45:52.655Z] time="2021-08-23T14:45:52Z" level=info msg="Node 60b7e88e76ca/172.27.127.16, left gossip cluster" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=warning msg="memberlist: Failed to send gossip to 172.27.127.16:10036: write udp [::]:10034->172.27.127.16:10036: use of closed network connection" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="Node 380bdb7fe12f change state NodeActive --> NodeLeft" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="node4(a735be0ac51e): Node leave event for 380bdb7fe12f/172.27.127.16" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="Node 380bdb7fe12f change state NodeActive --> NodeLeft" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="node5(9657a418dd46): Node leave event for 380bdb7fe12f/172.27.127.16" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="Node 380bdb7fe12f change state NodeActive --> NodeLeft" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="node3(380bdb7fe12f): Node leave event for 380bdb7fe12f/172.27.127.16" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, left gossip cluster" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:52Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, left gossip cluster" [2021-08-23T14:45:53.112Z] time="2021-08-23T14:45:53Z" level=info msg="Node 380bdb7fe12f/172.27.127.16, left gossip cluster" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=debug msg="memberlist: Failed ping: 380bdb7fe12f (timeout reached)" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.127.16:10036: use of closed network connection" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.127.16:10037: use of closed network connection" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=debug msg="memberlist: Stream connection from=172.27.127.16:49410" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=info msg="Node a735be0ac51e change state NodeActive --> NodeLeft" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=info msg="node5(9657a418dd46): Node leave event for a735be0ac51e/172.27.127.16" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=info msg="Node a735be0ac51e change state NodeActive --> NodeLeft" [2021-08-23T14:45:53.568Z] time="2021-08-23T14:45:53Z" level=info msg="node4(a735be0ac51e): Node leave event for a735be0ac51e/172.27.127.16" [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-08-23T14:45:53.919Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-08-23T14:45:54.025Z] time="2021-08-23T14:45:53Z" level=debug msg="memberlist: Failed to join 172.27.127.16: dial tcp 172.27.127.16:10013: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:45:54.025Z] time="2021-08-23T14:45:53Z" level=warning msg="memberlist: Was able to connect to 380bdb7fe12f but other probes failed, network may be misconfigured" [2021-08-23T14:45:54.481Z] time="2021-08-23T14:45:54Z" level=info msg="Node a735be0ac51e/172.27.127.16, left gossip cluster" [2021-08-23T14:45:54.481Z] time="2021-08-23T14:45:54Z" level=info msg="Node a735be0ac51e/172.27.127.16, left gossip cluster" [2021-08-23T14:45:54.486Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-08-23T14:45:55.013Z] tests/integration/client_test.py ..... [ 75%] [2021-08-23T14:45:55.013Z] tests/integration/context_api_test.py ... [ 76%] [2021-08-23T14:45:55.052Z] === RUN TestDockerSuite/TestImagesFormat [2021-08-23T14:45:55.052Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-08-23T14:45:55.273Z] tests/integration/errors_test.py . [ 76%] [2021-08-23T14:45:55.447Z] time="2021-08-23T14:45:55Z" level=info msg="Node 9657a418dd46/172.27.127.16, left gossip cluster" [2021-08-23T14:45:55.447Z] time="2021-08-23T14:45:55Z" level=info msg="Node 9657a418dd46 change state NodeActive --> NodeFailed" [2021-08-23T14:45:55.447Z] time="2021-08-23T14:45:55Z" level=info msg="Node 9657a418dd46/172.27.127.16, added to failed nodes list" [2021-08-23T14:45:55.447Z] --- PASS: TestNetworkDBIslands (12.46s) [2021-08-23T14:45:55.447Z] PASS [2021-08-23T14:45:55.447Z] coverage: 60.5% of statements [2021-08-23T14:45:55.447Z] ok github.com/docker/docker/libnetwork/networkdb 104.289s coverage: 60.5% of statements [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/oci/caps [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/pkg/term [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/quota [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/rootless [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/testutil/request [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/volume [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-08-23T14:45:55.447Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-08-23T14:45:55.618Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === Skipped [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-08-23T14:45:57.619Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-08-23T14:45:57.619Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-08-23T14:45:57.619Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-08-23T14:45:57.619Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-08-23T14:45:57.619Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:45:57.619Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-08-23T14:45:57.619Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-08-23T14:45:57.619Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-08-23T14:45:57.619Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-08-23T14:45:57.619Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-08-23T14:45:57.619Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-08-23T14:45:57.619Z] daemon_test.go:147: root required [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:45:57.619Z] reload_test.go:520: root required [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:45:57.619Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:45:57.619Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-08-23T14:45:57.619Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-08-23T14:45:57.619Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-08-23T14:45:57.619Z] layer_test.go:304: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-08-23T14:45:57.619Z] layer_test.go:353: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-08-23T14:45:57.619Z] layer_test.go:468: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-08-23T14:45:57.619Z] layer_test.go:697: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-08-23T14:45:57.619Z] migration_test.go:46: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:45:57.619Z] migration_test.go:182: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-08-23T14:45:57.619Z] mount_test.go:17: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-08-23T14:45:57.619Z] mount_test.go:76: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-08-23T14:45:57.619Z] mount_test.go:125: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-08-23T14:45:57.619Z] mount_test.go:212: Failing on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-08-23T14:45:57.619Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-08-23T14:45:57.619Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-08-23T14:45:57.619Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-08-23T14:45:57.619Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-08-23T14:45:57.619Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2021-08-23T14:45:57.619Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:45:57.619Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-08-23T14:45:57.619Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:45:57.619Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-08-23T14:45:57.619Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-08-23T14:45:57.619Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-08-23T14:45:57.619Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:45:57.619Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:45:57.619Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:45:57.619Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:45:57.619Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:45:57.619Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:45:57.619Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:45:57.619Z] changes_test.go:196: needs more investigation [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-08-23T14:45:57.619Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-08-23T14:45:57.619Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-08-23T14:45:57.619Z] changes_test.go:433: needs further investigation [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:45:57.619Z] changes_test.go:469: needs further investigation [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:45:57.619Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-08-23T14:45:57.619Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:45:57.619Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:45:57.619Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-08-23T14:45:57.619Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-08-23T14:45:57.619Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-08-23T14:45:57.619Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-08-23T14:45:57.619Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-08-23T14:45:57.619Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] [2021-08-23T14:45:57.619Z] DONE 2070 tests, 69 skipped in 280.872s [2021-08-23T14:45:57.619Z] INFO: make.ps1 ended at 08/23/2021 14:45:57 [2021-08-23T14:45:58.147Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-08-23T14:45:58.147Z] === RUN TestDockerSuite/TestImportBadURL [2021-08-23T14:45:58.147Z] === RUN TestDockerSuite/TestImportDisplay [2021-08-23T14:45:59.152Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-08-23T14:45:59.152Z] INFO: Unit tests ended at 08/23/2021 14:45:58. Duration:00:04:53.8879651 [2021-08-23T14:45:59.152Z] INFO: Building busybox [2021-08-23T14:45:59.152Z] Sending build context to Docker daemon 5.12kB [2021-08-23T14:45:59.152Z] [2021-08-23T14:45:59.152Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-08-23T14:45:59.152Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-08-23T14:45:59.152Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-08-23T14:45:59.152Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-08-23T14:45:59.152Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-08-23T14:45:59.152Z] ---> a4938fe7222f [2021-08-23T14:45:59.152Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-08-23T14:45:59.152Z] ---> Running in a4a348907e97 [2021-08-23T14:45:59.520Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-08-23T14:45:59.779Z] === RUN TestDockerSuite/TestImportFile [2021-08-23T14:46:01.151Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-08-23T14:46:01.151Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-08-23T14:46:02.524Z] === RUN TestDockerSuite/TestImportGzipped [2021-08-23T14:46:03.836Z] Removing intermediate container a4a348907e97 [2021-08-23T14:46:03.836Z] ---> 27e8101dbd91 [2021-08-23T14:46:03.836Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-08-23T14:46:03.836Z] ---> Running in 7a93daeca9bd [2021-08-23T14:46:03.836Z] Removing intermediate container 7a93daeca9bd [2021-08-23T14:46:03.836Z] ---> e36a301d0525 [2021-08-23T14:46:03.836Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-08-23T14:46:03.896Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-08-23T14:46:04.292Z] ---> Running in e819fd354e91 [2021-08-23T14:46:04.748Z] Removing intermediate container e819fd354e91 [2021-08-23T14:46:04.748Z] ---> 6f6062b6fbdb [2021-08-23T14:46:04.748Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-08-23T14:46:04.830Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-08-23T14:46:05.763Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-08-23T14:46:06.277Z] [2021-08-23T14:46:06.328Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-08-23T14:46:06.735Z] ---> 7078d03245d9 [2021-08-23T14:46:06.735Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-08-23T14:46:06.735Z] ---> Running in 22f76ad55307 [2021-08-23T14:46:06.894Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-08-23T14:46:06.894Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-08-23T14:46:06.894Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-08-23T14:46:07.459Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-08-23T14:46:08.024Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-08-23T14:46:08.589Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-08-23T14:46:09.154Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-08-23T14:46:09.719Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-08-23T14:46:10.285Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-08-23T14:46:10.285Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-08-23T14:46:11.658Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-08-23T14:46:12.224Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-08-23T14:46:12.790Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-08-23T14:46:12.790Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-08-23T14:46:13.355Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-08-23T14:46:13.355Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-08-23T14:46:13.355Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-08-23T14:46:13.978Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-08-23T14:46:14.292Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-08-23T14:46:14.619Z] --- PASS: TestImportExtremelyLargeImageWorks (95.54s) [2021-08-23T14:46:14.619Z] PASS [2021-08-23T14:46:14.619Z] [2021-08-23T14:46:14.619Z] DONE 12 tests in 98.132s [2021-08-23T14:46:14.619Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-08-23T14:46:14.619Z] INFO: Testing against a local daemon [2021-08-23T14:46:14.619Z] === RUN TestNetworkCreateDelete [2021-08-23T14:46:14.619Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-08-23T14:46:14.619Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T14:46:14.619Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-08-23T14:46:14.619Z] === RUN TestDaemonDNSFallback [2021-08-23T14:46:14.857Z] === RUN TestDockerSuite/TestInspectDefault [2021-08-23T14:46:15.364Z] Removing intermediate container 22f76ad55307 [2021-08-23T14:46:15.364Z] ---> e393e5d23b52 [2021-08-23T14:46:15.364Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-08-23T14:46:15.364Z] ---> Running in a2790a90e9e2 [2021-08-23T14:46:15.423Z] === RUN TestDockerSuite/TestInspectHistory [2021-08-23T14:46:15.988Z] === RUN TestDockerSuite/TestInspectImage [2021-08-23T14:46:15.988Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-08-23T14:46:15.988Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-08-23T14:46:15.988Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-08-23T14:46:16.246Z] === RUN TestDockerSuite/TestInspectInt64 [2021-08-23T14:46:16.325Z] [2021-08-23T14:46:16.325Z] SUCCESS: Specified value was saved. [2021-08-23T14:46:16.811Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-08-23T14:46:17.377Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-08-23T14:46:17.377Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-08-23T14:46:17.945Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-08-23T14:46:18.492Z] Removing intermediate container a2790a90e9e2 [2021-08-23T14:46:18.492Z] ---> 9e37f9f7ab49 [2021-08-23T14:46:18.492Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-08-23T14:46:18.492Z] ---> Running in 9282be17e325 [2021-08-23T14:46:18.510Z] === RUN TestDockerSuite/TestInspectPlugin [2021-08-23T14:46:19.883Z] === RUN TestDockerSuite/TestInspectRootFS [2021-08-23T14:46:19.883Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-08-23T14:46:20.449Z] === RUN TestDockerSuite/TestInspectStatus [2021-08-23T14:46:20.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-08-23T14:46:21.178Z] --- PASS: TestDaemonDNSFallback (6.40s) [2021-08-23T14:46:21.178Z] === RUN TestInspectNetwork [2021-08-23T14:46:21.293Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-08-23T14:46:21.602Z] ok github.com/docker/docker/libnetwork/networkdb 105.006s coverage: 60.6% of statements [2021-08-23T14:46:21.602Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-08-23T14:46:21.602Z] ok github.com/docker/docker/libnetwork/options 0.003s coverage: 100.0% of statements [2021-08-23T14:46:22.228Z] Cannot create a file when that file already exists. [2021-08-23T14:46:22.825Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-08-23T14:46:23.391Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-08-23T14:46:24.467Z] === RUN TestInspectNetwork/full_network_id [2021-08-23T14:46:24.467Z] === RUN TestInspectNetwork/partial_network_id [2021-08-23T14:46:24.467Z] === RUN TestInspectNetwork/network_name [2021-08-23T14:46:24.467Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-08-23T14:46:24.764Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-08-23T14:46:24.804Z] c67ded6868b6: Pull complete [2021-08-23T14:46:24.804Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097 [2021-08-23T14:46:24.804Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T14:46:24.804Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-08-23T14:46:24.804Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-08-23T14:46:24.804Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2114' [2021-08-23T14:46:24.804Z] WARN: Skipping validation tests [2021-08-23T14:46:24.804Z] INFO: Running unit tests at 08/23/2021 14:46:12... [2021-08-23T14:46:24.804Z] INFO: make.ps1 starting at 08/23/2021 14:46:17 [2021-08-23T14:46:24.804Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:46:24.804Z] INFO: Invoking autogen... [2021-08-23T14:46:24.804Z] INFO: Running unit tests... [2021-08-23T14:46:24.805Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-08-23T14:46:25.697Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-08-23T14:46:25.697Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-08-23T14:46:26.263Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-08-23T14:46:26.829Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-08-23T14:46:26.909Z] Removing intermediate container 9282be17e325 [2021-08-23T14:46:26.909Z] ---> b5cbb35fc84a [2021-08-23T14:46:26.909Z] Step 13/13 : CMD ["sh"] [2021-08-23T14:46:26.909Z] ---> Running in 49940bbb3ee3 [2021-08-23T14:46:27.377Z] Removing intermediate container 49940bbb3ee3 [2021-08-23T14:46:27.377Z] ---> 4dd76a8d3de2 [2021-08-23T14:46:27.377Z] Successfully built 4dd76a8d3de2 [2021-08-23T14:46:27.377Z] Successfully tagged busybox:latest [2021-08-23T14:46:27.377Z] INFO: Docker images of the daemon under test [2021-08-23T14:46:27.377Z] [2021-08-23T14:46:27.377Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:46:27.377Z] busybox latest 4dd76a8d3de2 Less than a second ago 2.8GB [2021-08-23T14:46:27.377Z] microsoft/windowsservercore latest a4938fe7222f 3 weeks ago 2.76GB [2021-08-23T14:46:27.377Z] mcr.microsoft.com/windows/servercore/insider 10.0.20348.1 a4938fe7222f 3 weeks ago 2.76GB [2021-08-23T14:46:27.377Z] [2021-08-23T14:46:27.377Z] INFO: Running integration tests at 08/23/2021 14:46:27... [2021-08-23T14:46:27.377Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-08-23T14:46:27.377Z] INFO: Integration API tests being run from the host: [2021-08-23T14:46:27.377Z] INFO: make.ps1 starting at 08/23/2021 14:46:27 [2021-08-23T14:46:27.394Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-08-23T14:46:27.394Z] docker_api_swarm_service_test.go:394: [ddd95fe8e3a19] joining swarm manager [df720cda78260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:46:27.394Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-08-23T14:46:28.328Z] docker_api_swarm_service_test.go:394: [d8c6d6e81790d] joining swarm manager [df720cda78260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:46:28.341Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-08-23T14:46:28.653Z] --- PASS: TestInspectNetwork (7.48s) [2021-08-23T14:46:28.653Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-08-23T14:46:28.653Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-08-23T14:46:28.653Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-08-23T14:46:28.653Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-08-23T14:46:28.653Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T14:46:29.262Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-08-23T14:46:29.893Z] ok github.com/docker/docker/libnetwork/osl 4.402s coverage: 39.7% of statements [2021-08-23T14:46:30.033Z] --- PASS: TestRunContainerWithBridgeNone (1.72s) [2021-08-23T14:46:30.033Z] === RUN TestNetworkInvalidJSON [2021-08-23T14:46:30.033Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T14:46:30.033Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T14:46:30.033Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:46:30.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:46:30.033Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:46:30.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:46:30.033Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T14:46:30.033Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:46:30.033Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-08-23T14:46:30.033Z] === RUN TestNetworkList [2021-08-23T14:46:30.033Z] === RUN TestNetworkList//networks [2021-08-23T14:46:30.033Z] === PAUSE TestNetworkList//networks [2021-08-23T14:46:30.033Z] === RUN TestNetworkList//networks/ [2021-08-23T14:46:30.033Z] === PAUSE TestNetworkList//networks/ [2021-08-23T14:46:30.033Z] === CONT TestNetworkList//networks [2021-08-23T14:46:30.033Z] === CONT TestNetworkList//networks/ [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkList (0.01s) [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T14:46:30.033Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T14:46:30.033Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T14:46:30.313Z] ......... [ 86%] [2021-08-23T14:46:30.465Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-08-23T14:46:30.600Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-08-23T14:46:30.600Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T14:46:30.636Z] === RUN TestDockerSuite/TestLinksEnvs [2021-08-23T14:46:31.535Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-08-23T14:46:31.535Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T14:46:32.470Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-08-23T14:46:32.470Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T14:46:32.535Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-08-23T14:46:33.100Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-08-23T14:46:33.374Z] ? github.com/docker/docker/api [no test files] [2021-08-23T14:46:33.407Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-08-23T14:46:33.407Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T14:46:34.474Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-08-23T14:46:34.783Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-08-23T14:46:34.783Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T14:46:35.349Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-08-23T14:46:35.349Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T14:46:35.752Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-08-23T14:46:36.374Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-08-23T14:46:37.412Z] tests/integration/models_images_test.py ............... [ 89%] [2021-08-23T14:46:37.879Z] --- PASS: TestServiceWithPredefinedNetwork (2.49s) [2021-08-23T14:46:37.879Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T14:46:37.879Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:46:37.879Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:46:37.879Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T14:46:38.274Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-08-23T14:46:38.274Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-08-23T14:46:38.624Z] tests/integration/models_networks_test.py .... [ 91%] [2021-08-23T14:46:40.802Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-08-23T14:46:40.802Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-08-23T14:46:41.368Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-08-23T14:46:42.335Z] ok github.com/docker/docker/libnetwork/portmapper 1.918s coverage: 48.6% of statements [2021-08-23T14:46:42.336Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.6% of statements [2021-08-23T14:46:42.336Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-08-23T14:46:43.903Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-08-23T14:46:44.251Z] ok github.com/docker/docker/libnetwork/types 0.005s coverage: 47.9% of statements [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === Skipped [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/api TestJoinLeave (0.00s) [2021-08-23T14:46:44.251Z] api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:46:44.251Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:46:44.251Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:46:44.251Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:46:44.251Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:46:44.251Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-08-23T14:46:44.251Z] firewalld_test.go:13: firewalld is not running [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] [2021-08-23T14:46:44.251Z] DONE 362 tests, 7 skipped in 604.543s [2021-08-23T14:46:45.199Z] tests/integration/models_nodes_test.py . [ 91%] [2021-08-23T14:46:45.199Z] tests/integration/models_resources_test.py . [ 91%] Post stage [Pipeline] junit [2021-08-23T14:46:45.209Z] Recording test results [2021-08-23T14:46:45.391Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-08-23T14:46:45.746Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh dynbinary test-integration [2021-08-23T14:46:45.804Z] docker_api_swarm_service_test.go:342: [db995fb37de3d] joining swarm manager [d86dd3e4baeb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:46:46.689Z] [2021-08-23T14:46:46.689Z] Removing bundles/ [2021-08-23T14:46:46.689Z] [2021-08-23T14:46:46.689Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-08-23T14:46:46.689Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:46:46.689Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:46:46.737Z] docker_api_swarm_service_test.go:342: [d4e3e1faf52f7] joining swarm manager [d86dd3e4baeb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:46:48.186Z] === RUN TestMiddlewares [2021-08-23T14:46:48.186Z] --- PASS: TestMiddlewares (0.00s) [2021-08-23T14:46:48.186Z] PASS [2021-08-23T14:46:48.186Z] coverage: 9.0% of statements [2021-08-23T14:46:48.186Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2021-08-23T14:46:51.307Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-08-23T14:46:51.996Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-08-23T14:46:52.753Z] --- PASS: TestServiceWithDataPathPortInit (14.07s) [2021-08-23T14:46:52.753Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T14:46:53.447Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T14:46:53.447Z] INFO: Testing against a local daemon [2021-08-23T14:46:53.447Z] === RUN TestBuildWithSession [2021-08-23T14:46:53.447Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:46:53.447Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:46:53.447Z] === RUN TestBuildSquashParent [2021-08-23T14:46:53.447Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T14:46:53.447Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:46:53.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:46:53.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:46:53.447Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:46:53.447Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:46:53.447Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:46:53.447Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:46:53.629Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-08-23T14:46:53.629Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-08-23T14:46:53.894Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-08-23T14:46:54.135Z] 8f616e6e9eec: Pull complete [2021-08-23T14:46:54.135Z] Digest: sha256:a6a48a5257388a1c2baecf6b7a8607969e5db5ef410f28deebd08932d3af9c19 [2021-08-23T14:46:54.135Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T14:46:54.135Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 into daemon under test completed successfully [2021-08-23T14:46:54.135Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 as microsoft/windowsservercore in daemon under test [2021-08-23T14:46:54.135Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 is '10.0.20348.1' [2021-08-23T14:46:54.135Z] WARN: Skipping validation tests [2021-08-23T14:46:54.135Z] INFO: Running unit tests at 08/23/2021 14:46:40... [2021-08-23T14:46:54.135Z] INFO: make.ps1 starting at 08/23/2021 14:46:44 [2021-08-23T14:46:54.135Z] INFO: Git commit (82c978ad95) assumed from DOCKER_GITCOMMIT environment variable [2021-08-23T14:46:54.135Z] INFO: Invoking autogen... [2021-08-23T14:46:54.135Z] INFO: Running unit tests... [2021-08-23T14:46:54.135Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-08-23T14:46:54.658Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:iddfxm0lszomrv96mcq00tw5l Created:2021-08-23 14:46:53.070137708 +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[c61f6920df48c0eb6f7264b65d66e27b7819e1af92d01041d45dbdb97bbbd2de:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0tpz4n8pttrvxd1hoi2dzimnv EndpointID:673614d0250e025c99abf94bf9bb7b2e2df9c3157282e75521ff03caa5ff0188 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2866c25113223f8ea512a432ce4b24f00f4c6f32d09dfbc03fd73954376bd59a 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:ed3822126cad IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0tpz4n8pttrvxd1hoi2dzimnv EndpointID:673614d0250e025c99abf94bf9bb7b2e2df9c3157282e75521ff03caa5ff0188 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-08-23T14:46:54.827Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-08-23T14:46:55.394Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-08-23T14:46:57.521Z] tests/integration/regression_test.py ...... [ 98%] [2021-08-23T14:46:57.962Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-08-23T14:46:57.962Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-08-23T14:46:57.962Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-08-23T14:46:57.962Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-08-23T14:46:57.962Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-08-23T14:46:58.042Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-08-23T14:46:58.042Z] tests/integration/credentials/utils_test.py . [100%] [2021-08-23T14:46:58.042Z] [2021-08-23T14:46:58.042Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-08-23T14:46:58.042Z] =========================== short test summary info ============================ [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-08-23T14:46:58.042Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-08-23T14:46:58.042Z] Not supported on most drivers [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-08-23T14:46:58.042Z] Output of docker top depends on host distro, and is not formalized. [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-08-23T14:46:58.042Z] Output of docker top depends on host distro, and is not formalized. [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-08-23T14:46:58.042Z] Can fail if eth0 has multiple IP addresses [2021-08-23T14:46:58.042Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-08-23T14:46:58.042Z] This doesn't seem to be taken into account by the engine [2021-08-23T14:46:58.042Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-08-23T14:46:58.042Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-08-23T14:46:58.042Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-08-23T14:46:58.042Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 297.32 seconds == [2021-08-23T14:46:58.302Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-08-23T14:46:58.526Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-08-23T14:46:59.091Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-08-23T14:46:59.924Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.22s) [2021-08-23T14:46:59.924Z] PASS [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] === Skipped [2021-08-23T14:46:59.924Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:46:59.924Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] DONE 26 tests, 1 skipped in 45.208s [2021-08-23T14:46:59.924Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:46:59.924Z] INFO: Testing against a local daemon [2021-08-23T14:46:59.924Z] === RUN TestDockerNetworkIpvlanPersistance [2021-08-23T14:46:59.924Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:46:59.924Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:46:59.924Z] === RUN TestDockerNetworkIpvlan [2021-08-23T14:46:59.924Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:46:59.924Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:46:59.924Z] PASS [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] === Skipped [2021-08-23T14:46:59.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:46:59.924Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:46:59.924Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] [2021-08-23T14:46:59.924Z] DONE 2 tests, 2 skipped in 0.024s [2021-08-23T14:46:59.924Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:46:59.924Z] INFO: Testing against a local daemon [2021-08-23T14:46:59.924Z] === RUN TestDockerNetworkMacvlanPersistance [2021-08-23T14:47:00.495Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-08-23T14:47:00.495Z] === RUN TestDockerNetworkMacvlan [2021-08-23T14:47:00.988Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-08-23T14:47:01.062Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-08-23T14:47:01.997Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-08-23T14:47:02.564Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-08-23T14:47:02.671Z] ? github.com/docker/docker/api [no test files] [2021-08-23T14:47:02.885Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-08-23T14:47:02.885Z] docker_api_swarm_service_test.go:489: [d227a2b883715] joining swarm manager [d0ded412c0c96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:47:03.452Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-08-23T14:47:03.709Z] docker_api_swarm_service_test.go:489: [d4f8b948019d7] joining swarm manager [d0ded412c0c96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:47:03.765Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:47:04.226Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:47:04.468Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-08-23T14:47:06.371Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-08-23T14:47:08.973Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-08-23T14:47:08.973Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-08-23T14:47:08.973Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-08-23T14:47:09.538Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-08-23T14:47:09.711Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-08-23T14:47:10.471Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-08-23T14:47:10.521Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T14:47:10.521Z] [2021-08-23T14:47:10.521Z] Unloading profiles will leave already running processes permanently [2021-08-23T14:47:10.521Z] unconfined, which can lead to unexpected situations. [2021-08-23T14:47:10.521Z] [2021-08-23T14:47:10.521Z] To set a process to complain mode, use the command line tool [2021-08-23T14:47:10.521Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T14:47:10.521Z] Post stage [Pipeline] junit [2021-08-23T14:47:10.535Z] Recording test results [2021-08-23T14:47:10.618Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan (10.23s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.95s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s) [2021-08-23T14:47:10.647Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s) [2021-08-23T14:47:10.647Z] PASS [2021-08-23T14:47:10.647Z] [2021-08-23T14:47:10.647Z] DONE 8 tests in 11.563s [2021-08-23T14:47:10.647Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-08-23T14:47:10.647Z] testing: warning: no tests to run [2021-08-23T14:47:10.647Z] PASS [2021-08-23T14:47:10.647Z] [2021-08-23T14:47:10.647Z] DONE 0 tests in 0.012s [2021-08-23T14:47:10.647Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-08-23T14:47:10.647Z] INFO: Testing against a local daemon [2021-08-23T14:47:10.647Z] === RUN TestAuthZPluginAllowRequest [2021-08-23T14:47:10.917Z] + echo Ensuring container killed. [2021-08-23T14:47:10.917Z] Ensuring container killed. [2021-08-23T14:47:10.917Z] + docker rm -vf docker-pr3 [2021-08-23T14:47:10.917Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-08-23T14:47:11.214Z] + echo Chowning /workspace to jenkins user [2021-08-23T14:47:11.214Z] Chowning /workspace to jenkins user [2021-08-23T14:47:11.214Z] + id -u [2021-08-23T14:47:11.214Z] + id -g [2021-08-23T14:47:11.214Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T14:47:11.290Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-08-23T14:47:11.290Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.82s) [2021-08-23T14:47:11.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.95s) [2021-08-23T14:47:11.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.88s) [2021-08-23T14:47:11.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.10s) [2021-08-23T14:47:11.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.83s) [2021-08-23T14:47:11.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.91s) [2021-08-23T14:47:11.291Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:47:11.291Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:47:11.405Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-08-23T14:47:12.023Z] --- PASS: TestAuthZPluginAllowRequest (1.20s) [2021-08-23T14:47:12.023Z] === RUN TestAuthZPluginTLS [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T14:47:12.457Z] + bundleName=docker-py [2021-08-23T14:47:12.457Z] + echo Creating docker-py-bundles.tar.gz [2021-08-23T14:47:12.457Z] Creating docker-py-bundles.tar.gz [2021-08-23T14:47:12.457Z] + 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-08-23T14:47:12.471Z] Archiving artifacts [2021-08-23T14:47:12.540Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-08-23T14:47:12.540Z] === RUN TestAuthZPluginDenyRequest [2021-08-23T14:47:12.776Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-08-23T14:47:12.780Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-08-23T14:47:13.108Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-08-23T14:47:13.108Z] === RUN TestAuthZPluginAPIDenyResponse [2021-08-23T14:47:13.143Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh binary [2021-08-23T14:47:13.341Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-08-23T14:47:13.367Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-08-23T14:47:13.367Z] === RUN TestAuthZPluginDenyResponse [2021-08-23T14:47:13.714Z] [2021-08-23T14:47:13.714Z] Removing bundles/ [2021-08-23T14:47:13.714Z] [2021-08-23T14:47:13.714Z] ---> Making bundle: binary (in bundles/binary) [2021-08-23T14:47:13.714Z] Building: bundles/binary-daemon/dockerd-dev [2021-08-23T14:47:13.714Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:47:13.933Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-08-23T14:47:13.933Z] === RUN TestAuthZPluginAllowEventStream [2021-08-23T14:47:14.714Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-08-23T14:47:15.310Z] --- PASS: TestAuthZPluginAllowEventStream (1.25s) [2021-08-23T14:47:15.310Z] === RUN TestAuthZPluginErrorResponse [2021-08-23T14:47:15.647Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-08-23T14:47:15.877Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-08-23T14:47:15.877Z] === RUN TestAuthZPluginErrorRequest [2021-08-23T14:47:15.905Z] === RUN TestDockerSuite/TestLogsSince [2021-08-23T14:47:16.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-08-23T14:47:16.444Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-08-23T14:47:16.444Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-08-23T14:47:17.010Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-08-23T14:47:17.010Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-08-23T14:47:18.389Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2021-08-23T14:47:18.389Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-08-23T14:47:19.766Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2021-08-23T14:47:19.766Z] === RUN TestAuthZPluginHeader [2021-08-23T14:47:19.830Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:47:19.830Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:47:20.312Z] === RUN TestMiddlewares [2021-08-23T14:47:20.312Z] --- PASS: TestMiddlewares (0.00s) [2021-08-23T14:47:20.312Z] PASS [2021-08-23T14:47:20.312Z] coverage: 9.0% of statements [2021-08-23T14:47:20.312Z] ok github.com/docker/docker/api/server 0.061s coverage: 9.0% of statements [2021-08-23T14:47:20.701Z] --- PASS: TestAuthZPluginHeader (0.71s) [2021-08-23T14:47:20.701Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-08-23T14:47:20.792Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:47:22.321Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:47:22.721Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-08-23T14:47:22.721Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy (12.15s) [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.46s) [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s) [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.08s) [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.37s) [2021-08-23T14:47:23.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.37s) [2021-08-23T14:47:23.285Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:47:23.654Z] docker_api_swarm_service_test.go:127: [dec6d26313b22] joining swarm manager [ddb37b70d6f5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:47:24.587Z] docker_api_swarm_service_test.go:128: [d7bc1af52937f] joining swarm manager [ddb37b70d6f5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:47:24.887Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.60s) [2021-08-23T14:47:24.887Z] === RUN TestAuthZPluginV2Disable [2021-08-23T14:47:25.959Z] docker_api_swarm_service_test.go:136: [dad6b823463ac] joining swarm manager [ddb37b70d6f5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-08-23T14:47:26.178Z] --- PASS: TestBuildMultiStageParentConfig (2.63s) [2021-08-23T14:47:26.178Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:47:26.179Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:47:26.179Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-08-23T14:47:26.179Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:47:26.892Z] docker_api_swarm_service_test.go:137: [da6c72d6cb7e2] joining swarm manager [ddb37b70d6f5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-08-23T14:47:27.424Z] --- PASS: TestAuthZPluginV2Disable (2.93s) [2021-08-23T14:47:27.424Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-08-23T14:47:27.706Z] --- PASS: TestBuildWithEmptyLayers (1.39s) [2021-08-23T14:47:27.706Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:47:28.265Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-08-23T14:47:29.198Z] === RUN TestDockerSuite/TestLogsTail [2021-08-23T14:47:29.764Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-08-23T14:47:30.330Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-08-23T14:47:30.710Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s) [2021-08-23T14:47:30.710Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-08-23T14:47:30.895Z] === RUN TestDockerSuite/TestMountIntoProc [2021-08-23T14:47:31.153Z] === RUN TestDockerSuite/TestMountIntoSys [2021-08-23T14:47:31.738Z] === RUN TestDockerSuite/TestNetHostname [2021-08-23T14:47:33.651Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-08-23T14:47:33.651Z] === RUN TestDockerSuite/TestNetworkEvents [2021-08-23T14:47:34.585Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-08-23T14:47:36.483Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-08-23T14:47:37.049Z] === RUN TestDockerSuite/TestPluginActive [2021-08-23T14:47:38.422Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-08-23T14:47:38.869Z] === RUN TestBoolValue [2021-08-23T14:47:38.869Z] --- PASS: TestBoolValue (0.00s) [2021-08-23T14:47:38.869Z] === RUN TestBoolValueOrDefault [2021-08-23T14:47:38.869Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-08-23T14:47:38.869Z] === RUN TestInt64ValueOrZero [2021-08-23T14:47:38.869Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-08-23T14:47:38.869Z] === RUN TestInt64ValueOrDefault [2021-08-23T14:47:38.869Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-08-23T14:47:38.869Z] === RUN TestInt64ValueOrDefaultWithError [2021-08-23T14:47:38.869Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-08-23T14:47:38.870Z] === RUN TestJsonContentType [2021-08-23T14:47:38.870Z] --- PASS: TestJsonContentType (0.00s) [2021-08-23T14:47:38.870Z] PASS [2021-08-23T14:47:38.870Z] coverage: 14.7% of statements [2021-08-23T14:47:38.870Z] ok github.com/docker/docker/api/server/httputils 0.080s coverage: 14.7% of statements [2021-08-23T14:47:39.838Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-08-23T14:47:40.051Z] --- PASS: TestBuildMultiStageOnBuild (11.74s) [2021-08-23T14:47:40.051Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:47:40.051Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:47:40.051Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-08-23T14:47:40.051Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:47:40.694Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.48s) [2021-08-23T14:47:40.694Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-08-23T14:47:40.938Z] === RUN TestMaskSecretKeys [2021-08-23T14:47:40.938Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-08-23T14:47:40.938Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-08-23T14:47:40.938Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-08-23T14:47:40.938Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-08-23T14:47:40.938Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-08-23T14:47:40.938Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-08-23T14:47:40.938Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-08-23T14:47:40.938Z] === RUN TestVersionMiddlewareVersion [2021-08-23T14:47:40.938Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-08-23T14:47:40.938Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-08-23T14:47:40.938Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-08-23T14:47:40.938Z] PASS [2021-08-23T14:47:40.938Z] coverage: 37.7% of statements [2021-08-23T14:47:40.938Z] ok github.com/docker/docker/api/server/middleware 0.048s coverage: 37.7% of statements [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-08-23T14:47:40.938Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-08-23T14:47:41.397Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-08-23T14:47:41.397Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-08-23T14:47:41.856Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-08-23T14:47:41.856Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-08-23T14:47:42.318Z] === RUN TestStrSliceMarshalJSON [2021-08-23T14:47:42.318Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-08-23T14:47:42.318Z] === RUN TestStrSliceUnmarshalJSON [2021-08-23T14:47:42.318Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-08-23T14:47:42.318Z] === RUN TestStrSliceUnmarshalString [2021-08-23T14:47:42.318Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-08-23T14:47:42.318Z] === RUN TestStrSliceUnmarshalSlice [2021-08-23T14:47:42.318Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-08-23T14:47:42.318Z] PASS [2021-08-23T14:47:42.318Z] coverage: 90.0% of statements [2021-08-23T14:47:42.318Z] === RUN TestAdjustForAPIVersion [2021-08-23T14:47:42.318Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-08-23T14:47:42.318Z] PASS [2021-08-23T14:47:42.318Z] coverage: 5.7% of statements [2021-08-23T14:47:42.318Z] ok github.com/docker/docker/api/types/strslice 0.044s coverage: 90.0% of statements [2021-08-23T14:47:42.318Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 5.7% of statements [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/types [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/types/container [no test files] [2021-08-23T14:47:42.318Z] ? github.com/docker/docker/api/types/events [no test files] [2021-08-23T14:47:42.781Z] === RUN TestToJSON [2021-08-23T14:47:42.781Z] --- PASS: TestToJSON (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestToParamWithVersion [2021-08-23T14:47:42.781Z] --- PASS: TestToParamWithVersion (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestFromJSON [2021-08-23T14:47:42.781Z] --- PASS: TestFromJSON (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestEmpty [2021-08-23T14:47:42.781Z] --- PASS: TestEmpty (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestArgsMatchKVListEmptySources [2021-08-23T14:47:42.781Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestArgsMatchKVList [2021-08-23T14:47:42.781Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestArgsMatch [2021-08-23T14:47:42.781Z] --- PASS: TestArgsMatch (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestAdd [2021-08-23T14:47:42.781Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestDel [2021-08-23T14:47:42.781Z] --- PASS: TestDel (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestLen [2021-08-23T14:47:42.781Z] --- PASS: TestLen (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestExactMatch [2021-08-23T14:47:42.781Z] --- PASS: TestExactMatch (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestOnlyOneExactMatch [2021-08-23T14:47:42.781Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestContains [2021-08-23T14:47:42.781Z] --- PASS: TestContains (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestValidate [2021-08-23T14:47:42.781Z] --- PASS: TestValidate (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestWalkValues [2021-08-23T14:47:42.781Z] --- PASS: TestWalkValues (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestFuzzyMatch [2021-08-23T14:47:42.781Z] --- PASS: TestFuzzyMatch (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestClone [2021-08-23T14:47:42.781Z] --- PASS: TestClone (0.00s) [2021-08-23T14:47:42.781Z] PASS [2021-08-23T14:47:42.781Z] coverage: 92.2% of statements [2021-08-23T14:47:42.781Z] ok github.com/docker/docker/api/types/filters 0.039s coverage: 92.2% of statements [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/image [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/network [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-08-23T14:47:42.781Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-08-23T14:47:42.781Z] === RUN TestDurationToSecondsString [2021-08-23T14:47:42.781Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-08-23T14:47:42.781Z] === RUN TestGetTimestamp [2021-08-23T14:47:42.781Z] === RUN TestCompareVersion [2021-08-23T14:47:42.781Z] --- PASS: TestCompareVersion (0.00s) [2021-08-23T14:47:42.781Z] PASS [2021-08-23T14:47:42.781Z] coverage: 75.0% of statements [2021-08-23T14:47:42.781Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2021-08-23T14:47:42.784Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-08-23T14:47:42.784Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-08-23T14:47:42.784Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-08-23T14:47:43.042Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-08-23T14:47:43.240Z] --- PASS: TestGetTimestamp (0.13s) [2021-08-23T14:47:43.240Z] === RUN TestParseTimestamps [2021-08-23T14:47:43.240Z] --- PASS: TestParseTimestamps (0.00s) [2021-08-23T14:47:43.240Z] PASS [2021-08-23T14:47:43.240Z] coverage: 100.0% of statements [2021-08-23T14:47:43.240Z] ok github.com/docker/docker/api/types/time 0.174s coverage: 100.0% of statements [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-08-23T14:47:43.240Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-08-23T14:47:44.208Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-08-23T14:47:44.208Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-08-23T14:47:44.208Z] === RUN TestCloneArgsSmartHttp [2021-08-23T14:47:44.208Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-08-23T14:47:44.208Z] === RUN TestCloneArgsDumbHttp [2021-08-23T14:47:44.208Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-08-23T14:47:44.208Z] === RUN TestCloneArgsGit [2021-08-23T14:47:44.208Z] --- PASS: TestCloneArgsGit (0.00s) [2021-08-23T14:47:44.208Z] === RUN TestCheckoutGit [2021-08-23T14:47:45.567Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-08-23T14:47:45.746Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-08-23T14:47:45.747Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestProcessNoDockerignore [2021-08-23T14:47:45.747Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestProcessShouldLeaveAllFiles [2021-08-23T14:47:45.747Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestDetectContentType [2021-08-23T14:47:45.747Z] --- PASS: TestDetectContentType (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestSelectAcceptableMIME [2021-08-23T14:47:45.747Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestInspectEmptyResponse [2021-08-23T14:47:45.747Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestInspectResponseBinary [2021-08-23T14:47:45.747Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestResponseUnsupportedContentType [2021-08-23T14:47:45.747Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestInspectResponseTextSimple [2021-08-23T14:47:45.747Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestInspectResponseEmptyContentType [2021-08-23T14:47:45.747Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestUnknownContentLength [2021-08-23T14:47:45.747Z] --- PASS: TestUnknownContentLength (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestDownloadRemote [2021-08-23T14:47:45.747Z] --- PASS: TestDownloadRemote (0.08s) [2021-08-23T14:47:45.747Z] === RUN TestGetWithStatusError [2021-08-23T14:47:45.747Z] --- PASS: TestGetWithStatusError (0.01s) [2021-08-23T14:47:45.747Z] === RUN TestCloseRootDirectory [2021-08-23T14:47:45.747Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:47:45.747Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-08-23T14:47:45.747Z] === RUN TestHashFile [2021-08-23T14:47:46.205Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:47:46.205Z] --- SKIP: TestHashFile (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestHashSubdir [2021-08-23T14:47:46.205Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:47:46.205Z] --- SKIP: TestHashSubdir (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestRemoveDirectory [2021-08-23T14:47:46.205Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:47:46.205Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-08-23T14:47:46.205Z] PASS [2021-08-23T14:47:46.205Z] coverage: 9.3% of statements [2021-08-23T14:47:46.205Z] ok github.com/docker/docker/builder/remotecontext 0.235s coverage: 9.3% of statements [2021-08-23T14:47:46.205Z] === RUN TestGetAllAllowed [2021-08-23T14:47:46.205Z] --- PASS: TestGetAllAllowed (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestGetAllMeta [2021-08-23T14:47:46.205Z] --- PASS: TestGetAllMeta (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestWarnOnUnusedBuildArgs [2021-08-23T14:47:46.205Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestIsUnreferencedBuiltin [2021-08-23T14:47:46.205Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestIsExistingDirectory [2021-08-23T14:47:46.205Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-08-23T14:47:46.205Z] === RUN TestGetFilenameForDownload [2021-08-23T14:47:46.205Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestEnv2Variables [2021-08-23T14:47:46.205Z] --- PASS: TestEnv2Variables (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-08-23T14:47:46.205Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestMaintainer [2021-08-23T14:47:46.205Z] --- PASS: TestMaintainer (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestLabel [2021-08-23T14:47:46.205Z] --- PASS: TestLabel (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestFromScratch [2021-08-23T14:47:46.205Z] --- PASS: TestFromScratch (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestFromWithArg [2021-08-23T14:47:46.205Z] --- PASS: TestFromWithArg (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-08-23T14:47:46.205Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestFromWithUndefinedArg [2021-08-23T14:47:46.205Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestFromMultiStageWithNamedStage [2021-08-23T14:47:46.205Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestOnbuild [2021-08-23T14:47:46.205Z] --- PASS: TestOnbuild (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestWorkdir [2021-08-23T14:47:46.205Z] --- PASS: TestWorkdir (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestCmd [2021-08-23T14:47:46.205Z] --- PASS: TestCmd (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestHealthcheckNone [2021-08-23T14:47:46.205Z] --- PASS: TestHealthcheckNone (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestHealthcheckCmd [2021-08-23T14:47:46.205Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestEntrypoint [2021-08-23T14:47:46.205Z] --- PASS: TestEntrypoint (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestExpose [2021-08-23T14:47:46.205Z] --- PASS: TestExpose (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestUser [2021-08-23T14:47:46.205Z] --- PASS: TestUser (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestVolume [2021-08-23T14:47:46.205Z] --- PASS: TestVolume (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestStopSignal [2021-08-23T14:47:46.205Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:47:46.205Z] --- SKIP: TestStopSignal (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestArg [2021-08-23T14:47:46.205Z] --- PASS: TestArg (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestShell [2021-08-23T14:47:46.205Z] --- PASS: TestShell (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestPrependEnvOnCmd [2021-08-23T14:47:46.205Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestRunWithBuildArgs [2021-08-23T14:47:46.205Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestRunIgnoresHealthcheck [2021-08-23T14:47:46.205Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestDispatchUnsupportedOptions [2021-08-23T14:47:46.205Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-08-23T14:47:46.205Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-08-23T14:47:46.205Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-08-23T14:47:46.205Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestNormalizeWorkdir [2021-08-23T14:47:46.205Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestDispatch [2021-08-23T14:47:46.205Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-08-23T14:47:46.205Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-08-23T14:47:46.205Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-08-23T14:47:46.205Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-08-23T14:47:46.205Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-08-23T14:47:46.205Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-08-23T14:47:46.205Z] === RUN TestDispatch/COPY_url [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch (0.06s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-08-23T14:47:46.205Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestAddScratchImageAddsToMounts [2021-08-23T14:47:46.205Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestAddFromScratchPopulatesPlatform [2021-08-23T14:47:46.205Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-08-23T14:47:46.205Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-08-23T14:47:46.205Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestImageSourceGetAddsToMounts [2021-08-23T14:47:46.205Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestEmptyDockerfile [2021-08-23T14:47:46.205Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestSymlinkDockerfile [2021-08-23T14:47:46.205Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-08-23T14:47:46.205Z] === RUN TestDockerfileOutsideTheBuildContext [2021-08-23T14:47:46.205Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestNonExistingDockerfile [2021-08-23T14:47:46.205Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestCopyRunConfig [2021-08-23T14:47:46.205Z] --- PASS: TestCopyRunConfig (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestDeepCopyRunConfig [2021-08-23T14:47:46.205Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestExportImage [2021-08-23T14:47:46.205Z] --- PASS: TestExportImage (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestNormalizeDest [2021-08-23T14:47:46.205Z] --- PASS: TestNormalizeDest (0.00s) [2021-08-23T14:47:46.205Z] PASS [2021-08-23T14:47:46.205Z] coverage: 46.8% of statements [2021-08-23T14:47:46.205Z] ok github.com/docker/docker/builder/dockerfile 0.181s coverage: 46.8% of statements [2021-08-23T14:47:46.205Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-08-23T14:47:46.205Z] === RUN TestEnable [2021-08-23T14:47:46.205Z] --- PASS: TestEnable (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestDisable [2021-08-23T14:47:46.205Z] --- PASS: TestDisable (0.00s) [2021-08-23T14:47:46.205Z] === RUN TestEnabled [2021-08-23T14:47:46.205Z] --- PASS: TestEnabled (0.00s) [2021-08-23T14:47:46.205Z] PASS [2021-08-23T14:47:46.205Z] coverage: 100.0% of statements [2021-08-23T14:47:46.205Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2021-08-23T14:47:46.940Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-08-23T14:47:47.173Z] === RUN TestTCP4Proxy [2021-08-23T14:47:47.173Z] --- PASS: TestTCP4Proxy (0.01s) [2021-08-23T14:47:47.173Z] === RUN TestTCP4ProxyHalfClose [2021-08-23T14:47:47.173Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestTCP6Proxy [2021-08-23T14:47:47.173Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:47:47.173Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestTCPDualStackProxy [2021-08-23T14:47:47.173Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:47:47.173Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestUDP4Proxy [2021-08-23T14:47:47.173Z] --- PASS: TestUDP4Proxy (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestUDP6Proxy [2021-08-23T14:47:47.173Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:47:47.173Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestUDPWriteError [2021-08-23T14:47:47.173Z] --- PASS: TestUDPWriteError (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestSCTP4Proxy [2021-08-23T14:47:47.173Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:47:47.173Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-08-23T14:47:47.173Z] === RUN TestSCTP6Proxy [2021-08-23T14:47:47.173Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:47:47.173Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-08-23T14:47:47.173Z] PASS [2021-08-23T14:47:47.173Z] coverage: 49.4% of statements [2021-08-23T14:47:47.173Z] ok github.com/docker/docker/cmd/docker-proxy 0.057s coverage: 49.4% of statements [2021-08-23T14:47:48.838Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-08-23T14:47:49.772Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-08-23T14:47:50.467Z] --- PASS: TestBuildMultiStageLayerLeak (10.48s) [2021-08-23T14:47:50.467Z] === RUN TestBuildWithHugeFile [2021-08-23T14:47:53.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-08-23T14:47:53.054Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-08-23T14:47:54.426Z] docker_api_swarm_service_test.go:303: [dc4024a154431] joining swarm manager [d0b17c6ebba51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:47:54.684Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-08-23T14:47:55.249Z] docker_api_swarm_service_test.go:303: [d7b30296582b1] joining swarm manager [d0b17c6ebba51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:47:55.743Z] === RUN TestCheckpointCreateError [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointCreate [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointCreate (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointDeleteError [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointDelete [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointDelete (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointListError [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointListError (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointList [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointList (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestCheckpointListContainerNotFound [2021-08-23T14:47:55.743Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNewClientWithOpsFromEnv [2021-08-23T14:47:55.743Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:47:55.743Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestGetAPIPath [2021-08-23T14:47:55.743Z] --- PASS: TestGetAPIPath (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestParseHostURL [2021-08-23T14:47:55.743Z] --- PASS: TestParseHostURL (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-08-23T14:47:55.743Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPIVersionEmpty [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPIVersion [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPVersionOverride [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPIVersionAutomatic [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-08-23T14:47:55.743Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-08-23T14:47:55.743Z] === RUN TestClientRedirect [2021-08-23T14:47:55.743Z] --- PASS: TestClientRedirect (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigCreateUnsupported [2021-08-23T14:47:55.744Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigCreateError [2021-08-23T14:47:55.744Z] --- PASS: TestConfigCreateError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigCreate [2021-08-23T14:47:55.744Z] --- PASS: TestConfigCreate (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspectNotFound [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspectWithEmptyID [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspectUnsupported [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspectError [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspectError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspectConfigNotFound [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigInspect [2021-08-23T14:47:55.744Z] --- PASS: TestConfigInspect (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigListUnsupported [2021-08-23T14:47:55.744Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigListError [2021-08-23T14:47:55.744Z] --- PASS: TestConfigListError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigList [2021-08-23T14:47:55.744Z] --- PASS: TestConfigList (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigRemoveUnsupported [2021-08-23T14:47:55.744Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigRemoveError [2021-08-23T14:47:55.744Z] --- PASS: TestConfigRemoveError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigRemove [2021-08-23T14:47:55.744Z] --- PASS: TestConfigRemove (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigUpdateUnsupported [2021-08-23T14:47:55.744Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigUpdateError [2021-08-23T14:47:55.744Z] --- PASS: TestConfigUpdateError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestConfigUpdate [2021-08-23T14:47:55.744Z] --- PASS: TestConfigUpdate (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCommitError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCommitError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCommit [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCommit (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStatPathError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStatPathError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStatPathNotFoundError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStatPathNoHeaderError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStatPath [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStatPath (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyToContainerError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyToContainerError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyToContainerNotFoundError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyToContainerNotStatusOKError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyToContainer [2021-08-23T14:47:55.744Z] --- PASS: TestCopyToContainer (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyFromContainerError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyFromContainerNotFoundError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyFromContainerNotStatusOKError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyFromContainerNoHeaderError [2021-08-23T14:47:55.744Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestCopyFromContainer [2021-08-23T14:47:55.744Z] --- PASS: TestCopyFromContainer (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCreateError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCreateError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCreateImageNotFound [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCreateWithName [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerCreateAutoRemove [2021-08-23T14:47:55.744Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerDiffError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerDiffError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerDiff [2021-08-23T14:47:55.744Z] --- PASS: TestContainerDiff (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecCreateError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecCreate [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecCreate (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecStartError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecStartError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecStart [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecStart (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecInspectError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecInspect [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecInspect (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExportError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExportError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExport [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExport (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerInspectError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerInspectError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerInspectContainerNotFound [2021-08-23T14:47:55.744Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerInspectWithEmptyID [2021-08-23T14:47:55.744Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerInspect [2021-08-23T14:47:55.744Z] --- PASS: TestContainerInspect (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerInspectNode [2021-08-23T14:47:55.744Z] --- PASS: TestContainerInspectNode (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerKillError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerKillError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerKill [2021-08-23T14:47:55.744Z] --- PASS: TestContainerKill (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerListError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerListError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerList [2021-08-23T14:47:55.744Z] --- PASS: TestContainerList (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerLogsNotFoundError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerLogsError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerLogsError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerLogs [2021-08-23T14:47:55.744Z] --- PASS: TestContainerLogs (0.13s) [2021-08-23T14:47:55.744Z] === RUN TestContainerPauseError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerPauseError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerPause [2021-08-23T14:47:55.744Z] --- PASS: TestContainerPause (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainersPruneError [2021-08-23T14:47:55.744Z] --- PASS: TestContainersPruneError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainersPrune [2021-08-23T14:47:55.744Z] --- PASS: TestContainersPrune (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRemoveError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRemoveError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRemoveNotFoundError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRemove [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRemove (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRenameError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRenameError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRename [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRename (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerResizeError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerResizeError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecResizeError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerResize [2021-08-23T14:47:55.744Z] --- PASS: TestContainerResize (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerExecResize [2021-08-23T14:47:55.744Z] --- PASS: TestContainerExecResize (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRestartError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRestartError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerRestart [2021-08-23T14:47:55.744Z] --- PASS: TestContainerRestart (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStartError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStartError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStart [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStart (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStatsError [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStatsError (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStats [2021-08-23T14:47:55.744Z] --- PASS: TestContainerStats (0.00s) [2021-08-23T14:47:55.744Z] === RUN TestContainerStopError [2021-08-23T14:47:55.815Z] === RUN TestDockerSuite/TestPortHostBinding [2021-08-23T14:47:56.202Z] --- PASS: TestContainerStopError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerStop [2021-08-23T14:47:56.202Z] --- PASS: TestContainerStop (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerTopError [2021-08-23T14:47:56.202Z] --- PASS: TestContainerTopError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerTop [2021-08-23T14:47:56.202Z] --- PASS: TestContainerTop (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerUnpauseError [2021-08-23T14:47:56.202Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerUnpause [2021-08-23T14:47:56.202Z] --- PASS: TestContainerUnpause (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerUpdateError [2021-08-23T14:47:56.202Z] --- PASS: TestContainerUpdateError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerUpdate [2021-08-23T14:47:56.202Z] --- PASS: TestContainerUpdate (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerWaitError [2021-08-23T14:47:56.202Z] --- PASS: TestContainerWaitError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestContainerWait [2021-08-23T14:47:56.202Z] --- PASS: TestContainerWait (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestDiskUsageError [2021-08-23T14:47:56.202Z] --- PASS: TestDiskUsageError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestDiskUsage [2021-08-23T14:47:56.202Z] --- PASS: TestDiskUsage (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestDistributionInspectUnsupported [2021-08-23T14:47:56.202Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestDistributionInspectWithEmptyID [2021-08-23T14:47:56.202Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestEventsErrorInOptions [2021-08-23T14:47:56.202Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestEventsErrorFromServer [2021-08-23T14:47:56.202Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestEvents [2021-08-23T14:47:56.202Z] --- PASS: TestEvents (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestTLSCloseWriter [2021-08-23T14:47:56.202Z] === PAUSE TestTLSCloseWriter [2021-08-23T14:47:56.202Z] === RUN TestImageBuildError [2021-08-23T14:47:56.202Z] --- PASS: TestImageBuildError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageBuild [2021-08-23T14:47:56.202Z] --- PASS: TestImageBuild (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestGetDockerOS [2021-08-23T14:47:56.202Z] --- PASS: TestGetDockerOS (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageCreateError [2021-08-23T14:47:56.202Z] --- PASS: TestImageCreateError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageCreate [2021-08-23T14:47:56.202Z] --- PASS: TestImageCreate (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageHistoryError [2021-08-23T14:47:56.202Z] --- PASS: TestImageHistoryError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageHistory [2021-08-23T14:47:56.202Z] --- PASS: TestImageHistory (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageImportError [2021-08-23T14:47:56.202Z] --- PASS: TestImageImportError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageImport [2021-08-23T14:47:56.202Z] --- PASS: TestImageImport (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageInspectError [2021-08-23T14:47:56.202Z] --- PASS: TestImageInspectError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageInspectImageNotFound [2021-08-23T14:47:56.202Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageInspectWithEmptyID [2021-08-23T14:47:56.202Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageInspect [2021-08-23T14:47:56.202Z] --- PASS: TestImageInspect (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageListError [2021-08-23T14:47:56.202Z] --- PASS: TestImageListError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageList [2021-08-23T14:47:56.202Z] --- PASS: TestImageList (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageListApiBefore125 [2021-08-23T14:47:56.202Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageLoadError [2021-08-23T14:47:56.202Z] --- PASS: TestImageLoadError (0.02s) [2021-08-23T14:47:56.202Z] === RUN TestImageLoad [2021-08-23T14:47:56.202Z] --- PASS: TestImageLoad (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagesPruneError [2021-08-23T14:47:56.202Z] --- PASS: TestImagesPruneError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagesPrune [2021-08-23T14:47:56.202Z] --- PASS: TestImagesPrune (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullReferenceParseError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullAnyError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullAnyError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullStatusUnauthorizedError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePullWithoutErrors [2021-08-23T14:47:56.202Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushReferenceError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushAnyError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushAnyError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushStatusUnauthorizedError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithoutErrors [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-08-23T14:47:56.202Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-08-23T14:47:56.202Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageRemoveError [2021-08-23T14:47:56.202Z] --- PASS: TestImageRemoveError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageRemoveImageNotFound [2021-08-23T14:47:56.202Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageRemove [2021-08-23T14:47:56.202Z] --- PASS: TestImageRemove (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageSaveError [2021-08-23T14:47:56.202Z] --- PASS: TestImageSaveError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageSave [2021-08-23T14:47:56.202Z] --- PASS: TestImageSave (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageSearchAnyError [2021-08-23T14:47:56.202Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageSearchStatusUnauthorizedError [2021-08-23T14:47:56.202Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-08-23T14:47:56.202Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:47:56.202Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:47:56.203Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-08-23T14:47:56.203Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageSearchWithoutErrors [2021-08-23T14:47:56.203Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageTagError [2021-08-23T14:47:56.203Z] --- PASS: TestImageTagError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageTagInvalidReference [2021-08-23T14:47:56.203Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageTagInvalidSourceImageName [2021-08-23T14:47:56.203Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageTagHexSource [2021-08-23T14:47:56.203Z] --- PASS: TestImageTagHexSource (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestImageTag [2021-08-23T14:47:56.203Z] --- PASS: TestImageTag (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestInfoServerError [2021-08-23T14:47:56.203Z] --- PASS: TestInfoServerError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestInfoInvalidResponseJSONError [2021-08-23T14:47:56.203Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestInfo [2021-08-23T14:47:56.203Z] --- PASS: TestInfo (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkConnectError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkConnectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkConnect [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkConnect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkCreateError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkCreateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkCreate [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkCreate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkDisconnectError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkDisconnect [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkInspectNotFoundError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkInspect [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkListError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkList [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworksPruneError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworksPruneError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworksPrune [2021-08-23T14:47:56.203Z] --- PASS: TestNetworksPrune (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNetworkRemove [2021-08-23T14:47:56.203Z] --- PASS: TestNetworkRemove (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestNodeInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeInspectNodeNotFound [2021-08-23T14:47:56.203Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeInspect [2021-08-23T14:47:56.203Z] --- PASS: TestNodeInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeListError [2021-08-23T14:47:56.203Z] --- PASS: TestNodeListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeList [2021-08-23T14:47:56.203Z] --- PASS: TestNodeList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestNodeRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeRemove [2021-08-23T14:47:56.203Z] --- PASS: TestNodeRemove (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeUpdateError [2021-08-23T14:47:56.203Z] --- PASS: TestNodeUpdateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestNodeUpdate [2021-08-23T14:47:56.203Z] --- PASS: TestNodeUpdate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestOptionWithTimeout [2021-08-23T14:47:56.203Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPingFail [2021-08-23T14:47:56.203Z] --- PASS: TestPingFail (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPingWithError [2021-08-23T14:47:56.203Z] 2021/08/23 14:47:55 RoundTripper returned a response & error; ignoring response [2021-08-23T14:47:56.203Z] 2021/08/23 14:47:55 RoundTripper returned a response & error; ignoring response [2021-08-23T14:47:56.203Z] --- PASS: TestPingWithError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPingSuccess [2021-08-23T14:47:56.203Z] --- PASS: TestPingSuccess (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPingHeadFallback [2021-08-23T14:47:56.203Z] === RUN TestPingHeadFallback/OK [2021-08-23T14:47:56.203Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-08-23T14:47:56.203Z] === RUN TestPingHeadFallback/Not_Found [2021-08-23T14:47:56.203Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-08-23T14:47:56.203Z] --- PASS: TestPingHeadFallback (0.00s) [2021-08-23T14:47:56.203Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-08-23T14:47:56.203Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-08-23T14:47:56.203Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-08-23T14:47:56.203Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginDisableError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginDisableError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginDisable [2021-08-23T14:47:56.203Z] --- PASS: TestPluginDisable (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginEnableError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginEnableError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginEnable [2021-08-23T14:47:56.203Z] --- PASS: TestPluginEnable (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginInspect [2021-08-23T14:47:56.203Z] --- PASS: TestPluginInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginListError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginList [2021-08-23T14:47:56.203Z] --- PASS: TestPluginList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginPushError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginPushError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginPush [2021-08-23T14:47:56.203Z] --- PASS: TestPluginPush (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginRemove [2021-08-23T14:47:56.203Z] --- PASS: TestPluginRemove (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginSetError [2021-08-23T14:47:56.203Z] --- PASS: TestPluginSetError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPluginSet [2021-08-23T14:47:56.203Z] --- PASS: TestPluginSet (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSetHostHeader [2021-08-23T14:47:56.203Z] --- PASS: TestSetHostHeader (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestPlainTextError [2021-08-23T14:47:56.203Z] --- PASS: TestPlainTextError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestInfiniteError [2021-08-23T14:47:56.203Z] --- PASS: TestInfiniteError (0.03s) [2021-08-23T14:47:56.203Z] === RUN TestCanceledContext [2021-08-23T14:47:56.203Z] 2021/08/23 14:47:55 RoundTripper returned a response & error; ignoring response [2021-08-23T14:47:56.203Z] --- PASS: TestCanceledContext (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestDeadlineExceededContext [2021-08-23T14:47:56.203Z] 2021/08/23 14:47:55 RoundTripper returned a response & error; ignoring response [2021-08-23T14:47:56.203Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretCreateUnsupported [2021-08-23T14:47:56.203Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretCreateError [2021-08-23T14:47:56.203Z] --- PASS: TestSecretCreateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretCreate [2021-08-23T14:47:56.203Z] --- PASS: TestSecretCreate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretInspectUnsupported [2021-08-23T14:47:56.203Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestSecretInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretInspectSecretNotFound [2021-08-23T14:47:56.203Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretInspect [2021-08-23T14:47:56.203Z] --- PASS: TestSecretInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretListUnsupported [2021-08-23T14:47:56.203Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretListError [2021-08-23T14:47:56.203Z] --- PASS: TestSecretListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretList [2021-08-23T14:47:56.203Z] --- PASS: TestSecretList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretRemoveUnsupported [2021-08-23T14:47:56.203Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestSecretRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretRemove [2021-08-23T14:47:56.203Z] --- PASS: TestSecretRemove (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretUpdateUnsupported [2021-08-23T14:47:56.203Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretUpdateError [2021-08-23T14:47:56.203Z] --- PASS: TestSecretUpdateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSecretUpdate [2021-08-23T14:47:56.203Z] --- PASS: TestSecretUpdate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceCreateError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceCreateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceCreate [2021-08-23T14:47:56.203Z] --- PASS: TestServiceCreate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceCreateCompatiblePlatforms [2021-08-23T14:47:56.203Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceCreateDigestPinning [2021-08-23T14:47:56.203Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceInspectServiceNotFound [2021-08-23T14:47:56.203Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceInspect [2021-08-23T14:47:56.203Z] --- PASS: TestServiceInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceListError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceList [2021-08-23T14:47:56.203Z] --- PASS: TestServiceList (0.01s) [2021-08-23T14:47:56.203Z] === RUN TestServiceLogsError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceLogsError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceLogs [2021-08-23T14:47:56.203Z] --- PASS: TestServiceLogs (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceRemoveNotFoundError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceRemove [2021-08-23T14:47:56.203Z] --- PASS: TestServiceRemove (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceUpdateError [2021-08-23T14:47:56.203Z] --- PASS: TestServiceUpdateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestServiceUpdate [2021-08-23T14:47:56.203Z] --- PASS: TestServiceUpdate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmGetUnlockKeyError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmGetUnlockKey [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmInitError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmInitError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmInit [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmInit (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmInspect [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmJoinError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmJoinError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmJoin [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmJoin (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmLeaveError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmLeave [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmLeave (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmUnlockError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmUnlock [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmUnlock (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmUpdateError [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestSwarmUpdate [2021-08-23T14:47:56.203Z] --- PASS: TestSwarmUpdate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestTaskInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestTaskInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestTaskInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestTaskInspect [2021-08-23T14:47:56.203Z] --- PASS: TestTaskInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestTaskListError [2021-08-23T14:47:56.203Z] --- PASS: TestTaskListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestTaskList [2021-08-23T14:47:56.203Z] --- PASS: TestTaskList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeCreateError [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeCreateError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeCreate [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeCreate (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeInspectError [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeInspectError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeInspectNotFound [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeInspectWithEmptyID [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeInspect [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeInspect (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeListError [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeListError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeList [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeList (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeRemoveError [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-08-23T14:47:56.203Z] === RUN TestVolumeRemove [2021-08-23T14:47:56.203Z] --- PASS: TestVolumeRemove (0.00s) [2021-08-23T14:47:56.203Z] === CONT TestTLSCloseWriter [2021-08-23T14:47:56.203Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-08-23T14:47:56.203Z] PASS [2021-08-23T14:47:56.203Z] coverage: 74.8% of statements [2021-08-23T14:47:56.203Z] ok github.com/docker/docker/client 0.326s coverage: 74.8% of statements [2021-08-23T14:47:57.189Z] === RUN TestDockerSuite/TestPortList [2021-08-23T14:47:58.768Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-08-23T14:47:58.768Z] PASS [2021-08-23T14:47:58.768Z] [2021-08-23T14:47:58.768Z] DONE 17 tests in 45.750s [2021-08-23T14:47:58.768Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-08-23T14:47:58.768Z] INFO: Testing against a local daemon [2021-08-23T14:47:58.768Z] === RUN TestPluginInvalidJSON [2021-08-23T14:47:58.768Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:47:58.768Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:47:58.768Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:47:58.768Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-08-23T14:47:58.768Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T14:47:58.768Z] === RUN TestPluginInstall [2021-08-23T14:47:58.768Z] === RUN TestPluginInstall/no_auth [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75039379ca91840163b183c4f32c535d5cf4c8c6f4ca421a12227ecb58b2463d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75039379ca91840163b183c4f32c535d5cf4c8c6f4ca421a12227ecb58b2463d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:58.768Z] === RUN TestPluginInstall/with_htpasswd [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75039379ca91840163b183c4f32c535d5cf4c8c6f4ca421a12227ecb58b2463d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:58.768Z] time="2021-08-23T14:47:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75039379ca91840163b183c4f32c535d5cf4c8c6f4ca421a12227ecb58b2463d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:58.768Z] === RUN TestPluginInstall/with_insecure [2021-08-23T14:47:59.705Z] time="2021-08-23T14:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:59.705Z] time="2021-08-23T14:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cdfdaf1fe7d77e3379091eba596e023ce07de6765c4d1effceaf7b90e9fe043" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:59.705Z] time="2021-08-23T14:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:47:59.705Z] time="2021-08-23T14:47:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cdfdaf1fe7d77e3379091eba596e023ce07de6765c4d1effceaf7b90e9fe043" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:47:59.705Z] plugin_test.go:166: [db69ed9d9c6e2] daemon is not started [2021-08-23T14:47:59.705Z] --- PASS: TestPluginInstall (3.23s) [2021-08-23T14:47:59.705Z] --- PASS: TestPluginInstall/no_auth (1.44s) [2021-08-23T14:47:59.705Z] --- PASS: TestPluginInstall/with_htpasswd (0.66s) [2021-08-23T14:47:59.705Z] --- PASS: TestPluginInstall/with_insecure (1.13s) [2021-08-23T14:47:59.705Z] === RUN TestPluginsWithRuntimes [2021-08-23T14:48:01.607Z] === RUN TestPluginsWithRuntimes/No_Args [2021-08-23T14:48:02.174Z] === RUN TestPluginsWithRuntimes/With_Args [2021-08-23T14:48:03.109Z] --- PASS: TestPluginsWithRuntimes (3.48s) [2021-08-23T14:48:03.109Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.92s) [2021-08-23T14:48:03.109Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.93s) [2021-08-23T14:48:03.109Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T14:48:04.046Z] --- PASS: TestPluginBackCompatMediaTypes (0.61s) [2021-08-23T14:48:04.046Z] PASS [2021-08-23T14:48:04.046Z] [2021-08-23T14:48:04.046Z] DONE 10 tests in 7.395s [2021-08-23T14:48:04.046Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-08-23T14:48:04.046Z] INFO: Testing against a local daemon [2021-08-23T14:48:04.046Z] === RUN TestExternalGraphDriver [2021-08-23T14:48:04.046Z] === RUN TestExternalGraphDriver/json [2021-08-23T14:48:05.295Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-08-23T14:48:05.949Z] === RUN TestExternalGraphDriver/spec [2021-08-23T14:48:06.227Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-08-23T14:48:07.324Z] === RUN TestExternalGraphDriver/pull [2021-08-23T14:48:08.197Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-08-23T14:48:08.197Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:48:08.197Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:48:08.197Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-08-23T14:48:08.197Z] [2021-08-23T14:48:08.197Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-08-23T14:48:08.197Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-08-23T14:48:08.197Z] HOSTNAME=1b33c89a1a88 [2021-08-23T14:48:08.197Z] TESTDEBUG=0 [2021-08-23T14:48:08.197Z] DEST=bundles/test-integration [2021-08-23T14:48:08.197Z] PWD=/go/src/github.com/docker/docker [2021-08-23T14:48:08.197Z] DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 [2021-08-23T14:48:08.197Z] container=docker [2021-08-23T14:48:08.197Z] HOME=/root [2021-08-23T14:48:08.197Z] GOLANG_VERSION=1.16.7 [2021-08-23T14:48:08.197Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-08-23T14:48:08.197Z] VALIDATE_BRANCH=master [2021-08-23T14:48:08.197Z] TERM=xterm [2021-08-23T14:48:08.197Z] DOCKER_PKG=github.com/docker/docker [2021-08-23T14:48:08.197Z] SHLVL=1 [2021-08-23T14:48:08.197Z] TIMEOUT=120m [2021-08-23T14:48:08.197Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-08-23T14:48:08.197Z] DOCKER_GRAPHDRIVER=overlay2 [2021-08-23T14:48:08.197Z] GO111MODULE=off [2021-08-23T14:48:08.197Z] DOCKER_EXPERIMENTAL=1 [2021-08-23T14:48:08.197Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-08-23T14:48:08.197Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-08-23T14:48:08.197Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-08-23T14:48:08.197Z] GOPATH=/go [2021-08-23T14:48:08.197Z] PKG_CONFIG=pkg-config [2021-08-23T14:48:08.197Z] _=/usr/bin/env [2021-08-23T14:48:08.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-08-23T14:48:08.699Z] --- PASS: TestExternalGraphDriver (4.78s) [2021-08-23T14:48:08.699Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2021-08-23T14:48:08.699Z] --- PASS: TestExternalGraphDriver/spec (1.67s) [2021-08-23T14:48:08.699Z] --- PASS: TestExternalGraphDriver/pull (1.38s) [2021-08-23T14:48:08.699Z] === RUN TestGraphdriverPluginV2 [2021-08-23T14:48:11.011Z] --- PASS: TestCheckoutGit (25.70s) [2021-08-23T14:48:11.011Z] === RUN TestValidGitTransport [2021-08-23T14:48:11.011Z] --- PASS: TestValidGitTransport (0.00s) [2021-08-23T14:48:11.011Z] === RUN TestGitInvalidRef [2021-08-23T14:48:11.011Z] --- PASS: TestGitInvalidRef (0.20s) [2021-08-23T14:48:11.011Z] PASS [2021-08-23T14:48:11.011Z] coverage: 86.3% of statements [2021-08-23T14:48:11.011Z] ok github.com/docker/docker/builder/remotecontext/git 25.949s coverage: 86.3% of statements [2021-08-23T14:48:11.011Z] ? github.com/docker/docker/cli [no test files] [2021-08-23T14:48:11.011Z] ? github.com/docker/docker/cli/config [no test files] [2021-08-23T14:48:12.780Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-08-23T14:48:12.780Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-08-23T14:48:12.780Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-08-23T14:48:12.890Z] --- PASS: TestGraphdriverPluginV2 (3.65s) [2021-08-23T14:48:12.891Z] PASS [2021-08-23T14:48:12.891Z] [2021-08-23T14:48:12.891Z] DONE 5 tests in 8.447s [2021-08-23T14:48:12.891Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-08-23T14:48:12.891Z] INFO: Testing against a local daemon [2021-08-23T14:48:12.891Z] === RUN TestContinueAfterPluginCrash [2021-08-23T14:48:12.891Z] === PAUSE TestContinueAfterPluginCrash [2021-08-23T14:48:12.891Z] === RUN TestReadPluginNoRead [2021-08-23T14:48:12.891Z] === PAUSE TestReadPluginNoRead [2021-08-23T14:48:12.891Z] === RUN TestDaemonStartWithLogOpt [2021-08-23T14:48:12.891Z] === PAUSE TestDaemonStartWithLogOpt [2021-08-23T14:48:12.891Z] === CONT TestContinueAfterPluginCrash [2021-08-23T14:48:12.891Z] === CONT TestDaemonStartWithLogOpt [2021-08-23T14:48:13.380Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-08-23T14:48:13.380Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-08-23T14:48:13.948Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-08-23T14:48:13.948Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-08-23T14:48:14.513Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-08-23T14:48:14.513Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-08-23T14:48:15.446Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-08-23T14:48:15.704Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-08-23T14:48:15.704Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-08-23T14:48:16.208Z] --- PASS: TestDaemonStartWithLogOpt (3.64s) [2021-08-23T14:48:16.208Z] === CONT TestReadPluginNoRead [2021-08-23T14:48:17.601Z] docker_api_swarm_service_test.go:99: [dd545a6158c5a] joining swarm manager [d8c5618068b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:48:18.165Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-08-23T14:48:18.165Z] docker_api_swarm_service_test.go:100: [da2080a5603c8] joining swarm manager [d8c5618068b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:48:18.739Z] === RUN TestReadPluginNoRead/default [2021-08-23T14:48:19.537Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-08-23T14:48:19.673Z] === RUN TestReadPluginNoRead/disabled_caching [2021-08-23T14:48:20.104Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-08-23T14:48:20.104Z] === RUN TestDockerSuite/TestPsByOrder [2021-08-23T14:48:21.047Z] --- PASS: TestContinueAfterPluginCrash (8.68s) [2021-08-23T14:48:21.047Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-08-23T14:48:22.421Z] === CONT TestReadPluginNoRead [2021-08-23T14:48:22.421Z] read_test.go:92: [d3decdc35bf5a] daemon is not started [2021-08-23T14:48:22.421Z] --- PASS: TestReadPluginNoRead (6.41s) [2021-08-23T14:48:22.421Z] --- PASS: TestReadPluginNoRead/default (1.43s) [2021-08-23T14:48:22.421Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2021-08-23T14:48:22.421Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.33s) [2021-08-23T14:48:22.421Z] PASS [2021-08-23T14:48:22.421Z] [2021-08-23T14:48:22.421Z] DONE 6 tests in 10.071s [2021-08-23T14:48:22.421Z] 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-08-23T14:48:22.421Z] testing: warning: no tests to run [2021-08-23T14:48:22.421Z] PASS [2021-08-23T14:48:22.421Z] [2021-08-23T14:48:22.421Z] DONE 0 tests in 0.014s [2021-08-23T14:48:22.421Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-08-23T14:48:22.421Z] INFO: Testing against a local daemon [2021-08-23T14:48:22.421Z] === RUN TestPluginWithDevMounts [2021-08-23T14:48:22.421Z] === PAUSE TestPluginWithDevMounts [2021-08-23T14:48:22.421Z] === CONT TestPluginWithDevMounts [2021-08-23T14:48:23.382Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-08-23T14:48:23.390Z] === RUN TestContainerStopSignal [2021-08-23T14:48:23.390Z] --- PASS: TestContainerStopSignal (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestContainerStopTimeout [2021-08-23T14:48:23.390Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestContainerSecretReferenceDestTarget [2021-08-23T14:48:23.390Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-08-23T14:48:23.390Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-08-23T14:48:23.390Z] === RUN TestContainerLogPathSetForRingLogger [2021-08-23T14:48:23.390Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestReplaceAndAppendEnvVars [2021-08-23T14:48:23.390Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-08-23T14:48:23.390Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestNewMemoryStore [2021-08-23T14:48:23.390Z] --- PASS: TestNewMemoryStore (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestAddContainers [2021-08-23T14:48:23.390Z] --- PASS: TestAddContainers (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestGetContainer [2021-08-23T14:48:23.390Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestDeleteContainer [2021-08-23T14:48:23.390Z] --- PASS: TestDeleteContainer (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestListContainers [2021-08-23T14:48:23.390Z] --- PASS: TestListContainers (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestFirstContainer [2021-08-23T14:48:23.390Z] --- PASS: TestFirstContainer (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestApplyAllContainer [2021-08-23T14:48:23.390Z] --- PASS: TestApplyAllContainer (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestIsValidHealthString [2021-08-23T14:48:23.390Z] --- PASS: TestIsValidHealthString (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestStateRunStop [2021-08-23T14:48:23.390Z] --- PASS: TestStateRunStop (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestStateTimeoutWait [2021-08-23T14:48:23.390Z] state_test.go:141: Stop callback fired [2021-08-23T14:48:23.390Z] state_test.go:165: Stop callback fired [2021-08-23T14:48:23.390Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-08-23T14:48:23.390Z] === RUN TestIsValidStateString [2021-08-23T14:48:23.390Z] --- PASS: TestIsValidStateString (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestViewSaveDelete [2021-08-23T14:48:23.390Z] --- PASS: TestViewSaveDelete (0.02s) [2021-08-23T14:48:23.390Z] === RUN TestViewAll [2021-08-23T14:48:23.390Z] --- PASS: TestViewAll (0.01s) [2021-08-23T14:48:23.390Z] === RUN TestViewGet [2021-08-23T14:48:23.390Z] --- PASS: TestViewGet (0.01s) [2021-08-23T14:48:23.390Z] === RUN TestNames [2021-08-23T14:48:23.390Z] --- PASS: TestNames (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestViewWithHealthCheck [2021-08-23T14:48:23.390Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-08-23T14:48:23.390Z] PASS [2021-08-23T14:48:23.390Z] coverage: 41.7% of statements [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-08-23T14:48:23.390Z] ok github.com/docker/docker/container 0.252s coverage: 41.7% of statements [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-08-23T14:48:23.390Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-08-23T14:48:23.390Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-08-23T14:48:23.391Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-08-23T14:48:23.391Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-08-23T14:48:23.391Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-08-23T14:48:23.391Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-08-23T14:48:23.391Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2021-08-23T14:48:23.391Z] === RUN TestConfigureDaemonLogs [2021-08-23T14:48:23.391Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestCommonOptionsInstallFlags [2021-08-23T14:48:23.391Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-08-23T14:48:23.391Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-08-23T14:48:23.391Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-08-23T14:48:23.391Z] PASS [2021-08-23T14:48:23.391Z] coverage: 18.5% of statements [2021-08-23T14:48:23.391Z] ok github.com/docker/docker/cmd/dockerd 0.165s coverage: 18.5% of statements [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/container/stream [no test files] [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-08-23T14:48:23.391Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-08-23T14:48:23.947Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-08-23T14:48:24.321Z] --- PASS: TestPluginWithDevMounts (1.65s) [2021-08-23T14:48:24.321Z] PASS [2021-08-23T14:48:24.321Z] [2021-08-23T14:48:24.321Z] DONE 1 tests in 1.676s [2021-08-23T14:48:24.321Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-08-23T14:48:24.321Z] INFO: Testing against a local daemon [2021-08-23T14:48:24.321Z] === RUN TestSecretInspect [2021-08-23T14:48:24.358Z] === RUN TestPrepare [2021-08-23T14:48:24.358Z] --- PASS: TestPrepare (0.00s) [2021-08-23T14:48:24.358Z] === RUN TestStart [2021-08-23T14:48:24.358Z] --- PASS: TestStart (0.00s) [2021-08-23T14:48:24.358Z] === RUN TestWaitCancel [2021-08-23T14:48:24.358Z] --- PASS: TestWaitCancel (0.00s) [2021-08-23T14:48:24.358Z] === RUN TestWaitDisabled [2021-08-23T14:48:24.358Z] --- PASS: TestWaitDisabled (0.00s) [2021-08-23T14:48:24.358Z] === RUN TestWaitEnabled [2021-08-23T14:48:24.358Z] --- PASS: TestWaitEnabled (0.00s) [2021-08-23T14:48:24.358Z] === RUN TestRemove [2021-08-23T14:48:24.358Z] --- PASS: TestRemove (0.00s) [2021-08-23T14:48:24.358Z] PASS [2021-08-23T14:48:24.358Z] coverage: 65.3% of statements [2021-08-23T14:48:24.358Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2021-08-23T14:48:26.473Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-08-23T14:48:26.536Z] === RUN TestNewListSecretsFilters [2021-08-23T14:48:26.536Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-08-23T14:48:26.536Z] === RUN TestNewListConfigsFilters [2021-08-23T14:48:26.536Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-08-23T14:48:26.536Z] PASS [2021-08-23T14:48:26.536Z] coverage: 0.5% of statements [2021-08-23T14:48:26.536Z] ok github.com/docker/docker/daemon/cluster 0.406s coverage: 0.5% of statements [2021-08-23T14:48:26.852Z] --- PASS: TestSecretInspect (2.25s) [2021-08-23T14:48:26.852Z] === RUN TestSecretList [2021-08-23T14:48:26.995Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-08-23T14:48:26.995Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCIsolation [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-08-23T14:48:26.995Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCConfigs [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCConfigs [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-08-23T14:48:26.995Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-08-23T14:48:26.995Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-08-23T14:48:26.995Z] PASS [2021-08-23T14:48:26.995Z] coverage: 35.9% of statements [2021-08-23T14:48:26.995Z] ok github.com/docker/docker/daemon/cluster/convert 0.199s coverage: 35.9% of statements [2021-08-23T14:48:28.752Z] --- PASS: TestSecretList (2.20s) [2021-08-23T14:48:28.752Z] === RUN TestSecretsCreateAndDelete [2021-08-23T14:48:29.899Z] === RUN TestBuilderGC [2021-08-23T14:48:29.899Z] --- PASS: TestBuilderGC (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationNotFound [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonBrokenConfiguration [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestParseClusterAdvertiseSettings [2021-08-23T14:48:29.899Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestFindConfigurationConflicts [2021-08-23T14:48:29.899Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-08-23T14:48:29.899Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeConflicts [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-08-23T14:48:29.899Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-08-23T14:48:29.899Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-08-23T14:48:29.899Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_label [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_dns [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_dns-search [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-08-23T14:48:29.899Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-08-23T14:48:29.899Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestModifiedDiscoverySettings [2021-08-23T14:48:29.899Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestReloadSetConfigFileNotExist [2021-08-23T14:48:29.899Z] time="2021-08-23T14:48:29Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-08-23T14:48:29.899Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-08-23T14:48:29.899Z] === RUN TestReloadDefaultConfigNotExist [2021-08-23T14:48:29.899Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:48:29.899Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestReloadBadDefaultConfig [2021-08-23T14:48:29.899Z] time="2021-08-23T14:48:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-228681487" [2021-08-23T14:48:29.899Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestReloadWithConflictingLabels [2021-08-23T14:48:29.899Z] time="2021-08-23T14:48:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-668511522" [2021-08-23T14:48:29.899Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-08-23T14:48:29.899Z] === RUN TestReloadWithDuplicateLabels [2021-08-23T14:48:29.899Z] time="2021-08-23T14:48:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-143111705" [2021-08-23T14:48:29.899Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-08-23T14:48:29.899Z] === RUN TestDaemonConfigurationMerge [2021-08-23T14:48:29.899Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-08-23T14:48:29.899Z] PASS [2021-08-23T14:48:29.899Z] coverage: 80.4% of statements [2021-08-23T14:48:29.899Z] ok github.com/docker/docker/daemon/config 0.291s coverage: 80.4% of statements [2021-08-23T14:48:30.357Z] === RUN TestWaitNodeAttachment [2021-08-23T14:48:30.357Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-08-23T14:48:30.357Z] === RUN TestIsolationConversion [2021-08-23T14:48:30.357Z] === RUN TestIsolationConversion/default [2021-08-23T14:48:30.357Z] === RUN TestIsolationConversion/process [2021-08-23T14:48:30.357Z] === RUN TestIsolationConversion/hyperv [2021-08-23T14:48:30.357Z] --- PASS: TestIsolationConversion (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-08-23T14:48:30.357Z] === RUN TestContainerLabels [2021-08-23T14:48:30.357Z] --- PASS: TestContainerLabels (0.00s) [2021-08-23T14:48:30.357Z] === RUN TestCredentialSpecConversion [2021-08-23T14:48:30.357Z] === RUN TestCredentialSpecConversion/none [2021-08-23T14:48:30.357Z] === RUN TestCredentialSpecConversion/config [2021-08-23T14:48:30.357Z] === RUN TestCredentialSpecConversion/file [2021-08-23T14:48:30.357Z] === RUN TestCredentialSpecConversion/registry [2021-08-23T14:48:30.357Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-08-23T14:48:30.357Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-08-23T14:48:30.653Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-08-23T14:48:30.653Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountBind [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountVolume [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountTarget [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountTmpfs [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountInvalidType [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestControllerValidateMountNamedPipe [2021-08-23T14:48:30.815Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-08-23T14:48:30.815Z] PASS [2021-08-23T14:48:30.815Z] coverage: 11.0% of statements [2021-08-23T14:48:30.815Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.563s coverage: 11.0% of statements [2021-08-23T14:48:30.815Z] === RUN TestDiscoveryOptsErrors [2021-08-23T14:48:30.815Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestDiscoveryOpts [2021-08-23T14:48:30.815Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-08-23T14:48:30.815Z] PASS [2021-08-23T14:48:30.815Z] coverage: 30.0% of statements [2021-08-23T14:48:30.815Z] ok github.com/docker/docker/daemon/discovery 0.037s coverage: 30.0% of statements [2021-08-23T14:48:30.815Z] === RUN TestVerifyNetworkingConfig [2021-08-23T14:48:30.815Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestGetContainer [2021-08-23T14:48:30.815Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestValidContainerNames [2021-08-23T14:48:30.815Z] --- PASS: TestValidContainerNames (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestContainerInitDNS [2021-08-23T14:48:30.815Z] daemon_test.go:147: root required [2021-08-23T14:48:30.815Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestMerge [2021-08-23T14:48:30.815Z] --- PASS: TestMerge (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestValidateContainerIsolation [2021-08-23T14:48:30.815Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-08-23T14:48:30.815Z] === RUN TestFindNetworkErrorType [2021-08-23T14:48:30.815Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestEnsureServicesExist [2021-08-23T14:48:31.273Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestEnsureServicesExistErrors [2021-08-23T14:48:31.273Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-08-23T14:48:31.273Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-08-23T14:48:31.273Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-08-23T14:48:31.273Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-08-23T14:48:31.273Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:48:31.273Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-08-23T14:48:31.273Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestContainerDelete [2021-08-23T14:48:31.273Z] --- PASS: TestContainerDelete (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestContainerDoubleDelete [2021-08-23T14:48:31.273Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestLogContainerEventCopyLabels [2021-08-23T14:48:31.273Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestLogContainerEventWithAttributes [2021-08-23T14:48:31.273Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestNoneHealthcheck [2021-08-23T14:48:31.273Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestHealthStates [2021-08-23T14:48:31.273Z] === RUN TestEventsLog [2021-08-23T14:48:31.273Z] --- PASS: TestEventsLog (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestEventsLogTimeout [2021-08-23T14:48:31.273Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-08-23T14:48:31.273Z] === RUN TestLogEvents [2021-08-23T14:48:31.273Z] --- PASS: TestLogEvents (0.05s) [2021-08-23T14:48:31.273Z] === RUN TestLoadBufferedEvents [2021-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] time="2021-08-23T14:48:30Z" 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-08-23T14:48:31.274Z] --- PASS: TestHealthStates (0.14s) [2021-08-23T14:48:31.274Z] === RUN TestMaskURLCredentials [2021-08-23T14:48:31.274Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestGetInspectData [2021-08-23T14:48:31.274Z] --- PASS: TestGetInspectData (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestFillLicense [2021-08-23T14:48:31.274Z] --- PASS: TestFillLicense (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestListInvalidFilter [2021-08-23T14:48:31.274Z] --- PASS: TestListInvalidFilter (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestNameFilter [2021-08-23T14:48:31.274Z] --- PASS: TestNameFilter (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-08-23T14:48:31.274Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-08-23T14:48:31.274Z] === 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-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-08-23T14:48:31.274Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-08-23T14:48:31.274Z] --- 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-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-08-23T14:48:31.274Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonReloadLabels [2021-08-23T14:48:31.274Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-08-23T14:48:31.274Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonReloadMirrors [2021-08-23T14:48:31.274Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonReloadInsecureRegistries [2021-08-23T14:48:31.274Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonReloadNotAffectOthers [2021-08-23T14:48:31.274Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestDaemonDiscoveryReload [2021-08-23T14:48:31.274Z] --- PASS: TestLoadBufferedEvents (0.14s) [2021-08-23T14:48:31.274Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-08-23T14:48:31.274Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-08-23T14:48:31.274Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-08-23T14:48:31.274Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-08-23T14:48:31.274Z] PASS [2021-08-23T14:48:31.274Z] coverage: 50.0% of statements [2021-08-23T14:48:31.274Z] ok github.com/docker/docker/daemon/events 0.255s coverage: 50.0% of statements [2021-08-23T14:48:31.293Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2021-08-23T14:48:31.293Z] === RUN TestSecretsUpdate [2021-08-23T14:48:32.240Z] === RUN TestIsEmptyDir [2021-08-23T14:48:32.240Z] --- PASS: TestIsEmptyDir (0.01s) [2021-08-23T14:48:32.240Z] PASS [2021-08-23T14:48:32.240Z] coverage: 2.3% of statements [2021-08-23T14:48:32.240Z] ok github.com/docker/docker/daemon/graphdriver 0.060s coverage: 2.3% of statements [2021-08-23T14:48:32.240Z] === RUN TestLinkNaming [2021-08-23T14:48:32.240Z] --- PASS: TestLinkNaming (0.00s) [2021-08-23T14:48:32.240Z] === RUN TestLinkNew [2021-08-23T14:48:32.240Z] --- PASS: TestLinkNew (0.00s) [2021-08-23T14:48:32.240Z] === RUN TestLinkEnv [2021-08-23T14:48:32.240Z] --- PASS: TestLinkEnv (0.00s) [2021-08-23T14:48:32.240Z] === RUN TestLinkMultipleEnv [2021-08-23T14:48:32.240Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-08-23T14:48:32.240Z] === RUN TestLinkPortRangeEnv [2021-08-23T14:48:32.240Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-08-23T14:48:32.240Z] PASS [2021-08-23T14:48:32.240Z] coverage: 93.0% of statements [2021-08-23T14:48:32.240Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2021-08-23T14:48:32.240Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-08-23T14:48:32.240Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-08-23T14:48:32.344Z] === RUN TestBoolValue [2021-08-23T14:48:32.344Z] --- PASS: TestBoolValue (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestBoolValueOrDefault [2021-08-23T14:48:32.344Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestInt64ValueOrZero [2021-08-23T14:48:32.344Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestInt64ValueOrDefault [2021-08-23T14:48:32.344Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestInt64ValueOrDefaultWithError [2021-08-23T14:48:32.344Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestJsonContentType [2021-08-23T14:48:32.344Z] --- PASS: TestJsonContentType (0.00s) [2021-08-23T14:48:32.344Z] PASS [2021-08-23T14:48:32.344Z] coverage: 14.7% of statements [2021-08-23T14:48:32.344Z] ok github.com/docker/docker/api/server/httputils 0.156s coverage: 14.7% of statements [2021-08-23T14:48:32.344Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-08-23T14:48:32.344Z] === RUN TestMaskSecretKeys [2021-08-23T14:48:32.344Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-08-23T14:48:32.344Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-08-23T14:48:32.344Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-08-23T14:48:32.344Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-08-23T14:48:32.344Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-08-23T14:48:32.344Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-08-23T14:48:32.344Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestVersionMiddlewareVersion [2021-08-23T14:48:32.344Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-08-23T14:48:32.344Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-08-23T14:48:32.344Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-08-23T14:48:32.344Z] PASS [2021-08-23T14:48:32.344Z] coverage: 37.7% of statements [2021-08-23T14:48:32.344Z] ok github.com/docker/docker/api/server/middleware 0.063s coverage: 37.7% of statements [2021-08-23T14:48:32.344Z] ? github.com/docker/docker/api/server/router [no test files] [2021-08-23T14:48:32.344Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-08-23T14:48:32.345Z] === RUN TestAdjustForAPIVersion [2021-08-23T14:48:32.345Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 5.7% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/api/server/router/swarm 0.077s coverage: 5.7% of statements [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/container [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/events [no test files] [2021-08-23T14:48:32.345Z] === RUN TestStrSliceMarshalJSON [2021-08-23T14:48:32.345Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestStrSliceUnmarshalJSON [2021-08-23T14:48:32.345Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestStrSliceUnmarshalString [2021-08-23T14:48:32.345Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestStrSliceUnmarshalSlice [2021-08-23T14:48:32.345Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 90.0% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2021-08-23T14:48:32.345Z] === RUN TestToJSON [2021-08-23T14:48:32.345Z] --- PASS: TestToJSON (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestToParamWithVersion [2021-08-23T14:48:32.345Z] --- PASS: TestToParamWithVersion (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromJSON [2021-08-23T14:48:32.345Z] --- PASS: TestFromJSON (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEmpty [2021-08-23T14:48:32.345Z] --- PASS: TestEmpty (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestArgsMatchKVListEmptySources [2021-08-23T14:48:32.345Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestArgsMatchKVList [2021-08-23T14:48:32.345Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestArgsMatch [2021-08-23T14:48:32.345Z] --- PASS: TestArgsMatch (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestAdd [2021-08-23T14:48:32.345Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDel [2021-08-23T14:48:32.345Z] --- PASS: TestDel (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestLen [2021-08-23T14:48:32.345Z] --- PASS: TestLen (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestExactMatch [2021-08-23T14:48:32.345Z] --- PASS: TestExactMatch (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestOnlyOneExactMatch [2021-08-23T14:48:32.345Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestContains [2021-08-23T14:48:32.345Z] --- PASS: TestContains (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestValidate [2021-08-23T14:48:32.345Z] --- PASS: TestValidate (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestWalkValues [2021-08-23T14:48:32.345Z] --- PASS: TestWalkValues (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFuzzyMatch [2021-08-23T14:48:32.345Z] --- PASS: TestFuzzyMatch (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestClone [2021-08-23T14:48:32.345Z] --- PASS: TestClone (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 92.2% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/api/types/filters 0.077s coverage: 92.2% of statements [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/image [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/network [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-08-23T14:48:32.345Z] === RUN TestDurationToSecondsString [2021-08-23T14:48:32.345Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestGetTimestamp [2021-08-23T14:48:32.345Z] --- PASS: TestGetTimestamp (0.16s) [2021-08-23T14:48:32.345Z] === RUN TestParseTimestamps [2021-08-23T14:48:32.345Z] --- PASS: TestParseTimestamps (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 100.0% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/api/types/time 0.211s coverage: 100.0% of statements [2021-08-23T14:48:32.345Z] === RUN TestCompareVersion [2021-08-23T14:48:32.345Z] --- PASS: TestCompareVersion (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 75.0% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 75.0% of statements [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-08-23T14:48:32.345Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-08-23T14:48:32.345Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestCloneArgsSmartHttp [2021-08-23T14:48:32.345Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestCloneArgsDumbHttp [2021-08-23T14:48:32.345Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestCloneArgsGit [2021-08-23T14:48:32.345Z] --- PASS: TestCloneArgsGit (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestCheckoutGit [2021-08-23T14:48:32.345Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-08-23T14:48:32.345Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestProcessNoDockerignore [2021-08-23T14:48:32.345Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestProcessShouldLeaveAllFiles [2021-08-23T14:48:32.345Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestDetectContentType [2021-08-23T14:48:32.345Z] --- PASS: TestDetectContentType (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestSelectAcceptableMIME [2021-08-23T14:48:32.345Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestInspectEmptyResponse [2021-08-23T14:48:32.345Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestInspectResponseBinary [2021-08-23T14:48:32.345Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestResponseUnsupportedContentType [2021-08-23T14:48:32.345Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestInspectResponseTextSimple [2021-08-23T14:48:32.345Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestInspectResponseEmptyContentType [2021-08-23T14:48:32.345Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestUnknownContentLength [2021-08-23T14:48:32.345Z] --- PASS: TestUnknownContentLength (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDownloadRemote [2021-08-23T14:48:32.345Z] --- PASS: TestDownloadRemote (0.09s) [2021-08-23T14:48:32.345Z] === RUN TestGetWithStatusError [2021-08-23T14:48:32.345Z] --- PASS: TestGetWithStatusError (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestCloseRootDirectory [2021-08-23T14:48:32.345Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:48:32.345Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestHashFile [2021-08-23T14:48:32.345Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:48:32.345Z] --- SKIP: TestHashFile (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestHashSubdir [2021-08-23T14:48:32.345Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:48:32.345Z] --- SKIP: TestHashSubdir (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestRemoveDirectory [2021-08-23T14:48:32.345Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:48:32.345Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 9.3% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/builder/remotecontext 0.240s coverage: 9.3% of statements [2021-08-23T14:48:32.345Z] === RUN TestGetAllAllowed [2021-08-23T14:48:32.345Z] --- PASS: TestGetAllAllowed (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestGetAllMeta [2021-08-23T14:48:32.345Z] --- PASS: TestGetAllMeta (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestWarnOnUnusedBuildArgs [2021-08-23T14:48:32.345Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestIsUnreferencedBuiltin [2021-08-23T14:48:32.345Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestIsExistingDirectory [2021-08-23T14:48:32.345Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestGetFilenameForDownload [2021-08-23T14:48:32.345Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEnv2Variables [2021-08-23T14:48:32.345Z] --- PASS: TestEnv2Variables (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-08-23T14:48:32.345Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestMaintainer [2021-08-23T14:48:32.345Z] --- PASS: TestMaintainer (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestLabel [2021-08-23T14:48:32.345Z] --- PASS: TestLabel (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromScratch [2021-08-23T14:48:32.345Z] --- PASS: TestFromScratch (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromWithArg [2021-08-23T14:48:32.345Z] --- PASS: TestFromWithArg (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-08-23T14:48:32.345Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromWithUndefinedArg [2021-08-23T14:48:32.345Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestFromMultiStageWithNamedStage [2021-08-23T14:48:32.345Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestOnbuild [2021-08-23T14:48:32.345Z] --- PASS: TestOnbuild (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestWorkdir [2021-08-23T14:48:32.345Z] --- PASS: TestWorkdir (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestCmd [2021-08-23T14:48:32.345Z] --- PASS: TestCmd (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestHealthcheckNone [2021-08-23T14:48:32.345Z] --- PASS: TestHealthcheckNone (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestHealthcheckCmd [2021-08-23T14:48:32.345Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEntrypoint [2021-08-23T14:48:32.345Z] --- PASS: TestEntrypoint (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestExpose [2021-08-23T14:48:32.345Z] --- PASS: TestExpose (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestUser [2021-08-23T14:48:32.345Z] --- PASS: TestUser (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestVolume [2021-08-23T14:48:32.345Z] --- PASS: TestVolume (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestStopSignal [2021-08-23T14:48:32.345Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:48:32.345Z] --- SKIP: TestStopSignal (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestArg [2021-08-23T14:48:32.345Z] --- PASS: TestArg (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestShell [2021-08-23T14:48:32.345Z] --- PASS: TestShell (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestPrependEnvOnCmd [2021-08-23T14:48:32.345Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestRunWithBuildArgs [2021-08-23T14:48:32.345Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestRunIgnoresHealthcheck [2021-08-23T14:48:32.345Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDispatchUnsupportedOptions [2021-08-23T14:48:32.345Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-08-23T14:48:32.345Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-08-23T14:48:32.345Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-08-23T14:48:32.345Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestNormalizeWorkdir [2021-08-23T14:48:32.345Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDispatch [2021-08-23T14:48:32.345Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-08-23T14:48:32.345Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-08-23T14:48:32.345Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-08-23T14:48:32.345Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-08-23T14:48:32.345Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-08-23T14:48:32.345Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-08-23T14:48:32.345Z] === RUN TestDispatch/COPY_url [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch (0.05s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-08-23T14:48:32.345Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestAddScratchImageAddsToMounts [2021-08-23T14:48:32.345Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestAddFromScratchPopulatesPlatform [2021-08-23T14:48:32.345Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-08-23T14:48:32.345Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-08-23T14:48:32.345Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestImageSourceGetAddsToMounts [2021-08-23T14:48:32.345Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEmptyDockerfile [2021-08-23T14:48:32.345Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestSymlinkDockerfile [2021-08-23T14:48:32.345Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestDockerfileOutsideTheBuildContext [2021-08-23T14:48:32.345Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestNonExistingDockerfile [2021-08-23T14:48:32.345Z] --- PASS: TestNonExistingDockerfile (0.01s) [2021-08-23T14:48:32.345Z] === RUN TestCopyRunConfig [2021-08-23T14:48:32.345Z] --- PASS: TestCopyRunConfig (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDeepCopyRunConfig [2021-08-23T14:48:32.345Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestExportImage [2021-08-23T14:48:32.345Z] === RUN TestEnable [2021-08-23T14:48:32.345Z] --- PASS: TestEnable (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestDisable [2021-08-23T14:48:32.345Z] --- PASS: TestDisable (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestEnabled [2021-08-23T14:48:32.345Z] --- PASS: TestEnabled (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 100.0% of statements [2021-08-23T14:48:32.345Z] --- PASS: TestExportImage (0.00s) [2021-08-23T14:48:32.345Z] === RUN TestNormalizeDest [2021-08-23T14:48:32.345Z] --- PASS: TestNormalizeDest (0.00s) [2021-08-23T14:48:32.345Z] PASS [2021-08-23T14:48:32.345Z] coverage: 46.8% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/cli/debug 0.052s coverage: 100.0% of statements [2021-08-23T14:48:32.345Z] ok github.com/docker/docker/builder/dockerfile 0.176s coverage: 46.8% of statements [2021-08-23T14:48:32.346Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-08-23T14:48:32.346Z] === RUN TestTCP4Proxy [2021-08-23T14:48:32.346Z] --- PASS: TestTCP4Proxy (0.03s) [2021-08-23T14:48:32.346Z] === RUN TestTCP4ProxyHalfClose [2021-08-23T14:48:32.346Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2021-08-23T14:48:32.346Z] === RUN TestTCP6Proxy [2021-08-23T14:48:32.346Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:48:32.346Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestTCPDualStackProxy [2021-08-23T14:48:32.346Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:48:32.346Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestUDP4Proxy [2021-08-23T14:48:32.346Z] --- PASS: TestUDP4Proxy (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestUDP6Proxy [2021-08-23T14:48:32.346Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:48:32.346Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestUDPWriteError [2021-08-23T14:48:32.346Z] --- PASS: TestUDPWriteError (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestSCTP4Proxy [2021-08-23T14:48:32.346Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:48:32.346Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-08-23T14:48:32.346Z] === RUN TestSCTP6Proxy [2021-08-23T14:48:32.346Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:48:32.346Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-08-23T14:48:32.346Z] PASS [2021-08-23T14:48:32.346Z] coverage: 49.4% of statements [2021-08-23T14:48:32.346Z] ok github.com/docker/docker/cmd/docker-proxy 0.126s coverage: 49.4% of statements [2021-08-23T14:48:32.699Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-08-23T14:48:32.699Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-08-23T14:48:33.157Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-08-23T14:48:33.157Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-08-23T14:48:33.157Z] reload_test.go:520: root required [2021-08-23T14:48:33.157Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:48:33.157Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-08-23T14:48:33.157Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-08-23T14:48:33.157Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-08-23T14:48:33.157Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-08-23T14:48:33.157Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-08-23T14:48:33.157Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-08-23T14:48:33.157Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-08-23T14:48:33.157Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-08-23T14:48:33.157Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-08-23T14:48:33.157Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-08-23T14:48:33.157Z] === RUN TestParseVolumesFrom [2021-08-23T14:48:33.157Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-08-23T14:48:33.157Z] PASS [2021-08-23T14:48:33.157Z] coverage: 9.1% of statements [2021-08-23T14:48:33.157Z] ok github.com/docker/docker/daemon 2.361s coverage: 9.1% of statements [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-08-23T14:48:33.157Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-08-23T14:48:33.176Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-08-23T14:48:33.191Z] --- PASS: TestSecretsUpdate (2.19s) [2021-08-23T14:48:33.191Z] === RUN TestTemplatedSecret [2021-08-23T14:48:34.125Z] === RUN TestAdapterReadLogs [2021-08-23T14:48:34.125Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestCopier [2021-08-23T14:48:34.125Z] --- PASS: TestCopier (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestCopierLongLines [2021-08-23T14:48:34.125Z] --- PASS: TestCopierLongLines (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestCopierSlow [2021-08-23T14:48:34.125Z] --- PASS: TestCopierSlow (0.22s) [2021-08-23T14:48:34.125Z] === RUN TestCopierWithSized [2021-08-23T14:48:34.125Z] === RUN TestCopierWithSized/as_is [2021-08-23T14:48:34.125Z] === RUN TestCopierWithSized/With_RingLogger [2021-08-23T14:48:34.125Z] --- PASS: TestCopierWithSized (0.01s) [2021-08-23T14:48:34.125Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2021-08-23T14:48:34.125Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestCopierWithPartial [2021-08-23T14:48:34.125Z] --- PASS: TestCopierWithPartial (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestRingLogger [2021-08-23T14:48:34.125Z] --- PASS: TestRingLogger (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestRingCap [2021-08-23T14:48:34.125Z] --- PASS: TestRingCap (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestRingClose [2021-08-23T14:48:34.125Z] --- PASS: TestRingClose (0.00s) [2021-08-23T14:48:34.125Z] === RUN TestRingDrain [2021-08-23T14:48:34.125Z] --- PASS: TestRingDrain (0.00s) [2021-08-23T14:48:34.125Z] PASS [2021-08-23T14:48:34.125Z] coverage: 43.8% of statements [2021-08-23T14:48:34.125Z] ok github.com/docker/docker/daemon/logger 0.286s coverage: 43.8% of statements [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/defaults [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/invalid_create_group [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-08-23T14:48:34.584Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-08-23T14:48:34.584Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-08-23T14:48:34.584Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestNewAWSLogsClientRegionDetect [2021-08-23T14:48:34.584Z] === RUN TestSearchRegistryForImagesErrors [2021-08-23T14:48:34.584Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestSearchRegistryForImages [2021-08-23T14:48:34.584Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestOnlyPlatformWithFallback [2021-08-23T14:48:34.584Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestImageDelete [2021-08-23T14:48:34.584Z] === RUN TestImageDelete/no_lease [2021-08-23T14:48:34.584Z] === RUN TestImageDelete/lease_exists [2021-08-23T14:48:34.584Z] --- PASS: TestImageDelete (0.04s) [2021-08-23T14:48:34.584Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-08-23T14:48:34.584Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-08-23T14:48:34.584Z] === RUN TestContentStoreForPull [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=info msg="Trying to get region from EC2 Metadata" [2021-08-23T14:48:34.584Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-08-23T14:48:34.584Z] === RUN TestCreateSuccess [2021-08-23T14:48:34.584Z] --- PASS: TestCreateSuccess (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCreateStreamSkipped [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-08-23T14:48:34.584Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCreateLogGroupSuccess [2021-08-23T14:48:34.584Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCreateError [2021-08-23T14:48:34.584Z] --- PASS: TestCreateError (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCreateAlreadyExists [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-08-23T14:48:34.584Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestLogClosed [2021-08-23T14:48:34.584Z] --- PASS: TestLogClosed (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestLogBlocking [2021-08-23T14:48:34.584Z] --- PASS: TestLogBlocking (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestLogNonBlockingBufferEmpty [2021-08-23T14:48:34.584Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestLogNonBlockingBufferFull [2021-08-23T14:48:34.584Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestPublishBatchSuccess [2021-08-23T14:48:34.584Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestPublishBatchError [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=error msg=Error [2021-08-23T14:48:34.584Z] --- PASS: TestPublishBatchError (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:48:34.584Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestPublishBatchAlreadyAccepted [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:48:34.584Z] time="2021-08-23T14:48:34Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-08-23T14:48:34.584Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchSimple [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchTicker [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMultilinePattern [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchClose [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchClose (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/0/Hello [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/2/🙃 [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/3/���� [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/4/He��o [2021-08-23T14:48:34.584Z] === RUN TestEffectiveLen/5/ [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/0/ [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/1/Hello [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: Hello [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/2/Hello [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: He [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: llo [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/3/Hello [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: Hello [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/4/🙃 [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: 🙃 [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/5/🙃 [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: 🙃 [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/6/a� [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: a [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: � [2021-08-23T14:48:34.584Z] === RUN TestFindValidSplit/7/a� [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1064: a� [2021-08-23T14:48:34.584Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestProcessEventEmoji [2021-08-23T14:48:34.584Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchLineSplit [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchLineSplitWithBinary [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMaxEvents [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMaxTotalBytes [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-08-23T14:48:34.584Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-08-23T14:48:34.584Z] --- PASS: TestContentStoreForPull (0.14s) [2021-08-23T14:48:34.584Z] PASS [2021-08-23T14:48:34.584Z] coverage: 6.7% of statements [2021-08-23T14:48:34.584Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsMultilinePattern [2021-08-23T14:48:34.584Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-08-23T14:48:34.584Z] ok github.com/docker/docker/daemon/images 0.273s coverage: 6.7% of statements [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-08-23T14:48:34.584Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-08-23T14:48:34.584Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-08-23T14:48:34.584Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-08-23T14:48:34.585Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-08-23T14:48:34.585Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestCreateTagSuccess [2021-08-23T14:48:34.585Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-08-23T14:48:34.585Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2021-08-23T14:48:34.585Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-08-23T14:48:34.585Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-08-23T14:48:34.585Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-08-23T14:48:34.585Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-08-23T14:48:34.585Z] PASS [2021-08-23T14:48:34.585Z] coverage: 77.4% of statements [2021-08-23T14:48:34.585Z] ok github.com/docker/docker/daemon/logger/awslogs 0.368s coverage: 77.4% of statements [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-08-23T14:48:34.585Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-08-23T14:48:35.044Z] === RUN TestJSONLogsMarshalJSONBuf [2021-08-23T14:48:35.044Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-08-23T14:48:35.044Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-08-23T14:48:35.044Z] === RUN TestJSONFileLogger [2021-08-23T14:48:35.044Z] --- PASS: TestJSONFileLogger (0.00s) [2021-08-23T14:48:35.044Z] === RUN TestJSONFileLoggerWithTags [2021-08-23T14:48:35.044Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-08-23T14:48:35.502Z] === RUN TestJSONFileLoggerWithOpts [2021-08-23T14:48:35.502Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-08-23T14:48:35.502Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-08-23T14:48:35.503Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-08-23T14:48:35.503Z] === RUN TestEncodeDecode [2021-08-23T14:48:35.503Z] === PAUSE TestEncodeDecode [2021-08-23T14:48:35.503Z] === RUN TestUnexpectedEOF [2021-08-23T14:48:35.503Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s) [2021-08-23T14:48:35.503Z] === RUN TestFastTimeMarshalJSON [2021-08-23T14:48:35.503Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2021-08-23T14:48:35.503Z] PASS [2021-08-23T14:48:35.503Z] coverage: 87.2% of statements [2021-08-23T14:48:35.503Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.274s coverage: 87.2% of statements [2021-08-23T14:48:35.503Z] time="2021-08-23T14:48:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:48:35.503Z] time="2021-08-23T14:48:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:48:35.503Z] --- PASS: TestUnexpectedEOF (0.22s) [2021-08-23T14:48:35.503Z] === CONT TestEncodeDecode [2021-08-23T14:48:35.503Z] --- PASS: TestEncodeDecode (0.00s) [2021-08-23T14:48:35.503Z] PASS [2021-08-23T14:48:35.503Z] coverage: 69.9% of statements [2021-08-23T14:48:35.503Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.283s coverage: 69.9% of statements [2021-08-23T14:48:35.721Z] --- PASS: TestTemplatedSecret (2.71s) [2021-08-23T14:48:35.721Z] === RUN TestSecretCreateResolve [2021-08-23T14:48:35.962Z] === RUN TestWriteLog [2021-08-23T14:48:35.962Z] === PAUSE TestWriteLog [2021-08-23T14:48:35.962Z] === RUN TestReadLog [2021-08-23T14:48:35.962Z] === PAUSE TestReadLog [2021-08-23T14:48:35.962Z] === CONT TestWriteLog [2021-08-23T14:48:35.962Z] === CONT TestReadLog [2021-08-23T14:48:35.962Z] --- PASS: TestWriteLog (0.00s) [2021-08-23T14:48:35.962Z] === RUN TestReadLog/tail_exact [2021-08-23T14:48:36.422Z] === RUN TestReadLog/tail_less_than_available [2021-08-23T14:48:36.422Z] === RUN TestReadLog/tail_more_than_available [2021-08-23T14:48:36.422Z] --- PASS: TestReadLog (0.13s) [2021-08-23T14:48:36.422Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-08-23T14:48:36.422Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-08-23T14:48:36.422Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-08-23T14:48:36.422Z] PASS [2021-08-23T14:48:36.422Z] coverage: 75.2% of statements [2021-08-23T14:48:36.422Z] ok github.com/docker/docker/daemon/logger/local 0.177s coverage: 75.2% of statements [2021-08-23T14:48:36.422Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-08-23T14:48:36.422Z] === RUN TestOpenFileDelete [2021-08-23T14:48:36.422Z] --- PASS: TestOpenFileDelete (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestOpenFileRename [2021-08-23T14:48:36.422Z] --- PASS: TestOpenFileRename (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestParseLogTagDefaultTag [2021-08-23T14:48:36.422Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestParseLogTag [2021-08-23T14:48:36.422Z] --- PASS: TestParseLogTag (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestParseLogTagEmptyTag [2021-08-23T14:48:36.422Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestTailFiles [2021-08-23T14:48:36.422Z] --- PASS: TestTailFiles (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestFollowLogsConsumerGone [2021-08-23T14:48:36.422Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestFollowLogsProducerGone [2021-08-23T14:48:36.422Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-08-23T14:48:36.422Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-08-23T14:48:36.422Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-08-23T14:48:36.422Z] === RUN TestCheckCapacityAndRotate [2021-08-23T14:48:36.422Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-08-23T14:48:36.422Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-08-23T14:48:36.422Z] --- PASS: TestCheckCapacityAndRotate (0.23s) [2021-08-23T14:48:36.422Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-08-23T14:48:36.422Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2021-08-23T14:48:36.422Z] PASS [2021-08-23T14:48:36.422Z] coverage: 55.3% of statements [2021-08-23T14:48:36.422Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.283s coverage: 55.3% of statements [2021-08-23T14:48:36.881Z] === RUN TestLog [2021-08-23T14:48:36.881Z] --- PASS: TestLog (0.00s) [2021-08-23T14:48:36.881Z] PASS [2021-08-23T14:48:36.881Z] coverage: 31.5% of statements [2021-08-23T14:48:36.881Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-08-23T14:48:37.339Z] === RUN TestNewParse [2021-08-23T14:48:37.339Z] --- PASS: TestNewParse (0.00s) [2021-08-23T14:48:37.339Z] PASS [2021-08-23T14:48:37.339Z] coverage: 8.3% of statements [2021-08-23T14:48:37.339Z] === RUN TestParseLogFormat [2021-08-23T14:48:37.339Z] --- PASS: TestParseLogFormat (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestValidateLogOptEmpty [2021-08-23T14:48:37.339Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestValidateSyslogAddress [2021-08-23T14:48:37.339Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestParseAddressDefaultPort [2021-08-23T14:48:37.339Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestValidateSyslogFacility [2021-08-23T14:48:37.339Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestValidateLogOptSyslogFormat [2021-08-23T14:48:37.339Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-08-23T14:48:37.339Z] === RUN TestValidateLogOpt [2021-08-23T14:48:37.339Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:48:37.339Z] PASS [2021-08-23T14:48:37.339Z] coverage: 46.8% of statements [2021-08-23T14:48:37.339Z] ok github.com/docker/docker/daemon/logger/templates 0.051s coverage: 8.3% of statements [2021-08-23T14:48:37.339Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2021-08-23T14:48:37.355Z] check_test.go:380: [dd545a6158c5a] daemon is not started [2021-08-23T14:48:37.799Z] === RUN TestValidateLogOpt [2021-08-23T14:48:37.799Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestNewMissedConfig [2021-08-23T14:48:37.799Z] --- PASS: TestNewMissedConfig (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestNewMissedUrl [2021-08-23T14:48:37.799Z] --- PASS: TestNewMissedUrl (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestNewMissedToken [2021-08-23T14:48:37.799Z] --- PASS: TestNewMissedToken (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestNewWithProxy [2021-08-23T14:48:37.799Z] --- PASS: TestNewWithProxy (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestDefault [2021-08-23T14:48:37.799Z] --- PASS: TestDefault (0.01s) [2021-08-23T14:48:37.799Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-08-23T14:48:37.799Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestJsonFormat [2021-08-23T14:48:37.799Z] --- PASS: TestJsonFormat (0.01s) [2021-08-23T14:48:37.799Z] === RUN TestRawFormat [2021-08-23T14:48:37.799Z] --- PASS: TestRawFormat (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestRawFormatWithLabels [2021-08-23T14:48:37.799Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestRawFormatWithoutTag [2021-08-23T14:48:37.799Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-08-23T14:48:37.799Z] === RUN TestBatching [2021-08-23T14:48:37.799Z] --- PASS: TestBatching (0.29s) [2021-08-23T14:48:37.799Z] === RUN TestFrequency [2021-08-23T14:48:38.250Z] --- PASS: TestSecretCreateResolve (2.19s) [2021-08-23T14:48:38.250Z] PASS [2021-08-23T14:48:38.250Z] [2021-08-23T14:48:38.250Z] DONE 6 tests in 13.783s [2021-08-23T14:48:38.250Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-08-23T14:48:38.250Z] INFO: Testing against a local daemon [2021-08-23T14:48:38.250Z] === RUN TestServiceCreateInit [2021-08-23T14:48:38.250Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T14:48:38.258Z] --- PASS: TestFrequency (0.16s) [2021-08-23T14:48:38.258Z] === RUN TestOneMessagePerRequest [2021-08-23T14:48:38.258Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-08-23T14:48:38.258Z] === RUN TestVerify [2021-08-23T14:48:38.258Z] --- PASS: TestVerify (0.00s) [2021-08-23T14:48:38.258Z] === RUN TestSkipVerify [2021-08-23T14:48:38.258Z] time="2021-08-23T14:48:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.258Z] time="2021-08-23T14:48:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.258Z] time="2021-08-23T14:48:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] --- PASS: TestSkipVerify (0.62s) [2021-08-23T14:48:38.722Z] === RUN TestBufferMaximum [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.451566\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.451566\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] --- PASS: TestBufferMaximum (0.00s) [2021-08-23T14:48:38.722Z] === RUN TestServerAlwaysDown [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.453568\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.453568\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.453568\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.454564\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] time="2021-08-23T14:48:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730118.454564\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:38.722Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-08-23T14:48:38.722Z] === RUN TestCannotSendAfterClose [2021-08-23T14:48:38.722Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-08-23T14:48:38.722Z] === RUN TestDeadlockOnBlockedEndpoint [2021-08-23T14:48:38.722Z] === RUN TestV1IDService [2021-08-23T14:48:38.722Z] --- PASS: TestV1IDService (0.02s) [2021-08-23T14:48:38.722Z] === RUN TestV2MetadataService [2021-08-23T14:48:39.689Z] === RUN TestSuccessfulDownload [2021-08-23T14:48:39.689Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:48:39.689Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-08-23T14:48:39.689Z] === RUN TestCancelledDownload [2021-08-23T14:48:39.689Z] --- PASS: TestCancelledDownload (0.00s) [2021-08-23T14:48:39.689Z] === RUN TestMaxDownloadAttempts [2021-08-23T14:48:39.689Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:48:39.689Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:48:39.689Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:48:39.689Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:48:39.689Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:48:39.689Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:48:39.689Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:48:39.689Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:48:39.689Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:48:39.689Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:48:39.689Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:48:39.689Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:48:39.689Z] --- PASS: TestV2MetadataService (0.84s) [2021-08-23T14:48:39.689Z] PASS [2021-08-23T14:48:39.689Z] coverage: 48.2% of statements [2021-08-23T14:48:39.689Z] ok github.com/docker/docker/distribution/metadata 0.921s coverage: 48.2% of statements [2021-08-23T14:48:39.689Z] time="2021-08-23T14:48:39Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-08-23T14:48:39.689Z] time="2021-08-23T14:48:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"b64fb7c071f5\"}'" [2021-08-23T14:48:39.689Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-08-23T14:48:39.689Z] PASS [2021-08-23T14:48:39.689Z] coverage: 82.5% of statements [2021-08-23T14:48:39.689Z] ok github.com/docker/docker/daemon/logger/splunk 2.146s coverage: 82.5% of statements [2021-08-23T14:48:39.689Z] ? github.com/docker/docker/daemon/names [no test files] [2021-08-23T14:48:39.689Z] ? github.com/docker/docker/daemon/network [no test files] [2021-08-23T14:48:39.689Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-08-23T14:48:39.689Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-08-23T14:48:39.689Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-08-23T14:48:39.689Z] === RUN TestContinueOnError_MirrorEndpoint [2021-08-23T14:48:39.689Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-08-23T14:48:39.689Z] === RUN TestContinueOnError_NeverContinue [2021-08-23T14:48:39.689Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-08-23T14:48:39.689Z] === RUN TestManifestStore [2021-08-23T14:48:39.689Z] === RUN TestManifestStore/no_remote_or_local [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local519031499\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/no_local_cache [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:48:40.148Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-08-23T14:48:40.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-08-23T14:48:40.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-08-23T14:48:40.148Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-08-23T14:48:40.148Z] === RUN TestTransfer [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/with_local_cache [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/unknown_media_type [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="reference for unknown type: " [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="reference for unknown type: " [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="reference for unknown type: " [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="reference for unknown type: " [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="reference for unknown type: " [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/error_persisting_manifest [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-08-23T14:48:40.148Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-08-23T14:48:40.148Z] time="2021-08-23T14:48:39Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore (0.27s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-08-23T14:48:40.148Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-08-23T14:48:40.148Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestFixManifestLayers [2021-08-23T14:48:40.148Z] --- PASS: TestFixManifestLayers (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestFixManifestLayersBaseLayerParent [2021-08-23T14:48:40.148Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:48:40.148Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestFixManifestLayersBadParent [2021-08-23T14:48:40.148Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestValidateManifest [2021-08-23T14:48:40.148Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:48:40.148Z] --- SKIP: TestValidateManifest (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestFormatPlatform [2021-08-23T14:48:40.148Z] --- PASS: TestFormatPlatform (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestGetRepositoryMountCandidates [2021-08-23T14:48:40.148Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestLayerAlreadyExists [2021-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] 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-08-23T14:48:40.148Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-08-23T14:48:40.148Z] === RUN TestWhenEmptyAuthConfig [2021-08-23T14:48:40.148Z] --- PASS: TestTransfer (0.13s) [2021-08-23T14:48:40.148Z] === RUN TestConcurrencyLimit [2021-08-23T14:48:40.606Z] --- PASS: TestConcurrencyLimit (0.39s) [2021-08-23T14:48:40.606Z] === RUN TestInactiveJobs [2021-08-23T14:48:40.606Z] === RUN TestNotFound [2021-08-23T14:48:40.606Z] --- PASS: TestNotFound (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestConflict [2021-08-23T14:48:40.606Z] --- PASS: TestConflict (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestForbidden [2021-08-23T14:48:40.606Z] --- PASS: TestForbidden (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestInvalidParameter [2021-08-23T14:48:40.606Z] --- PASS: TestInvalidParameter (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestNotImplemented [2021-08-23T14:48:40.606Z] --- PASS: TestNotImplemented (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestNotModified [2021-08-23T14:48:40.606Z] --- PASS: TestNotModified (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestUnauthorized [2021-08-23T14:48:40.606Z] --- PASS: TestUnauthorized (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestUnknown [2021-08-23T14:48:40.606Z] --- PASS: TestUnknown (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestCancelled [2021-08-23T14:48:40.606Z] --- PASS: TestCancelled (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestDeadline [2021-08-23T14:48:40.606Z] --- PASS: TestDeadline (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestDataLoss [2021-08-23T14:48:40.606Z] --- PASS: TestDataLoss (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestUnavailable [2021-08-23T14:48:40.606Z] --- PASS: TestUnavailable (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestSystem [2021-08-23T14:48:40.606Z] --- PASS: TestSystem (0.00s) [2021-08-23T14:48:40.606Z] === RUN TestFromStatusCode [2021-08-23T14:48:40.606Z] === RUN TestFromStatusCode/Not_Found [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Bad_Request [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Conflict [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Unauthorized [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Service_Unavailable [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Forbidden [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Not_Modified [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Not_Implemented [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-08-23T14:48:40.607Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-08-23T14:48:40.607Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-08-23T14:48:40.607Z] PASS [2021-08-23T14:48:40.607Z] coverage: 53.1% of statements [2021-08-23T14:48:40.607Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-08-23T14:48:40.632Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-08-23T14:48:40.886Z] === RUN TestCheckpointCreateError [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointCreate [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointCreate (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointDeleteError [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointDelete [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointDelete (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointListError [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointListError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointList [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointList (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCheckpointListContainerNotFound [2021-08-23T14:48:40.886Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNewClientWithOpsFromEnv [2021-08-23T14:48:40.886Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:48:40.886Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestGetAPIPath [2021-08-23T14:48:40.886Z] --- PASS: TestGetAPIPath (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestParseHostURL [2021-08-23T14:48:40.886Z] --- PASS: TestParseHostURL (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-08-23T14:48:40.886Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPIVersionEmpty [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPIVersion [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPVersionOverride [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPIVersionAutomatic [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-08-23T14:48:40.886Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestClientRedirect [2021-08-23T14:48:40.886Z] --- PASS: TestClientRedirect (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigCreateUnsupported [2021-08-23T14:48:40.886Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigCreateError [2021-08-23T14:48:40.886Z] --- PASS: TestConfigCreateError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigCreate [2021-08-23T14:48:40.886Z] --- PASS: TestConfigCreate (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspectNotFound [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspectWithEmptyID [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspectUnsupported [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspectError [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspectError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspectConfigNotFound [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigInspect [2021-08-23T14:48:40.886Z] --- PASS: TestConfigInspect (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigListUnsupported [2021-08-23T14:48:40.886Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigListError [2021-08-23T14:48:40.886Z] --- PASS: TestConfigListError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigList [2021-08-23T14:48:40.886Z] --- PASS: TestConfigList (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigRemoveUnsupported [2021-08-23T14:48:40.886Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigRemoveError [2021-08-23T14:48:40.886Z] --- PASS: TestConfigRemoveError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigRemove [2021-08-23T14:48:40.886Z] --- PASS: TestConfigRemove (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigUpdateUnsupported [2021-08-23T14:48:40.886Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigUpdateError [2021-08-23T14:48:40.886Z] --- PASS: TestConfigUpdateError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestConfigUpdate [2021-08-23T14:48:40.886Z] --- PASS: TestConfigUpdate (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestContainerCommitError [2021-08-23T14:48:40.886Z] --- PASS: TestContainerCommitError (0.01s) [2021-08-23T14:48:40.886Z] === RUN TestContainerCommit [2021-08-23T14:48:40.886Z] --- PASS: TestContainerCommit (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestContainerStatPathError [2021-08-23T14:48:40.886Z] --- PASS: TestContainerStatPathError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestContainerStatPathNotFoundError [2021-08-23T14:48:40.886Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestContainerStatPathNoHeaderError [2021-08-23T14:48:40.886Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestContainerStatPath [2021-08-23T14:48:40.886Z] --- PASS: TestContainerStatPath (0.00s) [2021-08-23T14:48:40.886Z] === RUN TestCopyToContainerError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyToContainerError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyToContainerNotFoundError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyToContainerNotStatusOKError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyToContainer [2021-08-23T14:48:40.887Z] --- PASS: TestCopyToContainer (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyFromContainerError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyFromContainerError (0.01s) [2021-08-23T14:48:40.887Z] === RUN TestCopyFromContainerNotFoundError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyFromContainerNotStatusOKError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyFromContainerNoHeaderError [2021-08-23T14:48:40.887Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestCopyFromContainer [2021-08-23T14:48:40.887Z] --- PASS: TestCopyFromContainer (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerCreateError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerCreateError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerCreateImageNotFound [2021-08-23T14:48:40.887Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerCreateWithName [2021-08-23T14:48:40.887Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerCreateAutoRemove [2021-08-23T14:48:40.887Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerDiffError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerDiffError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerDiff [2021-08-23T14:48:40.887Z] --- PASS: TestContainerDiff (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecCreateError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecCreate [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecCreate (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecStartError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecStartError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecStart [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecStart (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecInspectError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExecInspect [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExecInspect (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExportError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExportError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerExport [2021-08-23T14:48:40.887Z] --- PASS: TestContainerExport (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerInspectError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerInspectError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerInspectContainerNotFound [2021-08-23T14:48:40.887Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerInspectWithEmptyID [2021-08-23T14:48:40.887Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerInspect [2021-08-23T14:48:40.887Z] --- PASS: TestContainerInspect (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerInspectNode [2021-08-23T14:48:40.887Z] --- PASS: TestContainerInspectNode (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerKillError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerKillError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerKill [2021-08-23T14:48:40.887Z] --- PASS: TestContainerKill (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerListError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerListError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerList [2021-08-23T14:48:40.887Z] --- PASS: TestContainerList (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerLogsNotFoundError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerLogsError [2021-08-23T14:48:40.887Z] --- PASS: TestContainerLogsError (0.00s) [2021-08-23T14:48:40.887Z] === RUN TestContainerLogs [2021-08-23T14:48:41.065Z] --- PASS: TestInactiveJobs (0.36s) [2021-08-23T14:48:41.065Z] === RUN TestWatchRelease [2021-08-23T14:48:41.065Z] --- PASS: TestWatchRelease (0.04s) [2021-08-23T14:48:41.065Z] === RUN TestWatchFinishedTransfer [2021-08-23T14:48:41.065Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestDuplicateTransfer [2021-08-23T14:48:41.065Z] === RUN TestFSGetInvalidData [2021-08-23T14:48:41.065Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSInvalidSet [2021-08-23T14:48:41.065Z] --- PASS: TestFSInvalidSet (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSInvalidRoot [2021-08-23T14:48:41.065Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestFSMetadataGetSet [2021-08-23T14:48:41.065Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-08-23T14:48:41.065Z] === RUN TestSuccessfulUpload [2021-08-23T14:48:41.065Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-08-23T14:48:41.065Z] === RUN TestFSInvalidWalker [2021-08-23T14:48:41.065Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSGetSet [2021-08-23T14:48:41.065Z] --- PASS: TestFSGetSet (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSGetUnsetKey [2021-08-23T14:48:41.065Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestFSGetEmptyData [2021-08-23T14:48:41.065Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestFSDelete [2021-08-23T14:48:41.065Z] --- PASS: TestFSDelete (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSWalker [2021-08-23T14:48:41.065Z] --- PASS: TestFSWalker (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestFSWalkerStopOnError [2021-08-23T14:48:41.065Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestNewFromJSON [2021-08-23T14:48:41.065Z] --- PASS: TestNewFromJSON (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestNewFromJSONWithInvalidJSON [2021-08-23T14:48:41.065Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestMarshalKeyOrder [2021-08-23T14:48:41.065Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestHistoryEqual [2021-08-23T14:48:41.065Z] --- PASS: TestHistoryEqual (0.08s) [2021-08-23T14:48:41.065Z] === RUN TestImage [2021-08-23T14:48:41.065Z] --- PASS: TestImage (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestImageOSNotEmpty [2021-08-23T14:48:41.065Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestNewChildImageFromImageWithRootFS [2021-08-23T14:48:41.065Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestCreate [2021-08-23T14:48:41.065Z] --- PASS: TestCreate (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestRestore [2021-08-23T14:48:41.065Z] time="2021-08-23T14:48:40Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-08-23T14:48:41.065Z] --- PASS: TestRestore (0.02s) [2021-08-23T14:48:41.065Z] === RUN TestAddDelete [2021-08-23T14:48:41.065Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-08-23T14:48:41.065Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-08-23T14:48:41.065Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-08-23T14:48:41.065Z] === RUN TestTokenPassThru [2021-08-23T14:48:41.065Z] --- PASS: TestTokenPassThru (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestTokenPassThruDifferentHost [2021-08-23T14:48:41.065Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-08-23T14:48:41.065Z] PASS [2021-08-23T14:48:41.065Z] coverage: 24.1% of statements [2021-08-23T14:48:41.065Z] --- PASS: TestAddDelete (0.02s) [2021-08-23T14:48:41.065Z] === RUN TestSearchAfterDelete [2021-08-23T14:48:41.065Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-08-23T14:48:41.065Z] === RUN TestParentReset [2021-08-23T14:48:41.065Z] ok github.com/docker/docker/distribution 1.423s coverage: 24.1% of statements [2021-08-23T14:48:41.065Z] time="2021-08-23T14:48:40Z" level=error msg="Upload failed, retrying: simulating retry" [2021-08-23T14:48:41.065Z] --- PASS: TestParentReset (0.03s) [2021-08-23T14:48:41.065Z] === RUN TestGetAndSetLastUpdated [2021-08-23T14:48:41.065Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-08-23T14:48:41.065Z] === RUN TestStoreLen [2021-08-23T14:48:41.065Z] --- PASS: TestStoreLen (0.04s) [2021-08-23T14:48:41.065Z] PASS [2021-08-23T14:48:41.065Z] coverage: 86.6% of statements [2021-08-23T14:48:41.196Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-08-23T14:48:41.343Z] --- PASS: TestContainerLogs (0.18s) [2021-08-23T14:48:41.343Z] === RUN TestContainerPauseError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerPauseError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerPause [2021-08-23T14:48:41.343Z] --- PASS: TestContainerPause (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainersPruneError [2021-08-23T14:48:41.343Z] --- PASS: TestContainersPruneError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainersPrune [2021-08-23T14:48:41.343Z] --- PASS: TestContainersPrune (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRemoveError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRemoveError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRemoveNotFoundError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRemove [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRemove (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRenameError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRenameError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRename [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRename (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerResizeError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerResizeError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerExecResizeError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerResize [2021-08-23T14:48:41.343Z] --- PASS: TestContainerResize (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerExecResize [2021-08-23T14:48:41.343Z] --- PASS: TestContainerExecResize (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRestartError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRestartError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerRestart [2021-08-23T14:48:41.343Z] --- PASS: TestContainerRestart (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStartError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStartError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStart [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStart (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStatsError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStatsError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStats [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStats (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStopError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStopError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerStop [2021-08-23T14:48:41.343Z] --- PASS: TestContainerStop (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerTopError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerTopError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerTop [2021-08-23T14:48:41.343Z] --- PASS: TestContainerTop (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerUnpauseError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerUnpause [2021-08-23T14:48:41.343Z] --- PASS: TestContainerUnpause (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerUpdateError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerUpdateError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerUpdate [2021-08-23T14:48:41.343Z] --- PASS: TestContainerUpdate (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerWaitError [2021-08-23T14:48:41.343Z] --- PASS: TestContainerWaitError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestContainerWait [2021-08-23T14:48:41.343Z] --- PASS: TestContainerWait (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestDiskUsageError [2021-08-23T14:48:41.343Z] --- PASS: TestDiskUsageError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestDiskUsage [2021-08-23T14:48:41.343Z] --- PASS: TestDiskUsage (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestDistributionInspectUnsupported [2021-08-23T14:48:41.343Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestDistributionInspectWithEmptyID [2021-08-23T14:48:41.343Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestEventsErrorInOptions [2021-08-23T14:48:41.343Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestEventsErrorFromServer [2021-08-23T14:48:41.343Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestEvents [2021-08-23T14:48:41.343Z] --- PASS: TestEvents (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestTLSCloseWriter [2021-08-23T14:48:41.343Z] === PAUSE TestTLSCloseWriter [2021-08-23T14:48:41.343Z] === RUN TestImageBuildError [2021-08-23T14:48:41.343Z] --- PASS: TestImageBuildError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageBuild [2021-08-23T14:48:41.343Z] --- PASS: TestImageBuild (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestGetDockerOS [2021-08-23T14:48:41.343Z] --- PASS: TestGetDockerOS (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageCreateError [2021-08-23T14:48:41.343Z] --- PASS: TestImageCreateError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageCreate [2021-08-23T14:48:41.343Z] --- PASS: TestImageCreate (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageHistoryError [2021-08-23T14:48:41.343Z] --- PASS: TestImageHistoryError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageHistory [2021-08-23T14:48:41.343Z] --- PASS: TestImageHistory (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageImportError [2021-08-23T14:48:41.343Z] --- PASS: TestImageImportError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageImport [2021-08-23T14:48:41.343Z] --- PASS: TestImageImport (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageInspectError [2021-08-23T14:48:41.343Z] --- PASS: TestImageInspectError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageInspectImageNotFound [2021-08-23T14:48:41.343Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageInspectWithEmptyID [2021-08-23T14:48:41.343Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageInspect [2021-08-23T14:48:41.343Z] --- PASS: TestImageInspect (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageListError [2021-08-23T14:48:41.343Z] --- PASS: TestImageListError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageList [2021-08-23T14:48:41.343Z] --- PASS: TestImageList (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageListApiBefore125 [2021-08-23T14:48:41.343Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageLoadError [2021-08-23T14:48:41.343Z] --- PASS: TestImageLoadError (0.01s) [2021-08-23T14:48:41.343Z] === RUN TestImageLoad [2021-08-23T14:48:41.343Z] --- PASS: TestImageLoad (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagesPruneError [2021-08-23T14:48:41.343Z] --- PASS: TestImagesPruneError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagesPrune [2021-08-23T14:48:41.343Z] --- PASS: TestImagesPrune (0.01s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullReferenceParseError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullAnyError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullAnyError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullStatusUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePullWithoutErrors [2021-08-23T14:48:41.343Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushReferenceError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushAnyError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushAnyError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushStatusUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithoutErrors [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-08-23T14:48:41.343Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageRemoveError [2021-08-23T14:48:41.343Z] --- PASS: TestImageRemoveError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageRemoveImageNotFound [2021-08-23T14:48:41.343Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageRemove [2021-08-23T14:48:41.343Z] --- PASS: TestImageRemove (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSaveError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSaveError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSave [2021-08-23T14:48:41.343Z] --- PASS: TestImageSave (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchAnyError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchStatusUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageSearchWithoutErrors [2021-08-23T14:48:41.343Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageTagError [2021-08-23T14:48:41.343Z] --- PASS: TestImageTagError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageTagInvalidReference [2021-08-23T14:48:41.343Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageTagInvalidSourceImageName [2021-08-23T14:48:41.343Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageTagHexSource [2021-08-23T14:48:41.343Z] --- PASS: TestImageTagHexSource (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestImageTag [2021-08-23T14:48:41.343Z] --- PASS: TestImageTag (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestInfoServerError [2021-08-23T14:48:41.343Z] --- PASS: TestInfoServerError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestInfoInvalidResponseJSONError [2021-08-23T14:48:41.343Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestInfo [2021-08-23T14:48:41.343Z] --- PASS: TestInfo (0.01s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkConnectError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkConnectError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkConnect [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkConnect (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkCreateError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkCreateError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkCreate [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkCreate (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkDisconnectError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkDisconnect [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkInspectError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkInspectError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkInspectNotFoundError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkInspectWithEmptyID [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkInspect [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkInspect (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkListError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkListError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkList [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkList (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworksPruneError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworksPruneError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworksPrune [2021-08-23T14:48:41.343Z] --- PASS: TestNetworksPrune (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkRemoveError [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNetworkRemove [2021-08-23T14:48:41.343Z] --- PASS: TestNetworkRemove (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeInspectError [2021-08-23T14:48:41.343Z] --- PASS: TestNodeInspectError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeInspectNodeNotFound [2021-08-23T14:48:41.343Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeInspectWithEmptyID [2021-08-23T14:48:41.343Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeInspect [2021-08-23T14:48:41.343Z] --- PASS: TestNodeInspect (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeListError [2021-08-23T14:48:41.343Z] --- PASS: TestNodeListError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeList [2021-08-23T14:48:41.343Z] --- PASS: TestNodeList (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeRemoveError [2021-08-23T14:48:41.343Z] --- PASS: TestNodeRemoveError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeRemove [2021-08-23T14:48:41.343Z] --- PASS: TestNodeRemove (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeUpdateError [2021-08-23T14:48:41.343Z] --- PASS: TestNodeUpdateError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestNodeUpdate [2021-08-23T14:48:41.343Z] --- PASS: TestNodeUpdate (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestOptionWithTimeout [2021-08-23T14:48:41.343Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestPingFail [2021-08-23T14:48:41.343Z] --- PASS: TestPingFail (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestPingWithError [2021-08-23T14:48:41.343Z] 2021/08/23 14:48:40 RoundTripper returned a response & error; ignoring response [2021-08-23T14:48:41.343Z] 2021/08/23 14:48:40 RoundTripper returned a response & error; ignoring response [2021-08-23T14:48:41.343Z] --- PASS: TestPingWithError (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestPingSuccess [2021-08-23T14:48:41.343Z] --- PASS: TestPingSuccess (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestPingHeadFallback [2021-08-23T14:48:41.343Z] === RUN TestPingHeadFallback/OK [2021-08-23T14:48:41.343Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-08-23T14:48:41.343Z] === RUN TestPingHeadFallback/Not_Found [2021-08-23T14:48:41.343Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-08-23T14:48:41.343Z] --- PASS: TestPingHeadFallback (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-08-23T14:48:41.343Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-08-23T14:48:41.343Z] === RUN TestPluginDisableError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginDisableError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginDisable [2021-08-23T14:48:41.344Z] --- PASS: TestPluginDisable (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginEnableError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginEnableError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginEnable [2021-08-23T14:48:41.344Z] --- PASS: TestPluginEnable (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginInspectWithEmptyID [2021-08-23T14:48:41.344Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginInspect [2021-08-23T14:48:41.344Z] --- PASS: TestPluginInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginListError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginListError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginList [2021-08-23T14:48:41.344Z] --- PASS: TestPluginList (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginPushError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginPushError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginPush [2021-08-23T14:48:41.344Z] --- PASS: TestPluginPush (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginRemoveError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginRemoveError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginRemove [2021-08-23T14:48:41.344Z] --- PASS: TestPluginRemove (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginSetError [2021-08-23T14:48:41.344Z] --- PASS: TestPluginSetError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPluginSet [2021-08-23T14:48:41.344Z] --- PASS: TestPluginSet (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSetHostHeader [2021-08-23T14:48:41.344Z] --- PASS: TestSetHostHeader (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestPlainTextError [2021-08-23T14:48:41.344Z] --- PASS: TestPlainTextError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestInfiniteError [2021-08-23T14:48:41.344Z] --- PASS: TestInfiniteError (0.02s) [2021-08-23T14:48:41.344Z] === RUN TestCanceledContext [2021-08-23T14:48:41.344Z] 2021/08/23 14:48:40 RoundTripper returned a response & error; ignoring response [2021-08-23T14:48:41.344Z] --- PASS: TestCanceledContext (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestDeadlineExceededContext [2021-08-23T14:48:41.344Z] 2021/08/23 14:48:40 RoundTripper returned a response & error; ignoring response [2021-08-23T14:48:41.344Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretCreateUnsupported [2021-08-23T14:48:41.344Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretCreateError [2021-08-23T14:48:41.344Z] --- PASS: TestSecretCreateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretCreate [2021-08-23T14:48:41.344Z] --- PASS: TestSecretCreate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretInspectUnsupported [2021-08-23T14:48:41.344Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestSecretInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretInspectSecretNotFound [2021-08-23T14:48:41.344Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretInspectWithEmptyID [2021-08-23T14:48:41.344Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretInspect [2021-08-23T14:48:41.344Z] --- PASS: TestSecretInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretListUnsupported [2021-08-23T14:48:41.344Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretListError [2021-08-23T14:48:41.344Z] --- PASS: TestSecretListError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretList [2021-08-23T14:48:41.344Z] --- PASS: TestSecretList (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretRemoveUnsupported [2021-08-23T14:48:41.344Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretRemoveError [2021-08-23T14:48:41.344Z] --- PASS: TestSecretRemoveError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretRemove [2021-08-23T14:48:41.344Z] --- PASS: TestSecretRemove (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretUpdateUnsupported [2021-08-23T14:48:41.344Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretUpdateError [2021-08-23T14:48:41.344Z] --- PASS: TestSecretUpdateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSecretUpdate [2021-08-23T14:48:41.344Z] --- PASS: TestSecretUpdate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceCreateError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceCreateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceCreate [2021-08-23T14:48:41.344Z] --- PASS: TestServiceCreate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceCreateCompatiblePlatforms [2021-08-23T14:48:41.344Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceCreateDigestPinning [2021-08-23T14:48:41.344Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceInspectServiceNotFound [2021-08-23T14:48:41.344Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceInspectWithEmptyID [2021-08-23T14:48:41.344Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceInspect [2021-08-23T14:48:41.344Z] --- PASS: TestServiceInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceListError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceListError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceList [2021-08-23T14:48:41.344Z] --- PASS: TestServiceList (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceLogsError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceLogsError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceLogs [2021-08-23T14:48:41.344Z] --- PASS: TestServiceLogs (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceRemoveError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceRemoveError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceRemoveNotFoundError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceRemove [2021-08-23T14:48:41.344Z] --- PASS: TestServiceRemove (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceUpdateError [2021-08-23T14:48:41.344Z] --- PASS: TestServiceUpdateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestServiceUpdate [2021-08-23T14:48:41.344Z] --- PASS: TestServiceUpdate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmGetUnlockKeyError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmGetUnlockKey [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmInitError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmInitError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmInit [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmInit (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmInspect [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmJoinError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmJoinError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmJoin [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmJoin (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmLeaveError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmLeave [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmLeave (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmUnlockError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmUnlock [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmUnlock (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmUpdateError [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestSwarmUpdate [2021-08-23T14:48:41.344Z] --- PASS: TestSwarmUpdate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestTaskInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestTaskInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestTaskInspectWithEmptyID [2021-08-23T14:48:41.344Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestTaskInspect [2021-08-23T14:48:41.344Z] --- PASS: TestTaskInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestTaskListError [2021-08-23T14:48:41.344Z] --- PASS: TestTaskListError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestTaskList [2021-08-23T14:48:41.344Z] --- PASS: TestTaskList (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeCreateError [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeCreateError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeCreate [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeCreate (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeInspectError [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeInspectError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeInspectNotFound [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeInspectWithEmptyID [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeInspect [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeInspect (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeListError [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeListError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeList [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeList (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeRemoveError [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-08-23T14:48:41.344Z] === RUN TestVolumeRemove [2021-08-23T14:48:41.344Z] --- PASS: TestVolumeRemove (0.00s) [2021-08-23T14:48:41.344Z] === CONT TestTLSCloseWriter [2021-08-23T14:48:41.344Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-08-23T14:48:41.344Z] PASS [2021-08-23T14:48:41.344Z] coverage: 74.8% of statements [2021-08-23T14:48:41.344Z] ok github.com/docker/docker/client 0.408s coverage: 74.8% of statements [2021-08-23T14:48:41.523Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-08-23T14:48:41.523Z] ok github.com/docker/docker/image 0.372s coverage: 86.6% of statements [2021-08-23T14:48:41.523Z] --- PASS: TestSuccessfulUpload (0.36s) [2021-08-23T14:48:41.523Z] === RUN TestCancelledUpload [2021-08-23T14:48:41.523Z] --- PASS: TestCancelledUpload (0.00s) [2021-08-23T14:48:41.523Z] PASS [2021-08-23T14:48:41.523Z] coverage: 76.8% of statements [2021-08-23T14:48:41.523Z] ok github.com/docker/docker/distribution/xfer 1.827s coverage: 76.8% of statements [2021-08-23T14:48:41.523Z] ? github.com/docker/docker/dockerversion [no test files] [2021-08-23T14:48:41.523Z] === RUN TestCompare [2021-08-23T14:48:41.523Z] --- PASS: TestCompare (0.00s) [2021-08-23T14:48:41.523Z] PASS [2021-08-23T14:48:41.523Z] coverage: 19.2% of statements [2021-08-23T14:48:41.523Z] ok github.com/docker/docker/image/cache 0.063s coverage: 19.2% of statements [2021-08-23T14:48:42.442Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T14:48:42.490Z] === RUN TestMakeV1ConfigFromConfig [2021-08-23T14:48:42.490Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-08-23T14:48:42.490Z] PASS [2021-08-23T14:48:42.490Z] coverage: 25.0% of statements [2021-08-23T14:48:42.490Z] ok github.com/docker/docker/image/v1 0.169s coverage: 25.0% of statements [2021-08-23T14:48:42.490Z] === RUN TestValidateManifest [2021-08-23T14:48:42.490Z] === RUN TestValidateManifest/nil [2021-08-23T14:48:42.490Z] === RUN TestValidateManifest/non-nil [2021-08-23T14:48:42.490Z] --- PASS: TestValidateManifest (0.00s) [2021-08-23T14:48:42.490Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-08-23T14:48:42.490Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-08-23T14:48:42.490Z] PASS [2021-08-23T14:48:42.490Z] coverage: 0.7% of statements [2021-08-23T14:48:42.490Z] ok github.com/docker/docker/image/tarexport 0.115s coverage: 0.7% of statements [2021-08-23T14:48:42.490Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-08-23T14:48:43.092Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-08-23T14:48:43.092Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-08-23T14:48:43.456Z] === RUN TestSerialization [2021-08-23T14:48:43.456Z] --- PASS: TestSerialization (0.02s) [2021-08-23T14:48:43.456Z] PASS [2021-08-23T14:48:43.456Z] coverage: 100.0% of statements [2021-08-23T14:48:43.456Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2021-08-23T14:48:43.915Z] === RUN TestEmptyLayer [2021-08-23T14:48:43.915Z] --- PASS: TestEmptyLayer (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestCommitFailure [2021-08-23T14:48:43.915Z] --- PASS: TestCommitFailure (0.01s) [2021-08-23T14:48:43.915Z] === RUN TestStartTransactionFailure [2021-08-23T14:48:43.915Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestGetOrphan [2021-08-23T14:48:43.915Z] --- PASS: TestGetOrphan (0.01s) [2021-08-23T14:48:43.915Z] === RUN TestMountAndRegister [2021-08-23T14:48:43.915Z] layer_test.go:271: Layer size: 14 [2021-08-23T14:48:43.915Z] --- PASS: TestMountAndRegister (0.04s) [2021-08-23T14:48:43.915Z] === RUN TestLayerRelease [2021-08-23T14:48:43.915Z] layer_test.go:304: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestLayerRelease (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestStoreRestore [2021-08-23T14:48:43.915Z] layer_test.go:353: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestStoreRestore (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestTarStreamStability [2021-08-23T14:48:43.915Z] layer_test.go:468: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestTarStreamStability (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestRegisterExistingLayer [2021-08-23T14:48:43.915Z] === RUN TestEnvironmentParsing [2021-08-23T14:48:43.915Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-08-23T14:48:43.915Z] PASS [2021-08-23T14:48:43.915Z] coverage: 1.2% of statements [2021-08-23T14:48:43.915Z] ok github.com/docker/docker/libcontainerd/local 0.051s coverage: 1.2% of statements [2021-08-23T14:48:43.915Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-08-23T14:48:43.915Z] === RUN TestTarStreamVerification [2021-08-23T14:48:43.915Z] layer_test.go:697: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestLayerMigration [2021-08-23T14:48:43.915Z] migration_test.go:46: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestLayerMigration (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestLayerMigrationNoTarsplit [2021-08-23T14:48:43.915Z] migration_test.go:182: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestMountInit [2021-08-23T14:48:43.915Z] mount_test.go:17: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestMountInit (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestMountSize [2021-08-23T14:48:43.915Z] mount_test.go:76: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestMountSize (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestMountChanges [2021-08-23T14:48:43.915Z] mount_test.go:125: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestMountChanges (0.00s) [2021-08-23T14:48:43.915Z] === RUN TestMountApply [2021-08-23T14:48:43.915Z] mount_test.go:212: Failing on Windows [2021-08-23T14:48:43.915Z] --- SKIP: TestMountApply (0.00s) [2021-08-23T14:48:43.915Z] PASS [2021-08-23T14:48:43.915Z] coverage: 30.1% of statements [2021-08-23T14:48:43.915Z] ok github.com/docker/docker/layer 0.277s coverage: 30.1% of statements [2021-08-23T14:48:43.915Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-08-23T14:48:43.915Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-08-23T14:48:43.915Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-08-23T14:48:43.915Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-08-23T14:48:44.464Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-08-23T14:48:44.721Z] docker_api_swarm_service_test.go:532: [db57a6a5588a9] joining swarm manager [db8b3e06f3a65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:48:44.881Z] === RUN TestSequenceGetAvailableBit [2021-08-23T14:48:44.881Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSequenceEqual [2021-08-23T14:48:44.881Z] --- PASS: TestSequenceEqual (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSequenceCopy [2021-08-23T14:48:44.881Z] --- PASS: TestSequenceCopy (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestGetFirstAvailable [2021-08-23T14:48:44.881Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestFindSequence [2021-08-23T14:48:44.881Z] --- PASS: TestFindSequence (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestCheckIfAvailable [2021-08-23T14:48:44.881Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestMergeSequences [2021-08-23T14:48:44.881Z] --- PASS: TestMergeSequences (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestPushReservation [2021-08-23T14:48:44.881Z] --- PASS: TestPushReservation (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSerializeDeserialize [2021-08-23T14:48:44.881Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSet [2021-08-23T14:48:44.881Z] --- PASS: TestSet (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSetUnset [2021-08-23T14:48:44.881Z] --- PASS: TestSetUnset (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestOffsetSetUnset [2021-08-23T14:48:44.881Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSetInRange [2021-08-23T14:48:44.881Z] --- PASS: TestSetInRange (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestSetAnyInRange [2021-08-23T14:48:44.881Z] --- PASS: TestSetAnyInRange (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestMethods [2021-08-23T14:48:44.881Z] --- PASS: TestMethods (0.00s) [2021-08-23T14:48:44.881Z] === RUN TestRandomAllocateDeallocate [2021-08-23T14:48:45.654Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-08-23T14:48:45.724Z] --- PASS: TestServiceCreateInit (7.40s) [2021-08-23T14:48:45.724Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.90s) [2021-08-23T14:48:45.724Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.49s) [2021-08-23T14:48:45.724Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T14:48:46.220Z] docker_api_swarm_service_test.go:533: [dad61c5cf4973] joining swarm manager [db8b3e06f3a65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:48:46.419Z] === RUN TestInvalidConfig [2021-08-23T14:48:46.419Z] --- PASS: TestInvalidConfig (0.00s) [2021-08-23T14:48:46.419Z] === RUN TestConfig [2021-08-23T14:48:46.419Z] --- PASS: TestConfig (0.00s) [2021-08-23T14:48:46.419Z] === RUN TestOptionsLabels [2021-08-23T14:48:46.419Z] --- PASS: TestOptionsLabels (0.00s) [2021-08-23T14:48:46.419Z] === RUN TestValidName [2021-08-23T14:48:46.419Z] --- PASS: TestValidName (0.00s) [2021-08-23T14:48:46.419Z] === RUN TestTLSConfiguration [2021-08-23T14:48:46.419Z] time="2021-08-23T14:48:45Z" level=info msg="Option Initializing KV with TLS" [2021-08-23T14:48:46.419Z] --- PASS: TestTLSConfiguration (0.13s) [2021-08-23T14:48:46.419Z] PASS [2021-08-23T14:48:46.419Z] coverage: 24.0% of statements [2021-08-23T14:48:46.419Z] ok github.com/docker/docker/libnetwork/config 0.185s coverage: 24.0% of statements [2021-08-23T14:48:46.879Z] === RUN TestKey [2021-08-23T14:48:46.879Z] --- PASS: TestKey (0.00s) [2021-08-23T14:48:46.879Z] === RUN TestParseKey [2021-08-23T14:48:46.879Z] --- PASS: TestParseKey (0.00s) [2021-08-23T14:48:46.879Z] === RUN TestInvalidDataStore [2021-08-23T14:48:46.879Z] --- PASS: TestInvalidDataStore (0.00s) [2021-08-23T14:48:46.879Z] === RUN TestKVObjectFlatKey [2021-08-23T14:48:46.879Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-08-23T14:48:46.879Z] === RUN TestAtomicKVObjectFlatKey [2021-08-23T14:48:46.879Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-08-23T14:48:46.879Z] PASS [2021-08-23T14:48:46.879Z] coverage: 21.9% of statements [2021-08-23T14:48:46.879Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2021-08-23T14:48:47.338Z] === RUN TestIPDataMarshalling [2021-08-23T14:48:47.338Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-08-23T14:48:47.338Z] === RUN TestValidateAndIsV6 [2021-08-23T14:48:47.338Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-08-23T14:48:47.338Z] PASS [2021-08-23T14:48:47.338Z] coverage: 68.9% of statements [2021-08-23T14:48:47.338Z] ok github.com/docker/docker/libnetwork/driverapi 0.035s coverage: 68.9% of statements [2021-08-23T14:48:47.593Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-08-23T14:48:47.797Z] === RUN TestErrorInterfaces [2021-08-23T14:48:47.797Z] --- PASS: TestErrorInterfaces (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestNetworkMarshalling [2021-08-23T14:48:47.797Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-08-23T14:48:47.797Z] === RUN TestEndpointMarshalling [2021-08-23T14:48:47.797Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestAuxAddresses [2021-08-23T14:48:47.797Z] time="2021-08-23T14:48:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:48:47.797Z] --- PASS: TestAuxAddresses (0.01s) [2021-08-23T14:48:47.797Z] === RUN TestSRVServiceQuery [2021-08-23T14:48:47.797Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestServiceVIPReuse [2021-08-23T14:48:47.797Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-08-23T14:48:47.797Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestDNSIPQuery [2021-08-23T14:48:47.797Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestDNSProxyServFail [2021-08-23T14:48:47.797Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestSandboxAddEmpty [2021-08-23T14:48:47.797Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestSandboxAddMultiPrio [2021-08-23T14:48:47.797Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestSandboxAddSamePrio [2021-08-23T14:48:47.797Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestCleanupServiceDiscovery [2021-08-23T14:48:47.797Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestDNSOptions [2021-08-23T14:48:47.797Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:48:47.797Z] --- SKIP: TestDNSOptions (0.00s) [2021-08-23T14:48:47.797Z] === RUN TestMultipleControllersWithSameStore [2021-08-23T14:48:47.797Z] time="2021-08-23T14:48:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:48:47.797Z] time="2021-08-23T14:48:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:48:47.797Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-08-23T14:48:47.797Z] PASS [2021-08-23T14:48:47.797Z] coverage: 8.6% of statements [2021-08-23T14:48:47.797Z] ok github.com/docker/docker/libnetwork 0.274s coverage: 8.6% of statements [2021-08-23T14:48:47.797Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-08-23T14:48:48.258Z] === RUN TestDriver [2021-08-23T14:48:48.258Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:48:48.258Z] PASS [2021-08-23T14:48:48.258Z] coverage: 34.8% of statements [2021-08-23T14:48:48.258Z] ok github.com/docker/docker/libnetwork/drivers/host 0.034s coverage: 34.8% of statements [2021-08-23T14:48:48.717Z] === RUN TestDriver [2021-08-23T14:48:48.717Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:48:48.717Z] PASS [2021-08-23T14:48:48.717Z] coverage: 34.8% of statements [2021-08-23T14:48:48.717Z] ok github.com/docker/docker/libnetwork/drivers/null 0.036s coverage: 34.8% of statements [2021-08-23T14:48:48.717Z] === RUN TestNetworkAllocateFree [2021-08-23T14:48:48.717Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-08-23T14:48:48.717Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-08-23T14:48:48.717Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-08-23T14:48:48.717Z] PASS [2021-08-23T14:48:48.717Z] coverage: 63.6% of statements [2021-08-23T14:48:48.717Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.041s coverage: 63.6% of statements [2021-08-23T14:48:49.178Z] === RUN TestGetEmptyCapabilities [2021-08-23T14:48:49.178Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-08-23T14:48:49.178Z] === RUN TestGetExtraCapabilities [2021-08-23T14:48:49.178Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-08-23T14:48:49.178Z] === RUN TestGetInvalidCapabilities [2021-08-23T14:48:49.178Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-08-23T14:48:49.178Z] === RUN TestRemoteDriver [2021-08-23T14:48:49.178Z] --- PASS: TestRemoteDriver (0.01s) [2021-08-23T14:48:49.178Z] === RUN TestDriverError [2021-08-23T14:48:49.178Z] --- PASS: TestDriverError (0.00s) [2021-08-23T14:48:49.178Z] === RUN TestMissingValues [2021-08-23T14:48:49.178Z] --- PASS: TestMissingValues (0.00s) [2021-08-23T14:48:49.178Z] === RUN TestRollback [2021-08-23T14:48:49.178Z] --- PASS: TestRollback (0.00s) [2021-08-23T14:48:49.178Z] PASS [2021-08-23T14:48:49.178Z] coverage: 57.4% of statements [2021-08-23T14:48:49.178Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.074s coverage: 57.4% of statements [2021-08-23T14:48:50.147Z] === RUN TestNAT [2021-08-23T14:48:50.147Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:48:50.147Z] --- SKIP: TestNAT (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestTransparent [2021-08-23T14:48:50.147Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:48:50.147Z] --- SKIP: TestTransparent (0.00s) [2021-08-23T14:48:50.147Z] PASS [2021-08-23T14:48:50.147Z] coverage: 0.0% of statements [2021-08-23T14:48:50.147Z] === RUN TestNew [2021-08-23T14:48:50.147Z] --- PASS: TestNew (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestAddDriver [2021-08-23T14:48:50.147Z] --- PASS: TestAddDriver (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestAddDuplicateDriver [2021-08-23T14:48:50.147Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestIPAMDefaultAddressSpaces [2021-08-23T14:48:50.147Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestDriver [2021-08-23T14:48:50.147Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestIPAM [2021-08-23T14:48:50.147Z] --- PASS: TestIPAM (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestWalkIPAMs [2021-08-23T14:48:50.147Z] --- PASS: TestWalkIPAMs (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestWalkDrivers [2021-08-23T14:48:50.147Z] --- PASS: TestWalkDrivers (0.00s) [2021-08-23T14:48:50.147Z] PASS [2021-08-23T14:48:50.147Z] coverage: 82.4% of statements [2021-08-23T14:48:50.147Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.042s coverage: 0.0% of statements [2021-08-23T14:48:50.147Z] ok github.com/docker/docker/libnetwork/drvregistry 0.084s coverage: 82.4% of statements [2021-08-23T14:48:50.147Z] === RUN TestBuildDefault [2021-08-23T14:48:50.147Z] --- PASS: TestBuildDefault (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestBuildHostnameDomainname [2021-08-23T14:48:50.147Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestBuildHostname [2021-08-23T14:48:50.147Z] --- PASS: TestBuildHostname (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestBuildHostnameFQDN [2021-08-23T14:48:50.147Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestBuildNoIP [2021-08-23T14:48:50.147Z] --- PASS: TestBuildNoIP (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestUpdate [2021-08-23T14:48:50.147Z] --- PASS: TestUpdate (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-08-23T14:48:50.147Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-08-23T14:48:50.147Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestAddEmpty [2021-08-23T14:48:50.147Z] --- PASS: TestAddEmpty (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestAdd [2021-08-23T14:48:50.147Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestDeleteEmpty [2021-08-23T14:48:50.147Z] --- PASS: TestDeleteEmpty (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestDeleteNewline [2021-08-23T14:48:50.147Z] --- PASS: TestDeleteNewline (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestDelete [2021-08-23T14:48:50.147Z] --- PASS: TestDelete (0.00s) [2021-08-23T14:48:50.147Z] === RUN TestConcurrentWrites [2021-08-23T14:48:50.203Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-08-23T14:48:50.203Z] Copying nested executables into bundles/binary-daemon [2021-08-23T14:48:50.203Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-08-23T14:48:50.203Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:48:50.203Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-08-23T14:48:50.203Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-08-23T14:48:50.551Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER docker:82c978ad9567772f349f604c6630d531b9348736 hack/make.sh cross [2021-08-23T14:48:50.606Z] --- PASS: TestConcurrentWrites (0.17s) [2021-08-23T14:48:50.606Z] PASS [2021-08-23T14:48:50.606Z] coverage: 81.2% of statements [2021-08-23T14:48:50.606Z] ok github.com/docker/docker/libnetwork/etchosts 0.224s coverage: 81.2% of statements [2021-08-23T14:48:50.606Z] === RUN TestNew [2021-08-23T14:48:50.606Z] --- PASS: TestNew (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestAllocate [2021-08-23T14:48:50.606Z] --- PASS: TestAllocate (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestUninitialized [2021-08-23T14:48:50.606Z] --- PASS: TestUninitialized (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestAllocateInRange [2021-08-23T14:48:50.606Z] --- PASS: TestAllocateInRange (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestAllocateSerial [2021-08-23T14:48:50.606Z] --- PASS: TestAllocateSerial (0.00s) [2021-08-23T14:48:50.606Z] PASS [2021-08-23T14:48:50.606Z] coverage: 87.5% of statements [2021-08-23T14:48:50.606Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2021-08-23T14:48:50.606Z] === RUN TestDiff [2021-08-23T14:48:50.606Z] --- PASS: TestDiff (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestAddedCallback [2021-08-23T14:48:50.606Z] --- PASS: TestAddedCallback (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestRemovedCallback [2021-08-23T14:48:50.606Z] --- PASS: TestRemovedCallback (0.00s) [2021-08-23T14:48:50.606Z] === RUN TestNoCallback [2021-08-23T14:48:50.606Z] --- PASS: TestNoCallback (0.00s) [2021-08-23T14:48:50.606Z] PASS [2021-08-23T14:48:50.606Z] coverage: 48.1% of statements [2021-08-23T14:48:50.606Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.042s coverage: 48.1% of statements [2021-08-23T14:48:50.901Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-08-23T14:48:51.065Z] --- PASS: TestRandomAllocateDeallocate (6.25s) [2021-08-23T14:48:51.065Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:48:51.065Z] === RUN TestCaller [2021-08-23T14:48:51.065Z] --- PASS: TestCaller (0.00s) [2021-08-23T14:48:51.065Z] PASS [2021-08-23T14:48:51.065Z] coverage: 100.0% of statements [2021-08-23T14:48:51.065Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2021-08-23T14:48:51.122Z] [2021-08-23T14:48:51.122Z] Removing bundles/ [2021-08-23T14:48:51.122Z] [2021-08-23T14:48:51.122Z] ---> Making bundle: cross (in bundles/cross) [2021-08-23T14:48:51.122Z] Cross building: bundles/cross/linux/amd64 [2021-08-23T14:48:51.122Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-08-23T14:48:51.122Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-08-23T14:48:51.523Z] === RUN TestSetSerialInsertDelete [2021-08-23T14:48:51.523Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-08-23T14:48:51.523Z] === RUN TestSetParallelInsertDelete [2021-08-23T14:48:51.833Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-08-23T14:48:52.090Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-08-23T14:48:52.491Z] === RUN TestInt2IP2IntConversion [2021-08-23T14:48:52.491Z] === RUN TestPoolRequest [2021-08-23T14:48:52.491Z] --- PASS: TestPoolRequest (0.00s) [2021-08-23T14:48:52.491Z] === RUN TestOtherRequests [2021-08-23T14:48:52.491Z] --- PASS: TestOtherRequests (0.00s) [2021-08-23T14:48:52.491Z] PASS [2021-08-23T14:48:52.491Z] coverage: 57.1% of statements [2021-08-23T14:48:52.491Z] ok github.com/docker/docker/libnetwork/ipams/null 0.036s coverage: 57.1% of statements [2021-08-23T14:48:52.949Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2021-08-23T14:48:52.949Z] === RUN TestGetAddressVersion [2021-08-23T14:48:52.949Z] --- PASS: TestGetAddressVersion (0.00s) [2021-08-23T14:48:52.949Z] === RUN TestKeyString [2021-08-23T14:48:52.949Z] --- PASS: TestKeyString (0.00s) [2021-08-23T14:48:52.949Z] === RUN TestPoolDataMarshal [2021-08-23T14:48:52.949Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-08-23T14:48:52.949Z] === RUN TestSubnetsMarshal [2021-08-23T14:48:52.949Z] --- PASS: TestSubnetsMarshal (0.06s) [2021-08-23T14:48:52.949Z] === RUN TestAddSubnets [2021-08-23T14:48:52.949Z] --- PASS: TestAddSubnets (0.06s) [2021-08-23T14:48:52.949Z] === RUN TestDoublePoolRelease [2021-08-23T14:48:52.949Z] --- PASS: TestDoublePoolRelease (0.03s) [2021-08-23T14:48:52.949Z] === RUN TestAddReleasePoolID [2021-08-23T14:48:53.022Z] === RUN TestDockerSuite/TestPsRightTagName [2021-08-23T14:48:53.409Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-08-23T14:48:53.409Z] === RUN TestPredefinedPool [2021-08-23T14:48:53.409Z] --- PASS: TestAllocateRandomDeallocate (2.13s) [2021-08-23T14:48:53.409Z] === RUN TestAllocateRandomDeallocateSerialize [2021-08-23T14:48:53.409Z] --- PASS: TestPredefinedPool (0.03s) [2021-08-23T14:48:53.409Z] === RUN TestRemoveSubnet [2021-08-23T14:48:53.409Z] --- PASS: TestRemoveSubnet (0.21s) [2021-08-23T14:48:53.409Z] === RUN TestGetSameAddress [2021-08-23T14:48:53.409Z] --- PASS: TestGetSameAddress (0.02s) [2021-08-23T14:48:53.409Z] === RUN TestPoolAllocationReuse [2021-08-23T14:48:53.869Z] === RUN TestGetCapabilities [2021-08-23T14:48:53.869Z] --- PASS: TestGetCapabilities (0.01s) [2021-08-23T14:48:53.869Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-08-23T14:48:53.869Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-08-23T14:48:53.869Z] === RUN TestGetDefaultAddressSpaces [2021-08-23T14:48:53.869Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-08-23T14:48:53.869Z] === RUN TestRemoteDriver [2021-08-23T14:48:53.869Z] --- PASS: TestRemoteDriver (0.00s) [2021-08-23T14:48:53.869Z] PASS [2021-08-23T14:48:53.869Z] coverage: 47.4% of statements [2021-08-23T14:48:53.869Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.068s coverage: 47.4% of statements [2021-08-23T14:48:54.328Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.11s) [2021-08-23T14:48:54.328Z] === RUN TestRetrieveFromStore [2021-08-23T14:48:54.328Z] === RUN TestWindowsIPAM [2021-08-23T14:48:54.328Z] --- PASS: TestWindowsIPAM (0.00s) [2021-08-23T14:48:54.328Z] PASS [2021-08-23T14:48:54.328Z] coverage: 71.4% of statements [2021-08-23T14:48:54.328Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.035s coverage: 71.4% of statements [2021-08-23T14:48:54.786Z] --- PASS: TestRetrieveFromStore (0.51s) [2021-08-23T14:48:54.786Z] === RUN TestIsCorrupted [2021-08-23T14:48:54.786Z] --- PASS: TestIsCorrupted (0.01s) [2021-08-23T14:48:54.786Z] === RUN TestSetRollover [2021-08-23T14:48:54.918Z] === RUN TestDockerSuite/TestPsShowMounts [2021-08-23T14:48:55.246Z] === RUN TestDefaultNetwork [2021-08-23T14:48:55.246Z] --- PASS: TestPoolAllocationReuse (1.70s) [2021-08-23T14:48:55.246Z] === RUN TestGetAddressSubPoolEqualPool [2021-08-23T14:48:55.246Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-08-23T14:48:55.246Z] === RUN TestRequestReleaseAddressFromSubPool [2021-08-23T14:48:55.246Z] --- PASS: TestDefaultNetwork (0.23s) [2021-08-23T14:48:55.246Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-08-23T14:48:55.705Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.21s) [2021-08-23T14:48:55.705Z] === RUN TestInitAddressPools [2021-08-23T14:48:55.705Z] --- PASS: TestInitAddressPools (0.00s) [2021-08-23T14:48:55.705Z] PASS [2021-08-23T14:48:55.705Z] coverage: 74.0% of statements [2021-08-23T14:48:55.705Z] ok github.com/docker/docker/libnetwork/ipamutils 0.497s coverage: 74.0% of statements [2021-08-23T14:48:56.168Z] === RUN TestKeyValue [2021-08-23T14:48:56.168Z] --- PASS: TestKeyValue (0.00s) [2021-08-23T14:48:56.168Z] PASS [2021-08-23T14:48:56.168Z] coverage: 60.0% of statements [2021-08-23T14:48:56.168Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-08-23T14:48:56.631Z] --- PASS: TestSetRollover (1.56s) [2021-08-23T14:48:56.631Z] === RUN TestSetRolloverSerial [2021-08-23T14:48:56.816Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-08-23T14:48:57.380Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-08-23T14:48:57.380Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-08-23T14:48:57.380Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-08-23T14:48:57.380Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-08-23T14:48:57.637Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-08-23T14:48:57.637Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-08-23T14:48:58.570Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-08-23T14:48:58.818Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.36s) [2021-08-23T14:48:58.818Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-08-23T14:48:58.818Z] === RUN TestNetworkDBSimple [2021-08-23T14:48:58.818Z] --- PASS: TestSetRolloverSerial (2.64s) [2021-08-23T14:48:58.818Z] === RUN TestGetFirstAvailableFromCurrent [2021-08-23T14:48:58.818Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-08-23T14:48:59.020Z] --- PASS: TestCheckoutGit (31.78s) [2021-08-23T14:48:59.020Z] === RUN TestValidGitTransport [2021-08-23T14:48:59.020Z] --- PASS: TestValidGitTransport (0.00s) [2021-08-23T14:48:59.020Z] === RUN TestGitInvalidRef [2021-08-23T14:48:59.020Z] --- PASS: TestGitInvalidRef (0.32s) [2021-08-23T14:48:59.020Z] PASS [2021-08-23T14:48:59.020Z] coverage: 86.3% of statements [2021-08-23T14:48:59.020Z] ok github.com/docker/docker/builder/remotecontext/git 32.182s coverage: 86.3% of statements [2021-08-23T14:48:59.277Z] PASS [2021-08-23T14:48:59.277Z] coverage: 84.4% of statements [2021-08-23T14:48:59.277Z] ok github.com/docker/docker/libnetwork/bitseq 14.259s coverage: 84.4% of statements [2021-08-23T14:48:59.738Z] 2021/08/23 14:48:59 Closing DB instances... [2021-08-23T14:48:59.941Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-08-23T14:48:59.981Z] ? github.com/docker/docker/cli [no test files] [2021-08-23T14:48:59.981Z] ? github.com/docker/docker/cli/config [no test files] [2021-08-23T14:49:00.713Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-08-23T14:49:00.713Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-08-23T14:49:00.874Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-08-23T14:49:01.174Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.42s) [2021-08-23T14:49:01.174Z] === RUN TestGetAddress [2021-08-23T14:49:01.174Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2021-08-23T14:49:01.633Z] PASS [2021-08-23T14:49:01.633Z] coverage: 100.0% of statements [2021-08-23T14:49:01.633Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2021-08-23T14:49:01.807Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-08-23T14:49:02.092Z] === RUN TestGenerate [2021-08-23T14:49:02.092Z] --- PASS: TestGenerate (0.00s) [2021-08-23T14:49:02.092Z] === RUN TestGeneratePtr [2021-08-23T14:49:02.092Z] --- PASS: TestGeneratePtr (0.00s) [2021-08-23T14:49:02.092Z] === RUN TestGenerateMissingField [2021-08-23T14:49:02.092Z] --- PASS: TestGenerateMissingField (0.00s) [2021-08-23T14:49:02.092Z] === RUN TestFieldCannotBeSet [2021-08-23T14:49:02.092Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-08-23T14:49:02.092Z] === RUN TestTypeMismatchError [2021-08-23T14:49:02.092Z] --- PASS: TestTypeMismatchError (0.00s) [2021-08-23T14:49:02.092Z] PASS [2021-08-23T14:49:02.092Z] coverage: 100.0% of statements [2021-08-23T14:49:02.092Z] ok github.com/docker/docker/libnetwork/options 0.030s coverage: 100.0% of statements [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-08-23T14:49:02.092Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-08-23T14:49:02.092Z] 2021/08/23 14:49:01 Closing DB instances... [2021-08-23T14:49:02.551Z] testing: warning: no tests to run [2021-08-23T14:49:02.551Z] PASS [2021-08-23T14:49:02.551Z] coverage: 0.0% of statements [2021-08-23T14:49:02.551Z] ok github.com/docker/docker/libnetwork/osl 0.031s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:49:02.551Z] === RUN TestRequestNewPort [2021-08-23T14:49:02.551Z] --- PASS: TestRequestNewPort (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestRequestSpecificPort [2021-08-23T14:49:02.551Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestReleasePort [2021-08-23T14:49:02.551Z] --- PASS: TestReleasePort (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestReuseReleasedPort [2021-08-23T14:49:02.551Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestReleaseUnreadledPort [2021-08-23T14:49:02.551Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestUnknowProtocol [2021-08-23T14:49:02.551Z] --- PASS: TestUnknowProtocol (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestAllocateAllPorts [2021-08-23T14:49:02.551Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestPortAllocation [2021-08-23T14:49:02.551Z] --- PASS: TestPortAllocation (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestPortAllocationWithCustomRange [2021-08-23T14:49:02.551Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestNoDuplicateBPR [2021-08-23T14:49:02.551Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-08-23T14:49:02.551Z] === RUN TestChangePortRange [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-08-23T14:49:02.551Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-08-23T14:49:02.551Z] --- PASS: TestChangePortRange (0.00s) [2021-08-23T14:49:02.551Z] PASS [2021-08-23T14:49:02.551Z] coverage: 88.6% of statements [2021-08-23T14:49:02.551Z] ok github.com/docker/docker/libnetwork/portallocator 0.034s coverage: 88.6% of statements [2021-08-23T14:49:03.009Z] testing: warning: no tests to run [2021-08-23T14:49:03.009Z] PASS [2021-08-23T14:49:03.009Z] coverage: 0.0% of statements [2021-08-23T14:49:03.009Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:49:03.469Z] === RUN TestHashData [2021-08-23T14:49:03.469Z] --- PASS: TestHashData (0.00s) [2021-08-23T14:49:03.469Z] PASS [2021-08-23T14:49:03.469Z] coverage: 2.8% of statements [2021-08-23T14:49:03.469Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [2021-08-23T14:49:03.469Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-08-23T14:49:03.469Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-08-23T14:49:03.802Z] --- PASS: TestCreateServiceMultipleTimes (15.80s) [2021-08-23T14:49:03.802Z] === RUN TestCreateServiceConflict [2021-08-23T14:49:03.802Z] --- PASS: TestCreateServiceConflict (2.22s) [2021-08-23T14:49:03.802Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T14:49:03.928Z] === RUN TestTransportPortConv [2021-08-23T14:49:03.928Z] --- PASS: TestTransportPortConv (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestTransportPortBindingConv [2021-08-23T14:49:03.928Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestErrorConstructors [2021-08-23T14:49:03.928Z] --- PASS: TestErrorConstructors (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestCompareIPMask [2021-08-23T14:49:03.928Z] --- PASS: TestCompareIPMask (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestUtilGetHostPartIP [2021-08-23T14:49:03.928Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestUtilGetBroadcastIP [2021-08-23T14:49:03.928Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-08-23T14:49:03.928Z] === RUN TestParseCIDR [2021-08-23T14:49:03.928Z] --- PASS: TestParseCIDR (0.00s) [2021-08-23T14:49:03.928Z] PASS [2021-08-23T14:49:03.928Z] coverage: 47.9% of statements [2021-08-23T14:49:03.928Z] ok github.com/docker/docker/libnetwork/types 0.031s coverage: 47.9% of statements [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-08-23T14:49:04.387Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-08-23T14:49:04.387Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-08-23T14:49:04.387Z] PASS [2021-08-23T14:49:04.387Z] coverage: 50.0% of statements [2021-08-23T14:49:04.387Z] ok github.com/docker/docker/oci 0.040s coverage: 50.0% of statements [2021-08-23T14:49:04.846Z] 2021/08/23 14:49:04 Closing DB instances... [2021-08-23T14:49:04.846Z] === RUN TestAddressPoolOpt [2021-08-23T14:49:04.846Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/a [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/something [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/_=a [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/env1=value1 [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/_env1=value1 [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/env2=value2=value3 [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/env3=abc!qwe [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/env_4=value_4 [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/PATH [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/=a [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/PATH= [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/PATH=something [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/asd!qwe [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/1asd [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/123 [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/some_space [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/__some_space_before [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/some_space_after__ [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/= [2021-08-23T14:49:04.846Z] === RUN TestValidateEnv/PaTh [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/a (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/something (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/= (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestParseHost [2021-08-23T14:49:04.846Z] --- PASS: TestParseHost (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestParseDockerDaemonHost [2021-08-23T14:49:04.846Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestParseTCP [2021-08-23T14:49:04.846Z] --- PASS: TestParseTCP (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestParseInvalidUnixAddrInvalid [2021-08-23T14:49:04.846Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestValidateExtraHosts [2021-08-23T14:49:04.846Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestIpOptString [2021-08-23T14:49:04.846Z] --- PASS: TestIpOptString (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestNewIpOptInvalidDefaultVal [2021-08-23T14:49:04.846Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestNewIpOptValidDefaultVal [2021-08-23T14:49:04.846Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestIpOptSetInvalidVal [2021-08-23T14:49:04.846Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestValidateIPAddress [2021-08-23T14:49:04.846Z] --- PASS: TestValidateIPAddress (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestMapOpts [2021-08-23T14:49:04.846Z] --- PASS: TestMapOpts (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestListOptsWithoutValidator [2021-08-23T14:49:04.846Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestListOptsWithValidator [2021-08-23T14:49:04.846Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestValidateDNSSearch [2021-08-23T14:49:04.846Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_general_format [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_one_more [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-08-23T14:49:04.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-08-23T14:49:04.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:49:05.305Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestNamedListOpts [2021-08-23T14:49:05.305Z] --- PASS: TestNamedListOpts (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestNamedMapOpts [2021-08-23T14:49:05.305Z] --- PASS: TestNamedMapOpts (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestParseLink [2021-08-23T14:49:05.305Z] --- PASS: TestParseLink (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestQuotedStringSetWithQuotes [2021-08-23T14:49:05.305Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-08-23T14:49:05.305Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestQuotedStringSetWithNoQuotes [2021-08-23T14:49:05.305Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-08-23T14:49:05.305Z] === RUN TestUlimitOpt [2021-08-23T14:49:05.305Z] --- PASS: TestUlimitOpt (0.00s) [2021-08-23T14:49:05.305Z] PASS [2021-08-23T14:49:05.305Z] coverage: 67.1% of statements [2021-08-23T14:49:05.305Z] ok github.com/docker/docker/opts 0.054s coverage: 67.1% of statements [2021-08-23T14:49:05.305Z] === RUN TestParseVersion [2021-08-23T14:49:05.305Z] --- PASS: TestParseVersion (0.00s) [2021-08-23T14:49:05.305Z] PASS [2021-08-23T14:49:05.305Z] coverage: 52.9% of statements [2021-08-23T14:49:05.305Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 52.9% of statements [2021-08-23T14:49:06.273Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-08-23T14:49:06.273Z] === RUN TestNetworkDBCRUDTableEntry [2021-08-23T14:49:06.331Z] --- PASS: TestCreateServiceMaxReplicas (2.84s) [2021-08-23T14:49:06.331Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T14:49:06.732Z] === RUN TestPeerCertificateMarshalJSON [2021-08-23T14:49:06.732Z] === RUN TestIsArchivePathDir [2021-08-23T14:49:06.732Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-08-23T14:49:06.732Z] === RUN TestIsArchivePathInvalidFile [2021-08-23T14:49:06.732Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-08-23T14:49:06.732Z] === RUN TestIsArchivePathTar [2021-08-23T14:49:07.191Z] --- PASS: TestIsArchivePathTar (0.11s) [2021-08-23T14:49:07.191Z] === RUN TestDecompressStreamGzip [2021-08-23T14:49:07.191Z] --- PASS: TestDecompressStreamGzip (0.08s) [2021-08-23T14:49:07.191Z] === RUN TestDecompressStreamBzip2 [2021-08-23T14:49:07.191Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-08-23T14:49:07.191Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-08-23T14:49:07.191Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2021-08-23T14:49:07.191Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-08-23T14:49:07.191Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestMiddleware [2021-08-23T14:49:07.191Z] --- PASS: TestMiddleware (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestNewResponseModifier [2021-08-23T14:49:07.191Z] --- PASS: TestNewResponseModifier (0.00s) [2021-08-23T14:49:07.191Z] PASS [2021-08-23T14:49:07.191Z] coverage: 26.8% of statements [2021-08-23T14:49:07.191Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-08-23T14:49:07.191Z] === RUN TestDecompressStreamXz [2021-08-23T14:49:07.191Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:49:07.191Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestCompressStreamXzUnsupported [2021-08-23T14:49:07.191Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestCompressStreamBzip2Unsupported [2021-08-23T14:49:07.191Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestCompressStreamInvalid [2021-08-23T14:49:07.191Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestExtensionInvalid [2021-08-23T14:49:07.191Z] --- PASS: TestExtensionInvalid (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestExtensionUncompressed [2021-08-23T14:49:07.191Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestExtensionBzip2 [2021-08-23T14:49:07.191Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestExtensionGzip [2021-08-23T14:49:07.191Z] --- PASS: TestExtensionGzip (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestExtensionXz [2021-08-23T14:49:07.191Z] --- PASS: TestExtensionXz (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestCmdStreamLargeStderr [2021-08-23T14:49:07.191Z] ok github.com/docker/docker/pkg/authorization 0.476s coverage: 26.8% of statements [2021-08-23T14:49:07.191Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-08-23T14:49:07.191Z] === RUN TestCmdStreamBad [2021-08-23T14:49:07.191Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:49:07.191Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestCmdStreamGood [2021-08-23T14:49:07.191Z] --- PASS: TestCmdStreamGood (0.04s) [2021-08-23T14:49:07.191Z] === RUN TestUntarPathWithInvalidDest [2021-08-23T14:49:07.191Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-08-23T14:49:07.191Z] === RUN TestUntarPathWithInvalidSrc [2021-08-23T14:49:07.191Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-08-23T14:49:07.191Z] === RUN TestUntarPath [2021-08-23T14:49:07.191Z] --- PASS: TestUntarPath (0.05s) [2021-08-23T14:49:07.191Z] === RUN TestUntarPathWithDestinationFile [2021-08-23T14:49:07.191Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-08-23T14:49:07.191Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-08-23T14:49:07.651Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-08-23T14:49:07.651Z] === RUN TestCopyWithTarInvalidSrc [2021-08-23T14:49:07.651Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-08-23T14:49:07.651Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestCopyWithTarSrcFile [2021-08-23T14:49:07.651Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-08-23T14:49:07.651Z] === RUN TestCopyWithTarSrcFolder [2021-08-23T14:49:07.651Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-08-23T14:49:07.651Z] === RUN TestCopyFileWithTarInvalidSrc [2021-08-23T14:49:07.651Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-08-23T14:49:07.651Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestCopyFileWithTarSrcFolder [2021-08-23T14:49:07.651Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestCopyFileWithTarSrcFile [2021-08-23T14:49:07.651Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestTarFiles [2021-08-23T14:49:07.651Z] === RUN TestUnbuffered [2021-08-23T14:49:07.651Z] --- PASS: TestUnbuffered (0.00s) [2021-08-23T14:49:07.651Z] === RUN TestRaceUnbuffered [2021-08-23T14:49:07.651Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-08-23T14:49:07.651Z] PASS [2021-08-23T14:49:07.651Z] coverage: 100.0% of statements [2021-08-23T14:49:07.651Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2021-08-23T14:49:08.110Z] === RUN TestMatch [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[foo]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[bar]_[foo]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[foo_bar]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[qux]_[foo]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[]#01 [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[qux]] [2021-08-23T14:49:08.110Z] === RUN TestMatch/[[foo_bar_qux]] [2021-08-23T14:49:08.111Z] === RUN TestMatch/[[qux]_[baz]] [2021-08-23T14:49:08.111Z] === RUN TestMatch/[[foo_baz]] [2021-08-23T14:49:08.111Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-08-23T14:49:08.111Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-08-23T14:49:08.111Z] PASS [2021-08-23T14:49:08.111Z] coverage: 87.5% of statements [2021-08-23T14:49:08.111Z] ok github.com/docker/docker/pkg/capabilities 0.073s coverage: 87.5% of statements [2021-08-23T14:49:08.570Z] 2021/08/23 14:49:08 Closing DB instances... [2021-08-23T14:49:09.029Z] === RUN TestChrootTarUntar [2021-08-23T14:49:09.029Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootUntarWithHugeExcludesList [2021-08-23T14:49:09.029Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootUntarEmptyArchive [2021-08-23T14:49:09.029Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootTarUntarWithSymlink [2021-08-23T14:49:09.029Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootCopyWithTar [2021-08-23T14:49:09.029Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootCopyFileWithTar [2021-08-23T14:49:09.029Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootUntarPath [2021-08-23T14:49:09.029Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-08-23T14:49:09.029Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-08-23T14:49:09.029Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:49:09.029Z] === RUN TestChrootApplyDotDotFile [2021-08-23T14:49:09.029Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:09.029Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:49:09.029Z] PASS [2021-08-23T14:49:09.029Z] coverage: 15.4% of statements [2021-08-23T14:49:09.029Z] ok github.com/docker/docker/pkg/chrootarchive 0.078s coverage: 15.4% of statements [2021-08-23T14:49:09.910Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-08-23T14:49:09.910Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-08-23T14:49:09.999Z] === RUN TestSizeEmpty [2021-08-23T14:49:09.999Z] --- PASS: TestSizeEmpty (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeEmptyFile [2021-08-23T14:49:09.999Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeNonemptyFile [2021-08-23T14:49:09.999Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeNestedDirectoryEmpty [2021-08-23T14:49:09.999Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-08-23T14:49:09.999Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-08-23T14:49:09.999Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestMoveToSubdir [2021-08-23T14:49:09.999Z] --- PASS: TestMoveToSubdir (0.00s) [2021-08-23T14:49:09.999Z] === RUN TestSizeNonExistingDirectory [2021-08-23T14:49:09.999Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-08-23T14:49:09.999Z] PASS [2021-08-23T14:49:09.999Z] coverage: 80.0% of statements [2021-08-23T14:49:09.999Z] ok github.com/docker/docker/pkg/directory 0.042s coverage: 80.0% of statements [2021-08-23T14:49:10.843Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-08-23T14:49:10.843Z] docker_api_swarm_service_test.go:147: [d72a975433727] joining swarm manager [d7ea4fba66cdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:49:10.970Z] === RUN Test [2021-08-23T14:49:10.970Z] === RUN Test/TestContainsEntry [2021-08-23T14:49:10.970Z] === RUN Test/TestCreateEntries [2021-08-23T14:49:10.970Z] === RUN Test/TestEntriesDiff [2021-08-23T14:49:10.970Z] === RUN Test/TestEntriesEquality [2021-08-23T14:49:10.970Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-08-23T14:49:10.970Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-08-23T14:49:10.970Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-08-23T14:49:10.970Z] === RUN Test/TestGeneratorNotGenerate [2021-08-23T14:49:10.970Z] === RUN Test/TestGeneratorWithPort [2021-08-23T14:49:10.970Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-08-23T14:49:10.970Z] === RUN Test/TestNewEntry [2021-08-23T14:49:10.970Z] === RUN Test/TestParse [2021-08-23T14:49:10.970Z] --- PASS: Test (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestNewEntry (0.00s) [2021-08-23T14:49:10.970Z] --- PASS: Test/TestParse (0.00s) [2021-08-23T14:49:10.970Z] PASS [2021-08-23T14:49:10.970Z] coverage: 58.3% of statements [2021-08-23T14:49:10.970Z] ok github.com/docker/docker/pkg/discovery 0.041s coverage: 58.3% of statements [2021-08-23T14:49:10.970Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2021-08-23T14:49:10.970Z] === RUN TestNetworkDBCRUDTableEntries [2021-08-23T14:49:11.429Z] === RUN Test [2021-08-23T14:49:11.429Z] === RUN Test/TestContent [2021-08-23T14:49:11.429Z] === RUN Test/TestInitialize [2021-08-23T14:49:11.429Z] === RUN Test/TestNew [2021-08-23T14:49:11.429Z] === RUN Test/TestParsingContentsWithComments [2021-08-23T14:49:11.429Z] === RUN Test/TestRegister [2021-08-23T14:49:11.429Z] === RUN Test/TestWatch [2021-08-23T14:49:11.429Z] --- PASS: Test (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestContent (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestNew (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:49:11.429Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:49:11.429Z] PASS [2021-08-23T14:49:11.429Z] coverage: 97.6% of statements [2021-08-23T14:49:11.429Z] ok github.com/docker/docker/pkg/discovery/file 0.041s coverage: 97.6% of statements [2021-08-23T14:49:11.429Z] --- PASS: TestTarFiles (4.01s) [2021-08-23T14:49:11.429Z] === RUN TestTarUntar [2021-08-23T14:49:11.429Z] --- PASS: TestTarUntar (0.04s) [2021-08-23T14:49:11.429Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-08-23T14:49:11.429Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-08-23T14:49:11.429Z] === RUN TestTarWithOptions [2021-08-23T14:49:11.429Z] --- PASS: TestTarWithOptions (0.02s) [2021-08-23T14:49:11.429Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-08-23T14:49:11.429Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-08-23T14:49:11.429Z] === RUN TestUntarUstarGnuConflict [2021-08-23T14:49:11.429Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-08-23T14:49:11.429Z] === RUN TestUntarInvalidFilenames [2021-08-23T14:49:11.776Z] docker_api_swarm_service_test.go:147: [dcfbfb556085a] joining swarm manager [d7ea4fba66cdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:49:11.888Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames440253242\\dest" [2021-08-23T14:49:11.888Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-08-23T14:49:11.888Z] === RUN TestUntarHardlinkToSymlink [2021-08-23T14:49:11.888Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-08-23T14:49:11.888Z] === RUN TestUntarInvalidHardlink [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink325033899\\victim\\hello" -> "../victim/hello" [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink293295886\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink214481173\\victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink016813936\\victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink971891727\\victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink004044834\\victim" -> "../victim" [2021-08-23T14:49:11.888Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-08-23T14:49:11.888Z] === RUN TestUntarInvalidSymlink [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink066998553\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink494029220\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink972897971\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink719594102\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink281061213\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink195822872\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:11.888Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink716859287\\dest\\dir\\loophole" -> "../../victim" [2021-08-23T14:49:11.888Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-08-23T14:49:11.888Z] === RUN TestTempArchiveCloseMultipleTimes [2021-08-23T14:49:11.888Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestXGlobalNoParent [2021-08-23T14:49:11.888Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestReplaceFileTarWrapper [2021-08-23T14:49:11.888Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-08-23T14:49:11.888Z] === RUN TestPrefixHeaderReadable [2021-08-23T14:49:11.888Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-08-23T14:49:11.888Z] === RUN TestDisablePigz [2021-08-23T14:49:11.888Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-08-23T14:49:11.888Z] --- PASS: TestDisablePigz (0.08s) [2021-08-23T14:49:11.888Z] === RUN TestPigz [2021-08-23T14:49:11.888Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-08-23T14:49:11.888Z] --- PASS: TestPigz (0.10s) [2021-08-23T14:49:11.888Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:49:11.888Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:49:11.888Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestCanonicalTarNameForPath [2021-08-23T14:49:11.888Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestCanonicalTarName [2021-08-23T14:49:11.888Z] --- PASS: TestCanonicalTarName (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestChmodTarEntry [2021-08-23T14:49:11.888Z] --- PASS: TestChmodTarEntry (0.00s) [2021-08-23T14:49:11.888Z] === RUN TestHardLinkOrder [2021-08-23T14:49:12.347Z] --- PASS: TestHardLinkOrder (0.09s) [2021-08-23T14:49:12.347Z] === RUN TestChangeString [2021-08-23T14:49:12.347Z] --- PASS: TestChangeString (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesWithNoChanges [2021-08-23T14:49:12.347Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-08-23T14:49:12.347Z] === RUN TestChangesWithChanges [2021-08-23T14:49:12.347Z] --- PASS: TestChangesWithChanges (0.02s) [2021-08-23T14:49:12.347Z] === RUN TestChangesWithChangesGH13590 [2021-08-23T14:49:12.347Z] changes_test.go:196: needs more investigation [2021-08-23T14:49:12.347Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesDirsEmpty [2021-08-23T14:49:12.347Z] --- PASS: TestChangesDirsEmpty (0.10s) [2021-08-23T14:49:12.347Z] === RUN TestChangesDirsMutated [2021-08-23T14:49:12.347Z] === RUN Test [2021-08-23T14:49:12.347Z] === RUN Test/TestInitialize [2021-08-23T14:49:12.347Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-08-23T14:49:12.347Z] === RUN TestApplyLayer [2021-08-23T14:49:12.347Z] changes_test.go:433: needs further investigation [2021-08-23T14:49:12.347Z] --- SKIP: TestApplyLayer (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesSizeWithHardlinks [2021-08-23T14:49:12.347Z] changes_test.go:469: needs further investigation [2021-08-23T14:49:12.347Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesSizeWithNoChanges [2021-08-23T14:49:12.347Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-08-23T14:49:12.347Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestChangesSize [2021-08-23T14:49:12.347Z] --- PASS: TestChangesSize (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestApplyLayerInvalidFilenames [2021-08-23T14:49:12.347Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames804186798\\dest" [2021-08-23T14:49:12.347Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-08-23T14:49:12.347Z] === RUN TestApplyLayerInvalidHardlink [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink036364816\\victim\\hello" -> "../victim/hello" [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink019654703\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink740589506\\victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink132982841\\victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink921819716\\victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink233815763\\victim" -> "../victim" [2021-08-23T14:49:12.347Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-08-23T14:49:12.347Z] === RUN TestApplyLayerInvalidSymlink [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink483352598\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink251868797\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink323601336\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink628716983\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink123721642\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:12.347Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink688145665\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:49:12.347Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-08-23T14:49:12.347Z] === RUN TestApplyLayerWhiteouts [2021-08-23T14:49:12.347Z] time="2021-08-23T14:49:12Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:49:12.347Z] time="2021-08-23T14:49:12Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:49:12.347Z] time="2021-08-23T14:49:12Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:49:12.347Z] === RUN Test/TestInitializeWithCerts [2021-08-23T14:49:12.347Z] time="2021-08-23T14:49:12Z" level=info msg="Initializing discovery with TLS" [2021-08-23T14:49:12.347Z] === RUN Test/TestWatch [2021-08-23T14:49:12.347Z] time="2021-08-23T14:49:12Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:49:12.347Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-08-23T14:49:12.347Z] === RUN TestGenerateEmptyFile [2021-08-23T14:49:12.347Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-08-23T14:49:12.347Z] === RUN TestGenerateWithContent [2021-08-23T14:49:12.347Z] --- PASS: TestGenerateWithContent (0.00s) [2021-08-23T14:49:12.347Z] PASS [2021-08-23T14:49:12.347Z] coverage: 62.9% of statements [2021-08-23T14:49:12.347Z] ok github.com/docker/docker/pkg/archive 5.847s coverage: 62.9% of statements [2021-08-23T14:49:12.710Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-08-23T14:49:12.813Z] 2021/08/23 14:49:12 Closing DB instances... [2021-08-23T14:49:12.968Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-08-23T14:49:12.968Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-08-23T14:49:13.225Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-08-23T14:49:14.352Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2021-08-23T14:49:14.352Z] === RUN TestNetworkDBNodeLeave [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-08-23T14:49:14.748Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestConfigureDaemonLogs [2021-08-23T14:49:14.748Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestCommonOptionsInstallFlags [2021-08-23T14:49:14.748Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-08-23T14:49:14.748Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-08-23T14:49:14.748Z] PASS [2021-08-23T14:49:14.748Z] coverage: 18.5% of statements [2021-08-23T14:49:14.748Z] ok github.com/docker/docker/cmd/dockerd 0.163s coverage: 18.5% of statements [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-08-23T14:49:14.748Z] === RUN TestContainerStopSignal [2021-08-23T14:49:14.748Z] --- PASS: TestContainerStopSignal (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestContainerStopTimeout [2021-08-23T14:49:14.748Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestContainerSecretReferenceDestTarget [2021-08-23T14:49:14.748Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-08-23T14:49:14.748Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestContainerLogPathSetForRingLogger [2021-08-23T14:49:14.748Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestReplaceAndAppendEnvVars [2021-08-23T14:49:14.748Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-08-23T14:49:14.748Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestNewMemoryStore [2021-08-23T14:49:14.748Z] --- PASS: TestNewMemoryStore (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestAddContainers [2021-08-23T14:49:14.748Z] --- PASS: TestAddContainers (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestGetContainer [2021-08-23T14:49:14.748Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestDeleteContainer [2021-08-23T14:49:14.748Z] --- PASS: TestDeleteContainer (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestListContainers [2021-08-23T14:49:14.748Z] --- PASS: TestListContainers (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestFirstContainer [2021-08-23T14:49:14.748Z] --- PASS: TestFirstContainer (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestApplyAllContainer [2021-08-23T14:49:14.748Z] --- PASS: TestApplyAllContainer (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestIsValidHealthString [2021-08-23T14:49:14.748Z] --- PASS: TestIsValidHealthString (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestStateRunStop [2021-08-23T14:49:14.748Z] --- PASS: TestStateRunStop (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestStateTimeoutWait [2021-08-23T14:49:14.748Z] state_test.go:141: Stop callback fired [2021-08-23T14:49:14.748Z] state_test.go:165: Stop callback fired [2021-08-23T14:49:14.748Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-08-23T14:49:14.748Z] === RUN TestIsValidStateString [2021-08-23T14:49:14.748Z] --- PASS: TestIsValidStateString (0.00s) [2021-08-23T14:49:14.748Z] === RUN TestViewSaveDelete [2021-08-23T14:49:14.748Z] --- PASS: TestViewSaveDelete (0.02s) [2021-08-23T14:49:14.748Z] === RUN TestViewAll [2021-08-23T14:49:14.748Z] --- PASS: TestViewAll (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestViewGet [2021-08-23T14:49:14.748Z] --- PASS: TestViewGet (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestNames [2021-08-23T14:49:14.748Z] --- PASS: TestNames (0.01s) [2021-08-23T14:49:14.748Z] === RUN TestViewWithHealthCheck [2021-08-23T14:49:14.748Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-08-23T14:49:14.748Z] PASS [2021-08-23T14:49:14.748Z] coverage: 41.7% of statements [2021-08-23T14:49:14.748Z] ok github.com/docker/docker/container 0.272s coverage: 41.7% of statements [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/container/stream [no test files] [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-08-23T14:49:14.748Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-08-23T14:49:15.319Z] --- PASS: Test (3.12s) [2021-08-23T14:49:15.319Z] --- PASS: Test/TestInitialize (0.11s) [2021-08-23T14:49:15.319Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-08-23T14:49:15.319Z] --- PASS: Test/TestWatch (3.00s) [2021-08-23T14:49:15.319Z] PASS [2021-08-23T14:49:15.319Z] coverage: 84.1% of statements [2021-08-23T14:49:15.709Z] === RUN TestPrepare [2021-08-23T14:49:15.709Z] --- PASS: TestPrepare (0.00s) [2021-08-23T14:49:15.709Z] === RUN TestStart [2021-08-23T14:49:15.709Z] --- PASS: TestStart (0.00s) [2021-08-23T14:49:15.709Z] === RUN TestWaitCancel [2021-08-23T14:49:15.709Z] --- PASS: TestWaitCancel (0.00s) [2021-08-23T14:49:15.709Z] === RUN TestWaitDisabled [2021-08-23T14:49:15.709Z] --- PASS: TestWaitDisabled (0.00s) [2021-08-23T14:49:15.709Z] === RUN TestWaitEnabled [2021-08-23T14:49:15.709Z] --- PASS: TestWaitEnabled (0.00s) [2021-08-23T14:49:15.709Z] === RUN TestRemove [2021-08-23T14:49:15.709Z] --- PASS: TestRemove (0.00s) [2021-08-23T14:49:15.709Z] PASS [2021-08-23T14:49:15.709Z] coverage: 65.3% of statements [2021-08-23T14:49:15.709Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2021-08-23T14:49:15.749Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-08-23T14:49:15.778Z] ok github.com/docker/docker/pkg/discovery/kv 3.161s coverage: 84.1% of statements [2021-08-23T14:49:16.237Z] === RUN Test [2021-08-23T14:49:16.237Z] === RUN Test/TestWatch [2021-08-23T14:49:16.237Z] --- PASS: Test (0.00s) [2021-08-23T14:49:16.237Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:49:16.237Z] PASS [2021-08-23T14:49:16.237Z] coverage: 92.3% of statements [2021-08-23T14:49:16.237Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2021-08-23T14:49:16.696Z] === RUN Test [2021-08-23T14:49:16.696Z] === RUN Test/TestInitialize [2021-08-23T14:49:16.696Z] === RUN Test/TestInitializeWithPattern [2021-08-23T14:49:16.696Z] === RUN Test/TestRegister [2021-08-23T14:49:16.696Z] === RUN Test/TestWatch [2021-08-23T14:49:16.696Z] --- PASS: Test (0.00s) [2021-08-23T14:49:16.696Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:49:16.696Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-08-23T14:49:16.696Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:49:16.696Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:49:16.696Z] PASS [2021-08-23T14:49:16.696Z] coverage: 93.8% of statements [2021-08-23T14:49:16.696Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-08-23T14:49:17.120Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-08-23T14:49:17.155Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-08-23T14:49:17.155Z] === RUN TestNetworkDBWatch [2021-08-23T14:49:17.241Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-08-23T14:49:17.242Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation (0.01s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.01s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCIsolation [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-08-23T14:49:17.242Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-08-23T14:49:17.242Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-08-23T14:49:17.614Z] === RUN TestPollerAddRemove [2021-08-23T14:49:17.614Z] --- PASS: TestPollerAddRemove (0.00s) [2021-08-23T14:49:17.614Z] === RUN TestPollerEvent [2021-08-23T14:49:17.614Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:49:17.614Z] --- SKIP: TestPollerEvent (0.00s) [2021-08-23T14:49:17.614Z] === RUN TestPollerClose [2021-08-23T14:49:17.614Z] --- PASS: TestPollerClose (0.00s) [2021-08-23T14:49:17.614Z] PASS [2021-08-23T14:49:17.614Z] coverage: 45.7% of statements [2021-08-23T14:49:17.614Z] ok github.com/docker/docker/pkg/filenotify 0.035s coverage: 45.7% of statements [2021-08-23T14:49:17.698Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-08-23T14:49:17.698Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-08-23T14:49:17.698Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-08-23T14:49:17.698Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:49:17.698Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-08-23T14:49:17.698Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:49:17.698Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-08-23T14:49:17.699Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCConfigs [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCConfigs [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-08-23T14:49:17.699Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-08-23T14:49:17.699Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-08-23T14:49:18.155Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-08-23T14:49:18.155Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-08-23T14:49:18.155Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-08-23T14:49:18.155Z] PASS [2021-08-23T14:49:18.155Z] coverage: 35.9% of statements [2021-08-23T14:49:18.155Z] ok github.com/docker/docker/daemon/cluster/convert 0.332s coverage: 35.9% of statements [2021-08-23T14:49:18.155Z] === RUN TestNewListSecretsFilters [2021-08-23T14:49:18.155Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-08-23T14:49:18.155Z] === RUN TestNewListConfigsFilters [2021-08-23T14:49:18.155Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-08-23T14:49:18.155Z] PASS [2021-08-23T14:49:18.155Z] coverage: 0.5% of statements [2021-08-23T14:49:18.155Z] ok github.com/docker/docker/daemon/cluster 1.067s coverage: 0.5% of statements [2021-08-23T14:49:18.581Z] === RUN TestCopyFileWithInvalidSrc [2021-08-23T14:49:18.581Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:49:18.581Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCopyFileWithSameSrcAndDest [2021-08-23T14:49:18.581Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-08-23T14:49:18.581Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCopyFile [2021-08-23T14:49:18.581Z] --- PASS: TestCopyFile (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-08-23T14:49:18.581Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:49:18.581Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-08-23T14:49:18.581Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestReadSymlinkedDirectoryToFile [2021-08-23T14:49:18.581Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:49:18.581Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestWildcardMatches [2021-08-23T14:49:18.581Z] --- PASS: TestWildcardMatches (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestPatternMatches [2021-08-23T14:49:18.581Z] --- PASS: TestPatternMatches (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-08-23T14:49:18.581Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestPatternMatchesFolderExclusions [2021-08-23T14:49:18.581Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-08-23T14:49:18.581Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-08-23T14:49:18.581Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-08-23T14:49:18.581Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-08-23T14:49:18.581Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestSingleExclamationError [2021-08-23T14:49:18.581Z] --- PASS: TestSingleExclamationError (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestMatchesWithNoPatterns [2021-08-23T14:49:18.581Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestMatchesWithMalformedPatterns [2021-08-23T14:49:18.581Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestMatches [2021-08-23T14:49:18.581Z] === RUN TestMatches/MatchesOrParentMatches [2021-08-23T14:49:18.581Z] === RUN TestMatches/MatchesUsingParentResult [2021-08-23T14:49:18.581Z] --- PASS: TestMatches (0.00s) [2021-08-23T14:49:18.581Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-08-23T14:49:18.581Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatterns [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatterns (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatternsExceptionFlag [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCleanPatternsErrorSingleException [2021-08-23T14:49:18.581Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCreateIfNotExistsDir [2021-08-23T14:49:18.581Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestCreateIfNotExistsFile [2021-08-23T14:49:18.581Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-08-23T14:49:18.581Z] === RUN TestMatch [2021-08-23T14:49:18.581Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:49:18.581Z] PASS [2021-08-23T14:49:18.581Z] coverage: 82.2% of statements [2021-08-23T14:49:18.581Z] ok github.com/docker/docker/pkg/fileutils 0.055s coverage: 82.2% of statements [2021-08-23T14:49:18.581Z] 2021/08/23 14:49:18 Closing DB instances... [2021-08-23T14:49:19.041Z] === RUN TestGet [2021-08-23T14:49:19.041Z] --- PASS: TestGet (0.00s) [2021-08-23T14:49:19.041Z] === RUN TestGetShortcutString [2021-08-23T14:49:19.041Z] --- PASS: TestGetShortcutString (0.00s) [2021-08-23T14:49:19.041Z] PASS [2021-08-23T14:49:19.041Z] coverage: 42.9% of statements [2021-08-23T14:49:19.041Z] ok github.com/docker/docker/pkg/homedir 0.032s coverage: 42.9% of statements [2021-08-23T14:49:19.645Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-08-23T14:49:20.009Z] === RUN TestCreateIDMapOrder [2021-08-23T14:49:20.009Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-08-23T14:49:20.009Z] PASS [2021-08-23T14:49:20.009Z] coverage: 7.2% of statements [2021-08-23T14:49:20.009Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2021-08-23T14:49:20.009Z] --- PASS: TestNetworkDBWatch (3.23s) [2021-08-23T14:49:20.009Z] === RUN TestNetworkDBBulkSync [2021-08-23T14:49:20.469Z] --- PASS: TestGetAddress (19.37s) [2021-08-23T14:49:20.469Z] === RUN TestRequestSyntaxCheck [2021-08-23T14:49:20.469Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2021-08-23T14:49:20.469Z] === RUN TestRequest [2021-08-23T14:49:20.579Z] === RUN TestDockerSuite/TestRmiBlank [2021-08-23T14:49:20.579Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-08-23T14:49:20.579Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-08-23T14:49:20.929Z] === RUN TestFixedBufferCap [2021-08-23T14:49:20.929Z] --- PASS: TestFixedBufferCap (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestFixedBufferLen [2021-08-23T14:49:20.929Z] --- PASS: TestFixedBufferLen (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestFixedBufferString [2021-08-23T14:49:20.929Z] --- PASS: TestFixedBufferString (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestFixedBufferWrite [2021-08-23T14:49:20.929Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestFixedBufferRead [2021-08-23T14:49:20.929Z] --- PASS: TestFixedBufferRead (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestBytesPipeRead [2021-08-23T14:49:20.929Z] --- PASS: TestBytesPipeRead (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestBytesPipeWrite [2021-08-23T14:49:20.929Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestBytesPipeWriteRandomChunks [2021-08-23T14:49:20.929Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2021-08-23T14:49:20.929Z] === RUN TestAtomicWriteToFile [2021-08-23T14:49:20.929Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-08-23T14:49:20.929Z] === RUN TestAtomicWriteSetCommit [2021-08-23T14:49:20.929Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-08-23T14:49:20.929Z] === RUN TestAtomicWriteSetCancel [2021-08-23T14:49:20.929Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestReadCloserWrapperClose [2021-08-23T14:49:20.929Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestReaderErrWrapperReadOnError [2021-08-23T14:49:20.929Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestReaderErrWrapperRead [2021-08-23T14:49:20.929Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-08-23T14:49:20.929Z] === RUN TestCancelReadCloser [2021-08-23T14:49:21.197Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2021-08-23T14:49:21.197Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T14:49:21.388Z] --- PASS: TestCancelReadCloser (0.10s) [2021-08-23T14:49:21.389Z] === RUN TestWriteCloserWrapperClose [2021-08-23T14:49:21.389Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-08-23T14:49:21.389Z] === RUN TestNopWriteCloser [2021-08-23T14:49:21.389Z] --- PASS: TestNopWriteCloser (0.00s) [2021-08-23T14:49:21.389Z] === RUN TestNopWriter [2021-08-23T14:49:21.389Z] --- PASS: TestNopWriter (0.00s) [2021-08-23T14:49:21.389Z] === RUN TestWriteCounter [2021-08-23T14:49:21.389Z] --- PASS: TestWriteCounter (0.00s) [2021-08-23T14:49:21.389Z] PASS [2021-08-23T14:49:21.389Z] coverage: 68.3% of statements [2021-08-23T14:49:21.389Z] ok github.com/docker/docker/pkg/ioutils 0.559s coverage: 68.3% of statements [2021-08-23T14:49:21.389Z] 2021/08/23 14:49:21 Closing DB instances... [2021-08-23T14:49:21.848Z] === RUN TestError [2021-08-23T14:49:21.848Z] --- PASS: TestError (0.00s) [2021-08-23T14:49:21.848Z] === RUN TestProgressString [2021-08-23T14:49:21.848Z] === RUN TestProgressString/no_progress [2021-08-23T14:49:21.848Z] === RUN TestProgressString/progress_1 [2021-08-23T14:49:21.848Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-08-23T14:49:21.848Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-08-23T14:49:21.848Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-08-23T14:49:21.848Z] === RUN TestProgressString/with_units [2021-08-23T14:49:21.849Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-08-23T14:49:21.849Z] === RUN TestProgressString/hide_counts [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/with_units (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-08-23T14:49:21.849Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-08-23T14:49:21.849Z] === RUN TestJSONMessageDisplay [2021-08-23T14:49:21.849Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-08-23T14:49:21.849Z] === RUN TestJSONMessageDisplayWithJSONError [2021-08-23T14:49:21.849Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-08-23T14:49:21.849Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-08-23T14:49:21.849Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-08-23T14:49:21.849Z] === RUN TestDisplayJSONMessagesStream [2021-08-23T14:49:21.849Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-08-23T14:49:21.849Z] PASS [2021-08-23T14:49:21.849Z] coverage: 91.7% of statements [2021-08-23T14:49:21.849Z] ok github.com/docker/docker/pkg/jsonmessage 0.146s coverage: 91.7% of statements [2021-08-23T14:49:21.892Z] === RUN TestBuilderGC [2021-08-23T14:49:21.892Z] --- PASS: TestBuilderGC (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationNotFound [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonBrokenConfiguration [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestParseClusterAdvertiseSettings [2021-08-23T14:49:21.892Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestFindConfigurationConflicts [2021-08-23T14:49:21.892Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-08-23T14:49:21.892Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeConflicts [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-08-23T14:49:21.892Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-08-23T14:49:21.892Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-08-23T14:49:21.892Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_label [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_dns [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_dns-search [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-08-23T14:49:21.892Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-08-23T14:49:21.892Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestModifiedDiscoverySettings [2021-08-23T14:49:21.892Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestReloadSetConfigFileNotExist [2021-08-23T14:49:21.892Z] time="2021-08-23T14:49:21Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-08-23T14:49:21.892Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-08-23T14:49:21.892Z] === RUN TestReloadDefaultConfigNotExist [2021-08-23T14:49:21.892Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:21.892Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestReloadBadDefaultConfig [2021-08-23T14:49:21.892Z] time="2021-08-23T14:49:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-620297355" [2021-08-23T14:49:21.892Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestReloadWithConflictingLabels [2021-08-23T14:49:21.892Z] time="2021-08-23T14:49:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-755212398" [2021-08-23T14:49:21.892Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestReloadWithDuplicateLabels [2021-08-23T14:49:21.892Z] time="2021-08-23T14:49:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-262156021" [2021-08-23T14:49:21.892Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-08-23T14:49:21.892Z] === RUN TestDaemonConfigurationMerge [2021-08-23T14:49:21.892Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-08-23T14:49:21.892Z] PASS [2021-08-23T14:49:21.892Z] coverage: 80.4% of statements [2021-08-23T14:49:22.131Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2021-08-23T14:49:22.131Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T14:49:22.307Z] === RUN TestStandardLongPath [2021-08-23T14:49:22.307Z] --- PASS: TestStandardLongPath (0.00s) [2021-08-23T14:49:22.307Z] === RUN TestUNCLongPath [2021-08-23T14:49:22.307Z] --- PASS: TestUNCLongPath (0.00s) [2021-08-23T14:49:22.307Z] PASS [2021-08-23T14:49:22.307Z] coverage: 100.0% of statements [2021-08-23T14:49:22.307Z] ok github.com/docker/docker/pkg/longpath 0.030s coverage: 100.0% of statements [2021-08-23T14:49:22.348Z] ok github.com/docker/docker/daemon/config 0.276s coverage: 80.4% of statements [2021-08-23T14:49:22.806Z] === RUN TestWaitNodeAttachment [2021-08-23T14:49:23.262Z] --- PASS: TestWaitNodeAttachment (0.55s) [2021-08-23T14:49:23.262Z] === RUN TestIsolationConversion [2021-08-23T14:49:23.262Z] === RUN TestIsolationConversion/default [2021-08-23T14:49:23.262Z] === RUN TestIsolationConversion/process [2021-08-23T14:49:23.262Z] === RUN TestIsolationConversion/hyperv [2021-08-23T14:49:23.262Z] --- PASS: TestIsolationConversion (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestContainerLabels [2021-08-23T14:49:23.262Z] --- PASS: TestContainerLabels (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestCredentialSpecConversion [2021-08-23T14:49:23.262Z] === RUN TestCredentialSpecConversion/none [2021-08-23T14:49:23.262Z] === RUN TestCredentialSpecConversion/config [2021-08-23T14:49:23.262Z] === RUN TestCredentialSpecConversion/file [2021-08-23T14:49:23.262Z] === RUN TestCredentialSpecConversion/registry [2021-08-23T14:49:23.262Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-08-23T14:49:23.262Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountBind [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountVolume [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountTarget [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountTmpfs [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountInvalidType [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestControllerValidateMountNamedPipe [2021-08-23T14:49:23.262Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-08-23T14:49:23.262Z] PASS [2021-08-23T14:49:23.262Z] coverage: 11.0% of statements [2021-08-23T14:49:23.262Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.853s coverage: 11.0% of statements [2021-08-23T14:49:23.262Z] === RUN TestDiscoveryOptsErrors [2021-08-23T14:49:23.262Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-08-23T14:49:23.262Z] === RUN TestDiscoveryOpts [2021-08-23T14:49:23.262Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-08-23T14:49:23.262Z] PASS [2021-08-23T14:49:23.262Z] coverage: 30.0% of statements [2021-08-23T14:49:23.275Z] === RUN TestNameFormat [2021-08-23T14:49:23.275Z] --- PASS: TestNameFormat (0.00s) [2021-08-23T14:49:23.275Z] === RUN TestNameRetries [2021-08-23T14:49:23.275Z] --- PASS: TestNameRetries (0.00s) [2021-08-23T14:49:23.275Z] PASS [2021-08-23T14:49:23.275Z] coverage: 85.7% of statements [2021-08-23T14:49:23.275Z] ok github.com/docker/docker/pkg/namesgenerator 0.031s coverage: 85.7% of statements [2021-08-23T14:49:23.275Z] time="2021-08-23T14:49:22Z" level=error msg="node1(fb14d13f4d34) Could not close DB: timeout waiting for leave broadcast" [2021-08-23T14:49:23.275Z] --- PASS: TestNetworkDBBulkSync (3.02s) [2021-08-23T14:49:23.275Z] === RUN TestNetworkDBCRUDMediumCluster [2021-08-23T14:49:23.719Z] ok github.com/docker/docker/daemon/discovery 0.060s coverage: 30.0% of statements [2021-08-23T14:49:23.719Z] === RUN TestEventsLog [2021-08-23T14:49:23.719Z] --- PASS: TestEventsLog (0.00s) [2021-08-23T14:49:23.719Z] === RUN TestEventsLogTimeout [2021-08-23T14:49:23.719Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-08-23T14:49:23.719Z] === RUN TestLogEvents [2021-08-23T14:49:23.719Z] --- PASS: TestLogEvents (0.06s) [2021-08-23T14:49:23.719Z] === RUN TestLoadBufferedEvents [2021-08-23T14:49:23.719Z] --- PASS: TestLoadBufferedEvents (0.13s) [2021-08-23T14:49:23.719Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-08-23T14:49:23.719Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-08-23T14:49:23.719Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-08-23T14:49:23.719Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-08-23T14:49:23.719Z] PASS [2021-08-23T14:49:23.719Z] coverage: 50.0% of statements [2021-08-23T14:49:23.719Z] ok github.com/docker/docker/daemon/events 0.238s coverage: 50.0% of statements [2021-08-23T14:49:23.734Z] === RUN TestParseKeyValueOpt [2021-08-23T14:49:23.734Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-08-23T14:49:23.734Z] === RUN TestParseUintList [2021-08-23T14:49:23.734Z] --- PASS: TestParseUintList (0.00s) [2021-08-23T14:49:23.734Z] === RUN TestParseUintListMaximumLimits [2021-08-23T14:49:23.734Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-08-23T14:49:23.734Z] PASS [2021-08-23T14:49:23.734Z] coverage: 97.0% of statements [2021-08-23T14:49:23.734Z] ok github.com/docker/docker/pkg/parsers 0.028s coverage: 97.0% of statements [2021-08-23T14:49:23.859Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-08-23T14:49:24.175Z] === RUN TestVerifyNetworkingConfig [2021-08-23T14:49:24.175Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestGetContainer [2021-08-23T14:49:24.175Z] --- PASS: TestGetContainer (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestValidContainerNames [2021-08-23T14:49:24.175Z] --- PASS: TestValidContainerNames (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestContainerInitDNS [2021-08-23T14:49:24.175Z] daemon_test.go:147: root required [2021-08-23T14:49:24.175Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestMerge [2021-08-23T14:49:24.175Z] --- PASS: TestMerge (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestValidateContainerIsolation [2021-08-23T14:49:24.175Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestFindNetworkErrorType [2021-08-23T14:49:24.175Z] --- PASS: TestFindNetworkErrorType (0.01s) [2021-08-23T14:49:24.175Z] === RUN TestEnsureServicesExist [2021-08-23T14:49:24.175Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestEnsureServicesExistErrors [2021-08-23T14:49:24.175Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-08-23T14:49:24.175Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-08-23T14:49:24.175Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-08-23T14:49:24.175Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-08-23T14:49:24.175Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:49:24.175Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-08-23T14:49:24.175Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestContainerDelete [2021-08-23T14:49:24.175Z] --- PASS: TestContainerDelete (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestContainerDoubleDelete [2021-08-23T14:49:24.175Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestLogContainerEventCopyLabels [2021-08-23T14:49:24.175Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestLogContainerEventWithAttributes [2021-08-23T14:49:24.175Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestNoneHealthcheck [2021-08-23T14:49:24.175Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-08-23T14:49:24.175Z] === RUN TestHealthStates [2021-08-23T14:49:24.192Z] === RUN TestNewAndRemove [2021-08-23T14:49:24.192Z] --- PASS: TestNewAndRemove (0.00s) [2021-08-23T14:49:24.192Z] === RUN TestRemoveInvalidPath [2021-08-23T14:49:24.192Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-08-23T14:49:24.192Z] PASS [2021-08-23T14:49:24.192Z] coverage: 82.6% of statements [2021-08-23T14:49:24.192Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-08-23T14:49:24.423Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-08-23T14:49:24.423Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] time="2021-08-23T14:49:24Z" 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-08-23T14:49:24.633Z] --- PASS: TestHealthStates (0.16s) [2021-08-23T14:49:24.633Z] === RUN TestMaskURLCredentials [2021-08-23T14:49:24.633Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestGetInspectData [2021-08-23T14:49:24.633Z] --- PASS: TestGetInspectData (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestFillLicense [2021-08-23T14:49:24.633Z] --- PASS: TestFillLicense (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestListInvalidFilter [2021-08-23T14:49:24.633Z] --- PASS: TestListInvalidFilter (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestNameFilter [2021-08-23T14:49:24.633Z] --- PASS: TestNameFilter (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-08-23T14:49:24.633Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-08-23T14:49:24.633Z] === 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-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-08-23T14:49:24.633Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-08-23T14:49:24.633Z] --- 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-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-08-23T14:49:24.633Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonReloadLabels [2021-08-23T14:49:24.633Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-08-23T14:49:24.633Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonReloadMirrors [2021-08-23T14:49:24.633Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonReloadInsecureRegistries [2021-08-23T14:49:24.633Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonReloadNotAffectOthers [2021-08-23T14:49:24.633Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-08-23T14:49:24.633Z] === RUN TestDaemonDiscoveryReload [2021-08-23T14:49:24.661Z] --- PASS: TestCreateServiceConfigFileMode (2.12s) [2021-08-23T14:49:24.661Z] === RUN TestCreateServiceSysctls [2021-08-23T14:49:25.092Z] === RUN TestIsEmptyDir [2021-08-23T14:49:25.092Z] --- PASS: TestIsEmptyDir (0.01s) [2021-08-23T14:49:25.092Z] PASS [2021-08-23T14:49:25.092Z] coverage: 2.3% of statements [2021-08-23T14:49:25.092Z] ok github.com/docker/docker/daemon/graphdriver 0.075s coverage: 2.3% of statements [2021-08-23T14:49:25.092Z] === RUN TestLinkNaming [2021-08-23T14:49:25.092Z] --- PASS: TestLinkNaming (0.00s) [2021-08-23T14:49:25.092Z] === RUN TestLinkNew [2021-08-23T14:49:25.092Z] --- PASS: TestLinkNew (0.00s) [2021-08-23T14:49:25.092Z] === RUN TestLinkEnv [2021-08-23T14:49:25.092Z] --- PASS: TestLinkEnv (0.00s) [2021-08-23T14:49:25.092Z] === RUN TestLinkMultipleEnv [2021-08-23T14:49:25.092Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-08-23T14:49:25.092Z] === RUN TestLinkPortRangeEnv [2021-08-23T14:49:25.092Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-08-23T14:49:25.092Z] PASS [2021-08-23T14:49:25.092Z] coverage: 93.0% of statements [2021-08-23T14:49:25.092Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2021-08-23T14:49:25.161Z] === RUN TestParseEmptyInterface [2021-08-23T14:49:25.161Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestParseNonInterfaceType [2021-08-23T14:49:25.161Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestParseWithOneFunction [2021-08-23T14:49:25.161Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestParseWithMultipleFuncs [2021-08-23T14:49:25.161Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestParseWithUnnamedReturn [2021-08-23T14:49:25.161Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestEmbeddedInterface [2021-08-23T14:49:25.161Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestParsedImports [2021-08-23T14:49:25.161Z] --- PASS: TestParsedImports (0.00s) [2021-08-23T14:49:25.161Z] === RUN TestAliasedImports [2021-08-23T14:49:25.161Z] --- PASS: TestAliasedImports (0.00s) [2021-08-23T14:49:25.161Z] PASS [2021-08-23T14:49:25.161Z] coverage: 56.8% of statements [2021-08-23T14:49:25.161Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.046s coverage: 56.8% of statements [2021-08-23T14:49:25.161Z] === RUN TestFailedConnection [2021-08-23T14:49:25.551Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2021-08-23T14:49:25.551Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-08-23T14:49:25.795Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-08-23T14:49:26.010Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-08-23T14:49:26.010Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-08-23T14:49:26.130Z] === RUN TestHTTPTransport [2021-08-23T14:49:26.130Z] --- PASS: TestHTTPTransport (0.00s) [2021-08-23T14:49:26.130Z] PASS [2021-08-23T14:49:26.130Z] coverage: 85.7% of statements [2021-08-23T14:49:26.130Z] ok github.com/docker/docker/pkg/plugins/transport 0.030s coverage: 85.7% of statements [2021-08-23T14:49:26.130Z] --- PASS: TestFailedConnection (1.04s) [2021-08-23T14:49:26.130Z] === RUN TestFailOnce [2021-08-23T14:49:26.130Z] 2021/08/23 14:49:26 Closing DB instances... [2021-08-23T14:49:26.130Z] 2021/08/23 14:49:25 http: panic serving 127.0.0.1:49292: Plugin not ready [2021-08-23T14:49:26.130Z] goroutine 22 [running]: [2021-08-23T14:49:26.130Z] net/http.(*conn).serve.func1(0xc0001c4000) [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-08-23T14:49:26.130Z] panic(0x1795280, 0x18ac690) [2021-08-23T14:49:26.130Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-08-23T14:49:26.130Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x18bcd50, 0xc0001a00e0, 0xc0001ac200) [2021-08-23T14:49:26.130Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-08-23T14:49:26.130Z] net/http.HandlerFunc.ServeHTTP(0xc00018a050, 0x18bcd50, 0xc0001a00e0, 0xc0001ac200) [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-08-23T14:49:26.130Z] net/http.(*ServeMux).ServeHTTP(0xc000196000, 0x18bcd50, 0xc0001a00e0, 0xc0001ac200) [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-08-23T14:49:26.130Z] net/http.serverHandler.ServeHTTP(0xc0001a0000, 0x18bcd50, 0xc0001a00e0, 0xc0001ac200) [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-08-23T14:49:26.130Z] net/http.(*conn).serve(0xc0001c4000, 0x18bd940, 0xc000196080) [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-08-23T14:49:26.130Z] created by net/http.(*Server).Serve [2021-08-23T14:49:26.130Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-08-23T14:49:26.130Z] time="2021-08-23T14:49:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.FailOnce: Post \"http://127.0.0.1:49291/Test.FailOnce\": EOF, retrying in 1s" [2021-08-23T14:49:26.524Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2021-08-23T14:49:26.524Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-08-23T14:49:26.524Z] reload_test.go:520: root required [2021-08-23T14:49:26.524Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:49:26.524Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-08-23T14:49:26.524Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-08-23T14:49:26.524Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-08-23T14:49:26.524Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-08-23T14:49:26.524Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-08-23T14:49:26.524Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-08-23T14:49:26.524Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-08-23T14:49:26.524Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-08-23T14:49:26.524Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-08-23T14:49:26.524Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-08-23T14:49:26.524Z] === RUN TestParseVolumesFrom [2021-08-23T14:49:26.524Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-08-23T14:49:26.524Z] PASS [2021-08-23T14:49:26.524Z] coverage: 9.1% of statements [2021-08-23T14:49:26.524Z] ok github.com/docker/docker/daemon 2.472s coverage: 9.1% of statements [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-08-23T14:49:26.524Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-08-23T14:49:26.760Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-08-23T14:49:26.769Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:49:26.769Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestBufioReaderPoolPutAndGet [2021-08-23T14:49:26.769Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-08-23T14:49:26.769Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:49:26.769Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestBufioWriterPoolPutAndGet [2021-08-23T14:49:26.769Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-08-23T14:49:26.769Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestBufferPoolPutAndGet [2021-08-23T14:49:26.769Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-08-23T14:49:26.769Z] PASS [2021-08-23T14:49:26.769Z] coverage: 88.2% of statements [2021-08-23T14:49:26.769Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2021-08-23T14:49:26.769Z] === RUN TestOutputOnPrematureClose [2021-08-23T14:49:26.769Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-08-23T14:49:26.769Z] === RUN TestCompleteSilently [2021-08-23T14:49:26.769Z] --- PASS: TestCompleteSilently (0.00s) [2021-08-23T14:49:26.769Z] PASS [2021-08-23T14:49:26.769Z] coverage: 75.9% of statements [2021-08-23T14:49:26.769Z] ok github.com/docker/docker/pkg/progress 0.027s coverage: 75.9% of statements [2021-08-23T14:49:27.228Z] === RUN TestSendToOneSub [2021-08-23T14:49:27.228Z] --- PASS: TestSendToOneSub (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestSendToMultipleSubs [2021-08-23T14:49:27.228Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestEvictOneSub [2021-08-23T14:49:27.228Z] --- PASS: TestEvictOneSub (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestClosePublisher [2021-08-23T14:49:27.228Z] --- PASS: TestClosePublisher (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestPubSubRace [2021-08-23T14:49:27.228Z] --- PASS: TestFailOnce (1.12s) [2021-08-23T14:49:27.228Z] === RUN TestEchoInputOutput [2021-08-23T14:49:27.228Z] --- PASS: TestEchoInputOutput (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestBackoff [2021-08-23T14:49:27.228Z] --- PASS: TestBackoff (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestAbortRetry [2021-08-23T14:49:27.228Z] --- PASS: TestAbortRetry (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestClientScheme [2021-08-23T14:49:27.228Z] --- PASS: TestClientScheme (0.00s) [2021-08-23T14:49:27.228Z] === RUN TestNewClientWithTimeout [2021-08-23T14:49:27.492Z] === RUN TestAdapterReadLogs [2021-08-23T14:49:27.492Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-08-23T14:49:27.492Z] === RUN TestCopier [2021-08-23T14:49:27.492Z] --- PASS: TestCopier (0.01s) [2021-08-23T14:49:27.492Z] === RUN TestCopierLongLines [2021-08-23T14:49:27.492Z] --- PASS: TestCopierLongLines (0.00s) [2021-08-23T14:49:27.492Z] === RUN TestCopierSlow [2021-08-23T14:49:27.492Z] === RUN TestSearchRegistryForImagesErrors [2021-08-23T14:49:27.492Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-08-23T14:49:27.492Z] === RUN TestSearchRegistryForImages [2021-08-23T14:49:27.492Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-08-23T14:49:27.492Z] === RUN TestOnlyPlatformWithFallback [2021-08-23T14:49:27.492Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-08-23T14:49:27.492Z] === RUN TestImageDelete [2021-08-23T14:49:27.492Z] === RUN TestImageDelete/no_lease [2021-08-23T14:49:27.492Z] === RUN TestImageDelete/lease_exists [2021-08-23T14:49:27.492Z] --- PASS: TestImageDelete (0.10s) [2021-08-23T14:49:27.492Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-08-23T14:49:27.492Z] --- PASS: TestImageDelete/lease_exists (0.07s) [2021-08-23T14:49:27.492Z] === RUN TestContentStoreForPull [2021-08-23T14:49:27.687Z] time="2021-08-23T14:49:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-08-23T14:49:27.943Z] --- PASS: TestCreateServiceSysctls (3.27s) [2021-08-23T14:49:27.943Z] === RUN TestCreateServiceCapabilities [2021-08-23T14:49:27.950Z] --- PASS: TestCopierSlow (0.26s) [2021-08-23T14:49:27.950Z] === RUN TestCopierWithSized [2021-08-23T14:49:27.950Z] === RUN TestCopierWithSized/as_is [2021-08-23T14:49:27.950Z] === RUN TestCopierWithSized/With_RingLogger [2021-08-23T14:49:27.950Z] --- PASS: TestCopierWithSized (0.02s) [2021-08-23T14:49:27.950Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-08-23T14:49:27.950Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-08-23T14:49:27.950Z] === RUN TestCopierWithPartial [2021-08-23T14:49:27.950Z] --- PASS: TestCopierWithPartial (0.01s) [2021-08-23T14:49:27.950Z] === RUN TestRingLogger [2021-08-23T14:49:27.950Z] --- PASS: TestRingLogger (0.00s) [2021-08-23T14:49:27.950Z] === RUN TestRingCap [2021-08-23T14:49:27.950Z] --- PASS: TestRingCap (0.00s) [2021-08-23T14:49:27.950Z] === RUN TestRingClose [2021-08-23T14:49:27.950Z] --- PASS: TestRingClose (0.00s) [2021-08-23T14:49:27.950Z] === RUN TestRingDrain [2021-08-23T14:49:27.950Z] --- PASS: TestRingDrain (0.00s) [2021-08-23T14:49:27.950Z] PASS [2021-08-23T14:49:27.950Z] coverage: 43.8% of statements [2021-08-23T14:49:27.951Z] ok github.com/docker/docker/daemon/logger 0.343s coverage: 43.8% of statements [2021-08-23T14:49:27.951Z] --- PASS: TestContentStoreForPull (0.18s) [2021-08-23T14:49:27.951Z] PASS [2021-08-23T14:49:27.951Z] coverage: 6.7% of statements [2021-08-23T14:49:27.951Z] ok github.com/docker/docker/daemon/images 0.373s coverage: 6.7% of statements [2021-08-23T14:49:27.951Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-08-23T14:49:27.951Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/defaults [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/invalid_create_group [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-08-23T14:49:27.951Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-08-23T14:49:27.951Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-08-23T14:49:27.951Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-08-23T14:49:27.951Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-08-23T14:49:27.951Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-08-23T14:49:27.951Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-08-23T14:49:27.951Z] === RUN TestNewAWSLogsClientRegionDetect [2021-08-23T14:49:28.146Z] --- PASS: TestPubSubRace (1.04s) [2021-08-23T14:49:28.146Z] PASS [2021-08-23T14:49:28.146Z] coverage: 75.0% of statements [2021-08-23T14:49:28.146Z] ok github.com/docker/docker/pkg/pubsub 1.070s coverage: 75.0% of statements [2021-08-23T14:49:28.161Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=info msg="Trying to get region from EC2 Metadata" [2021-08-23T14:49:28.412Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2021-08-23T14:49:28.412Z] === RUN TestCreateSuccess [2021-08-23T14:49:28.412Z] --- PASS: TestCreateSuccess (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCreateStreamSkipped [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-08-23T14:49:28.412Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCreateLogGroupSuccess [2021-08-23T14:49:28.412Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCreateError [2021-08-23T14:49:28.412Z] --- PASS: TestCreateError (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCreateAlreadyExists [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-08-23T14:49:28.412Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestLogClosed [2021-08-23T14:49:28.412Z] --- PASS: TestLogClosed (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestLogBlocking [2021-08-23T14:49:28.412Z] --- PASS: TestLogBlocking (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestLogNonBlockingBufferEmpty [2021-08-23T14:49:28.412Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestLogNonBlockingBufferFull [2021-08-23T14:49:28.412Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestPublishBatchSuccess [2021-08-23T14:49:28.412Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestPublishBatchError [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=error msg=Error [2021-08-23T14:49:28.412Z] --- PASS: TestPublishBatchError (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:49:28.412Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestPublishBatchAlreadyAccepted [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-08-23T14:49:28.412Z] time="2021-08-23T14:49:27Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-08-23T14:49:28.412Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchSimple [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchTicker [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMultilinePattern [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchClose [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchClose (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/0/Hello [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/2/🙃 [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/3/���� [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/4/He��o [2021-08-23T14:49:28.412Z] === RUN TestEffectiveLen/5/ [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/0/ [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/1/Hello [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: Hello [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/2/Hello [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: He [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: llo [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/3/Hello [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: Hello [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/4/🙃 [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: 🙃 [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/5/🙃 [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: 🙃 [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/6/a� [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: a [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: � [2021-08-23T14:49:28.412Z] === RUN TestFindValidSplit/7/a� [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1064: a� [2021-08-23T14:49:28.412Z] cloudwatchlogs_test.go:1065: [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestProcessEventEmoji [2021-08-23T14:49:28.412Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchLineSplit [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchLineSplitWithBinary [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMaxEvents [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMaxTotalBytes [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2021-08-23T14:49:28.412Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-08-23T14:49:28.412Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsMultilinePattern [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsMultilinePattern (0.01s) [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-08-23T14:49:28.412Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-08-23T14:49:28.412Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-08-23T14:49:28.412Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-08-23T14:49:28.412Z] === RUN TestCreateTagSuccess [2021-08-23T14:49:28.413Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-08-23T14:49:28.413Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-08-23T14:49:28.413Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2021-08-23T14:49:28.413Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-08-23T14:49:28.413Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-08-23T14:49:28.413Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-08-23T14:49:28.413Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-08-23T14:49:28.413Z] PASS [2021-08-23T14:49:28.413Z] coverage: 77.4% of statements [2021-08-23T14:49:28.413Z] ok github.com/docker/docker/daemon/logger/awslogs 0.404s coverage: 77.4% of statements [2021-08-23T14:49:28.413Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-08-23T14:49:28.413Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-08-23T14:49:28.413Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-08-23T14:49:28.413Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-08-23T14:49:28.413Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-08-23T14:49:28.604Z] --- PASS: TestRequest (8.33s) [2021-08-23T14:49:28.605Z] === RUN TestOverlappingRequests [2021-08-23T14:49:28.605Z] === RUN TestRegister [2021-08-23T14:49:28.605Z] --- PASS: TestRegister (0.00s) [2021-08-23T14:49:28.605Z] === RUN TestCommand [2021-08-23T14:49:28.605Z] --- PASS: TestCommand (0.02s) [2021-08-23T14:49:28.605Z] === RUN TestNaiveSelf [2021-08-23T14:49:28.605Z] --- PASS: TestNaiveSelf (0.02s) [2021-08-23T14:49:28.605Z] PASS [2021-08-23T14:49:28.605Z] coverage: 82.4% of statements [2021-08-23T14:49:28.605Z] ok github.com/docker/docker/pkg/reexec 0.071s coverage: 82.4% of statements [2021-08-23T14:49:28.727Z] === RUN TestDockerSuite/TestRmiTag [2021-08-23T14:49:28.727Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-08-23T14:49:28.871Z] === RUN TestJSONLogsMarshalJSONBuf [2021-08-23T14:49:28.871Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.01s) [2021-08-23T14:49:28.871Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-08-23T14:49:28.871Z] === RUN TestJSONFileLogger [2021-08-23T14:49:28.871Z] --- PASS: TestJSONFileLogger (0.00s) [2021-08-23T14:49:28.871Z] === RUN TestJSONFileLoggerWithTags [2021-08-23T14:49:28.871Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-08-23T14:49:28.871Z] === RUN TestJSONFileLoggerWithOpts [2021-08-23T14:49:28.871Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-08-23T14:49:28.871Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-08-23T14:49:28.871Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-08-23T14:49:28.871Z] === RUN TestEncodeDecode [2021-08-23T14:49:28.871Z] === PAUSE TestEncodeDecode [2021-08-23T14:49:28.871Z] === RUN TestUnexpectedEOF [2021-08-23T14:49:28.871Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2021-08-23T14:49:28.871Z] === RUN TestFastTimeMarshalJSON [2021-08-23T14:49:28.871Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-08-23T14:49:28.871Z] PASS [2021-08-23T14:49:28.871Z] coverage: 87.2% of statements [2021-08-23T14:49:28.871Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.253s coverage: 87.2% of statements [2021-08-23T14:49:28.871Z] time="2021-08-23T14:49:28Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:49:28.871Z] time="2021-08-23T14:49:28Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-08-23T14:49:28.871Z] --- PASS: TestUnexpectedEOF (0.17s) [2021-08-23T14:49:28.871Z] === CONT TestEncodeDecode [2021-08-23T14:49:28.871Z] --- PASS: TestEncodeDecode (0.00s) [2021-08-23T14:49:28.871Z] PASS [2021-08-23T14:49:28.871Z] coverage: 69.9% of statements [2021-08-23T14:49:28.871Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.268s coverage: 69.9% of statements [2021-08-23T14:49:29.064Z] --- PASS: TestOverlappingRequests (0.35s) [2021-08-23T14:49:29.064Z] === RUN TestRelease [2021-08-23T14:49:29.064Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.88s) [2021-08-23T14:49:29.064Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-08-23T14:49:29.524Z] === RUN TestDump [2021-08-23T14:49:29.524Z] goroutine 6 [running]: [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x2f8599c, 0x107c51c5584) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.TestDump(0xc000029080) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e [2021-08-23T14:49:29.524Z] testing.tRunner(0xc000029080, 0x1025ea0) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:49:29.524Z] created by testing.(*T).Run [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:49:29.524Z] [2021-08-23T14:49:29.524Z] goroutine 1 [chan receive]: [2021-08-23T14:49:29.524Z] testing.(*T).Run(0xc000029080, 0x10185d8, 0x8, 0x1025ea0, 0xe8a18d) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:49:29.524Z] testing.runTests.func1(0xc000028f00) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:49:29.524Z] testing.tRunner(0xc000028f00, 0xc000075da8) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:49:29.524Z] testing.runTests(0xc000004078, 0x116b220, 0x3, 0x3, 0xc0410bd442f8599c, 0x8bb30649bd, 0x116fc80, 0x1019e28) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:49:29.524Z] testing.(*M).Run(0xc00007a080, 0x0) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:49:29.524Z] main.main() [2021-08-23T14:49:29.524Z] _testmain.go:95 +0x1c8 [2021-08-23T14:49:29.524Z] --- PASS: TestDump (0.00s) [2021-08-23T14:49:29.524Z] === RUN TestDumpToFile [2021-08-23T14:49:29.524Z] time="2021-08-23T14:49:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-08-23T14:49:29.524Z] --- PASS: TestDumpToFile (0.09s) [2021-08-23T14:49:29.524Z] === RUN TestDumpToFileWithEmptyInput [2021-08-23T14:49:29.524Z] goroutine 19 [running]: [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x438, 0xf043c0) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5 [2021-08-23T14:49:29.524Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000084480) [2021-08-23T14:49:29.524Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34 [2021-08-23T14:49:29.524Z] testing.tRunner(0xc000084480, 0x1025e90) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:49:29.524Z] created by testing.(*T).Run [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:49:29.524Z] [2021-08-23T14:49:29.524Z] goroutine 1 [chan receive]: [2021-08-23T14:49:29.524Z] testing.(*T).Run(0xc000084480, 0x101f08c, 0x1c, 0x1025e90, 0xe8a101) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:49:29.524Z] testing.runTests.func1(0xc000028f00) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:49:29.524Z] testing.tRunner(0xc000028f00, 0xc000075da8) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:49:29.524Z] testing.runTests(0xc000004078, 0x116b220, 0x3, 0x3, 0xc0410bd442f8599c, 0x8bb30649bd, 0x116fc80, 0x1019e28) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:49:29.524Z] testing.(*M).Run(0xc00007a080, 0x0) [2021-08-23T14:49:29.524Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:49:29.524Z] main.main() [2021-08-23T14:49:29.524Z] _testmain.go:95 +0x1c8 [2021-08-23T14:49:29.524Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-08-23T14:49:29.524Z] PASS [2021-08-23T14:49:29.524Z] coverage: 90.9% of statements [2021-08-23T14:49:29.524Z] ok github.com/docker/docker/pkg/stack 0.122s coverage: 90.9% of statements [2021-08-23T14:49:29.660Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-08-23T14:49:29.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-08-23T14:49:29.840Z] === RUN TestWriteLog [2021-08-23T14:49:29.840Z] === PAUSE TestWriteLog [2021-08-23T14:49:29.840Z] === RUN TestReadLog [2021-08-23T14:49:29.840Z] === PAUSE TestReadLog [2021-08-23T14:49:29.840Z] === CONT TestWriteLog [2021-08-23T14:49:29.840Z] --- PASS: TestWriteLog (0.01s) [2021-08-23T14:49:29.840Z] === CONT TestReadLog [2021-08-23T14:49:29.840Z] === RUN TestReadLog/tail_exact [2021-08-23T14:49:29.840Z] === RUN TestReadLog/tail_less_than_available [2021-08-23T14:49:29.840Z] === RUN TestReadLog/tail_more_than_available [2021-08-23T14:49:29.840Z] --- PASS: TestReadLog (0.18s) [2021-08-23T14:49:29.840Z] --- PASS: TestReadLog/tail_exact (0.16s) [2021-08-23T14:49:29.840Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-08-23T14:49:29.840Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-08-23T14:49:29.840Z] PASS [2021-08-23T14:49:29.840Z] coverage: 75.2% of statements [2021-08-23T14:49:29.840Z] ok github.com/docker/docker/daemon/logger/local 0.333s coverage: 75.2% of statements [2021-08-23T14:49:29.840Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-08-23T14:49:29.846Z] --- PASS: TestCreateServiceCapabilities (2.52s) [2021-08-23T14:49:29.846Z] === RUN TestInspect [2021-08-23T14:49:29.983Z] === RUN TestNewStdWriter [2021-08-23T14:49:29.983Z] --- PASS: TestNewStdWriter (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestWriteWithUninitializedStdWriter [2021-08-23T14:49:29.983Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestWriteWithNilBytes [2021-08-23T14:49:29.983Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestWrite [2021-08-23T14:49:29.983Z] --- PASS: TestWrite (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestWriteWithWriterError [2021-08-23T14:49:29.983Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-08-23T14:49:29.983Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyWriteAndRead [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyWithInvalidInputHeader [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyWithCorruptedPrefix [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyReturnsWriteErrors [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-08-23T14:49:29.983Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-08-23T14:49:29.983Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-08-23T14:49:29.983Z] PASS [2021-08-23T14:49:29.983Z] coverage: 100.0% of statements [2021-08-23T14:49:29.983Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2021-08-23T14:49:29.983Z] 2021/08/23 14:49:29 Closing DB instances... [2021-08-23T14:49:30.443Z] === RUN TestRawProgressFormatterFormatStatus [2021-08-23T14:49:30.443Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestRawProgressFormatterFormatProgress [2021-08-23T14:49:30.443Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestFormatStatus [2021-08-23T14:49:30.443Z] --- PASS: TestFormatStatus (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestFormatError [2021-08-23T14:49:30.443Z] --- PASS: TestFormatError (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestFormatJSONError [2021-08-23T14:49:30.443Z] --- PASS: TestFormatJSONError (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestJsonProgressFormatterFormatProgress [2021-08-23T14:49:30.443Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestJsonProgressFormatterFormatStatus [2021-08-23T14:49:30.443Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestNewJSONProgressOutput [2021-08-23T14:49:30.443Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestAuxFormatterEmit [2021-08-23T14:49:30.443Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestStreamWriterStdout [2021-08-23T14:49:30.443Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-08-23T14:49:30.443Z] === RUN TestStreamWriterStderr [2021-08-23T14:49:30.443Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-08-23T14:49:30.443Z] PASS [2021-08-23T14:49:30.443Z] coverage: 66.2% of statements [2021-08-23T14:49:30.443Z] ok github.com/docker/docker/pkg/streamformatter 0.031s coverage: 66.2% of statements [2021-08-23T14:49:30.443Z] --- PASS: TestRelease (1.47s) [2021-08-23T14:49:30.443Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:49:30.807Z] === RUN TestOpenFileDelete [2021-08-23T14:49:30.807Z] --- PASS: TestOpenFileDelete (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestOpenFileRename [2021-08-23T14:49:30.808Z] --- PASS: TestOpenFileRename (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestParseLogTagDefaultTag [2021-08-23T14:49:30.808Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestParseLogTag [2021-08-23T14:49:30.808Z] --- PASS: TestParseLogTag (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestParseLogTagEmptyTag [2021-08-23T14:49:30.808Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestTailFiles [2021-08-23T14:49:30.808Z] --- PASS: TestTailFiles (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestFollowLogsConsumerGone [2021-08-23T14:49:30.808Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-08-23T14:49:30.808Z] === RUN TestFollowLogsProducerGone [2021-08-23T14:49:30.808Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-08-23T14:49:30.808Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-08-23T14:49:30.808Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2021-08-23T14:49:30.808Z] === RUN TestCheckCapacityAndRotate [2021-08-23T14:49:30.808Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-08-23T14:49:30.808Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-08-23T14:49:30.808Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2021-08-23T14:49:30.808Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-08-23T14:49:30.808Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-08-23T14:49:30.808Z] PASS [2021-08-23T14:49:30.808Z] coverage: 53.7% of statements [2021-08-23T14:49:30.808Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.155s coverage: 53.7% of statements [2021-08-23T14:49:30.808Z] === RUN TestLog [2021-08-23T14:49:30.808Z] --- PASS: TestLog (0.01s) [2021-08-23T14:49:30.808Z] PASS [2021-08-23T14:49:30.808Z] coverage: 31.5% of statements [2021-08-23T14:49:30.808Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.075s coverage: 31.5% of statements [2021-08-23T14:49:30.901Z] === RUN TestGenerateRandomID [2021-08-23T14:49:30.901Z] --- PASS: TestGenerateRandomID (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestShortenId [2021-08-23T14:49:30.901Z] --- PASS: TestShortenId (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestShortenSha256Id [2021-08-23T14:49:30.901Z] --- PASS: TestShortenSha256Id (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestShortenIdEmpty [2021-08-23T14:49:30.901Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestShortenIdInvalid [2021-08-23T14:49:30.901Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestIsShortIDNonHex [2021-08-23T14:49:30.901Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-08-23T14:49:30.901Z] === RUN TestIsShortIDNotCorrectSize [2021-08-23T14:49:30.901Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-08-23T14:49:30.901Z] PASS [2021-08-23T14:49:30.901Z] coverage: 70.6% of statements [2021-08-23T14:49:30.901Z] ok github.com/docker/docker/pkg/stringid 0.027s coverage: 70.6% of statements [2021-08-23T14:49:31.267Z] === RUN TestValidateLogOpt [2021-08-23T14:49:31.267Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestNewMissedConfig [2021-08-23T14:49:31.267Z] --- PASS: TestNewMissedConfig (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestNewMissedUrl [2021-08-23T14:49:31.267Z] --- PASS: TestNewMissedUrl (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestNewMissedToken [2021-08-23T14:49:31.267Z] --- PASS: TestNewMissedToken (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestNewWithProxy [2021-08-23T14:49:31.267Z] --- PASS: TestNewWithProxy (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestDefault [2021-08-23T14:49:31.267Z] --- PASS: TestDefault (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-08-23T14:49:31.267Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2021-08-23T14:49:31.267Z] === RUN TestJsonFormat [2021-08-23T14:49:31.267Z] --- PASS: TestJsonFormat (0.01s) [2021-08-23T14:49:31.267Z] === RUN TestRawFormat [2021-08-23T14:49:31.267Z] --- PASS: TestRawFormat (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestRawFormatWithLabels [2021-08-23T14:49:31.267Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestRawFormatWithoutTag [2021-08-23T14:49:31.267Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-08-23T14:49:31.267Z] === RUN TestBatching [2021-08-23T14:49:31.267Z] --- PASS: TestBatching (0.30s) [2021-08-23T14:49:31.267Z] === RUN TestFrequency [2021-08-23T14:49:31.360Z] === RUN TestIsCpusetListAvailable [2021-08-23T14:49:31.360Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-08-23T14:49:31.360Z] PASS [2021-08-23T14:49:31.360Z] coverage: 39.4% of statements [2021-08-23T14:49:31.360Z] ok github.com/docker/docker/pkg/sysinfo 0.027s coverage: 39.4% of statements [2021-08-23T14:49:31.726Z] === RUN TestNewParse [2021-08-23T14:49:31.726Z] --- PASS: TestNewParse (0.00s) [2021-08-23T14:49:31.726Z] PASS [2021-08-23T14:49:31.726Z] coverage: 8.3% of statements [2021-08-23T14:49:31.726Z] ok github.com/docker/docker/daemon/logger/templates 0.044s coverage: 8.3% of statements [2021-08-23T14:49:31.726Z] --- PASS: TestFrequency (0.18s) [2021-08-23T14:49:31.726Z] === RUN TestOneMessagePerRequest [2021-08-23T14:49:31.726Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-08-23T14:49:31.726Z] === RUN TestVerify [2021-08-23T14:49:31.726Z] --- PASS: TestVerify (0.00s) [2021-08-23T14:49:31.726Z] === RUN TestSkipVerify [2021-08-23T14:49:31.726Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:31.726Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:31.726Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:31.726Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:31.819Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-08-23T14:49:31.819Z] === RUN TestNetworkDBGarbageCollection [2021-08-23T14:49:31.819Z] time="2021-08-23T14:49:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-08-23T14:49:32.185Z] === RUN TestParseLogFormat [2021-08-23T14:49:32.185Z] --- PASS: TestParseLogFormat (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestValidateLogOptEmpty [2021-08-23T14:49:32.185Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestValidateSyslogAddress [2021-08-23T14:49:32.185Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestParseAddressDefaultPort [2021-08-23T14:49:32.185Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestValidateSyslogFacility [2021-08-23T14:49:32.185Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestValidateLogOptSyslogFormat [2021-08-23T14:49:32.185Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestValidateLogOpt [2021-08-23T14:49:32.185Z] --- PASS: TestValidateLogOpt (0.00s) [2021-08-23T14:49:32.185Z] PASS [2021-08-23T14:49:32.185Z] coverage: 46.8% of statements [2021-08-23T14:49:32.185Z] ok github.com/docker/docker/daemon/logger/syslog 0.058s coverage: 46.8% of statements [2021-08-23T14:49:32.185Z] --- PASS: TestSkipVerify (0.42s) [2021-08-23T14:49:32.185Z] === RUN TestBufferMaximum [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.809332\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.809332\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] --- PASS: TestBufferMaximum (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestServerAlwaysDown [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.812789\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.812789\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.812789\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.812789\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] time="2021-08-23T14:49:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629730171.812789\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:32.185Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestCannotSendAfterClose [2021-08-23T14:49:32.185Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-08-23T14:49:32.185Z] === RUN TestDeadlockOnBlockedEndpoint [2021-08-23T14:49:32.789Z] === RUN TestChtimes [2021-08-23T14:49:32.789Z] --- PASS: TestChtimes (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestChtimesWindows [2021-08-23T14:49:32.789Z] --- PASS: TestChtimesWindows (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-08-23T14:49:32.789Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestEnsureRemoveAllNotExist [2021-08-23T14:49:32.789Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestEnsureRemoveAllWithDir [2021-08-23T14:49:32.789Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestEnsureRemoveAllWithFile [2021-08-23T14:49:32.789Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-08-23T14:49:32.789Z] === RUN TestHasWin32KSupport [2021-08-23T14:49:32.789Z] syscall_windows_test.go:8: win32k: true [2021-08-23T14:49:32.789Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-08-23T14:49:32.789Z] PASS [2021-08-23T14:49:32.789Z] coverage: 12.9% of statements [2021-08-23T14:49:32.789Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 12.9% of statements [2021-08-23T14:49:32.941Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-08-23T14:49:33.160Z] === RUN TestV1IDService [2021-08-23T14:49:33.160Z] --- PASS: TestV1IDService (0.02s) [2021-08-23T14:49:33.160Z] === RUN TestV2MetadataService [2021-08-23T14:49:33.160Z] time="2021-08-23T14:49:32Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-08-23T14:49:33.160Z] time="2021-08-23T14:49:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8dd6a46dbfab\"}'" [2021-08-23T14:49:33.160Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s) [2021-08-23T14:49:33.160Z] PASS [2021-08-23T14:49:33.160Z] coverage: 82.5% of statements [2021-08-23T14:49:33.160Z] ok github.com/docker/docker/daemon/logger/splunk 2.036s coverage: 82.5% of statements [2021-08-23T14:49:33.160Z] ? github.com/docker/docker/daemon/names [no test files] [2021-08-23T14:49:33.160Z] ? github.com/docker/docker/daemon/network [no test files] [2021-08-23T14:49:33.160Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-08-23T14:49:33.185Z] --- PASS: TestInspect (3.00s) [2021-08-23T14:49:33.185Z] === RUN TestCreateJob [2021-08-23T14:49:33.198Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-08-23T14:49:33.249Z] === RUN TestTailFile [2021-08-23T14:49:33.249Z] --- PASS: TestTailFile (0.00s) [2021-08-23T14:49:33.249Z] === RUN TestTailFileManyLines [2021-08-23T14:49:33.249Z] --- PASS: TestTailFileManyLines (0.00s) [2021-08-23T14:49:33.249Z] === RUN TestTailEmptyFile [2021-08-23T14:49:33.249Z] --- PASS: TestTailEmptyFile (0.00s) [2021-08-23T14:49:33.249Z] === RUN TestTailNegativeN [2021-08-23T14:49:33.249Z] --- PASS: TestTailNegativeN (0.00s) [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/8_byte_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/12_byte_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/single_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/no_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/4_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/2_byte_delimiter [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/8_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.249Z] === CONT TestNewTailReader/12_byte_delimiter [2021-08-23T14:49:33.249Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:49:33.249Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.251Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.251Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.251Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.252Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.252Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.252Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.253Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.253Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.253Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:49:33.713Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.713Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.713Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.713Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.714Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.714Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:49:33.715Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.715Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.01s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.01s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.716Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:49:33.717Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:49:33.718Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:49:33.718Z] PASS [2021-08-23T14:49:33.718Z] coverage: 88.6% of statements [2021-08-23T14:49:33.718Z] ok github.com/docker/docker/pkg/tailfile 0.138s coverage: 88.6% of statements [2021-08-23T14:49:34.127Z] === RUN TestSuccessfulDownload [2021-08-23T14:49:34.127Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:49:34.127Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-08-23T14:49:34.127Z] === RUN TestCancelledDownload [2021-08-23T14:49:34.127Z] --- PASS: TestCancelledDownload (0.00s) [2021-08-23T14:49:34.127Z] === RUN TestMaxDownloadAttempts [2021-08-23T14:49:34.127Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:49:34.127Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:49:34.127Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:49:34.127Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:49:34.127Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:49:34.127Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:49:34.127Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:49:34.127Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:49:34.127Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-08-23T14:49:34.127Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-08-23T14:49:34.127Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-08-23T14:49:34.127Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-08-23T14:49:34.127Z] --- PASS: TestV2MetadataService (1.00s) [2021-08-23T14:49:34.127Z] PASS [2021-08-23T14:49:34.127Z] coverage: 48.2% of statements [2021-08-23T14:49:34.127Z] ok github.com/docker/docker/distribution/metadata 1.103s coverage: 48.2% of statements [2021-08-23T14:49:34.127Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-08-23T14:49:34.127Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-08-23T14:49:34.127Z] === RUN TestContinueOnError_MirrorEndpoint [2021-08-23T14:49:34.127Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-08-23T14:49:34.127Z] === RUN TestContinueOnError_NeverContinue [2021-08-23T14:49:34.127Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-08-23T14:49:34.127Z] === RUN TestManifestStore [2021-08-23T14:49:34.127Z] === RUN TestManifestStore/no_remote_or_local [2021-08-23T14:49:34.131Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-08-23T14:49:34.131Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-08-23T14:49:34.176Z] === RUN TestTarSumRemoveNonExistent [2021-08-23T14:49:34.177Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestTarSumRemove [2021-08-23T14:49:34.177Z] --- PASS: TestTarSumRemove (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestSortFileInfoSums [2021-08-23T14:49:34.177Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestNewTarSumForLabelInvalid [2021-08-23T14:49:34.177Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestNewTarSumForLabel [2021-08-23T14:49:34.177Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestEmptyTar [2021-08-23T14:49:34.177Z] --- PASS: TestEmptyTar (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestTarSumsReadSize [2021-08-23T14:49:34.177Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestTarSums [2021-08-23T14:49:34.177Z] --- PASS: TestTarSums (0.06s) [2021-08-23T14:49:34.177Z] === RUN TestIteration [2021-08-23T14:49:34.177Z] --- PASS: TestIteration (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestVersionLabelForChecksum [2021-08-23T14:49:34.177Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestVersion [2021-08-23T14:49:34.177Z] --- PASS: TestVersion (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestGetVersion [2021-08-23T14:49:34.177Z] --- PASS: TestGetVersion (0.00s) [2021-08-23T14:49:34.177Z] === RUN TestGetVersions [2021-08-23T14:49:34.177Z] --- PASS: TestGetVersions (0.00s) [2021-08-23T14:49:34.177Z] PASS [2021-08-23T14:49:34.177Z] coverage: 89.3% of statements [2021-08-23T14:49:34.177Z] ok github.com/docker/docker/pkg/tarsum 0.101s coverage: 89.3% of statements [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local367349631\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/no_local_cache [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/with_local_cache [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/unknown_media_type [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="reference for unknown type: " [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="reference for unknown type: " [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="reference for unknown type: " [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="reference for unknown type: " [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="reference for unknown type: " [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/error_persisting_manifest [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-08-23T14:49:34.586Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore (0.25s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-08-23T14:49:34.586Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-08-23T14:49:34.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestFixManifestLayers [2021-08-23T14:49:34.586Z] --- PASS: TestFixManifestLayers (0.01s) [2021-08-23T14:49:34.586Z] === RUN TestFixManifestLayersBaseLayerParent [2021-08-23T14:49:34.586Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:49:34.586Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestFixManifestLayersBadParent [2021-08-23T14:49:34.586Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestValidateManifest [2021-08-23T14:49:34.586Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:49:34.586Z] --- SKIP: TestValidateManifest (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestFormatPlatform [2021-08-23T14:49:34.586Z] --- PASS: TestFormatPlatform (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestGetRepositoryMountCandidates [2021-08-23T14:49:34.586Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestLayerAlreadyExists [2021-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] 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-08-23T14:49:34.586Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-08-23T14:49:34.586Z] === RUN TestWhenEmptyAuthConfig [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:49:34.586Z] time="2021-08-23T14:49:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-08-23T14:49:34.586Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-08-23T14:49:34.586Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.56s) [2021-08-23T14:49:34.586Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.56s) [2021-08-23T14:49:34.586Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.56s) [2021-08-23T14:49:34.586Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.56s) [2021-08-23T14:49:34.586Z] === RUN TestTransfer [2021-08-23T14:49:34.586Z] --- PASS: TestTransfer (0.17s) [2021-08-23T14:49:34.586Z] === RUN TestConcurrencyLimit [2021-08-23T14:49:34.635Z] testing: warning: no tests to run [2021-08-23T14:49:34.635Z] PASS [2021-08-23T14:49:34.635Z] coverage: [no statements] [2021-08-23T14:49:34.635Z] ok github.com/docker/docker/pkg/term/windows 0.026s coverage: [no statements] [no tests to run] [2021-08-23T14:49:34.635Z] --- PASS: TestAllocateRandomDeallocate (4.29s) [2021-08-23T14:49:34.635Z] === RUN TestRetrieveFromStore [2021-08-23T14:49:35.046Z] === RUN TestNotFound [2021-08-23T14:49:35.046Z] --- PASS: TestNotFound (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestConflict [2021-08-23T14:49:35.046Z] --- PASS: TestConflict (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestForbidden [2021-08-23T14:49:35.046Z] --- PASS: TestForbidden (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestInvalidParameter [2021-08-23T14:49:35.046Z] --- PASS: TestInvalidParameter (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestNotImplemented [2021-08-23T14:49:35.046Z] --- PASS: TestNotImplemented (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestNotModified [2021-08-23T14:49:35.046Z] --- PASS: TestNotModified (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestUnauthorized [2021-08-23T14:49:35.046Z] --- PASS: TestUnauthorized (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestUnknown [2021-08-23T14:49:35.046Z] --- PASS: TestUnknown (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestCancelled [2021-08-23T14:49:35.046Z] --- PASS: TestCancelled (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestDeadline [2021-08-23T14:49:35.046Z] --- PASS: TestDeadline (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestDataLoss [2021-08-23T14:49:35.046Z] --- PASS: TestDataLoss (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestUnavailable [2021-08-23T14:49:35.046Z] --- PASS: TestUnavailable (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestSystem [2021-08-23T14:49:35.046Z] --- PASS: TestSystem (0.00s) [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Not_Found [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Bad_Request [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Conflict [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Unauthorized [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Service_Unavailable [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Forbidden [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Not_Modified [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Not_Implemented [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-08-23T14:49:35.046Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-08-23T14:49:35.046Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-08-23T14:49:35.046Z] PASS [2021-08-23T14:49:35.046Z] coverage: 53.1% of statements [2021-08-23T14:49:35.046Z] ok github.com/docker/docker/errdefs 0.038s coverage: 53.1% of statements [2021-08-23T14:49:35.095Z] === RUN TestTruncIndex [2021-08-23T14:49:35.095Z] --- PASS: TestTruncIndex (0.10s) [2021-08-23T14:49:35.095Z] PASS [2021-08-23T14:49:35.095Z] coverage: 91.5% of statements [2021-08-23T14:49:35.095Z] ok github.com/docker/docker/pkg/truncindex 0.146s coverage: 91.5% of statements [2021-08-23T14:49:35.504Z] === RUN TestDockerSuite/TestRunAddHost [2021-08-23T14:49:35.505Z] --- PASS: TestConcurrencyLimit (0.56s) [2021-08-23T14:49:35.505Z] === RUN TestInactiveJobs [2021-08-23T14:49:35.505Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2021-08-23T14:49:35.505Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-08-23T14:49:35.505Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-08-23T14:49:35.505Z] === RUN TestTokenPassThru [2021-08-23T14:49:35.505Z] --- PASS: TestTokenPassThru (0.01s) [2021-08-23T14:49:35.505Z] === RUN TestTokenPassThruDifferentHost [2021-08-23T14:49:35.505Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-08-23T14:49:35.505Z] PASS [2021-08-23T14:49:35.505Z] coverage: 24.1% of statements [2021-08-23T14:49:35.505Z] ok github.com/docker/docker/distribution 1.438s coverage: 24.1% of statements [2021-08-23T14:49:35.505Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-08-23T14:49:35.556Z] === RUN TestIsGIT [2021-08-23T14:49:35.556Z] --- PASS: TestIsGIT (0.00s) [2021-08-23T14:49:35.556Z] === RUN TestIsTransport [2021-08-23T14:49:35.556Z] --- PASS: TestIsTransport (0.00s) [2021-08-23T14:49:35.556Z] PASS [2021-08-23T14:49:35.556Z] coverage: 100.0% of statements [2021-08-23T14:49:35.556Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2021-08-23T14:49:35.963Z] === RUN TestFSGetInvalidData [2021-08-23T14:49:35.963Z] --- PASS: TestInactiveJobs (0.53s) [2021-08-23T14:49:35.963Z] === RUN TestWatchRelease [2021-08-23T14:49:35.963Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSInvalidSet [2021-08-23T14:49:35.963Z] --- PASS: TestFSInvalidSet (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSInvalidRoot [2021-08-23T14:49:35.963Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-08-23T14:49:35.963Z] === RUN TestFSMetadataGetSet [2021-08-23T14:49:35.963Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-08-23T14:49:35.963Z] === RUN TestFSInvalidWalker [2021-08-23T14:49:35.963Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSGetSet [2021-08-23T14:49:35.963Z] --- PASS: TestFSGetSet (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSGetUnsetKey [2021-08-23T14:49:35.963Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSGetEmptyData [2021-08-23T14:49:35.963Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-08-23T14:49:35.963Z] === RUN TestFSDelete [2021-08-23T14:49:35.963Z] --- PASS: TestFSDelete (0.01s) [2021-08-23T14:49:35.963Z] === RUN TestFSWalker [2021-08-23T14:49:35.963Z] --- PASS: TestWatchRelease (0.09s) [2021-08-23T14:49:35.963Z] === RUN TestWatchFinishedTransfer [2021-08-23T14:49:35.963Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestDuplicateTransfer [2021-08-23T14:49:35.964Z] --- PASS: TestFSWalker (0.01s) [2021-08-23T14:49:35.964Z] === RUN TestFSWalkerStopOnError [2021-08-23T14:49:35.964Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-08-23T14:49:35.964Z] === RUN TestNewFromJSON [2021-08-23T14:49:35.964Z] --- PASS: TestNewFromJSON (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestNewFromJSONWithInvalidJSON [2021-08-23T14:49:35.964Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestMarshalKeyOrder [2021-08-23T14:49:35.964Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestHistoryEqual [2021-08-23T14:49:35.964Z] --- PASS: TestDuplicateTransfer (0.07s) [2021-08-23T14:49:35.964Z] === RUN TestSuccessfulUpload [2021-08-23T14:49:35.964Z] --- PASS: TestHistoryEqual (0.14s) [2021-08-23T14:49:35.964Z] === RUN TestImage [2021-08-23T14:49:35.964Z] --- PASS: TestImage (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestImageOSNotEmpty [2021-08-23T14:49:35.964Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestNewChildImageFromImageWithRootFS [2021-08-23T14:49:35.964Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-08-23T14:49:35.964Z] === RUN TestCreate [2021-08-23T14:49:35.964Z] --- PASS: TestCreate (0.02s) [2021-08-23T14:49:35.964Z] === RUN TestRestore [2021-08-23T14:49:35.964Z] time="2021-08-23T14:49:35Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-08-23T14:49:35.964Z] --- PASS: TestRestore (0.04s) [2021-08-23T14:49:35.964Z] === RUN TestAddDelete [2021-08-23T14:49:36.015Z] === RUN TestVersionInfo [2021-08-23T14:49:36.015Z] --- PASS: TestVersionInfo (0.00s) [2021-08-23T14:49:36.015Z] === RUN TestAppendVersions [2021-08-23T14:49:36.015Z] --- PASS: TestAppendVersions (0.00s) [2021-08-23T14:49:36.015Z] PASS [2021-08-23T14:49:36.015Z] coverage: 88.9% of statements [2021-08-23T14:49:36.015Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2021-08-23T14:49:36.015Z] --- PASS: TestRetrieveFromStore (1.35s) [2021-08-23T14:49:36.015Z] === RUN TestRequestReleaseAddressDuplicate [2021-08-23T14:49:36.015Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-08-23T14:49:36.015Z] === RUN TestParallelPredefinedRequest1 [2021-08-23T14:49:36.015Z] === PAUSE TestParallelPredefinedRequest1 [2021-08-23T14:49:36.015Z] === RUN TestParallelPredefinedRequest2 [2021-08-23T14:49:36.015Z] === PAUSE TestParallelPredefinedRequest2 [2021-08-23T14:49:36.015Z] === RUN TestParallelPredefinedRequest3 [2021-08-23T14:49:36.015Z] === PAUSE TestParallelPredefinedRequest3 [2021-08-23T14:49:36.015Z] === RUN TestParallelPredefinedRequest4 [2021-08-23T14:49:36.015Z] === PAUSE TestParallelPredefinedRequest4 [2021-08-23T14:49:36.015Z] === RUN TestParallelPredefinedRequest5 [2021-08-23T14:49:36.015Z] === PAUSE TestParallelPredefinedRequest5 [2021-08-23T14:49:36.015Z] === RUN TestDebug [2021-08-23T14:49:36.015Z] --- PASS: TestDebug (0.00s) [2021-08-23T14:49:36.015Z] === RUN TestRequestPoolParallel [2021-08-23T14:49:36.424Z] --- PASS: TestAddDelete (0.02s) [2021-08-23T14:49:36.424Z] === RUN TestSearchAfterDelete [2021-08-23T14:49:36.424Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-08-23T14:49:36.424Z] === RUN TestParentReset [2021-08-23T14:49:36.424Z] --- PASS: TestParentReset (0.03s) [2021-08-23T14:49:36.424Z] === RUN TestGetAndSetLastUpdated [2021-08-23T14:49:36.424Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-08-23T14:49:36.424Z] === RUN TestStoreLen [2021-08-23T14:49:36.424Z] === RUN TestCompare [2021-08-23T14:49:36.424Z] --- PASS: TestCompare (0.00s) [2021-08-23T14:49:36.424Z] PASS [2021-08-23T14:49:36.424Z] coverage: 19.2% of statements [2021-08-23T14:49:36.424Z] --- PASS: TestStoreLen (0.04s) [2021-08-23T14:49:36.424Z] PASS [2021-08-23T14:49:36.424Z] coverage: 86.6% of statements [2021-08-23T14:49:36.424Z] ok github.com/docker/docker/image/cache 0.064s coverage: 19.2% of statements [2021-08-23T14:49:36.424Z] ok github.com/docker/docker/image 0.493s coverage: 86.6% of statements [2021-08-23T14:49:36.424Z] time="2021-08-23T14:49:36Z" level=error msg="Upload failed, retrying: simulating retry" [2021-08-23T14:49:36.439Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-08-23T14:49:36.475Z] time="2021-08-23T14:49:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-08-23T14:49:36.475Z] --- PASS: TestRequestPoolParallel (0.42s) [2021-08-23T14:49:36.475Z] === RUN TestFullAllocateRelease [2021-08-23T14:49:36.702Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-08-23T14:49:36.883Z] --- PASS: TestSuccessfulUpload (0.63s) [2021-08-23T14:49:36.883Z] === RUN TestCancelledUpload [2021-08-23T14:49:36.883Z] --- PASS: TestCancelledUpload (0.00s) [2021-08-23T14:49:36.883Z] PASS [2021-08-23T14:49:36.883Z] coverage: 76.8% of statements [2021-08-23T14:49:36.883Z] ok github.com/docker/docker/distribution/xfer 2.678s coverage: 76.8% of statements [2021-08-23T14:49:36.883Z] ? github.com/docker/docker/dockerversion [no test files] [2021-08-23T14:49:36.883Z] === RUN TestValidateManifest [2021-08-23T14:49:36.883Z] === RUN TestValidateManifest/non-nil [2021-08-23T14:49:36.883Z] === RUN TestValidateManifest/nil [2021-08-23T14:49:36.883Z] --- PASS: TestValidateManifest (0.00s) [2021-08-23T14:49:36.883Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-08-23T14:49:36.883Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-08-23T14:49:36.883Z] PASS [2021-08-23T14:49:36.883Z] coverage: 0.7% of statements [2021-08-23T14:49:36.935Z] --- PASS: TestFullAllocateRelease (0.33s) [2021-08-23T14:49:36.935Z] === RUN TestOddAllocateRelease [2021-08-23T14:49:37.343Z] ok github.com/docker/docker/image/tarexport 0.081s coverage: 0.7% of statements [2021-08-23T14:49:37.372Z] --- PASS: TestCreateJob (3.78s) [2021-08-23T14:49:37.372Z] === RUN TestReplicatedJob [2021-08-23T14:49:37.394Z] --- PASS: TestOddAllocateRelease (0.30s) [2021-08-23T14:49:37.394Z] === RUN TestFullAllocateSerialReleaseParallel [2021-08-23T14:49:37.394Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2021-08-23T14:49:37.394Z] === RUN TestOddAllocateSerialReleaseParallel [2021-08-23T14:49:37.394Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2021-08-23T14:49:37.394Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-08-23T14:49:37.394Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-08-23T14:49:37.394Z] === CONT TestParallelPredefinedRequest1 [2021-08-23T14:49:37.394Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:49:37.394Z] === CONT TestParallelPredefinedRequest4 [2021-08-23T14:49:37.394Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:49:37.394Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:49:37.394Z] === CONT TestParallelPredefinedRequest3 [2021-08-23T14:49:37.394Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:49:37.394Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:49:37.394Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:49:37.394Z] === CONT TestParallelPredefinedRequest2 [2021-08-23T14:49:37.394Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:49:37.394Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:49:37.394Z] === CONT TestParallelPredefinedRequest5 [2021-08-23T14:49:37.394Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:49:37.394Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:49:37.394Z] PASS [2021-08-23T14:49:37.394Z] coverage: 85.3% of statements [2021-08-23T14:49:37.394Z] ok github.com/docker/docker/libnetwork/ipam 44.968s coverage: 85.3% of statements [2021-08-23T14:49:37.394Z] === RUN TestValidatePrivileges [2021-08-23T14:49:37.394Z] --- PASS: TestValidatePrivileges (0.00s) [2021-08-23T14:49:37.394Z] === RUN TestFilterByCapNeg [2021-08-23T14:49:37.394Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-08-23T14:49:37.394Z] === RUN TestFilterByCapPos [2021-08-23T14:49:37.394Z] --- PASS: TestFilterByCapPos (0.00s) [2021-08-23T14:49:37.394Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-08-23T14:49:37.394Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-08-23T14:49:37.394Z] PASS [2021-08-23T14:49:37.394Z] coverage: 12.0% of statements [2021-08-23T14:49:37.394Z] ok github.com/docker/docker/plugin 0.035s coverage: 12.0% of statements [2021-08-23T14:49:37.635Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-08-23T14:49:37.635Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-08-23T14:49:37.801Z] === RUN TestMakeV1ConfigFromConfig [2021-08-23T14:49:37.801Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-08-23T14:49:37.801Z] PASS [2021-08-23T14:49:37.801Z] coverage: 25.0% of statements [2021-08-23T14:49:37.801Z] ok github.com/docker/docker/image/v1 0.130s coverage: 25.0% of statements [2021-08-23T14:49:37.801Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-08-23T14:49:38.199Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-08-23T14:49:38.261Z] === RUN TestSerialization [2021-08-23T14:49:38.261Z] --- PASS: TestSerialization (0.04s) [2021-08-23T14:49:38.261Z] PASS [2021-08-23T14:49:38.261Z] coverage: 100.0% of statements [2021-08-23T14:49:38.362Z] === RUN TestNewSettable [2021-08-23T14:49:38.362Z] --- PASS: TestNewSettable (0.00s) [2021-08-23T14:49:38.362Z] === RUN TestIsSettable [2021-08-23T14:49:38.362Z] --- PASS: TestIsSettable (0.00s) [2021-08-23T14:49:38.363Z] === RUN TestUpdateSettingsEnv [2021-08-23T14:49:38.363Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-08-23T14:49:38.363Z] PASS [2021-08-23T14:49:38.363Z] coverage: 20.0% of statements [2021-08-23T14:49:38.363Z] ok github.com/docker/docker/plugin/v2 0.034s coverage: 20.0% of statements [2021-08-23T14:49:38.720Z] ok github.com/docker/docker/libcontainerd/queue 0.085s coverage: 100.0% of statements [2021-08-23T14:49:38.721Z] === RUN TestEnvironmentParsing [2021-08-23T14:49:38.721Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-08-23T14:49:38.721Z] PASS [2021-08-23T14:49:38.721Z] coverage: 1.2% of statements [2021-08-23T14:49:38.721Z] ok github.com/docker/docker/libcontainerd/local 0.070s coverage: 1.2% of statements [2021-08-23T14:49:38.822Z] === RUN TestLoad [2021-08-23T14:49:38.822Z] --- PASS: TestLoad (0.00s) [2021-08-23T14:49:38.822Z] === RUN TestSave [2021-08-23T14:49:38.822Z] --- PASS: TestSave (0.05s) [2021-08-23T14:49:38.822Z] === RUN TestAddDeleteGet [2021-08-23T14:49:38.822Z] --- PASS: TestAddDeleteGet (0.03s) [2021-08-23T14:49:38.822Z] === RUN TestInvalidTags [2021-08-23T14:49:38.822Z] --- PASS: TestInvalidTags (0.00s) [2021-08-23T14:49:38.822Z] PASS [2021-08-23T14:49:38.822Z] coverage: 84.4% of statements [2021-08-23T14:49:38.822Z] ok github.com/docker/docker/reference 0.117s coverage: 84.4% of statements [2021-08-23T14:49:39.179Z] === RUN TestEmptyLayer [2021-08-23T14:49:39.179Z] --- PASS: TestEmptyLayer (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestCommitFailure [2021-08-23T14:49:39.179Z] --- PASS: TestCommitFailure (0.01s) [2021-08-23T14:49:39.179Z] === RUN TestStartTransactionFailure [2021-08-23T14:49:39.179Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestGetOrphan [2021-08-23T14:49:39.179Z] --- PASS: TestGetOrphan (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestMountAndRegister [2021-08-23T14:49:39.179Z] layer_test.go:271: Layer size: 14 [2021-08-23T14:49:39.179Z] --- PASS: TestMountAndRegister (0.05s) [2021-08-23T14:49:39.179Z] === RUN TestLayerRelease [2021-08-23T14:49:39.179Z] layer_test.go:304: Failing on Windows [2021-08-23T14:49:39.179Z] --- SKIP: TestLayerRelease (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestStoreRestore [2021-08-23T14:49:39.179Z] layer_test.go:353: Failing on Windows [2021-08-23T14:49:39.179Z] --- SKIP: TestStoreRestore (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestTarStreamStability [2021-08-23T14:49:39.179Z] layer_test.go:468: Failing on Windows [2021-08-23T14:49:39.179Z] --- SKIP: TestTarStreamStability (0.00s) [2021-08-23T14:49:39.179Z] === RUN TestRegisterExistingLayer [2021-08-23T14:49:39.570Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-08-23T14:49:39.638Z] --- PASS: TestRegisterExistingLayer (0.11s) [2021-08-23T14:49:39.638Z] === RUN TestTarStreamVerification [2021-08-23T14:49:39.638Z] layer_test.go:697: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestLayerMigration [2021-08-23T14:49:39.638Z] migration_test.go:46: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestLayerMigration (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestLayerMigrationNoTarsplit [2021-08-23T14:49:39.638Z] migration_test.go:182: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestMountInit [2021-08-23T14:49:39.638Z] mount_test.go:17: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestMountInit (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestMountSize [2021-08-23T14:49:39.638Z] mount_test.go:76: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestMountSize (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestMountChanges [2021-08-23T14:49:39.638Z] mount_test.go:125: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestMountChanges (0.00s) [2021-08-23T14:49:39.638Z] === RUN TestMountApply [2021-08-23T14:49:39.638Z] mount_test.go:212: Failing on Windows [2021-08-23T14:49:39.638Z] --- SKIP: TestMountApply (0.00s) [2021-08-23T14:49:39.638Z] PASS [2021-08-23T14:49:39.638Z] coverage: 30.1% of statements [2021-08-23T14:49:39.638Z] ok github.com/docker/docker/layer 0.298s coverage: 30.1% of statements [2021-08-23T14:49:39.638Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-08-23T14:49:39.638Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-08-23T14:49:39.638Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-08-23T14:49:39.638Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-08-23T14:49:39.827Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-08-23T14:49:40.097Z] === RUN TestSequenceGetAvailableBit [2021-08-23T14:49:40.097Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSequenceEqual [2021-08-23T14:49:40.097Z] --- PASS: TestSequenceEqual (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSequenceCopy [2021-08-23T14:49:40.097Z] --- PASS: TestSequenceCopy (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestGetFirstAvailable [2021-08-23T14:49:40.097Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestFindSequence [2021-08-23T14:49:40.097Z] --- PASS: TestFindSequence (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestCheckIfAvailable [2021-08-23T14:49:40.097Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestMergeSequences [2021-08-23T14:49:40.097Z] --- PASS: TestMergeSequences (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestPushReservation [2021-08-23T14:49:40.097Z] --- PASS: TestPushReservation (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSerializeDeserialize [2021-08-23T14:49:40.097Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSet [2021-08-23T14:49:40.097Z] --- PASS: TestSet (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSetUnset [2021-08-23T14:49:40.097Z] --- PASS: TestSetUnset (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestOffsetSetUnset [2021-08-23T14:49:40.097Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSetInRange [2021-08-23T14:49:40.097Z] --- PASS: TestSetInRange (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestSetAnyInRange [2021-08-23T14:49:40.097Z] --- PASS: TestSetAnyInRange (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestMethods [2021-08-23T14:49:40.097Z] --- PASS: TestMethods (0.00s) [2021-08-23T14:49:40.097Z] === RUN TestRandomAllocateDeallocate [2021-08-23T14:49:40.358Z] === RUN TestResolveAuthConfigIndexServer [2021-08-23T14:49:40.358Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-08-23T14:49:40.358Z] === RUN TestResolveAuthConfigFullURL [2021-08-23T14:49:40.358Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-08-23T14:49:40.358Z] === RUN TestLoadAllowNondistributableArtifacts [2021-08-23T14:49:40.358Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:49:40.358Z] === RUN TestValidateMirror [2021-08-23T14:49:40.358Z] --- PASS: TestValidateMirror (0.00s) [2021-08-23T14:49:40.358Z] === RUN TestLoadInsecureRegistries [2021-08-23T14:49:40.759Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-08-23T14:49:40.818Z] time="2021-08-23T14:49:40Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:49:40.818Z] time="2021-08-23T14:49:40Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-08-23T14:49:40.818Z] time="2021-08-23T14:49:40Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:49:40.818Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-08-23T14:49:40.818Z] === RUN TestNewServiceConfig [2021-08-23T14:49:40.818Z] --- PASS: TestNewServiceConfig (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestValidateIndexName [2021-08-23T14:49:40.818Z] --- PASS: TestValidateIndexName (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestValidateIndexNameWithError [2021-08-23T14:49:40.818Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestEndpointParse [2021-08-23T14:49:40.818Z] --- PASS: TestEndpointParse (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestEndpointParseInvalid [2021-08-23T14:49:40.818Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestValidateEndpoint [2021-08-23T14:49:40.818Z] --- PASS: TestValidateEndpoint (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestPing [2021-08-23T14:49:40.818Z] --- PASS: TestPing (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestPingRegistryEndpoint [2021-08-23T14:49:40.818Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:40.818Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestEndpoint [2021-08-23T14:49:40.818Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:40.818Z] --- SKIP: TestEndpoint (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestParseRepositoryInfo [2021-08-23T14:49:40.818Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestNewIndexInfo [2021-08-23T14:49:40.818Z] --- PASS: TestNewIndexInfo (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestMirrorEndpointLookup [2021-08-23T14:49:40.818Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:49:40.818Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestSearchRepositories [2021-08-23T14:49:40.818Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-08-23T14:49:40.818Z] Host: 127.0.0.1:49327 [2021-08-23T14:49:40.818Z] User-Agent: docker test client [2021-08-23T14:49:40.818Z] Authorization: Token fake-token [2021-08-23T14:49:40.818Z] X-Docker-Token: true [2021-08-23T14:49:40.818Z] Accept-Encoding: gzip [2021-08-23T14:49:40.818Z] [2021-08-23T14:49:40.818Z] [2021-08-23T14:49:40.818Z] registry_test.go:730: HTTP/1.1 200 OK [2021-08-23T14:49:40.818Z] Connection: close [2021-08-23T14:49:40.818Z] Content-Length: 144 [2021-08-23T14:49:40.818Z] Cache-Control: no-cache [2021-08-23T14:49:40.818Z] Content-Type: application/json [2021-08-23T14:49:40.818Z] Date: Mon, 23 Aug 2021 14:49:40 GMT [2021-08-23T14:49:40.818Z] Expires: -1 [2021-08-23T14:49:40.818Z] Pragma: no-cache [2021-08-23T14:49:40.818Z] Server: docker-tests/mock [2021-08-23T14:49:40.818Z] X-Docker-Registry-Config: mock [2021-08-23T14:49:40.818Z] X-Docker-Registry-Version: 0.0.0 [2021-08-23T14:49:40.818Z] [2021-08-23T14:49:40.818Z] [2021-08-23T14:49:40.818Z] --- PASS: TestSearchRepositories (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestTrustedLocation [2021-08-23T14:49:40.818Z] --- PASS: TestTrustedLocation (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-08-23T14:49:40.818Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestAllowNondistributableArtifacts [2021-08-23T14:49:40.818Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-08-23T14:49:40.818Z] === RUN TestIsSecureIndex [2021-08-23T14:49:40.818Z] --- PASS: TestIsSecureIndex (0.00s) [2021-08-23T14:49:40.818Z] PASS [2021-08-23T14:49:40.818Z] coverage: 51.7% of statements [2021-08-23T14:49:40.818Z] ok github.com/docker/docker/registry 0.145s coverage: 51.7% of statements [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReaderWithReadError [2021-08-23T14:49:41.277Z] time="2021-08-23T14:49:41Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReaderWithReadError (0.08s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReader [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReader (0.00s) [2021-08-23T14:49:41.277Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-08-23T14:49:41.277Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-08-23T14:49:41.277Z] PASS [2021-08-23T14:49:41.277Z] coverage: 100.0% of statements [2021-08-23T14:49:41.325Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-08-23T14:49:41.634Z] === RUN TestInvalidConfig [2021-08-23T14:49:41.737Z] ok github.com/docker/docker/registry/resumable 0.129s coverage: 100.0% of statements [2021-08-23T14:49:41.737Z] === RUN TestRestartManagerTimeout [2021-08-23T14:49:41.737Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-08-23T14:49:41.737Z] === RUN TestRestartManagerTimeoutReset [2021-08-23T14:49:41.737Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-08-23T14:49:41.737Z] PASS [2021-08-23T14:49:41.737Z] coverage: 50.9% of statements [2021-08-23T14:49:41.737Z] ok github.com/docker/docker/restartmanager 0.026s coverage: 50.9% of statements [2021-08-23T14:49:42.092Z] --- PASS: TestInvalidConfig (0.00s) [2021-08-23T14:49:42.092Z] === RUN TestConfig [2021-08-23T14:49:42.092Z] --- PASS: TestConfig (0.00s) [2021-08-23T14:49:42.092Z] === RUN TestOptionsLabels [2021-08-23T14:49:42.092Z] --- PASS: TestOptionsLabels (0.00s) [2021-08-23T14:49:42.092Z] === RUN TestValidName [2021-08-23T14:49:42.092Z] --- PASS: TestValidName (0.00s) [2021-08-23T14:49:42.092Z] === RUN TestTLSConfiguration [2021-08-23T14:49:42.092Z] time="2021-08-23T14:49:41Z" level=info msg="Option Initializing KV with TLS" [2021-08-23T14:49:42.092Z] --- PASS: TestTLSConfiguration (0.16s) [2021-08-23T14:49:42.092Z] PASS [2021-08-23T14:49:42.092Z] coverage: 24.0% of statements [2021-08-23T14:49:42.092Z] ok github.com/docker/docker/libnetwork/config 0.230s coverage: 24.0% of statements [2021-08-23T14:49:42.551Z] === RUN TestKey [2021-08-23T14:49:42.551Z] --- PASS: TestKey (0.00s) [2021-08-23T14:49:42.551Z] === RUN TestParseKey [2021-08-23T14:49:42.551Z] --- PASS: TestParseKey (0.00s) [2021-08-23T14:49:42.551Z] === RUN TestInvalidDataStore [2021-08-23T14:49:42.551Z] --- PASS: TestInvalidDataStore (0.00s) [2021-08-23T14:49:42.551Z] === RUN TestKVObjectFlatKey [2021-08-23T14:49:42.551Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-08-23T14:49:42.551Z] === RUN TestAtomicKVObjectFlatKey [2021-08-23T14:49:42.551Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-08-23T14:49:42.551Z] PASS [2021-08-23T14:49:42.551Z] coverage: 21.9% of statements [2021-08-23T14:49:42.551Z] ok github.com/docker/docker/libnetwork/datastore 0.053s coverage: 21.9% of statements [2021-08-23T14:49:42.640Z] --- PASS: TestReplicatedJob (5.38s) [2021-08-23T14:49:42.640Z] === RUN TestUpdateReplicatedJob [2021-08-23T14:49:42.697Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-08-23T14:49:42.705Z] === RUN TestDecodeContainerConfig [2021-08-23T14:49:42.705Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-08-23T14:49:42.705Z] === RUN TestDecodeContainerConfigIsolation [2021-08-23T14:49:42.705Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-08-23T14:49:42.705Z] === RUN TestValidatePrivileged [2021-08-23T14:49:42.705Z] --- PASS: TestValidatePrivileged (0.00s) [2021-08-23T14:49:42.705Z] PASS [2021-08-23T14:49:42.705Z] coverage: 52.2% of statements [2021-08-23T14:49:42.705Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-08-23T14:49:43.165Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-08-23T14:49:43.165Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-08-23T14:49:43.165Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-08-23T14:49:43.165Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-08-23T14:49:43.165Z] PASS [2021-08-23T14:49:43.165Z] coverage: 62.5% of statements [2021-08-23T14:49:43.165Z] ok github.com/docker/docker/testutil 0.030s coverage: 62.5% of statements [2021-08-23T14:49:43.519Z] === RUN TestIPDataMarshalling [2021-08-23T14:49:43.519Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-08-23T14:49:43.519Z] === RUN TestValidateAndIsV6 [2021-08-23T14:49:43.519Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-08-23T14:49:43.519Z] PASS [2021-08-23T14:49:43.519Z] coverage: 68.9% of statements [2021-08-23T14:49:43.519Z] ok github.com/docker/docker/libnetwork/driverapi 0.097s coverage: 68.9% of statements [2021-08-23T14:49:43.630Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-08-23T14:49:43.978Z] === RUN TestErrorInterfaces [2021-08-23T14:49:43.978Z] --- PASS: TestErrorInterfaces (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestNetworkMarshalling [2021-08-23T14:49:43.978Z] --- PASS: TestNetworkMarshalling (0.15s) [2021-08-23T14:49:43.978Z] === RUN TestEndpointMarshalling [2021-08-23T14:49:43.978Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestAuxAddresses [2021-08-23T14:49:43.978Z] time="2021-08-23T14:49:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:49:43.978Z] --- PASS: TestAuxAddresses (0.01s) [2021-08-23T14:49:43.978Z] === RUN TestSRVServiceQuery [2021-08-23T14:49:43.978Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestServiceVIPReuse [2021-08-23T14:49:43.978Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-08-23T14:49:43.978Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-08-23T14:49:43.978Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestDNSIPQuery [2021-08-23T14:49:43.978Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestDNSProxyServFail [2021-08-23T14:49:43.978Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestSandboxAddEmpty [2021-08-23T14:49:43.978Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestSandboxAddMultiPrio [2021-08-23T14:49:43.978Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestSandboxAddSamePrio [2021-08-23T14:49:43.978Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestCleanupServiceDiscovery [2021-08-23T14:49:43.978Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestDNSOptions [2021-08-23T14:49:43.978Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:49:43.978Z] --- SKIP: TestDNSOptions (0.00s) [2021-08-23T14:49:43.978Z] === RUN TestMultipleControllersWithSameStore [2021-08-23T14:49:43.978Z] time="2021-08-23T14:49:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:49:43.978Z] time="2021-08-23T14:49:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-08-23T14:49:43.978Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2021-08-23T14:49:43.978Z] PASS [2021-08-23T14:49:43.978Z] coverage: 8.6% of statements [2021-08-23T14:49:43.978Z] ok github.com/docker/docker/libnetwork 0.309s coverage: 8.6% of statements [2021-08-23T14:49:44.195Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-08-23T14:49:44.438Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-08-23T14:49:44.438Z] === RUN TestDriver [2021-08-23T14:49:44.438Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:49:44.438Z] PASS [2021-08-23T14:49:44.438Z] coverage: 34.8% of statements [2021-08-23T14:49:44.438Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2021-08-23T14:49:44.703Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-08-23T14:49:44.703Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-08-23T14:49:44.703Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-08-23T14:49:44.703Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-08-23T14:49:44.900Z] === RUN TestDriver [2021-08-23T14:49:44.900Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:49:44.900Z] PASS [2021-08-23T14:49:44.900Z] coverage: 34.8% of statements [2021-08-23T14:49:44.900Z] ok github.com/docker/docker/libnetwork/drivers/null 0.050s coverage: 34.8% of statements [2021-08-23T14:49:45.127Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-08-23T14:49:45.162Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-08-23T14:49:45.162Z] === RUN TestClientStream [2021-08-23T14:49:45.162Z] --- PASS: TestClientStream (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestClientSendFile [2021-08-23T14:49:45.162Z] --- PASS: TestClientSendFile (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestClientWithRequestTimeout [2021-08-23T14:49:45.162Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestFileSpecPlugin [2021-08-23T14:49:45.162Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-08-23T14:49:45.162Z] === RUN TestFileJSONSpecPlugin [2021-08-23T14:49:45.162Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-08-23T14:49:45.162Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestPluginAddHandler [2021-08-23T14:49:45.162Z] --- PASS: TestPluginAddHandler (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestPluginWaitBadPlugin [2021-08-23T14:49:45.162Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-08-23T14:49:45.162Z] === RUN TestGet [2021-08-23T14:49:45.162Z] time="2021-08-23T14:49:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-08-23T14:49:45.358Z] --- PASS: TestRandomAllocateDeallocate (5.18s) [2021-08-23T14:49:45.358Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:49:45.358Z] === RUN TestNetworkAllocateFree [2021-08-23T14:49:45.358Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-08-23T14:49:45.358Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-08-23T14:49:45.358Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-08-23T14:49:45.358Z] PASS [2021-08-23T14:49:45.358Z] coverage: 63.6% of statements [2021-08-23T14:49:45.358Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.045s coverage: 63.6% of statements [2021-08-23T14:49:45.693Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-08-23T14:49:45.817Z] === RUN TestGetEmptyCapabilities [2021-08-23T14:49:45.817Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-08-23T14:49:45.817Z] === RUN TestGetExtraCapabilities [2021-08-23T14:49:45.818Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-08-23T14:49:45.818Z] === RUN TestGetInvalidCapabilities [2021-08-23T14:49:45.818Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-08-23T14:49:45.818Z] === RUN TestRemoteDriver [2021-08-23T14:49:45.818Z] --- PASS: TestRemoteDriver (0.01s) [2021-08-23T14:49:45.818Z] === RUN TestDriverError [2021-08-23T14:49:45.818Z] --- PASS: TestDriverError (0.00s) [2021-08-23T14:49:45.818Z] === RUN TestMissingValues [2021-08-23T14:49:45.818Z] --- PASS: TestMissingValues (0.00s) [2021-08-23T14:49:45.818Z] === RUN TestRollback [2021-08-23T14:49:45.818Z] --- PASS: TestRollback (0.00s) [2021-08-23T14:49:45.818Z] PASS [2021-08-23T14:49:45.818Z] coverage: 57.4% of statements [2021-08-23T14:49:45.818Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.085s coverage: 57.4% of statements [2021-08-23T14:49:45.924Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2021-08-23T14:49:45.924Z] === RUN TestServiceListWithStatuses [2021-08-23T14:49:45.924Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:49:45.924Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T14:49:45.924Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T14:49:46.131Z] time="2021-08-23T14:49:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-08-23T14:49:46.131Z] === RUN TestGetDriver [2021-08-23T14:49:46.131Z] --- PASS: TestGetDriver (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestVolumeRequestError [2021-08-23T14:49:46.131Z] --- PASS: TestVolumeRequestError (0.01s) [2021-08-23T14:49:46.131Z] PASS [2021-08-23T14:49:46.131Z] coverage: 36.1% of statements [2021-08-23T14:49:46.131Z] ok github.com/docker/docker/volume/drivers 0.040s coverage: 36.1% of statements [2021-08-23T14:49:46.131Z] === RUN TestGetAddress [2021-08-23T14:49:46.131Z] --- PASS: TestGetAddress (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestRemove [2021-08-23T14:49:46.131Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:49:46.131Z] --- SKIP: TestRemove (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestInitializeWithVolumes [2021-08-23T14:49:46.131Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestCreate [2021-08-23T14:49:46.131Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:49:46.131Z] === RUN TestValidateName [2021-08-23T14:49:46.131Z] --- PASS: TestValidateName (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestCreateWithOpts [2021-08-23T14:49:46.131Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:49:46.131Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-08-23T14:49:46.131Z] === RUN TestRelaodNoOpts [2021-08-23T14:49:46.259Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-08-23T14:49:46.277Z] --- PASS: TestAllocateRandomDeallocate (1.00s) [2021-08-23T14:49:46.277Z] === RUN TestAllocateRandomDeallocateSerialize [2021-08-23T14:49:46.277Z] === RUN TestNAT [2021-08-23T14:49:46.277Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:49:46.277Z] --- SKIP: TestNAT (0.00s) [2021-08-23T14:49:46.277Z] === RUN TestTransparent [2021-08-23T14:49:46.277Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:49:46.277Z] --- SKIP: TestTransparent (0.00s) [2021-08-23T14:49:46.277Z] PASS [2021-08-23T14:49:46.277Z] coverage: 0.0% of statements [2021-08-23T14:49:46.277Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2021-08-23T14:49:46.590Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-08-23T14:49:46.590Z] PASS [2021-08-23T14:49:46.590Z] coverage: 41.5% of statements [2021-08-23T14:49:46.590Z] ok github.com/docker/docker/volume/local 0.052s coverage: 41.5% of statements [2021-08-23T14:49:46.737Z] === RUN TestNew [2021-08-23T14:49:46.737Z] --- PASS: TestNew (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestAddDriver [2021-08-23T14:49:46.737Z] --- PASS: TestAddDriver (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestAddDuplicateDriver [2021-08-23T14:49:46.737Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestIPAMDefaultAddressSpaces [2021-08-23T14:49:46.737Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestDriver [2021-08-23T14:49:46.737Z] --- PASS: TestDriver (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestIPAM [2021-08-23T14:49:46.737Z] --- PASS: TestIPAM (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestWalkIPAMs [2021-08-23T14:49:46.737Z] --- PASS: TestWalkIPAMs (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestWalkDrivers [2021-08-23T14:49:46.737Z] --- PASS: TestWalkDrivers (0.00s) [2021-08-23T14:49:46.737Z] PASS [2021-08-23T14:49:46.737Z] coverage: 82.4% of statements [2021-08-23T14:49:46.737Z] ok github.com/docker/docker/libnetwork/drvregistry 0.078s coverage: 82.4% of statements [2021-08-23T14:49:46.737Z] === RUN TestBuildDefault [2021-08-23T14:49:46.737Z] --- PASS: TestBuildDefault (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestBuildHostnameDomainname [2021-08-23T14:49:46.737Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestBuildHostname [2021-08-23T14:49:46.737Z] --- PASS: TestBuildHostname (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestBuildHostnameFQDN [2021-08-23T14:49:46.737Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestBuildNoIP [2021-08-23T14:49:46.737Z] --- PASS: TestBuildNoIP (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestUpdate [2021-08-23T14:49:46.737Z] --- PASS: TestUpdate (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-08-23T14:49:46.737Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-08-23T14:49:46.737Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestAddEmpty [2021-08-23T14:49:46.737Z] --- PASS: TestAddEmpty (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestAdd [2021-08-23T14:49:46.737Z] --- PASS: TestAdd (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestDeleteEmpty [2021-08-23T14:49:46.737Z] --- PASS: TestDeleteEmpty (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestDeleteNewline [2021-08-23T14:49:46.737Z] --- PASS: TestDeleteNewline (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestDelete [2021-08-23T14:49:46.737Z] --- PASS: TestDelete (0.00s) [2021-08-23T14:49:46.737Z] === RUN TestConcurrentWrites [2021-08-23T14:49:46.877Z] --- PASS: TestBuildWithHugeFile (103.46s) [2021-08-23T14:49:46.877Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRaw [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-08-23T14:49:47.049Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRaw [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-08-23T14:49:47.049Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestConvertTmpfsOptions [2021-08-23T14:49:47.049Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-08-23T14:49:47.049Z] linux_parser_test.go:209: data="ro" [2021-08-23T14:49:47.049Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestParseMountSpec [2021-08-23T14:49:47.049Z] parser_test.go:63: case 0 [2021-08-23T14:49:47.049Z] parser_test.go:63: case 1 [2021-08-23T14:49:47.049Z] parser_test.go:63: case 2 [2021-08-23T14:49:47.049Z] parser_test.go:63: case 3 [2021-08-23T14:49:47.049Z] parser_test.go:63: case 4 [2021-08-23T14:49:47.049Z] parser_test.go:63: case 5 [2021-08-23T14:49:47.049Z] --- PASS: TestParseMountSpec (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestValidateMount [2021-08-23T14:49:47.049Z] --- PASS: TestValidateMount (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRaw [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:49:47.049Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-08-23T14:49:47.049Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:49:47.049Z] PASS [2021-08-23T14:49:47.049Z] coverage: 67.6% of statements [2021-08-23T14:49:47.049Z] ok github.com/docker/docker/volume/mounts 0.043s coverage: 67.6% of statements [2021-08-23T14:49:47.192Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-08-23T14:49:47.195Z] --- PASS: TestConcurrentWrites (0.20s) [2021-08-23T14:49:47.195Z] PASS [2021-08-23T14:49:47.195Z] coverage: 81.2% of statements [2021-08-23T14:49:47.195Z] ok github.com/docker/docker/libnetwork/etchosts 0.263s coverage: 81.2% of statements [2021-08-23T14:49:47.195Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.03s) [2021-08-23T14:49:47.195Z] === RUN TestRetrieveFromStore [2021-08-23T14:49:47.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-08-23T14:49:47.508Z] === RUN TestSetGetMeta [2021-08-23T14:49:47.508Z] === PAUSE TestSetGetMeta [2021-08-23T14:49:47.508Z] === RUN TestRestore [2021-08-23T14:49:47.508Z] === PAUSE TestRestore [2021-08-23T14:49:47.508Z] === RUN TestServiceCreate [2021-08-23T14:49:47.508Z] === PAUSE TestServiceCreate [2021-08-23T14:49:47.508Z] === RUN TestServiceList [2021-08-23T14:49:47.508Z] === PAUSE TestServiceList [2021-08-23T14:49:47.508Z] === RUN TestServiceRemove [2021-08-23T14:49:47.508Z] === PAUSE TestServiceRemove [2021-08-23T14:49:47.508Z] === RUN TestServiceGet [2021-08-23T14:49:47.508Z] === PAUSE TestServiceGet [2021-08-23T14:49:47.508Z] === RUN TestServicePrune [2021-08-23T14:49:47.508Z] === PAUSE TestServicePrune [2021-08-23T14:49:47.508Z] === RUN TestCreate [2021-08-23T14:49:47.508Z] === PAUSE TestCreate [2021-08-23T14:49:47.508Z] === RUN TestRemove [2021-08-23T14:49:47.508Z] === PAUSE TestRemove [2021-08-23T14:49:47.508Z] === RUN TestList [2021-08-23T14:49:47.508Z] === PAUSE TestList [2021-08-23T14:49:47.508Z] === RUN TestFindByDriver [2021-08-23T14:49:47.508Z] === PAUSE TestFindByDriver [2021-08-23T14:49:47.508Z] === RUN TestFindByReferenced [2021-08-23T14:49:47.508Z] === PAUSE TestFindByReferenced [2021-08-23T14:49:47.508Z] === RUN TestDerefMultipleOfSameRef [2021-08-23T14:49:47.508Z] === PAUSE TestDerefMultipleOfSameRef [2021-08-23T14:49:47.508Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:49:47.508Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:49:47.508Z] === RUN TestDefererencePluginOnCreateError [2021-08-23T14:49:47.508Z] === PAUSE TestDefererencePluginOnCreateError [2021-08-23T14:49:47.508Z] === RUN TestRefDerefRemove [2021-08-23T14:49:47.508Z] === PAUSE TestRefDerefRemove [2021-08-23T14:49:47.508Z] === RUN TestGet [2021-08-23T14:49:47.508Z] === PAUSE TestGet [2021-08-23T14:49:47.508Z] === RUN TestGetWithReference [2021-08-23T14:49:47.508Z] === PAUSE TestGetWithReference [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_nil_list [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_nil_list [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_empty_list [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_empty_list [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_filter_some [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_filter_some [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_filter_middle [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_filter_middle [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:49:47.508Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-08-23T14:49:47.508Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_nil_list [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_filter_some [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_empty_list [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_filter_middle [2021-08-23T14:49:47.508Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-08-23T14:49:47.508Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-08-23T14:49:47.508Z] === CONT TestSetGetMeta [2021-08-23T14:49:47.508Z] === CONT TestDerefMultipleOfSameRef [2021-08-23T14:49:47.509Z] === CONT TestServicePrune [2021-08-23T14:49:47.509Z] === CONT TestServiceList [2021-08-23T14:49:47.509Z] --- PASS: TestSetGetMeta (0.02s) [2021-08-23T14:49:47.509Z] === CONT TestGetWithReference [2021-08-23T14:49:47.509Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2021-08-23T14:49:47.509Z] === CONT TestGet [2021-08-23T14:49:47.654Z] === RUN TestNew [2021-08-23T14:49:47.654Z] --- PASS: TestNew (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestAllocate [2021-08-23T14:49:47.654Z] --- PASS: TestAllocate (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestUninitialized [2021-08-23T14:49:47.654Z] --- PASS: TestUninitialized (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestAllocateInRange [2021-08-23T14:49:47.654Z] --- PASS: TestAllocateInRange (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestAllocateSerial [2021-08-23T14:49:47.654Z] --- PASS: TestAllocateSerial (0.00s) [2021-08-23T14:49:47.654Z] PASS [2021-08-23T14:49:47.654Z] coverage: 87.5% of statements [2021-08-23T14:49:47.654Z] ok github.com/docker/docker/libnetwork/idm 0.040s coverage: 87.5% of statements [2021-08-23T14:49:47.654Z] === RUN TestDiff [2021-08-23T14:49:47.654Z] --- PASS: TestDiff (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestAddedCallback [2021-08-23T14:49:47.654Z] --- PASS: TestAddedCallback (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestRemovedCallback [2021-08-23T14:49:47.654Z] --- PASS: TestRemovedCallback (0.00s) [2021-08-23T14:49:47.654Z] === RUN TestNoCallback [2021-08-23T14:49:47.654Z] --- PASS: TestNoCallback (0.00s) [2021-08-23T14:49:47.654Z] PASS [2021-08-23T14:49:47.654Z] coverage: 48.1% of statements [2021-08-23T14:49:47.654Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.050s coverage: 48.1% of statements [2021-08-23T14:49:47.654Z] --- PASS: TestRetrieveFromStore (0.44s) [2021-08-23T14:49:47.654Z] === RUN TestIsCorrupted [2021-08-23T14:49:47.654Z] --- PASS: TestIsCorrupted (0.01s) [2021-08-23T14:49:47.654Z] === RUN TestSetRollover [2021-08-23T14:49:47.707Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-08-23T14:49:47.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-08-23T14:49:47.967Z] --- PASS: TestGetWithReference (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestRefDerefRemove [2021-08-23T14:49:47.967Z] --- PASS: TestGet (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestDefererencePluginOnCreateError [2021-08-23T14:49:47.967Z] --- PASS: TestRefDerefRemove (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:49:47.967Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestServiceCreate [2021-08-23T14:49:47.967Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-08-23T14:49:47.967Z] === CONT TestList [2021-08-23T14:49:47.967Z] --- PASS: TestList (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestFindByReferenced [2021-08-23T14:49:47.967Z] --- PASS: TestFindByReferenced (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestFindByDriver [2021-08-23T14:49:47.967Z] --- PASS: TestFindByDriver (0.01s) [2021-08-23T14:49:47.967Z] === CONT TestRemove [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:49:47.967Z] --- PASS: TestRemove (0.02s) [2021-08-23T14:49:47.967Z] === CONT TestRestore [2021-08-23T14:49:47.967Z] --- PASS: TestServiceCreate (0.08s) [2021-08-23T14:49:47.967Z] === CONT TestServiceGet [2021-08-23T14:49:47.967Z] --- PASS: TestServiceList (0.14s) [2021-08-23T14:49:47.967Z] === CONT TestServiceRemove [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-08-23T14:49:47.967Z] --- PASS: TestServiceGet (0.01s) [2021-08-23T14:49:47.967Z] === CONT TestCreate [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:49:47.967Z] --- PASS: TestServiceRemove (0.02s) [2021-08-23T14:49:47.967Z] --- PASS: TestRestore (0.02s) [2021-08-23T14:49:47.967Z] --- PASS: TestServicePrune (0.16s) [2021-08-23T14:49:47.967Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:49:47.967Z] PASS [2021-08-23T14:49:47.967Z] coverage: 69.0% of statements [2021-08-23T14:49:47.967Z] ok github.com/docker/docker/volume/service 0.199s coverage: 69.0% of statements [2021-08-23T14:49:47.967Z] time="2021-08-23T14:49:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-08-23T14:49:48.113Z] === RUN TestCaller [2021-08-23T14:49:48.113Z] --- PASS: TestCaller (0.00s) [2021-08-23T14:49:48.113Z] PASS [2021-08-23T14:49:48.113Z] coverage: 100.0% of statements [2021-08-23T14:49:48.113Z] ok github.com/docker/docker/libnetwork/internal/caller 0.053s coverage: 100.0% of statements [2021-08-23T14:49:48.572Z] === RUN TestSetSerialInsertDelete [2021-08-23T14:49:48.572Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-08-23T14:49:48.572Z] === RUN TestSetParallelInsertDelete [2021-08-23T14:49:48.641Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-08-23T14:49:49.207Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-08-23T14:49:49.538Z] === RUN TestPoolRequest [2021-08-23T14:49:49.539Z] --- PASS: TestPoolRequest (0.00s) [2021-08-23T14:49:49.539Z] === RUN TestOtherRequests [2021-08-23T14:49:49.539Z] --- PASS: TestOtherRequests (0.00s) [2021-08-23T14:49:49.539Z] PASS [2021-08-23T14:49:49.539Z] coverage: 57.1% of statements [2021-08-23T14:49:49.539Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2021-08-23T14:49:49.539Z] === RUN TestInt2IP2IntConversion [2021-08-23T14:49:49.997Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2021-08-23T14:49:49.997Z] === RUN TestGetAddressVersion [2021-08-23T14:49:49.997Z] --- PASS: TestGetAddressVersion (0.00s) [2021-08-23T14:49:49.997Z] === RUN TestKeyString [2021-08-23T14:49:49.997Z] --- PASS: TestKeyString (0.00s) [2021-08-23T14:49:49.997Z] === RUN TestPoolDataMarshal [2021-08-23T14:49:49.997Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-08-23T14:49:49.997Z] === RUN TestSubnetsMarshal [2021-08-23T14:49:49.997Z] --- PASS: TestSetRollover (2.50s) [2021-08-23T14:49:49.997Z] === RUN TestSetRolloverSerial [2021-08-23T14:49:49.997Z] --- PASS: TestSubnetsMarshal (0.05s) [2021-08-23T14:49:49.997Z] === RUN TestAddSubnets [2021-08-23T14:49:50.113Z] --- PASS: TestDockerNetworkConnectAlias (4.38s) [2021-08-23T14:49:50.113Z] === RUN TestDockerNetworkReConnect [2021-08-23T14:49:50.139Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-08-23T14:49:50.456Z] --- PASS: TestAddSubnets (0.04s) [2021-08-23T14:49:50.456Z] === RUN TestDoublePoolRelease [2021-08-23T14:49:50.456Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-08-23T14:49:50.456Z] === RUN TestAddReleasePoolID [2021-08-23T14:49:50.456Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-08-23T14:49:50.456Z] === RUN TestPredefinedPool [2021-08-23T14:49:50.456Z] --- PASS: TestPredefinedPool (0.03s) [2021-08-23T14:49:50.456Z] === RUN TestRemoveSubnet [2021-08-23T14:49:50.456Z] === RUN TestGetCapabilities [2021-08-23T14:49:50.456Z] --- PASS: TestGetCapabilities (0.01s) [2021-08-23T14:49:50.456Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-08-23T14:49:50.456Z] --- PASS: TestRemoveSubnet (0.21s) [2021-08-23T14:49:50.456Z] === RUN TestGetSameAddress [2021-08-23T14:49:50.456Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-08-23T14:49:50.456Z] === RUN TestGetDefaultAddressSpaces [2021-08-23T14:49:50.456Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-08-23T14:49:50.456Z] === RUN TestRemoteDriver [2021-08-23T14:49:50.456Z] --- PASS: TestRemoteDriver (0.01s) [2021-08-23T14:49:50.456Z] PASS [2021-08-23T14:49:50.456Z] coverage: 47.4% of statements [2021-08-23T14:49:50.456Z] --- PASS: TestGetSameAddress (0.02s) [2021-08-23T14:49:50.456Z] === RUN TestPoolAllocationReuse [2021-08-23T14:49:50.456Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.067s coverage: 47.4% of statements [2021-08-23T14:49:51.071Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-08-23T14:49:51.071Z] === RUN TestDockerSuite/TestRunBindMounts [2021-08-23T14:49:51.422Z] --- PASS: TestSetRolloverSerial (1.21s) [2021-08-23T14:49:51.422Z] === RUN TestGetFirstAvailableFromCurrent [2021-08-23T14:49:51.422Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-08-23T14:49:51.422Z] PASS [2021-08-23T14:49:51.422Z] coverage: 84.4% of statements [2021-08-23T14:49:51.422Z] ok github.com/docker/docker/libnetwork/bitseq 11.428s coverage: 84.4% of statements [2021-08-23T14:49:51.422Z] === RUN TestWindowsIPAM [2021-08-23T14:49:51.422Z] --- PASS: TestWindowsIPAM (0.00s) [2021-08-23T14:49:51.423Z] PASS [2021-08-23T14:49:51.423Z] coverage: 71.4% of statements [2021-08-23T14:49:51.423Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2021-08-23T14:49:52.389Z] --- PASS: TestPoolAllocationReuse (1.75s) [2021-08-23T14:49:52.389Z] === RUN TestGetAddressSubPoolEqualPool [2021-08-23T14:49:52.389Z] === RUN TestDefaultNetwork [2021-08-23T14:49:52.389Z] --- PASS: TestGetAddressSubPoolEqualPool (0.19s) [2021-08-23T14:49:52.389Z] === RUN TestRequestReleaseAddressFromSubPool [2021-08-23T14:49:52.655Z] time="2021-08-23T14:49:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-08-23T14:49:52.849Z] --- PASS: TestDefaultNetwork (0.30s) [2021-08-23T14:49:52.849Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-08-23T14:49:52.849Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2021-08-23T14:49:52.849Z] === RUN TestInitAddressPools [2021-08-23T14:49:52.849Z] --- PASS: TestInitAddressPools (0.00s) [2021-08-23T14:49:52.849Z] PASS [2021-08-23T14:49:52.849Z] coverage: 74.0% of statements [2021-08-23T14:49:52.849Z] ok github.com/docker/docker/libnetwork/ipamutils 0.691s coverage: 74.0% of statements [2021-08-23T14:49:52.970Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-08-23T14:49:53.398Z] --- PASS: TestDockerNetworkReConnect (3.64s) [2021-08-23T14:49:53.398Z] === RUN TestServicePlugin [2021-08-23T14:49:53.535Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-08-23T14:49:53.816Z] === RUN TestKeyValue [2021-08-23T14:49:53.816Z] --- PASS: TestKeyValue (0.00s) [2021-08-23T14:49:53.816Z] PASS [2021-08-23T14:49:53.816Z] coverage: 60.0% of statements [2021-08-23T14:49:53.816Z] ok github.com/docker/docker/libnetwork/netlabel 0.040s coverage: 60.0% of statements [2021-08-23T14:49:54.100Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-08-23T14:49:54.665Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-08-23T14:49:54.784Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-08-23T14:49:55.231Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-08-23T14:49:55.231Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-08-23T14:49:55.796Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-08-23T14:49:56.322Z] === RUN TestGenerate [2021-08-23T14:49:56.322Z] --- PASS: TestGenerate (0.00s) [2021-08-23T14:49:56.322Z] === RUN TestGeneratePtr [2021-08-23T14:49:56.322Z] --- PASS: TestGeneratePtr (0.00s) [2021-08-23T14:49:56.322Z] === RUN TestGenerateMissingField [2021-08-23T14:49:56.322Z] --- PASS: TestGenerateMissingField (0.00s) [2021-08-23T14:49:56.322Z] === RUN TestFieldCannotBeSet [2021-08-23T14:49:56.322Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-08-23T14:49:56.322Z] === RUN TestTypeMismatchError [2021-08-23T14:49:56.322Z] --- PASS: TestTypeMismatchError (0.00s) [2021-08-23T14:49:56.322Z] PASS [2021-08-23T14:49:56.322Z] coverage: 100.0% of statements [2021-08-23T14:49:56.322Z] ok github.com/docker/docker/libnetwork/options 0.038s coverage: 100.0% of statements [2021-08-23T14:49:56.322Z] === RUN TestNetworkDBSimple [2021-08-23T14:49:56.364Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-08-23T14:49:56.781Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.09s) [2021-08-23T14:49:56.781Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-08-23T14:49:56.781Z] testing: warning: no tests to run [2021-08-23T14:49:56.781Z] PASS [2021-08-23T14:49:56.781Z] coverage: 0.0% of statements [2021-08-23T14:49:56.781Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:49:56.933Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-08-23T14:49:57.239Z] 2021/08/23 14:49:56 Closing DB instances... [2021-08-23T14:49:57.499Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-08-23T14:49:57.585Z] plugin_test.go:62: [d3296a6611dc3] joining swarm manager [d87c431978324]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:49:57.698Z] === RUN TestRequestNewPort [2021-08-23T14:49:57.698Z] --- PASS: TestRequestNewPort (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestRequestSpecificPort [2021-08-23T14:49:57.698Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestReleasePort [2021-08-23T14:49:57.698Z] --- PASS: TestReleasePort (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestReuseReleasedPort [2021-08-23T14:49:57.698Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestReleaseUnreadledPort [2021-08-23T14:49:57.698Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestUnknowProtocol [2021-08-23T14:49:57.698Z] --- PASS: TestUnknowProtocol (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestAllocateAllPorts [2021-08-23T14:49:57.698Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestPortAllocation [2021-08-23T14:49:57.698Z] --- PASS: TestPortAllocation (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestPortAllocationWithCustomRange [2021-08-23T14:49:57.698Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestNoDuplicateBPR [2021-08-23T14:49:57.698Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-08-23T14:49:57.698Z] === RUN TestChangePortRange [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-08-23T14:49:57.698Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-08-23T14:49:57.698Z] --- PASS: TestChangePortRange (0.00s) [2021-08-23T14:49:57.698Z] PASS [2021-08-23T14:49:57.698Z] coverage: 88.6% of statements [2021-08-23T14:49:57.698Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2021-08-23T14:49:58.151Z] plugin_test.go:65: [d3000d462d6be] joining swarm manager [d87c431978324]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:49:58.157Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.52s) [2021-08-23T14:49:58.157Z] === RUN TestGetAddress [2021-08-23T14:49:58.157Z] --- PASS: TestNetworkDBSimple (2.06s) [2021-08-23T14:49:58.157Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-08-23T14:49:58.157Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-08-23T14:49:58.157Z] PASS [2021-08-23T14:49:58.157Z] coverage: 100.0% of statements [2021-08-23T14:49:58.431Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-08-23T14:49:58.431Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-08-23T14:49:58.617Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.059s coverage: 100.0% of statements [2021-08-23T14:49:58.617Z] testing: warning: no tests to run [2021-08-23T14:49:58.617Z] PASS [2021-08-23T14:49:58.617Z] coverage: 0.0% of statements [2021-08-23T14:49:58.617Z] ok github.com/docker/docker/libnetwork/portmapper 0.045s coverage: 0.0% of statements [no tests to run] [2021-08-23T14:49:58.996Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-08-23T14:49:58.996Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-08-23T14:49:59.075Z] === RUN TestHashData [2021-08-23T14:49:59.075Z] --- PASS: TestHashData (0.00s) [2021-08-23T14:49:59.075Z] PASS [2021-08-23T14:49:59.075Z] coverage: 2.8% of statements [2021-08-23T14:49:59.075Z] ok github.com/docker/docker/libnetwork/resolvconf 0.053s coverage: 2.8% of statements [2021-08-23T14:49:59.535Z] 2021/08/23 14:49:59 Closing DB instances... [2021-08-23T14:49:59.535Z] === RUN TestTransportPortConv [2021-08-23T14:49:59.535Z] --- PASS: TestTransportPortConv (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestTransportPortBindingConv [2021-08-23T14:49:59.535Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestErrorConstructors [2021-08-23T14:49:59.535Z] --- PASS: TestErrorConstructors (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestCompareIPMask [2021-08-23T14:49:59.535Z] --- PASS: TestCompareIPMask (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestUtilGetHostPartIP [2021-08-23T14:49:59.535Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestUtilGetBroadcastIP [2021-08-23T14:49:59.535Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-08-23T14:49:59.535Z] === RUN TestParseCIDR [2021-08-23T14:49:59.535Z] --- PASS: TestParseCIDR (0.00s) [2021-08-23T14:49:59.535Z] PASS [2021-08-23T14:49:59.535Z] coverage: 47.9% of statements [2021-08-23T14:49:59.535Z] ok github.com/docker/docker/libnetwork/types 0.053s coverage: 47.9% of statements [2021-08-23T14:49:59.928Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-08-23T14:50:00.493Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-08-23T14:50:00.502Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-08-23T14:50:00.502Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-08-23T14:50:00.502Z] PASS [2021-08-23T14:50:00.502Z] coverage: 50.0% of statements [2021-08-23T14:50:00.502Z] ok github.com/docker/docker/oci 0.046s coverage: 50.0% of statements [2021-08-23T14:50:00.961Z] === RUN TestAddressPoolOpt [2021-08-23T14:50:00.961Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/a [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/something [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/_=a [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/env1=value1 [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/_env1=value1 [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/env2=value2=value3 [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/env3=abc!qwe [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/env_4=value_4 [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/PATH [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/=a [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/PATH= [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/PATH=something [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/asd!qwe [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/1asd [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/123 [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/some_space [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/__some_space_before [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/some_space_after__ [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/= [2021-08-23T14:50:00.961Z] === RUN TestValidateEnv/PaTh [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/a (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/something (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2021-08-23T14:50:00.961Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/= (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestParseHost [2021-08-23T14:50:00.961Z] --- PASS: TestParseHost (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestParseDockerDaemonHost [2021-08-23T14:50:00.961Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestParseTCP [2021-08-23T14:50:00.961Z] --- PASS: TestParseTCP (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestParseInvalidUnixAddrInvalid [2021-08-23T14:50:00.961Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestValidateExtraHosts [2021-08-23T14:50:00.961Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestIpOptString [2021-08-23T14:50:00.961Z] --- PASS: TestIpOptString (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestNewIpOptInvalidDefaultVal [2021-08-23T14:50:00.961Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestNewIpOptValidDefaultVal [2021-08-23T14:50:00.961Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestIpOptSetInvalidVal [2021-08-23T14:50:00.961Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestValidateIPAddress [2021-08-23T14:50:00.961Z] --- PASS: TestValidateIPAddress (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestMapOpts [2021-08-23T14:50:00.961Z] --- PASS: TestMapOpts (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestListOptsWithoutValidator [2021-08-23T14:50:00.961Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestListOptsWithValidator [2021-08-23T14:50:00.961Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestValidateDNSSearch [2021-08-23T14:50:00.961Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_general_format [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_one_more [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-08-23T14:50:00.961Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-08-23T14:50:00.961Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestNamedListOpts [2021-08-23T14:50:00.961Z] --- PASS: TestNamedListOpts (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestNamedMapOpts [2021-08-23T14:50:00.961Z] --- PASS: TestNamedMapOpts (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestParseLink [2021-08-23T14:50:00.961Z] --- PASS: TestParseLink (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestQuotedStringSetWithQuotes [2021-08-23T14:50:00.961Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-08-23T14:50:00.961Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestQuotedStringSetWithNoQuotes [2021-08-23T14:50:00.961Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-08-23T14:50:00.961Z] === RUN TestUlimitOpt [2021-08-23T14:50:00.961Z] --- PASS: TestUlimitOpt (0.00s) [2021-08-23T14:50:00.961Z] PASS [2021-08-23T14:50:00.961Z] coverage: 67.1% of statements [2021-08-23T14:50:00.961Z] ok github.com/docker/docker/opts 0.075s coverage: 67.1% of statements [2021-08-23T14:50:00.961Z] === RUN TestParseVersion [2021-08-23T14:50:00.961Z] --- PASS: TestParseVersion (0.00s) [2021-08-23T14:50:00.961Z] PASS [2021-08-23T14:50:00.961Z] coverage: 52.9% of statements [2021-08-23T14:50:00.961Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2021-08-23T14:50:01.058Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-08-23T14:50:01.224Z] --- PASS: TestGet (15.01s) [2021-08-23T14:50:01.225Z] === RUN TestPluginWithNoManifest [2021-08-23T14:50:01.225Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-08-23T14:50:01.225Z] === RUN TestGetAll [2021-08-23T14:50:01.225Z] --- PASS: TestGetAll (0.00s) [2021-08-23T14:50:01.225Z] PASS [2021-08-23T14:50:01.225Z] coverage: 73.4% of statements [2021-08-23T14:50:01.225Z] ok github.com/docker/docker/pkg/plugins 34.839s coverage: 73.4% of statements [2021-08-23T14:50:01.623Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-08-23T14:50:01.624Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-08-23T14:50:02.498Z] 2021/08/23 14:50:01 Closing DB instances... [2021-08-23T14:50:02.556Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-08-23T14:50:02.956Z] === RUN TestIsArchivePathDir [2021-08-23T14:50:02.957Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-08-23T14:50:02.957Z] === RUN TestIsArchivePathInvalidFile [2021-08-23T14:50:03.414Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-08-23T14:50:03.414Z] === RUN TestPeerCertificateMarshalJSON [2021-08-23T14:50:03.414Z] === RUN TestIsArchivePathTar [2021-08-23T14:50:03.414Z] --- PASS: TestIsArchivePathTar (0.14s) [2021-08-23T14:50:03.414Z] === RUN TestDecompressStreamGzip [2021-08-23T14:50:03.414Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-08-23T14:50:03.414Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-08-23T14:50:03.414Z] --- PASS: TestPeerCertificateMarshalJSON (0.25s) [2021-08-23T14:50:03.414Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-08-23T14:50:03.414Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-08-23T14:50:03.414Z] === RUN TestMiddleware [2021-08-23T14:50:03.414Z] --- PASS: TestMiddleware (0.00s) [2021-08-23T14:50:03.414Z] === RUN TestNewResponseModifier [2021-08-23T14:50:03.414Z] --- PASS: TestNewResponseModifier (0.00s) [2021-08-23T14:50:03.414Z] PASS [2021-08-23T14:50:03.415Z] coverage: 26.8% of statements [2021-08-23T14:50:03.415Z] ok github.com/docker/docker/pkg/authorization 0.298s coverage: 26.8% of statements [2021-08-23T14:50:03.415Z] --- PASS: TestDecompressStreamGzip (0.23s) [2021-08-23T14:50:03.415Z] === RUN TestDecompressStreamBzip2 [2021-08-23T14:50:03.488Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-08-23T14:50:03.873Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2021-08-23T14:50:03.873Z] === RUN TestDecompressStreamXz [2021-08-23T14:50:03.873Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:50:03.873Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestCompressStreamXzUnsupported [2021-08-23T14:50:03.873Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestCompressStreamBzip2Unsupported [2021-08-23T14:50:03.873Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestCompressStreamInvalid [2021-08-23T14:50:03.873Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestExtensionInvalid [2021-08-23T14:50:03.873Z] --- PASS: TestExtensionInvalid (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestExtensionUncompressed [2021-08-23T14:50:03.873Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestExtensionBzip2 [2021-08-23T14:50:03.873Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestExtensionGzip [2021-08-23T14:50:03.873Z] --- PASS: TestExtensionGzip (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestExtensionXz [2021-08-23T14:50:03.873Z] --- PASS: TestExtensionXz (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestCmdStreamLargeStderr [2021-08-23T14:50:03.873Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.87s) [2021-08-23T14:50:03.873Z] === RUN TestNetworkDBCRUDTableEntry [2021-08-23T14:50:03.873Z] --- PASS: TestCmdStreamLargeStderr (0.18s) [2021-08-23T14:50:03.873Z] === RUN TestCmdStreamBad [2021-08-23T14:50:03.873Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:50:03.873Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestCmdStreamGood [2021-08-23T14:50:03.873Z] --- PASS: TestCmdStreamGood (0.05s) [2021-08-23T14:50:03.873Z] === RUN TestUntarPathWithInvalidDest [2021-08-23T14:50:03.873Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-08-23T14:50:03.873Z] === RUN TestUntarPathWithInvalidSrc [2021-08-23T14:50:03.873Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestUntarPath [2021-08-23T14:50:03.873Z] === RUN TestUnbuffered [2021-08-23T14:50:03.873Z] --- PASS: TestUnbuffered (0.00s) [2021-08-23T14:50:03.873Z] === RUN TestRaceUnbuffered [2021-08-23T14:50:03.873Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-08-23T14:50:03.873Z] PASS [2021-08-23T14:50:03.873Z] coverage: 100.0% of statements [2021-08-23T14:50:03.873Z] ok github.com/docker/docker/pkg/broadcaster 0.042s coverage: 100.0% of statements [2021-08-23T14:50:04.333Z] --- PASS: TestUntarPath (0.17s) [2021-08-23T14:50:04.333Z] === RUN TestUntarPathWithDestinationFile [2021-08-23T14:50:04.333Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-08-23T14:50:04.333Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-08-23T14:50:04.333Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2021-08-23T14:50:04.333Z] === RUN TestCopyWithTarInvalidSrc [2021-08-23T14:50:04.333Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-08-23T14:50:04.333Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyWithTarSrcFile [2021-08-23T14:50:04.333Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyWithTarSrcFolder [2021-08-23T14:50:04.333Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-08-23T14:50:04.333Z] === RUN TestCopyFileWithTarInvalidSrc [2021-08-23T14:50:04.333Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-08-23T14:50:04.333Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyFileWithTarSrcFolder [2021-08-23T14:50:04.333Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-08-23T14:50:04.333Z] === RUN TestCopyFileWithTarSrcFile [2021-08-23T14:50:04.333Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-08-23T14:50:04.333Z] === RUN TestTarFiles [2021-08-23T14:50:04.791Z] === RUN TestMatch [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[foo]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[bar]_[foo]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[foo_bar]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[qux]_[foo]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[]#01 [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[qux]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[foo_bar_qux]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[qux]_[baz]] [2021-08-23T14:50:04.791Z] === RUN TestMatch/[[foo_baz]] [2021-08-23T14:50:04.791Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-08-23T14:50:04.791Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-08-23T14:50:04.791Z] PASS [2021-08-23T14:50:04.791Z] coverage: 87.5% of statements [2021-08-23T14:50:04.791Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2021-08-23T14:50:04.860Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-08-23T14:50:05.758Z] 2021/08/23 14:50:05 Closing DB instances... [2021-08-23T14:50:05.758Z] === RUN TestChrootTarUntar [2021-08-23T14:50:05.758Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootUntarWithHugeExcludesList [2021-08-23T14:50:05.758Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootUntarEmptyArchive [2021-08-23T14:50:05.758Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootTarUntarWithSymlink [2021-08-23T14:50:05.758Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootCopyWithTar [2021-08-23T14:50:05.758Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootCopyFileWithTar [2021-08-23T14:50:05.758Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootUntarPath [2021-08-23T14:50:05.758Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-08-23T14:50:05.758Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-08-23T14:50:05.758Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:05.758Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:50:05.758Z] === RUN TestChrootApplyDotDotFile [2021-08-23T14:50:05.758Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:06.217Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:50:06.217Z] PASS [2021-08-23T14:50:06.217Z] coverage: 15.4% of statements [2021-08-23T14:50:06.217Z] ok github.com/docker/docker/pkg/chrootarchive 0.107s coverage: 15.4% of statements [2021-08-23T14:50:06.232Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-08-23T14:50:06.676Z] === RUN TestSizeEmpty [2021-08-23T14:50:06.676Z] --- PASS: TestSizeEmpty (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeEmptyFile [2021-08-23T14:50:06.676Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeNonemptyFile [2021-08-23T14:50:06.676Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeNestedDirectoryEmpty [2021-08-23T14:50:06.676Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-08-23T14:50:06.676Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-08-23T14:50:06.676Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestMoveToSubdir [2021-08-23T14:50:06.676Z] --- PASS: TestMoveToSubdir (0.00s) [2021-08-23T14:50:06.676Z] === RUN TestSizeNonExistingDirectory [2021-08-23T14:50:06.676Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-08-23T14:50:06.676Z] PASS [2021-08-23T14:50:06.676Z] coverage: 80.0% of statements [2021-08-23T14:50:06.676Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2021-08-23T14:50:07.167Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-08-23T14:50:07.645Z] --- PASS: TestNetworkDBCRUDTableEntry (4.05s) [2021-08-23T14:50:07.645Z] === RUN TestNetworkDBCRUDTableEntries [2021-08-23T14:50:07.732Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-08-23T14:50:08.104Z] === RUN Test [2021-08-23T14:50:08.104Z] === RUN Test/TestContainsEntry [2021-08-23T14:50:08.104Z] === RUN Test/TestCreateEntries [2021-08-23T14:50:08.104Z] === RUN Test/TestEntriesDiff [2021-08-23T14:50:08.104Z] === RUN Test/TestEntriesEquality [2021-08-23T14:50:08.104Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-08-23T14:50:08.104Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-08-23T14:50:08.104Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-08-23T14:50:08.104Z] === RUN Test/TestGeneratorNotGenerate [2021-08-23T14:50:08.104Z] === RUN Test/TestGeneratorWithPort [2021-08-23T14:50:08.104Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-08-23T14:50:08.104Z] === RUN Test/TestNewEntry [2021-08-23T14:50:08.104Z] === RUN Test/TestParse [2021-08-23T14:50:08.104Z] --- PASS: Test (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestNewEntry (0.00s) [2021-08-23T14:50:08.104Z] --- PASS: Test/TestParse (0.00s) [2021-08-23T14:50:08.104Z] PASS [2021-08-23T14:50:08.104Z] coverage: 58.3% of statements [2021-08-23T14:50:08.104Z] ok github.com/docker/docker/pkg/discovery 0.059s coverage: 58.3% of statements [2021-08-23T14:50:08.297Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-08-23T14:50:08.563Z] --- PASS: TestTarFiles (4.16s) [2021-08-23T14:50:08.563Z] === RUN TestTarUntar [2021-08-23T14:50:08.563Z] --- PASS: TestTarUntar (0.03s) [2021-08-23T14:50:08.563Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-08-23T14:50:08.563Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-08-23T14:50:08.563Z] === RUN TestTarWithOptions [2021-08-23T14:50:08.563Z] --- PASS: TestTarWithOptions (0.02s) [2021-08-23T14:50:08.563Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-08-23T14:50:08.563Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-08-23T14:50:08.563Z] === RUN TestUntarUstarGnuConflict [2021-08-23T14:50:08.563Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-08-23T14:50:08.563Z] === RUN TestUntarInvalidFilenames [2021-08-23T14:50:08.563Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames485918282\\dest" [2021-08-23T14:50:08.563Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-08-23T14:50:08.563Z] === RUN TestUntarHardlinkToSymlink [2021-08-23T14:50:08.563Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-08-23T14:50:08.563Z] === RUN TestUntarInvalidHardlink [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink882162171\\victim\\hello" -> "../victim/hello" [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink402562334\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink889688037\\victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink644064768\\victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink638606687\\victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink008127282\\victim" -> "../victim" [2021-08-23T14:50:08.563Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-08-23T14:50:08.563Z] === RUN TestUntarInvalidSymlink [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink765493481\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink232129332\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink616402691\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink095267462\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink598554157\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink347964840\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:08.563Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink583037671\\dest\\dir\\loophole" -> "../../victim" [2021-08-23T14:50:08.563Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-08-23T14:50:08.563Z] === RUN TestTempArchiveCloseMultipleTimes [2021-08-23T14:50:08.563Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-08-23T14:50:08.563Z] === RUN TestXGlobalNoParent [2021-08-23T14:50:08.563Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-08-23T14:50:08.563Z] === RUN TestReplaceFileTarWrapper [2021-08-23T14:50:08.862Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-08-23T14:50:09.022Z] === RUN Test [2021-08-23T14:50:09.022Z] === RUN Test/TestContent [2021-08-23T14:50:09.022Z] === RUN Test/TestInitialize [2021-08-23T14:50:09.022Z] === RUN Test/TestNew [2021-08-23T14:50:09.022Z] === RUN Test/TestParsingContentsWithComments [2021-08-23T14:50:09.022Z] === RUN Test/TestRegister [2021-08-23T14:50:09.022Z] === RUN Test/TestWatch [2021-08-23T14:50:09.022Z] --- PASS: Test (0.01s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestContent (0.00s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestNew (0.00s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:50:09.022Z] --- PASS: Test/TestWatch (0.01s) [2021-08-23T14:50:09.022Z] PASS [2021-08-23T14:50:09.022Z] coverage: 97.6% of statements [2021-08-23T14:50:09.022Z] ok github.com/docker/docker/pkg/discovery/file 0.043s coverage: 97.6% of statements [2021-08-23T14:50:09.022Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-08-23T14:50:09.022Z] === RUN TestPrefixHeaderReadable [2021-08-23T14:50:09.022Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2021-08-23T14:50:09.022Z] === RUN TestDisablePigz [2021-08-23T14:50:09.022Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-08-23T14:50:09.022Z] --- PASS: TestDisablePigz (0.12s) [2021-08-23T14:50:09.022Z] === RUN TestPigz [2021-08-23T14:50:09.022Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-08-23T14:50:09.022Z] --- PASS: TestPigz (0.15s) [2021-08-23T14:50:09.022Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:50:09.022Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:50:09.022Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:50:09.022Z] === RUN TestCanonicalTarNameForPath [2021-08-23T14:50:09.022Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-08-23T14:50:09.022Z] === RUN TestCanonicalTarName [2021-08-23T14:50:09.022Z] --- PASS: TestCanonicalTarName (0.00s) [2021-08-23T14:50:09.022Z] === RUN TestChmodTarEntry [2021-08-23T14:50:09.022Z] --- PASS: TestChmodTarEntry (0.00s) [2021-08-23T14:50:09.022Z] === RUN TestHardLinkOrder [2021-08-23T14:50:09.427Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-08-23T14:50:09.481Z] --- PASS: TestHardLinkOrder (0.10s) [2021-08-23T14:50:09.481Z] === RUN TestChangeString [2021-08-23T14:50:09.481Z] --- PASS: TestChangeString (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesWithNoChanges [2021-08-23T14:50:09.481Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-08-23T14:50:09.481Z] === RUN TestChangesWithChanges [2021-08-23T14:50:09.481Z] --- PASS: TestChangesWithChanges (0.03s) [2021-08-23T14:50:09.481Z] === RUN TestChangesWithChangesGH13590 [2021-08-23T14:50:09.481Z] changes_test.go:196: needs more investigation [2021-08-23T14:50:09.481Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesDirsEmpty [2021-08-23T14:50:09.481Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:50:09.481Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesDirsMutated [2021-08-23T14:50:09.481Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:50:09.481Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestApplyLayer [2021-08-23T14:50:09.481Z] changes_test.go:433: needs further investigation [2021-08-23T14:50:09.481Z] --- SKIP: TestApplyLayer (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesSizeWithHardlinks [2021-08-23T14:50:09.481Z] changes_test.go:469: needs further investigation [2021-08-23T14:50:09.481Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesSizeWithNoChanges [2021-08-23T14:50:09.481Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-08-23T14:50:09.481Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestChangesSize [2021-08-23T14:50:09.481Z] --- PASS: TestChangesSize (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestApplyLayerInvalidFilenames [2021-08-23T14:50:09.481Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames725388972\\dest" [2021-08-23T14:50:09.481Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-08-23T14:50:09.481Z] === RUN TestApplyLayerInvalidHardlink [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink761051326\\victim\\hello" -> "../victim/hello" [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink087761669\\victim\\hello" -> "/../victim/hello" [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink826392736\\victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink206904703\\victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink025602770\\victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink547195401\\victim" -> "../victim" [2021-08-23T14:50:09.481Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2021-08-23T14:50:09.481Z] === RUN TestApplyLayerInvalidSymlink [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink443693524\\dest\\dotdot" -> "../victim/hello" [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink544557859\\dest\\slash-dotdot" -> "/../victim/hello" [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink480173094\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink287681869\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink391670344\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:09.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink956989703\\dest\\loophole-victim" -> "../victim" [2021-08-23T14:50:09.481Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-08-23T14:50:09.481Z] === RUN TestApplyLayerWhiteouts [2021-08-23T14:50:09.481Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2021-08-23T14:50:09.481Z] === RUN TestGenerateEmptyFile [2021-08-23T14:50:09.481Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-08-23T14:50:09.481Z] === RUN TestGenerateWithContent [2021-08-23T14:50:09.481Z] --- PASS: TestGenerateWithContent (0.00s) [2021-08-23T14:50:09.481Z] PASS [2021-08-23T14:50:09.481Z] coverage: 61.9% of statements [2021-08-23T14:50:09.481Z] ok github.com/docker/docker/pkg/archive 6.576s coverage: 61.9% of statements [2021-08-23T14:50:09.481Z] 2021/08/23 14:50:09 Closing DB instances... [2021-08-23T14:50:10.448Z] === RUN Test [2021-08-23T14:50:10.448Z] === RUN Test/TestInitialize [2021-08-23T14:50:10.448Z] time="2021-08-23T14:50:09Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:50:10.448Z] time="2021-08-23T14:50:10Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:50:10.448Z] time="2021-08-23T14:50:10Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:50:10.448Z] === RUN Test/TestInitializeWithCerts [2021-08-23T14:50:10.448Z] time="2021-08-23T14:50:10Z" level=info msg="Initializing discovery with TLS" [2021-08-23T14:50:10.448Z] === RUN Test/TestWatch [2021-08-23T14:50:10.448Z] time="2021-08-23T14:50:10Z" level=info msg="Initializing discovery without TLS" [2021-08-23T14:50:10.906Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2021-08-23T14:50:10.906Z] === RUN TestNetworkDBNodeLeave [2021-08-23T14:50:11.324Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-08-23T14:50:11.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-08-23T14:50:13.808Z] --- PASS: Test (3.16s) [2021-08-23T14:50:13.808Z] --- PASS: Test/TestInitialize (0.14s) [2021-08-23T14:50:13.808Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-08-23T14:50:13.808Z] --- PASS: Test/TestWatch (3.01s) [2021-08-23T14:50:13.808Z] PASS [2021-08-23T14:50:13.808Z] coverage: 84.1% of statements [2021-08-23T14:50:13.808Z] ok github.com/docker/docker/pkg/discovery/kv 3.205s coverage: 84.1% of statements [2021-08-23T14:50:13.808Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2021-08-23T14:50:13.808Z] === RUN TestNetworkDBWatch [2021-08-23T14:50:14.266Z] === RUN Test [2021-08-23T14:50:14.266Z] === RUN Test/TestWatch [2021-08-23T14:50:14.266Z] --- PASS: Test (0.00s) [2021-08-23T14:50:14.266Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:50:14.266Z] PASS [2021-08-23T14:50:14.266Z] coverage: 92.3% of statements [2021-08-23T14:50:14.266Z] ok github.com/docker/docker/pkg/discovery/memory 0.041s coverage: 92.3% of statements [2021-08-23T14:50:14.415Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-08-23T14:50:14.415Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-08-23T14:50:14.725Z] === RUN Test [2021-08-23T14:50:14.725Z] === RUN Test/TestInitialize [2021-08-23T14:50:14.725Z] === RUN Test/TestInitializeWithPattern [2021-08-23T14:50:14.725Z] === RUN Test/TestRegister [2021-08-23T14:50:14.725Z] === RUN Test/TestWatch [2021-08-23T14:50:14.725Z] --- PASS: Test (0.00s) [2021-08-23T14:50:14.725Z] --- PASS: Test/TestInitialize (0.00s) [2021-08-23T14:50:14.725Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-08-23T14:50:14.725Z] --- PASS: Test/TestRegister (0.00s) [2021-08-23T14:50:14.725Z] --- PASS: Test/TestWatch (0.00s) [2021-08-23T14:50:14.725Z] PASS [2021-08-23T14:50:14.725Z] coverage: 93.8% of statements [2021-08-23T14:50:14.725Z] ok github.com/docker/docker/pkg/discovery/nodes 0.061s coverage: 93.8% of statements [2021-08-23T14:50:14.981Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-08-23T14:50:15.692Z] 2021/08/23 14:50:15 Closing DB instances... [2021-08-23T14:50:15.692Z] === RUN TestPollerAddRemove [2021-08-23T14:50:15.692Z] --- PASS: TestPollerAddRemove (0.00s) [2021-08-23T14:50:15.692Z] === RUN TestPollerEvent [2021-08-23T14:50:15.692Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:50:15.692Z] --- SKIP: TestPollerEvent (0.00s) [2021-08-23T14:50:15.692Z] === RUN TestPollerClose [2021-08-23T14:50:15.692Z] --- PASS: TestPollerClose (0.00s) [2021-08-23T14:50:15.692Z] PASS [2021-08-23T14:50:15.692Z] coverage: 45.7% of statements [2021-08-23T14:50:15.692Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.7% of statements [2021-08-23T14:50:16.659Z] === RUN TestCopyFileWithInvalidSrc [2021-08-23T14:50:16.659Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestCopyFileWithInvalidDest [2021-08-23T14:50:16.659Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestCopyFileWithSameSrcAndDest [2021-08-23T14:50:16.659Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-08-23T14:50:16.659Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2021-08-23T14:50:16.659Z] === RUN TestCopyFile [2021-08-23T14:50:16.659Z] --- PASS: TestCopyFile (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-08-23T14:50:16.659Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:50:16.659Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-08-23T14:50:16.659Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestReadSymlinkedDirectoryToFile [2021-08-23T14:50:16.659Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:50:16.659Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestWildcardMatches [2021-08-23T14:50:16.659Z] --- PASS: TestWildcardMatches (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestPatternMatches [2021-08-23T14:50:16.659Z] --- PASS: TestPatternMatches (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-08-23T14:50:16.659Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-08-23T14:50:16.659Z] === RUN TestPatternMatchesFolderExclusions [2021-08-23T14:50:16.881Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-08-23T14:50:17.118Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-08-23T14:50:17.118Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-08-23T14:50:17.118Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-08-23T14:50:17.118Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-08-23T14:50:17.118Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestSingleExclamationError [2021-08-23T14:50:17.118Z] --- PASS: TestSingleExclamationError (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestMatchesWithNoPatterns [2021-08-23T14:50:17.118Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestMatchesWithMalformedPatterns [2021-08-23T14:50:17.118Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestMatches [2021-08-23T14:50:17.118Z] === RUN TestMatches/MatchesOrParentMatches [2021-08-23T14:50:17.118Z] === RUN TestMatches/MatchesUsingParentResult [2021-08-23T14:50:17.118Z] --- PASS: TestMatches (0.01s) [2021-08-23T14:50:17.118Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-08-23T14:50:17.118Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatterns [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatterns (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatternsExceptionFlag [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCleanPatternsErrorSingleException [2021-08-23T14:50:17.118Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCreateIfNotExistsDir [2021-08-23T14:50:17.118Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestCreateIfNotExistsFile [2021-08-23T14:50:17.118Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-08-23T14:50:17.118Z] === RUN TestMatch [2021-08-23T14:50:17.118Z] --- PASS: TestMatch (0.00s) [2021-08-23T14:50:17.118Z] PASS [2021-08-23T14:50:17.118Z] coverage: 82.2% of statements [2021-08-23T14:50:17.118Z] ok github.com/docker/docker/pkg/fileutils 0.080s coverage: 82.2% of statements [2021-08-23T14:50:17.118Z] --- PASS: TestNetworkDBWatch (3.07s) [2021-08-23T14:50:17.118Z] === RUN TestNetworkDBBulkSync [2021-08-23T14:50:17.446Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-08-23T14:50:17.579Z] === RUN TestGet [2021-08-23T14:50:17.579Z] --- PASS: TestGet (0.00s) [2021-08-23T14:50:17.579Z] === RUN TestGetShortcutString [2021-08-23T14:50:17.579Z] --- PASS: TestGetShortcutString (0.00s) [2021-08-23T14:50:17.579Z] PASS [2021-08-23T14:50:17.579Z] coverage: 42.9% of statements [2021-08-23T14:50:17.579Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2021-08-23T14:50:18.041Z] 2021/08/23 14:50:17 Closing DB instances... [2021-08-23T14:50:18.500Z] === RUN TestCreateIDMapOrder [2021-08-23T14:50:18.500Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-08-23T14:50:18.500Z] PASS [2021-08-23T14:50:18.500Z] coverage: 7.2% of statements [2021-08-23T14:50:18.500Z] ok github.com/docker/docker/pkg/idtools 0.079s coverage: 7.2% of statements [2021-08-23T14:50:18.820Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-08-23T14:50:19.386Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-08-23T14:50:20.037Z] --- PASS: TestNetworkDBBulkSync (2.85s) [2021-08-23T14:50:20.037Z] === RUN TestNetworkDBCRUDMediumCluster [2021-08-23T14:50:20.037Z] === RUN TestFixedBufferCap [2021-08-23T14:50:20.037Z] --- PASS: TestFixedBufferCap (0.00s) [2021-08-23T14:50:20.037Z] === RUN TestFixedBufferLen [2021-08-23T14:50:20.037Z] --- PASS: TestFixedBufferLen (0.00s) [2021-08-23T14:50:20.037Z] === RUN TestFixedBufferString [2021-08-23T14:50:20.037Z] --- PASS: TestFixedBufferString (0.00s) [2021-08-23T14:50:20.037Z] === RUN TestFixedBufferWrite [2021-08-23T14:50:20.037Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-08-23T14:50:20.037Z] === RUN TestFixedBufferRead [2021-08-23T14:50:20.038Z] --- PASS: TestFixedBufferRead (0.00s) [2021-08-23T14:50:20.038Z] === RUN TestBytesPipeRead [2021-08-23T14:50:20.038Z] --- PASS: TestBytesPipeRead (0.00s) [2021-08-23T14:50:20.038Z] === RUN TestBytesPipeWrite [2021-08-23T14:50:20.038Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-08-23T14:50:20.038Z] === RUN TestBytesPipeWriteRandomChunks [2021-08-23T14:50:20.038Z] --- PASS: TestGetAddress (21.77s) [2021-08-23T14:50:20.038Z] === RUN TestRequestSyntaxCheck [2021-08-23T14:50:20.038Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-08-23T14:50:20.038Z] === RUN TestRequest [2021-08-23T14:50:20.496Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2021-08-23T14:50:20.496Z] === RUN TestAtomicWriteToFile [2021-08-23T14:50:20.496Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-08-23T14:50:20.496Z] === RUN TestAtomicWriteSetCommit [2021-08-23T14:50:20.496Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-08-23T14:50:20.496Z] === RUN TestAtomicWriteSetCancel [2021-08-23T14:50:20.496Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-08-23T14:50:20.496Z] === RUN TestReadCloserWrapperClose [2021-08-23T14:50:20.496Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestReaderErrWrapperReadOnError [2021-08-23T14:50:20.496Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestReaderErrWrapperRead [2021-08-23T14:50:20.496Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestCancelReadCloser [2021-08-23T14:50:20.496Z] --- PASS: TestCancelReadCloser (0.10s) [2021-08-23T14:50:20.496Z] === RUN TestWriteCloserWrapperClose [2021-08-23T14:50:20.496Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestNopWriteCloser [2021-08-23T14:50:20.496Z] --- PASS: TestNopWriteCloser (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestNopWriter [2021-08-23T14:50:20.496Z] --- PASS: TestNopWriter (0.00s) [2021-08-23T14:50:20.496Z] === RUN TestWriteCounter [2021-08-23T14:50:20.496Z] --- PASS: TestWriteCounter (0.00s) [2021-08-23T14:50:20.496Z] PASS [2021-08-23T14:50:20.496Z] coverage: 68.3% of statements [2021-08-23T14:50:20.496Z] ok github.com/docker/docker/pkg/ioutils 0.679s coverage: 68.3% of statements [2021-08-23T14:50:20.759Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-08-23T14:50:21.464Z] === RUN TestError [2021-08-23T14:50:21.464Z] --- PASS: TestError (0.00s) [2021-08-23T14:50:21.464Z] === RUN TestProgressString [2021-08-23T14:50:21.464Z] === RUN TestProgressString/no_progress [2021-08-23T14:50:21.464Z] === RUN TestProgressString/progress_1 [2021-08-23T14:50:21.464Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-08-23T14:50:21.464Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-08-23T14:50:21.464Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-08-23T14:50:21.464Z] === RUN TestProgressString/with_units [2021-08-23T14:50:21.464Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-08-23T14:50:21.464Z] === RUN TestProgressString/hide_counts [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/with_units (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-08-23T14:50:21.464Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-08-23T14:50:21.464Z] === RUN TestJSONMessageDisplay [2021-08-23T14:50:21.464Z] --- PASS: TestJSONMessageDisplay (0.15s) [2021-08-23T14:50:21.464Z] === RUN TestJSONMessageDisplayWithJSONError [2021-08-23T14:50:21.464Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-08-23T14:50:21.464Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-08-23T14:50:21.464Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-08-23T14:50:21.464Z] === RUN TestDisplayJSONMessagesStream [2021-08-23T14:50:21.464Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-08-23T14:50:21.464Z] PASS [2021-08-23T14:50:21.464Z] coverage: 91.7% of statements [2021-08-23T14:50:21.464Z] ok github.com/docker/docker/pkg/jsonmessage 0.198s coverage: 91.7% of statements [2021-08-23T14:50:21.923Z] === RUN TestStandardLongPath [2021-08-23T14:50:21.923Z] --- PASS: TestStandardLongPath (0.00s) [2021-08-23T14:50:21.923Z] === RUN TestUNCLongPath [2021-08-23T14:50:21.923Z] --- PASS: TestUNCLongPath (0.00s) [2021-08-23T14:50:21.923Z] PASS [2021-08-23T14:50:21.923Z] coverage: 100.0% of statements [2021-08-23T14:50:21.923Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2021-08-23T14:50:22.891Z] === RUN TestNameFormat [2021-08-23T14:50:22.891Z] --- PASS: TestNameFormat (0.00s) [2021-08-23T14:50:22.891Z] === RUN TestNameRetries [2021-08-23T14:50:22.891Z] --- PASS: TestNameRetries (0.00s) [2021-08-23T14:50:22.891Z] PASS [2021-08-23T14:50:22.891Z] coverage: 85.7% of statements [2021-08-23T14:50:22.891Z] ok github.com/docker/docker/pkg/namesgenerator 0.033s coverage: 85.7% of statements [2021-08-23T14:50:22.891Z] 2021/08/23 14:50:22 Closing DB instances... [2021-08-23T14:50:23.285Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-08-23T14:50:23.285Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-08-23T14:50:23.285Z] docker_cli_run_test.go:4022: unmatched requirement DaemonIsWindows [2021-08-23T14:50:23.285Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-08-23T14:50:23.285Z] docker_cli_run_test.go:4041: unmatched requirement DaemonIsWindows [2021-08-23T14:50:23.285Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-08-23T14:50:23.351Z] === RUN TestParseKeyValueOpt [2021-08-23T14:50:23.351Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-08-23T14:50:23.351Z] === RUN TestParseUintList [2021-08-23T14:50:23.351Z] --- PASS: TestParseUintList (0.00s) [2021-08-23T14:50:23.351Z] === RUN TestParseUintListMaximumLimits [2021-08-23T14:50:23.351Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-08-23T14:50:23.351Z] PASS [2021-08-23T14:50:23.351Z] coverage: 97.0% of statements [2021-08-23T14:50:23.351Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2021-08-23T14:50:23.849Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-08-23T14:50:24.319Z] === RUN TestNewAndRemove [2021-08-23T14:50:24.319Z] --- PASS: TestNewAndRemove (0.00s) [2021-08-23T14:50:24.319Z] === RUN TestRemoveInvalidPath [2021-08-23T14:50:24.319Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-08-23T14:50:24.319Z] PASS [2021-08-23T14:50:24.319Z] coverage: 82.6% of statements [2021-08-23T14:50:24.319Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2021-08-23T14:50:24.681Z] --- PASS: TestServicePlugin (30.46s) [2021-08-23T14:50:24.681Z] === RUN TestServiceUpdateLabel [2021-08-23T14:50:25.223Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-08-23T14:50:25.788Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-08-23T14:50:25.855Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.73s) [2021-08-23T14:50:25.855Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-08-23T14:50:25.855Z] === RUN TestFailedConnection [2021-08-23T14:50:26.054Z] --- PASS: TestServiceUpdateLabel (2.24s) [2021-08-23T14:50:26.054Z] === RUN TestServiceUpdateSecrets [2021-08-23T14:50:26.314Z] === RUN TestParseEmptyInterface [2021-08-23T14:50:26.314Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestParseNonInterfaceType [2021-08-23T14:50:26.314Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestParseWithOneFunction [2021-08-23T14:50:26.314Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestParseWithMultipleFuncs [2021-08-23T14:50:26.314Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestParseWithUnnamedReturn [2021-08-23T14:50:26.314Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestEmbeddedInterface [2021-08-23T14:50:26.314Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestParsedImports [2021-08-23T14:50:26.314Z] --- PASS: TestParsedImports (0.00s) [2021-08-23T14:50:26.314Z] === RUN TestAliasedImports [2021-08-23T14:50:26.314Z] --- PASS: TestAliasedImports (0.00s) [2021-08-23T14:50:26.314Z] PASS [2021-08-23T14:50:26.314Z] coverage: 56.8% of statements [2021-08-23T14:50:26.314Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.060s coverage: 56.8% of statements [2021-08-23T14:50:26.366Z] 2021/08/23 14:50:23 Closing DB instances... [2021-08-23T14:50:26.366Z] --- PASS: TestNetworkDBGarbageCollection (54.03s) [2021-08-23T14:50:26.366Z] === RUN TestFindNode [2021-08-23T14:50:26.366Z] 2021/08/23 14:50:25 Closing DB instances... [2021-08-23T14:50:26.366Z] --- PASS: TestFindNode (0.01s) [2021-08-23T14:50:26.366Z] === RUN TestChangeNodeState [2021-08-23T14:50:26.366Z] 2021/08/23 14:50:25 Closing DB instances... [2021-08-23T14:50:26.366Z] --- PASS: TestChangeNodeState (0.01s) [2021-08-23T14:50:26.366Z] === RUN TestNodeReincarnation [2021-08-23T14:50:26.366Z] 2021/08/23 14:50:25 Closing DB instances... [2021-08-23T14:50:26.728Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-08-23T14:50:26.773Z] 2021/08/23 14:50:26 Closing DB instances... [2021-08-23T14:50:27.232Z] === RUN TestHTTPTransport [2021-08-23T14:50:27.232Z] --- PASS: TestHTTPTransport (0.00s) [2021-08-23T14:50:27.232Z] PASS [2021-08-23T14:50:27.232Z] coverage: 85.7% of statements [2021-08-23T14:50:27.627Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-08-23T14:50:27.627Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-08-23T14:50:27.627Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-08-23T14:50:27.627Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-08-23T14:50:27.627Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-08-23T14:50:27.627Z] Cross building: bundles/cross/windows/amd64 [2021-08-23T14:50:27.627Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-08-23T14:50:27.627Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-08-23T14:50:27.691Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2021-08-23T14:50:27.691Z] --- PASS: TestRequest (7.73s) [2021-08-23T14:50:27.691Z] === RUN TestOverlappingRequests [2021-08-23T14:50:27.691Z] --- PASS: TestFailedConnection (2.04s) [2021-08-23T14:50:27.691Z] === RUN TestFailOnce [2021-08-23T14:50:28.150Z] --- PASS: TestOverlappingRequests (0.37s) [2021-08-23T14:50:28.150Z] === RUN TestRelease [2021-08-23T14:50:28.150Z] 2021/08/23 14:50:27 http: panic serving 127.0.0.1:49289: Plugin not ready [2021-08-23T14:50:28.150Z] goroutine 34 [running]: [2021-08-23T14:50:28.150Z] net/http.(*conn).serve.func1(0xc00018c000) [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-08-23T14:50:28.150Z] panic(0xc55280, 0xd6c690) [2021-08-23T14:50:28.150Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-08-23T14:50:28.150Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0xd7cd50, 0xc0001580e0, 0xc0001a2000) [2021-08-23T14:50:28.150Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-08-23T14:50:28.150Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0xd7cd50, 0xc0001580e0, 0xc0001a2000) [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-08-23T14:50:28.150Z] net/http.(*ServeMux).ServeHTTP(0xc00007c8c0, 0xd7cd50, 0xc0001580e0, 0xc0001a2000) [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-08-23T14:50:28.150Z] net/http.serverHandler.ServeHTTP(0xc000158000, 0xd7cd50, 0xc0001580e0, 0xc0001a2000) [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-08-23T14:50:28.150Z] net/http.(*conn).serve(0xc00018c000, 0xd7d940, 0xc000198000) [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-08-23T14:50:28.150Z] created by net/http.(*Server).Serve [2021-08-23T14:50:28.150Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-08-23T14:50:28.150Z] time="2021-08-23T14:50:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2021-08-23T14:50:28.150Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:50:28.150Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestBufioReaderPoolPutAndGet [2021-08-23T14:50:28.150Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-08-23T14:50:28.150Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-08-23T14:50:28.150Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestBufioWriterPoolPutAndGet [2021-08-23T14:50:28.150Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-08-23T14:50:28.150Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-08-23T14:50:28.150Z] === RUN TestBufferPoolPutAndGet [2021-08-23T14:50:28.150Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-08-23T14:50:28.150Z] PASS [2021-08-23T14:50:28.150Z] coverage: 88.2% of statements [2021-08-23T14:50:28.150Z] ok github.com/docker/docker/pkg/pools 0.045s coverage: 88.2% of statements [2021-08-23T14:50:28.150Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2021-08-23T14:50:28.150Z] === RUN TestNetworkDBGarbageCollection [2021-08-23T14:50:28.609Z] === RUN TestOutputOnPrematureClose [2021-08-23T14:50:28.609Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-08-23T14:50:28.609Z] === RUN TestCompleteSilently [2021-08-23T14:50:28.609Z] --- PASS: TestCompleteSilently (0.00s) [2021-08-23T14:50:28.609Z] PASS [2021-08-23T14:50:28.609Z] coverage: 75.9% of statements [2021-08-23T14:50:28.609Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2021-08-23T14:50:29.068Z] --- PASS: TestFailOnce (1.15s) [2021-08-23T14:50:29.068Z] === RUN TestEchoInputOutput [2021-08-23T14:50:29.068Z] --- PASS: TestEchoInputOutput (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestBackoff [2021-08-23T14:50:29.068Z] --- PASS: TestBackoff (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestAbortRetry [2021-08-23T14:50:29.068Z] --- PASS: TestAbortRetry (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestClientScheme [2021-08-23T14:50:29.068Z] --- PASS: TestClientScheme (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestNewClientWithTimeout [2021-08-23T14:50:29.068Z] === RUN TestSendToOneSub [2021-08-23T14:50:29.068Z] --- PASS: TestSendToOneSub (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestSendToMultipleSubs [2021-08-23T14:50:29.068Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestEvictOneSub [2021-08-23T14:50:29.068Z] --- PASS: TestEvictOneSub (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestClosePublisher [2021-08-23T14:50:29.068Z] --- PASS: TestClosePublisher (0.00s) [2021-08-23T14:50:29.068Z] === RUN TestPubSubRace [2021-08-23T14:50:29.268Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-08-23T14:50:29.268Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-08-23T14:50:29.525Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-08-23T14:50:29.527Z] --- PASS: TestRelease (1.38s) [2021-08-23T14:50:29.527Z] === RUN TestAllocateRandomDeallocate [2021-08-23T14:50:29.527Z] time="2021-08-23T14:50:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-08-23T14:50:30.496Z] --- PASS: TestPubSubRace (1.06s) [2021-08-23T14:50:30.496Z] PASS [2021-08-23T14:50:30.496Z] coverage: 75.0% of statements [2021-08-23T14:50:30.496Z] ok github.com/docker/docker/pkg/pubsub 1.097s coverage: 75.0% of statements [2021-08-23T14:50:30.898Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-08-23T14:50:30.955Z] === RUN TestRegister [2021-08-23T14:50:30.955Z] --- PASS: TestRegister (0.00s) [2021-08-23T14:50:30.955Z] === RUN TestCommand [2021-08-23T14:50:30.955Z] --- PASS: TestCommand (0.04s) [2021-08-23T14:50:30.955Z] === RUN TestNaiveSelf [2021-08-23T14:50:30.955Z] --- PASS: TestNaiveSelf (0.03s) [2021-08-23T14:50:30.955Z] PASS [2021-08-23T14:50:30.955Z] coverage: 82.4% of statements [2021-08-23T14:50:30.955Z] ok github.com/docker/docker/pkg/reexec 0.106s coverage: 82.4% of statements [2021-08-23T14:50:30.955Z] time="2021-08-23T14:50:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-08-23T14:50:31.059Z] --- PASS: TestNodeReincarnation (5.01s) [2021-08-23T14:50:31.059Z] === RUN TestParallelCreate [2021-08-23T14:50:31.059Z] 2021/08/23 14:50:30 Closing DB instances... [2021-08-23T14:50:31.059Z] --- PASS: TestParallelCreate (0.01s) [2021-08-23T14:50:31.059Z] === RUN TestParallelDelete [2021-08-23T14:50:31.059Z] 2021/08/23 14:50:30 Closing DB instances... [2021-08-23T14:50:31.059Z] --- PASS: TestParallelDelete (0.01s) [2021-08-23T14:50:31.059Z] === RUN TestNetworkDBIslands [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8435ca83e526 with config:&{NodeID:8435ca83e526 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 8435ca83e526/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 8435ca83e526/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4bb94ca839d4 with config:&{NodeID:4bb94ca839d4 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=debug msg="memberlist: Stream connection from=[::1]:49417" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 8435ca83e526/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=info msg="Node 8435ca83e526/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-08-23T14:50:31.059Z] time="2021-08-23T14:50:30Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49418" [2021-08-23T14:50:31.414Z] === RUN TestDump [2021-08-23T14:50:31.414Z] goroutine 19 [running]: [2021-08-23T14:50:31.414Z] github.com/docker/docker/pkg/stack.dump(0xc0000d0010, 0x152ee9a0, 0x4b2e1b28fc0) [2021-08-23T14:50:31.414Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:50:31.414Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-08-23T14:50:31.414Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-08-23T14:50:31.414Z] github.com/docker/docker/pkg/stack.TestDump(0xc000084600) [2021-08-23T14:50:31.414Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e [2021-08-23T14:50:31.414Z] testing.tRunner(0xc000084600, 0x1085ea0) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:50:31.414Z] created by testing.(*T).Run [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:50:31.414Z] [2021-08-23T14:50:31.414Z] goroutine 1 [chan receive]: [2021-08-23T14:50:31.414Z] testing.(*T).Run(0xc000084600, 0x10785d8, 0x8, 0x1085ea0, 0xeea18d) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:50:31.414Z] testing.runTests.func1(0xc000084480) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:50:31.414Z] testing.tRunner(0xc000084480, 0xc0000cdda8) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:50:31.414Z] testing.runTests(0xc0000a0060, 0x11cb220, 0x3, 0x3, 0xc0410be3d52694d0, 0x8bb30ca899, 0x11cfc80, 0x1079e28) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:50:31.414Z] testing.(*M).Run(0xc0000dc080, 0x0) [2021-08-23T14:50:31.414Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:50:31.414Z] main.main() [2021-08-23T14:50:31.414Z] _testmain.go:95 +0x1c8 [2021-08-23T14:50:31.414Z] --- PASS: TestDump (0.00s) [2021-08-23T14:50:31.414Z] === RUN TestDumpToFile [2021-08-23T14:50:31.519Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:31.519Z] time="2021-08-23T14:50:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:de8729ef1556 with config:&{NodeID:de8729ef1556 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:31.519Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.519Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49420" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node 8435ca83e526/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node 8435ca83e526/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-08-23T14:50:31.520Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49421" [2021-08-23T14:50:31.831Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-08-23T14:50:31.831Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-08-23T14:50:31.831Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-08-23T14:50:31.873Z] --- PASS: TestDumpToFile (0.12s) [2021-08-23T14:50:31.873Z] === RUN TestDumpToFileWithEmptyInput [2021-08-23T14:50:31.873Z] goroutine 21 [running]: [2021-08-23T14:50:31.873Z] github.com/docker/docker/pkg/stack.dump(0xc0000d0010, 0x438, 0xf643c0) [2021-08-23T14:50:31.873Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f [2021-08-23T14:50:31.873Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0) [2021-08-23T14:50:31.873Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5 [2021-08-23T14:50:31.873Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000084a80) [2021-08-23T14:50:31.873Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34 [2021-08-23T14:50:31.873Z] testing.tRunner(0xc000084a80, 0x1085e90) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:50:31.873Z] created by testing.(*T).Run [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1238 +0x2b3 [2021-08-23T14:50:31.873Z] [2021-08-23T14:50:31.873Z] goroutine 1 [chan receive]: [2021-08-23T14:50:31.873Z] testing.(*T).Run(0xc000084a80, 0x107f08c, 0x1c, 0x1085e90, 0xeea101) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1239 +0x2da [2021-08-23T14:50:31.873Z] testing.runTests.func1(0xc000084480) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1511 +0x7f [2021-08-23T14:50:31.873Z] testing.tRunner(0xc000084480, 0xc0000cdda8) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1193 +0xef [2021-08-23T14:50:31.873Z] testing.runTests(0xc0000a0060, 0x11cb220, 0x3, 0x3, 0xc0410be3d52694d0, 0x8bb30ca899, 0x11cfc80, 0x1079e28) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1509 +0x310 [2021-08-23T14:50:31.873Z] testing.(*M).Run(0xc0000dc080, 0x0) [2021-08-23T14:50:31.873Z] c:/go/src/testing/testing.go:1417 +0x1f5 [2021-08-23T14:50:31.873Z] main.main() [2021-08-23T14:50:31.873Z] _testmain.go:95 +0x1c8 [2021-08-23T14:50:31.873Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-08-23T14:50:31.873Z] PASS [2021-08-23T14:50:31.873Z] coverage: 90.9% of statements [2021-08-23T14:50:31.873Z] ok github.com/docker/docker/pkg/stack 0.153s coverage: 90.9% of statements [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:73cdfbc9d69e with config:&{NodeID:73cdfbc9d69e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49422" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node de8729ef1556/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 8435ca83e526/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=info msg="Node 8435ca83e526/172.24.127.171, added to nodes list" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-08-23T14:50:31.980Z] time="2021-08-23T14:50:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49423" [2021-08-23T14:50:32.331Z] === RUN TestNewStdWriter [2021-08-23T14:50:32.331Z] --- PASS: TestNewStdWriter (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestWriteWithUninitializedStdWriter [2021-08-23T14:50:32.331Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestWriteWithNilBytes [2021-08-23T14:50:32.331Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestWrite [2021-08-23T14:50:32.331Z] --- PASS: TestWrite (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestWriteWithWriterError [2021-08-23T14:50:32.331Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-08-23T14:50:32.331Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyWriteAndRead [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyWithInvalidInputHeader [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyWithCorruptedPrefix [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyReturnsWriteErrors [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-08-23T14:50:32.331Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-08-23T14:50:32.331Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-08-23T14:50:32.331Z] PASS [2021-08-23T14:50:32.331Z] coverage: 100.0% of statements [2021-08-23T14:50:32.331Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2021-08-23T14:50:32.396Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-08-23T14:50:32.396Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:ea75202fee76 with config:&{NodeID:ea75202fee76 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49425" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node de8729ef1556/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node de8729ef1556/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 8435ca83e526/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 8435ca83e526/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49426" [2021-08-23T14:50:32.439Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-08-23T14:50:32.789Z] === RUN TestRawProgressFormatterFormatStatus [2021-08-23T14:50:32.790Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-08-23T14:50:32.790Z] === RUN TestRawProgressFormatterFormatProgress [2021-08-23T14:50:32.790Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-08-23T14:50:32.790Z] === RUN TestFormatStatus [2021-08-23T14:50:32.790Z] --- PASS: TestFormatStatus (0.00s) [2021-08-23T14:50:32.790Z] === RUN TestFormatError [2021-08-23T14:50:32.790Z] --- PASS: TestFormatError (0.00s) [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:32.898Z] networkdb_test.go:836: Re-joining: 3 [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="The new bootstrap node list is:[172.24.127.171:10033 172.24.127.171:10034 172.24.127.171:10035]" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10033" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49427" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10034" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49428" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10035" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49429" [2021-08-23T14:50:32.898Z] networkdb_test.go:836: Re-joining: 4 [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=info msg="The new bootstrap node list is:[172.24.127.171:10033 172.24.127.171:10034 172.24.127.171:10035]" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10033" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49430" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49431" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10034" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10035" [2021-08-23T14:50:32.898Z] time="2021-08-23T14:50:32Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49432" [2021-08-23T14:50:33.248Z] === RUN TestFormatJSONError [2021-08-23T14:50:33.248Z] --- PASS: TestFormatJSONError (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestJsonProgressFormatterFormatProgress [2021-08-23T14:50:33.248Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestJsonProgressFormatterFormatStatus [2021-08-23T14:50:33.248Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestNewJSONProgressOutput [2021-08-23T14:50:33.248Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestAuxFormatterEmit [2021-08-23T14:50:33.248Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestStreamWriterStdout [2021-08-23T14:50:33.248Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-08-23T14:50:33.248Z] === RUN TestStreamWriterStderr [2021-08-23T14:50:33.248Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-08-23T14:50:33.248Z] PASS [2021-08-23T14:50:33.248Z] coverage: 66.2% of statements [2021-08-23T14:50:33.248Z] ok github.com/docker/docker/pkg/streamformatter 0.044s coverage: 66.2% of statements [2021-08-23T14:50:33.248Z] --- PASS: TestAllocateRandomDeallocate (3.85s) [2021-08-23T14:50:33.248Z] === RUN TestRetrieveFromStore [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node 0 leaving" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node3(de8729ef1556): Node leave event for 8435ca83e526/172.24.127.171" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node4(73cdfbc9d69e): Node leave event for 8435ca83e526/172.24.127.171" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node5(ea75202fee76): Node leave event for 8435ca83e526/172.24.127.171" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node1(8435ca83e526): Node leave event for 8435ca83e526/172.24.127.171" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.356Z] time="2021-08-23T14:50:33Z" level=info msg="node2(4bb94ca839d4): Node leave event for 8435ca83e526/172.24.127.171" [2021-08-23T14:50:33.707Z] === RUN TestGenerateRandomID [2021-08-23T14:50:33.707Z] --- PASS: TestGenerateRandomID (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestShortenId [2021-08-23T14:50:33.707Z] --- PASS: TestShortenId (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestShortenSha256Id [2021-08-23T14:50:33.707Z] --- PASS: TestShortenSha256Id (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestShortenIdEmpty [2021-08-23T14:50:33.707Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestShortenIdInvalid [2021-08-23T14:50:33.707Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestIsShortIDNonHex [2021-08-23T14:50:33.707Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-08-23T14:50:33.707Z] === RUN TestIsShortIDNotCorrectSize [2021-08-23T14:50:33.707Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-08-23T14:50:33.707Z] PASS [2021-08-23T14:50:33.707Z] coverage: 70.6% of statements [2021-08-23T14:50:33.707Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2021-08-23T14:50:33.707Z] time="2021-08-23T14:50:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-08-23T14:50:33.767Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-08-23T14:50:33.767Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 8435ca83e526/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="node 1 leaving" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="node4(73cdfbc9d69e): Node leave event for 4bb94ca839d4/172.24.127.171" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="node5(ea75202fee76): Node leave event for 4bb94ca839d4/172.24.127.171" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, left gossip cluster" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4 change state NodeActive --> NodeFailed" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, added to failed nodes list" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=error msg="node: 4bb94ca839d4 is unknown to memberlist" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4 change state NodeActive --> NodeLeft" [2021-08-23T14:50:33.815Z] time="2021-08-23T14:50:33Z" level=info msg="node3(de8729ef1556): Node leave event for 4bb94ca839d4/172.24.127.171" [2021-08-23T14:50:34.166Z] === RUN TestIsCpusetListAvailable [2021-08-23T14:50:34.166Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-08-23T14:50:34.166Z] PASS [2021-08-23T14:50:34.166Z] coverage: 39.4% of statements [2021-08-23T14:50:34.166Z] ok github.com/docker/docker/pkg/sysinfo 0.045s coverage: 39.4% of statements [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:33Z" level=info msg="Node 4bb94ca839d4/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="node 2 leaving" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556 change state NodeActive --> NodeLeft" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="node4(73cdfbc9d69e): Node leave event for de8729ef1556/172.24.127.171" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556 change state NodeActive --> NodeLeft" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="node5(ea75202fee76): Node leave event for de8729ef1556/172.24.127.171" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556 change state NodeActive --> NodeLeft" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="node3(de8729ef1556): Node leave event for de8729ef1556/172.24.127.171" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=debug msg="memberlist: Failed ping: ea75202fee76 (timeout reached)" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.127.171:10036: use of closed network connection" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.127.171:10035: use of closed network connection" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.127.171:10034: use of closed network connection" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49435" [2021-08-23T14:50:34.273Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.332Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-08-23T14:50:34.624Z] --- PASS: TestRetrieveFromStore (1.22s) [2021-08-23T14:50:34.624Z] === RUN TestRequestReleaseAddressDuplicate [2021-08-23T14:50:34.624Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-08-23T14:50:34.624Z] === RUN TestParallelPredefinedRequest1 [2021-08-23T14:50:34.624Z] === PAUSE TestParallelPredefinedRequest1 [2021-08-23T14:50:34.624Z] === RUN TestParallelPredefinedRequest2 [2021-08-23T14:50:34.624Z] === PAUSE TestParallelPredefinedRequest2 [2021-08-23T14:50:34.624Z] === RUN TestParallelPredefinedRequest3 [2021-08-23T14:50:34.624Z] === PAUSE TestParallelPredefinedRequest3 [2021-08-23T14:50:34.624Z] === RUN TestParallelPredefinedRequest4 [2021-08-23T14:50:34.624Z] === PAUSE TestParallelPredefinedRequest4 [2021-08-23T14:50:34.624Z] === RUN TestParallelPredefinedRequest5 [2021-08-23T14:50:34.624Z] === PAUSE TestParallelPredefinedRequest5 [2021-08-23T14:50:34.624Z] === RUN TestDebug [2021-08-23T14:50:34.624Z] --- PASS: TestDebug (0.00s) [2021-08-23T14:50:34.624Z] === RUN TestRequestPoolParallel [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node de8729ef1556/172.24.127.171, left gossip cluster" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=warning msg="memberlist: Was able to connect to ea75202fee76 but other probes failed, network may be misconfigured" [2021-08-23T14:50:34.732Z] networkdb_test.go:868: node5: OK [2021-08-23T14:50:34.732Z] networkdb_test.go:868: node4: OK [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="node 0 coming back" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:af8254fb91ce with config:&{NodeID:af8254fb91ce Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node af8254fb91ce/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node af8254fb91ce/172.24.127.171, added to nodes list" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="node 1 coming back" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:410cce6eb09f with config:&{NodeID:410cce6eb09f Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node 410cce6eb09f/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node 410cce6eb09f/172.24.127.171, added to nodes list" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="node 2 coming back" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e9c570d832d9 with config:&{NodeID:e9c570d832d9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node e9c570d832d9/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:34.732Z] time="2021-08-23T14:50:34Z" level=info msg="Node e9c570d832d9/172.24.127.171, added to nodes list" [2021-08-23T14:50:35.082Z] --- PASS: TestRequestPoolParallel (0.47s) [2021-08-23T14:50:35.082Z] === RUN TestFullAllocateRelease [2021-08-23T14:50:35.190Z] time="2021-08-23T14:50:35Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:35.265Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-08-23T14:50:35.541Z] --- PASS: TestFullAllocateRelease (0.42s) [2021-08-23T14:50:35.541Z] === RUN TestOddAllocateRelease [2021-08-23T14:50:35.541Z] --- PASS: TestOddAllocateRelease (0.25s) [2021-08-23T14:50:35.541Z] === RUN TestFullAllocateSerialReleaseParallel [2021-08-23T14:50:35.541Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-08-23T14:50:35.541Z] === RUN TestOddAllocateSerialReleaseParallel [2021-08-23T14:50:35.541Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-08-23T14:50:35.541Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-08-23T14:50:35.999Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest1 [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest4 [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest1 [2021-08-23T14:50:35.999Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest5 [2021-08-23T14:50:35.999Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest3 [2021-08-23T14:50:35.999Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest2 [2021-08-23T14:50:35.999Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:35.999Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:50:35.999Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:50:35.999Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:50:35.999Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:50:35.999Z] === CONT TestParallelPredefinedRequest4 [2021-08-23T14:50:35.999Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:35.999Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:50:35.999Z] PASS [2021-08-23T14:50:35.999Z] coverage: 85.3% of statements [2021-08-23T14:50:36.000Z] ok github.com/docker/docker/libnetwork/ipam 46.302s coverage: 85.3% of statements [2021-08-23T14:50:36.000Z] === RUN TestChtimes [2021-08-23T14:50:36.000Z] --- PASS: TestChtimes (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestChtimesWindows [2021-08-23T14:50:36.000Z] --- PASS: TestChtimesWindows (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-08-23T14:50:36.000Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestEnsureRemoveAllNotExist [2021-08-23T14:50:36.000Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestEnsureRemoveAllWithDir [2021-08-23T14:50:36.000Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestEnsureRemoveAllWithFile [2021-08-23T14:50:36.000Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-08-23T14:50:36.000Z] === RUN TestHasWin32KSupport [2021-08-23T14:50:36.000Z] syscall_windows_test.go:8: win32k: true [2021-08-23T14:50:36.000Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-08-23T14:50:36.000Z] PASS [2021-08-23T14:50:36.000Z] coverage: 12.9% of statements [2021-08-23T14:50:36.000Z] ok github.com/docker/docker/pkg/system 0.062s coverage: 12.9% of statements [2021-08-23T14:50:36.160Z] time="2021-08-23T14:50:36Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:36.199Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-08-23T14:50:36.967Z] === RUN TestTailFile [2021-08-23T14:50:36.967Z] --- PASS: TestTailFile (0.00s) [2021-08-23T14:50:36.967Z] === RUN TestTailFileManyLines [2021-08-23T14:50:36.967Z] --- PASS: TestTailFileManyLines (0.00s) [2021-08-23T14:50:36.967Z] === RUN TestTailEmptyFile [2021-08-23T14:50:36.967Z] --- PASS: TestTailEmptyFile (0.00s) [2021-08-23T14:50:36.967Z] === RUN TestTailNegativeN [2021-08-23T14:50:36.967Z] --- PASS: TestTailNegativeN (0.00s) [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/2_byte_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/no_delimiter [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/4_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/12_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/single_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/8_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/2_byte_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:50:36.967Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.967Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.968Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.969Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.970Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.970Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.970Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.971Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:36.971Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.972Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:36.972Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.132Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-08-23T14:50:37.132Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-08-23T14:50:37.389Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-08-23T14:50:37.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.431Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-08-23T14:50:37.432Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-08-23T14:50:37.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.433Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.434Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-08-23T14:50:37.435Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-08-23T14:50:37.435Z] PASS [2021-08-23T14:50:37.435Z] coverage: 88.6% of statements [2021-08-23T14:50:37.435Z] ok github.com/docker/docker/pkg/tailfile 0.184s coverage: 88.6% of statements [2021-08-23T14:50:37.647Z] === RUN TestDockerSuite/TestRunEnvironment [2021-08-23T14:50:37.697Z] time="2021-08-23T14:50:37Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:37.894Z] === RUN TestTarSumRemoveNonExistent [2021-08-23T14:50:37.894Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-08-23T14:50:37.894Z] === RUN TestTarSumRemove [2021-08-23T14:50:37.894Z] --- PASS: TestTarSumRemove (0.00s) [2021-08-23T14:50:37.894Z] === RUN TestSortFileInfoSums [2021-08-23T14:50:37.895Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-08-23T14:50:37.895Z] === RUN TestNewTarSumForLabelInvalid [2021-08-23T14:50:37.895Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-08-23T14:50:37.895Z] === RUN TestNewTarSumForLabel [2021-08-23T14:50:37.895Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-08-23T14:50:37.895Z] === RUN TestEmptyTar [2021-08-23T14:50:37.895Z] --- PASS: TestEmptyTar (0.00s) [2021-08-23T14:50:37.895Z] === RUN TestTarSumsReadSize [2021-08-23T14:50:37.895Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-08-23T14:50:37.895Z] === RUN TestTarSums [2021-08-23T14:50:37.895Z] time="2021-08-23T14:50:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-08-23T14:50:38.157Z] time="2021-08-23T14:50:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.127.171:10033 172.24.127.171:10034 172.24.127.171:10035]" [2021-08-23T14:50:38.157Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:38.213Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-08-23T14:50:38.353Z] --- PASS: TestTarSums (0.06s) [2021-08-23T14:50:38.353Z] === RUN TestIteration [2021-08-23T14:50:38.353Z] --- PASS: TestIteration (0.00s) [2021-08-23T14:50:38.353Z] === RUN TestVersionLabelForChecksum [2021-08-23T14:50:38.353Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-08-23T14:50:38.353Z] === RUN TestVersion [2021-08-23T14:50:38.353Z] --- PASS: TestVersion (0.00s) [2021-08-23T14:50:38.353Z] === RUN TestGetVersion [2021-08-23T14:50:38.353Z] --- PASS: TestGetVersion (0.00s) [2021-08-23T14:50:38.353Z] === RUN TestGetVersions [2021-08-23T14:50:38.353Z] --- PASS: TestGetVersions (0.00s) [2021-08-23T14:50:38.353Z] PASS [2021-08-23T14:50:38.353Z] coverage: 89.3% of statements [2021-08-23T14:50:38.353Z] ok github.com/docker/docker/pkg/tarsum 0.122s coverage: 89.3% of statements [2021-08-23T14:50:38.616Z] time="2021-08-23T14:50:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.127.171:10033 172.24.127.171:10034 172.24.127.171:10035]" [2021-08-23T14:50:38.779Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-08-23T14:50:38.812Z] testing: warning: no tests to run [2021-08-23T14:50:38.813Z] PASS [2021-08-23T14:50:38.813Z] coverage: [no statements] [2021-08-23T14:50:38.813Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10033" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49440" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, is the new incarnation of the shutdown node 8435ca83e526/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49441" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10034" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, is the new incarnation of the shutdown node 8435ca83e526/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, is the new incarnation of the shutdown node 4bb94ca839d4/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10035" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49442" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node af8254fb91ce/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node ea75202fee76/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, is the new incarnation of the shutdown node de8729ef1556/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, is the new incarnation of the shutdown node 4bb94ca839d4/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node 410cce6eb09f/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, is the new incarnation of the shutdown node de8729ef1556/172.24.127.171" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.076Z] time="2021-08-23T14:50:38Z" level=info msg="Node e9c570d832d9/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.272Z] === RUN TestTruncIndex [2021-08-23T14:50:39.272Z] --- PASS: TestTruncIndex (0.11s) [2021-08-23T14:50:39.272Z] PASS [2021-08-23T14:50:39.272Z] coverage: 91.5% of statements [2021-08-23T14:50:39.272Z] ok github.com/docker/docker/pkg/truncindex 0.152s coverage: 91.5% of statements [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=info msg="Node e9c570d832d9/172.24.127.171, joined gossip cluster" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=info msg="Node e9c570d832d9/172.24.127.171, added to nodes list" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10033" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49444" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10034" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49445" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.127.171:10035" [2021-08-23T14:50:39.535Z] time="2021-08-23T14:50:39Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49446" [2021-08-23T14:50:39.712Z] === RUN TestDockerSuite/TestRunExitCode [2021-08-23T14:50:39.732Z] === RUN TestIsGIT [2021-08-23T14:50:39.732Z] --- PASS: TestIsGIT (0.00s) [2021-08-23T14:50:39.732Z] === RUN TestIsTransport [2021-08-23T14:50:39.732Z] --- PASS: TestIsTransport (0.00s) [2021-08-23T14:50:39.732Z] PASS [2021-08-23T14:50:39.732Z] coverage: 100.0% of statements [2021-08-23T14:50:39.732Z] ok github.com/docker/docker/pkg/urlutil 0.046s coverage: 100.0% of statements [2021-08-23T14:50:39.994Z] 2021/08/23 14:50:39 Closing DB instances... [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="Node af8254fb91ce change state NodeActive --> NodeLeft" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="node5(ea75202fee76): Node leave event for af8254fb91ce/172.24.127.171" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="Node af8254fb91ce change state NodeActive --> NodeLeft" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="node4(73cdfbc9d69e): Node leave event for af8254fb91ce/172.24.127.171" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="Node af8254fb91ce change state NodeActive --> NodeLeft" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="node2(410cce6eb09f): Node leave event for af8254fb91ce/172.24.127.171" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="Node af8254fb91ce change state NodeActive --> NodeLeft" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="node3(e9c570d832d9): Node leave event for af8254fb91ce/172.24.127.171" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="Node af8254fb91ce change state NodeActive --> NodeLeft" [2021-08-23T14:50:39.994Z] time="2021-08-23T14:50:39Z" level=info msg="node1(af8254fb91ce): Node leave event for af8254fb91ce/172.24.127.171" [2021-08-23T14:50:40.191Z] === RUN TestVersionInfo [2021-08-23T14:50:40.191Z] --- PASS: TestVersionInfo (0.00s) [2021-08-23T14:50:40.191Z] === RUN TestAppendVersions [2021-08-23T14:50:40.191Z] --- PASS: TestAppendVersions (0.00s) [2021-08-23T14:50:40.191Z] PASS [2021-08-23T14:50:40.191Z] coverage: 88.9% of statements [2021-08-23T14:50:40.191Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2021-08-23T14:50:40.278Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node af8254fb91ce/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node af8254fb91ce/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node af8254fb91ce/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node af8254fb91ce/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node af8254fb91ce/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="node5(ea75202fee76): Node leave event for 410cce6eb09f/172.24.127.171" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="node3(e9c570d832d9): Node leave event for 410cce6eb09f/172.24.127.171" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="node4(73cdfbc9d69e): Node leave event for 410cce6eb09f/172.24.127.171" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.453Z] time="2021-08-23T14:50:40Z" level=info msg="node2(410cce6eb09f): Node leave event for 410cce6eb09f/172.24.127.171" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node 410cce6eb09f/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9 change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="node4(73cdfbc9d69e): Node leave event for e9c570d832d9/172.24.127.171" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9 change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="node5(ea75202fee76): Node leave event for e9c570d832d9/172.24.127.171" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9 change state NodeActive --> NodeLeft" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="node3(e9c570d832d9): Node leave event for e9c570d832d9/172.24.127.171" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.912Z] time="2021-08-23T14:50:40Z" level=info msg="Node e9c570d832d9/172.24.127.171, left gossip cluster" [2021-08-23T14:50:40.925Z] --- PASS: TestServiceUpdateSecrets (14.61s) [2021-08-23T14:50:40.925Z] === RUN TestServiceUpdateConfigs [2021-08-23T14:50:41.211Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-08-23T14:50:41.371Z] time="2021-08-23T14:50:41Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:41.371Z] time="2021-08-23T14:50:41Z" level=debug msg="memberlist: Failed ping: 73cdfbc9d69e (timeout reached)" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.127.171:10035: use of closed network connection" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.127.171:10037: use of closed network connection" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=debug msg="memberlist: Stream connection from=172.24.127.171:49449" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=info msg="Node 73cdfbc9d69e change state NodeActive --> NodeLeft" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=info msg="node5(ea75202fee76): Node leave event for 73cdfbc9d69e/172.24.127.171" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=info msg="Node 73cdfbc9d69e change state NodeActive --> NodeLeft" [2021-08-23T14:50:41.372Z] time="2021-08-23T14:50:41Z" level=info msg="node4(73cdfbc9d69e): Node leave event for 73cdfbc9d69e/172.24.127.171" [2021-08-23T14:50:41.831Z] time="2021-08-23T14:50:41Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, left gossip cluster" [2021-08-23T14:50:41.831Z] time="2021-08-23T14:50:41Z" level=warning msg="memberlist: Was able to connect to 73cdfbc9d69e but other probes failed, network may be misconfigured" [2021-08-23T14:50:42.144Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-08-23T14:50:42.144Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-08-23T14:50:42.291Z] time="2021-08-23T14:50:41Z" level=info msg="Node 73cdfbc9d69e/172.24.127.171, left gossip cluster" [2021-08-23T14:50:42.291Z] time="2021-08-23T14:50:42Z" level=debug msg="memberlist: Failed to join 172.24.127.171: dial tcp 172.24.127.171:10017: connectex: No connection could be made because the target machine actively refused it." [2021-08-23T14:50:42.291Z] time="2021-08-23T14:50:42Z" level=info msg="Node ea75202fee76/172.24.127.171, left gossip cluster" [2021-08-23T14:50:42.291Z] time="2021-08-23T14:50:42Z" level=info msg="Node ea75202fee76 change state NodeActive --> NodeFailed" [2021-08-23T14:50:42.291Z] time="2021-08-23T14:50:42Z" level=info msg="Node ea75202fee76/172.24.127.171, added to failed nodes list" [2021-08-23T14:50:42.291Z] --- PASS: TestNetworkDBIslands (11.66s) [2021-08-23T14:50:42.291Z] PASS [2021-08-23T14:50:42.291Z] coverage: 60.5% of statements [2021-08-23T14:50:42.291Z] ok github.com/docker/docker/libnetwork/networkdb 103.771s coverage: 60.5% of statements [2021-08-23T14:50:42.374Z] === RUN TestValidatePrivileges [2021-08-23T14:50:42.374Z] --- PASS: TestValidatePrivileges (0.00s) [2021-08-23T14:50:42.374Z] === RUN TestFilterByCapNeg [2021-08-23T14:50:42.374Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-08-23T14:50:42.374Z] === RUN TestFilterByCapPos [2021-08-23T14:50:42.374Z] --- PASS: TestFilterByCapPos (0.00s) [2021-08-23T14:50:42.374Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-08-23T14:50:42.374Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-08-23T14:50:42.374Z] PASS [2021-08-23T14:50:42.374Z] coverage: 12.0% of statements [2021-08-23T14:50:42.374Z] ok github.com/docker/docker/plugin 0.044s coverage: 12.0% of statements [2021-08-23T14:50:42.709Z] === RUN TestDockerSuite/TestRunExposePort [2021-08-23T14:50:42.709Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/oci/caps [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/pkg/term [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/quota [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/rootless [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/testutil/request [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/volume [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-08-23T14:50:42.750Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-08-23T14:50:43.275Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-08-23T14:50:43.343Z] === RUN TestNewSettable [2021-08-23T14:50:43.343Z] --- PASS: TestNewSettable (0.00s) [2021-08-23T14:50:43.343Z] === RUN TestIsSettable [2021-08-23T14:50:43.343Z] --- PASS: TestIsSettable (0.00s) [2021-08-23T14:50:43.343Z] === RUN TestUpdateSettingsEnv [2021-08-23T14:50:43.343Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-08-23T14:50:43.343Z] PASS [2021-08-23T14:50:43.343Z] coverage: 20.0% of statements [2021-08-23T14:50:43.343Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.0% of statements [2021-08-23T14:50:43.343Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-08-23T14:50:43.343Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-08-23T14:50:43.343Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-08-23T14:50:43.343Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === Skipped [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-08-23T14:50:43.724Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-08-23T14:50:43.724Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-08-23T14:50:43.724Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-08-23T14:50:43.724Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-08-23T14:50:43.724Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:50:43.724Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-08-23T14:50:43.724Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-08-23T14:50:43.724Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-08-23T14:50:43.724Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-08-23T14:50:43.724Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-08-23T14:50:43.724Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-08-23T14:50:43.724Z] daemon_test.go:147: root required [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:50:43.724Z] reload_test.go:520: root required [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:50:43.724Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:50:43.724Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-08-23T14:50:43.724Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-08-23T14:50:43.724Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-08-23T14:50:43.724Z] layer_test.go:304: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-08-23T14:50:43.724Z] layer_test.go:353: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-08-23T14:50:43.724Z] layer_test.go:468: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-08-23T14:50:43.724Z] layer_test.go:697: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-08-23T14:50:43.724Z] migration_test.go:46: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:50:43.724Z] migration_test.go:182: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-08-23T14:50:43.724Z] mount_test.go:17: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-08-23T14:50:43.724Z] mount_test.go:76: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-08-23T14:50:43.724Z] mount_test.go:125: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-08-23T14:50:43.724Z] mount_test.go:212: Failing on Windows [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-08-23T14:50:43.724Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-08-23T14:50:43.724Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-08-23T14:50:43.724Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-08-23T14:50:43.724Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-08-23T14:50:43.724Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-08-23T14:50:43.724Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:50:43.724Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:43.724Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-08-23T14:50:43.724Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:43.724Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:50:44.191Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-08-23T14:50:44.191Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-08-23T14:50:44.191Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-08-23T14:50:44.191Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:50:44.191Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:50:44.191Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:50:44.191Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:50:44.191Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:50:44.191Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:50:44.191Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:50:44.191Z] changes_test.go:196: needs more investigation [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-08-23T14:50:44.191Z] changes_test.go:433: needs further investigation [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:50:44.191Z] changes_test.go:469: needs further investigation [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:50:44.191Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-08-23T14:50:44.191Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:50:44.191Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:50:44.191Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-08-23T14:50:44.191Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-08-23T14:50:44.191Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-08-23T14:50:44.191Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-08-23T14:50:44.191Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-08-23T14:50:44.191Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] [2021-08-23T14:50:44.191Z] DONE 2070 tests, 67 skipped in 259.479s [2021-08-23T14:50:44.191Z] INFO: make.ps1 ended at 08/23/2021 14:50:43 [2021-08-23T14:50:44.208Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-08-23T14:50:44.311Z] === RUN TestLoad [2021-08-23T14:50:44.311Z] --- PASS: TestLoad (0.01s) [2021-08-23T14:50:44.311Z] === RUN TestSave [2021-08-23T14:50:44.311Z] --- PASS: TestSave (0.03s) [2021-08-23T14:50:44.311Z] === RUN TestAddDeleteGet [2021-08-23T14:50:44.311Z] --- PASS: TestAddDeleteGet (0.06s) [2021-08-23T14:50:44.311Z] === RUN TestInvalidTags [2021-08-23T14:50:44.311Z] --- PASS: TestInvalidTags (0.01s) [2021-08-23T14:50:44.311Z] PASS [2021-08-23T14:50:44.311Z] coverage: 84.4% of statements [2021-08-23T14:50:44.311Z] ok github.com/docker/docker/reference 0.218s coverage: 84.4% of statements [2021-08-23T14:50:45.278Z] === RUN TestResolveAuthConfigIndexServer [2021-08-23T14:50:45.278Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-08-23T14:50:45.278Z] === RUN TestResolveAuthConfigFullURL [2021-08-23T14:50:45.278Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-08-23T14:50:45.278Z] === RUN TestLoadAllowNondistributableArtifacts [2021-08-23T14:50:45.278Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-08-23T14:50:45.278Z] === RUN TestValidateMirror [2021-08-23T14:50:45.278Z] --- PASS: TestValidateMirror (0.00s) [2021-08-23T14:50:45.278Z] === RUN TestLoadInsecureRegistries [2021-08-23T14:50:45.580Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-08-23T14:50:45.729Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-08-23T14:50:45.729Z] INFO: Unit tests ended at 08/23/2021 14:50:45. Duration:00:04:32.2131139 [2021-08-23T14:50:45.729Z] INFO: Building busybox [2021-08-23T14:50:45.729Z] Sending build context to Docker daemon 5.12kB [2021-08-23T14:50:45.729Z] [2021-08-23T14:50:45.729Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-08-23T14:50:45.729Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-08-23T14:50:45.729Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-08-23T14:50:45.729Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-08-23T14:50:45.729Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-08-23T14:50:45.729Z] ---> d1724c2d9a84 [2021-08-23T14:50:45.729Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-08-23T14:50:45.729Z] ---> Running in d9e6a338f804 [2021-08-23T14:50:45.736Z] time="2021-08-23T14:50:45Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:50:45.736Z] time="2021-08-23T14:50:45Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-08-23T14:50:45.736Z] time="2021-08-23T14:50:45Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-08-23T14:50:45.736Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2021-08-23T14:50:45.736Z] === RUN TestNewServiceConfig [2021-08-23T14:50:45.736Z] --- PASS: TestNewServiceConfig (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestValidateIndexName [2021-08-23T14:50:45.736Z] --- PASS: TestValidateIndexName (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestValidateIndexNameWithError [2021-08-23T14:50:45.736Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestEndpointParse [2021-08-23T14:50:45.736Z] --- PASS: TestEndpointParse (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestEndpointParseInvalid [2021-08-23T14:50:45.736Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestValidateEndpoint [2021-08-23T14:50:45.736Z] --- PASS: TestValidateEndpoint (0.01s) [2021-08-23T14:50:45.736Z] === RUN TestPing [2021-08-23T14:50:45.736Z] --- PASS: TestPing (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestPingRegistryEndpoint [2021-08-23T14:50:45.736Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:45.736Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2021-08-23T14:50:45.736Z] === RUN TestEndpoint [2021-08-23T14:50:45.736Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:45.736Z] --- SKIP: TestEndpoint (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestParseRepositoryInfo [2021-08-23T14:50:45.736Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestNewIndexInfo [2021-08-23T14:50:45.736Z] --- PASS: TestNewIndexInfo (0.00s) [2021-08-23T14:50:45.736Z] === RUN TestMirrorEndpointLookup [2021-08-23T14:50:45.736Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:50:45.736Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-08-23T14:50:45.736Z] === RUN TestSearchRepositories [2021-08-23T14:50:45.736Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-08-23T14:50:45.736Z] Host: 127.0.0.1:49306 [2021-08-23T14:50:45.736Z] User-Agent: docker test client [2021-08-23T14:50:45.736Z] Authorization: Token fake-token [2021-08-23T14:50:45.736Z] X-Docker-Token: true [2021-08-23T14:50:45.736Z] Accept-Encoding: gzip [2021-08-23T14:50:45.736Z] [2021-08-23T14:50:45.736Z] [2021-08-23T14:50:45.736Z] registry_test.go:730: HTTP/1.1 200 OK [2021-08-23T14:50:45.736Z] Connection: close [2021-08-23T14:50:45.736Z] Content-Length: 144 [2021-08-23T14:50:45.736Z] Cache-Control: no-cache [2021-08-23T14:50:45.736Z] Content-Type: application/json [2021-08-23T14:50:45.736Z] Date: Mon, 23 Aug 2021 14:50:45 GMT [2021-08-23T14:50:45.736Z] Expires: -1 [2021-08-23T14:50:45.736Z] Pragma: no-cache [2021-08-23T14:50:45.736Z] Server: docker-tests/mock [2021-08-23T14:50:45.736Z] X-Docker-Registry-Config: mock [2021-08-23T14:50:45.736Z] X-Docker-Registry-Version: 0.0.0 [2021-08-23T14:50:45.736Z] [2021-08-23T14:50:45.736Z] [2021-08-23T14:50:45.736Z] --- PASS: TestSearchRepositories (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestTrustedLocation [2021-08-23T14:50:45.737Z] --- PASS: TestTrustedLocation (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-08-23T14:50:45.737Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestAllowNondistributableArtifacts [2021-08-23T14:50:45.737Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestIsSecureIndex [2021-08-23T14:50:45.737Z] --- PASS: TestIsSecureIndex (0.00s) [2021-08-23T14:50:45.737Z] PASS [2021-08-23T14:50:45.737Z] coverage: 51.7% of statements [2021-08-23T14:50:45.737Z] ok github.com/docker/docker/registry 0.296s coverage: 51.7% of statements [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.02s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReaderWithReadError [2021-08-23T14:50:45.737Z] time="2021-08-23T14:50:45Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReader [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReader (0.00s) [2021-08-23T14:50:45.737Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-08-23T14:50:45.737Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-08-23T14:50:45.737Z] PASS [2021-08-23T14:50:45.737Z] coverage: 100.0% of statements [2021-08-23T14:50:45.737Z] ok github.com/docker/docker/registry/resumable 0.216s coverage: 100.0% of statements [2021-08-23T14:50:45.838Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T14:50:45.838Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T14:50:45.838Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-08-23T14:50:46.195Z] === RUN TestRestartManagerTimeout [2021-08-23T14:50:46.195Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-08-23T14:50:46.195Z] === RUN TestRestartManagerTimeoutReset [2021-08-23T14:50:46.195Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-08-23T14:50:46.195Z] PASS [2021-08-23T14:50:46.195Z] coverage: 45.3% of statements [2021-08-23T14:50:46.195Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 45.3% of statements [2021-08-23T14:50:46.654Z] === RUN TestDecodeContainerConfig [2021-08-23T14:50:46.654Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestDecodeContainerConfigIsolation [2021-08-23T14:50:46.654Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestValidatePrivileged [2021-08-23T14:50:46.654Z] --- PASS: TestValidatePrivileged (0.00s) [2021-08-23T14:50:46.654Z] PASS [2021-08-23T14:50:46.654Z] coverage: 52.2% of statements [2021-08-23T14:50:46.654Z] ok github.com/docker/docker/runconfig 0.043s coverage: 52.2% of statements [2021-08-23T14:50:46.654Z] --- PASS: TestNewClientWithTimeout (17.68s) [2021-08-23T14:50:46.654Z] === RUN TestClientStream [2021-08-23T14:50:46.654Z] --- PASS: TestClientStream (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestClientSendFile [2021-08-23T14:50:46.654Z] --- PASS: TestClientSendFile (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestClientWithRequestTimeout [2021-08-23T14:50:46.654Z] --- PASS: TestClientWithRequestTimeout (0.02s) [2021-08-23T14:50:46.654Z] === RUN TestFileSpecPlugin [2021-08-23T14:50:46.654Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-08-23T14:50:46.654Z] === RUN TestFileJSONSpecPlugin [2021-08-23T14:50:46.654Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-08-23T14:50:46.654Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestPluginAddHandler [2021-08-23T14:50:46.654Z] --- PASS: TestPluginAddHandler (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestPluginWaitBadPlugin [2021-08-23T14:50:46.654Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-08-23T14:50:46.654Z] === RUN TestGet [2021-08-23T14:50:46.654Z] time="2021-08-23T14:50:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-08-23T14:50:47.112Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-08-23T14:50:47.112Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-08-23T14:50:47.112Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-08-23T14:50:47.112Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-08-23T14:50:47.112Z] PASS [2021-08-23T14:50:47.112Z] coverage: 62.5% of statements [2021-08-23T14:50:47.112Z] ok github.com/docker/docker/testutil 0.163s coverage: 62.5% of statements [2021-08-23T14:50:47.573Z] time="2021-08-23T14:50:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-08-23T14:50:48.363Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-08-23T14:50:48.929Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-08-23T14:50:49.749Z] time="2021-08-23T14:50:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-08-23T14:50:50.877Z] === RUN TestGetDriver [2021-08-23T14:50:50.877Z] --- PASS: TestGetDriver (0.00s) [2021-08-23T14:50:50.877Z] === RUN TestVolumeRequestError [2021-08-23T14:50:50.877Z] --- PASS: TestVolumeRequestError (0.01s) [2021-08-23T14:50:50.877Z] PASS [2021-08-23T14:50:50.877Z] coverage: 36.1% of statements [2021-08-23T14:50:50.877Z] ok github.com/docker/docker/volume/drivers 0.071s coverage: 36.1% of statements [2021-08-23T14:50:50.877Z] === RUN TestGetAddress [2021-08-23T14:50:50.877Z] --- PASS: TestGetAddress (0.00s) [2021-08-23T14:50:50.877Z] === RUN TestRemove [2021-08-23T14:50:50.877Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:50:50.877Z] --- SKIP: TestRemove (0.00s) [2021-08-23T14:50:50.877Z] === RUN TestInitializeWithVolumes [2021-08-23T14:50:50.878Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-08-23T14:50:50.878Z] === RUN TestCreate [2021-08-23T14:50:50.878Z] --- PASS: TestCreate (0.01s) [2021-08-23T14:50:50.878Z] === RUN TestValidateName [2021-08-23T14:50:50.878Z] --- PASS: TestValidateName (0.00s) [2021-08-23T14:50:50.878Z] === RUN TestCreateWithOpts [2021-08-23T14:50:50.878Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:50:50.878Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-08-23T14:50:50.878Z] === RUN TestRelaodNoOpts [2021-08-23T14:50:50.878Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-08-23T14:50:50.878Z] PASS [2021-08-23T14:50:50.878Z] coverage: 41.5% of statements [2021-08-23T14:50:50.878Z] ok github.com/docker/docker/volume/local 0.078s coverage: 41.5% of statements [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRaw [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-08-23T14:50:52.415Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRaw [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-08-23T14:50:52.415Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestConvertTmpfsOptions [2021-08-23T14:50:52.415Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-08-23T14:50:52.415Z] linux_parser_test.go:209: data="ro" [2021-08-23T14:50:52.415Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestParseMountSpec [2021-08-23T14:50:52.415Z] parser_test.go:63: case 0 [2021-08-23T14:50:52.415Z] parser_test.go:63: case 1 [2021-08-23T14:50:52.415Z] parser_test.go:63: case 2 [2021-08-23T14:50:52.415Z] parser_test.go:63: case 3 [2021-08-23T14:50:52.415Z] parser_test.go:63: case 4 [2021-08-23T14:50:52.415Z] parser_test.go:63: case 5 [2021-08-23T14:50:52.415Z] --- PASS: TestParseMountSpec (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestValidateMount [2021-08-23T14:50:52.415Z] --- PASS: TestValidateMount (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRaw [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-08-23T14:50:52.415Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-08-23T14:50:52.415Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-08-23T14:50:52.415Z] PASS [2021-08-23T14:50:52.415Z] coverage: 67.6% of statements [2021-08-23T14:50:52.415Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.6% of statements [2021-08-23T14:50:52.874Z] === RUN TestSetGetMeta [2021-08-23T14:50:52.874Z] === PAUSE TestSetGetMeta [2021-08-23T14:50:52.874Z] === RUN TestRestore [2021-08-23T14:50:52.874Z] === PAUSE TestRestore [2021-08-23T14:50:52.874Z] === RUN TestServiceCreate [2021-08-23T14:50:52.874Z] === PAUSE TestServiceCreate [2021-08-23T14:50:52.874Z] === RUN TestServiceList [2021-08-23T14:50:52.874Z] === PAUSE TestServiceList [2021-08-23T14:50:52.874Z] === RUN TestServiceRemove [2021-08-23T14:50:52.874Z] === PAUSE TestServiceRemove [2021-08-23T14:50:52.874Z] === RUN TestServiceGet [2021-08-23T14:50:52.874Z] === PAUSE TestServiceGet [2021-08-23T14:50:52.874Z] === RUN TestServicePrune [2021-08-23T14:50:52.874Z] === PAUSE TestServicePrune [2021-08-23T14:50:52.874Z] === RUN TestCreate [2021-08-23T14:50:52.874Z] === PAUSE TestCreate [2021-08-23T14:50:52.874Z] === RUN TestRemove [2021-08-23T14:50:52.874Z] === PAUSE TestRemove [2021-08-23T14:50:52.874Z] === RUN TestList [2021-08-23T14:50:52.874Z] === PAUSE TestList [2021-08-23T14:50:52.874Z] === RUN TestFindByDriver [2021-08-23T14:50:52.874Z] === PAUSE TestFindByDriver [2021-08-23T14:50:52.874Z] === RUN TestFindByReferenced [2021-08-23T14:50:52.874Z] === PAUSE TestFindByReferenced [2021-08-23T14:50:52.874Z] === RUN TestDerefMultipleOfSameRef [2021-08-23T14:50:52.874Z] === PAUSE TestDerefMultipleOfSameRef [2021-08-23T14:50:52.874Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:50:52.874Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:50:52.874Z] === RUN TestDefererencePluginOnCreateError [2021-08-23T14:50:52.874Z] === PAUSE TestDefererencePluginOnCreateError [2021-08-23T14:50:52.874Z] === RUN TestRefDerefRemove [2021-08-23T14:50:52.874Z] === PAUSE TestRefDerefRemove [2021-08-23T14:50:52.874Z] === RUN TestGet [2021-08-23T14:50:52.874Z] === PAUSE TestGet [2021-08-23T14:50:52.874Z] === RUN TestGetWithReference [2021-08-23T14:50:52.874Z] === PAUSE TestGetWithReference [2021-08-23T14:50:52.874Z] === RUN TestFilterFunc [2021-08-23T14:50:52.874Z] === RUN TestFilterFunc/test_nil_list [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_nil_list [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_empty_list [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_empty_list [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_filter_some [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_filter_some [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_filter_middle [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_filter_middle [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:50:52.875Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-08-23T14:50:52.875Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_nil_list [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_filter_some [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_filter_middle [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-08-23T14:50:52.875Z] === CONT TestFilterFunc/test_empty_list [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-08-23T14:50:52.875Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-08-23T14:50:52.875Z] === CONT TestSetGetMeta [2021-08-23T14:50:52.875Z] === CONT TestDerefMultipleOfSameRef [2021-08-23T14:50:52.875Z] === CONT TestServicePrune [2021-08-23T14:50:52.875Z] === CONT TestRefDerefRemove [2021-08-23T14:50:52.875Z] --- PASS: TestSetGetMeta (0.02s) [2021-08-23T14:50:52.875Z] === CONT TestServiceGet [2021-08-23T14:50:52.875Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2021-08-23T14:50:52.875Z] === CONT TestServiceRemove [2021-08-23T14:50:52.875Z] --- PASS: TestRefDerefRemove (0.03s) [2021-08-23T14:50:52.875Z] === CONT TestServiceList [2021-08-23T14:50:52.875Z] --- PASS: TestServiceGet (0.13s) [2021-08-23T14:50:52.875Z] === CONT TestServiceCreate [2021-08-23T14:50:52.875Z] time="2021-08-23T14:50:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:50:52.875Z] --- PASS: TestServiceRemove (0.13s) [2021-08-23T14:50:52.875Z] === CONT TestRestore [2021-08-23T14:50:52.875Z] --- PASS: TestServiceList (0.12s) [2021-08-23T14:50:52.875Z] === CONT TestDefererencePluginOnCreateError [2021-08-23T14:50:52.875Z] time="2021-08-23T14:50:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:50:53.333Z] time="2021-08-23T14:50:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:50:53.333Z] --- PASS: TestServiceCreate (0.02s) [2021-08-23T14:50:53.333Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-08-23T14:50:53.334Z] time="2021-08-23T14:50:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-08-23T14:50:53.334Z] time="2021-08-23T14:50:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-08-23T14:50:53.334Z] --- PASS: TestRestore (0.03s) [2021-08-23T14:50:53.334Z] === CONT TestFindByReferenced [2021-08-23T14:50:53.334Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-08-23T14:50:53.334Z] === CONT TestFindByDriver [2021-08-23T14:50:53.334Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-08-23T14:50:53.334Z] === CONT TestList [2021-08-23T14:50:53.334Z] --- PASS: TestServicePrune (0.19s) [2021-08-23T14:50:53.334Z] === CONT TestRemove [2021-08-23T14:50:53.334Z] --- PASS: TestFindByReferenced (0.02s) [2021-08-23T14:50:53.334Z] === CONT TestCreate [2021-08-23T14:50:53.334Z] --- PASS: TestFindByDriver (0.02s) [2021-08-23T14:50:53.334Z] === CONT TestGetWithReference [2021-08-23T14:50:53.334Z] --- PASS: TestList (0.03s) [2021-08-23T14:50:53.334Z] === CONT TestGet [2021-08-23T14:50:53.334Z] --- PASS: TestRemove (0.02s) [2021-08-23T14:50:53.334Z] --- PASS: TestCreate (0.02s) [2021-08-23T14:50:53.334Z] --- PASS: TestGetWithReference (0.02s) [2021-08-23T14:50:53.334Z] --- PASS: TestGet (0.02s) [2021-08-23T14:50:53.334Z] PASS [2021-08-23T14:50:53.334Z] coverage: 69.0% of statements [2021-08-23T14:50:53.334Z] ok github.com/docker/docker/volume/service 0.282s coverage: 69.0% of statements [2021-08-23T14:50:53.792Z] time="2021-08-23T14:50:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-08-23T14:50:55.796Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2021-08-23T14:50:55.797Z] === RUN TestServiceUpdateNetwork [2021-08-23T14:50:58.197Z] Removing intermediate container d9e6a338f804 [2021-08-23T14:50:58.197Z] ---> 1fe574a5a6c6 [2021-08-23T14:50:58.197Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-08-23T14:50:58.197Z] ---> Running in d33c82bb57be [2021-08-23T14:50:58.197Z] Removing intermediate container d33c82bb57be [2021-08-23T14:50:58.197Z] ---> a6100feff3bf [2021-08-23T14:50:58.197Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-08-23T14:50:58.197Z] ---> Running in 8e0a59fce5bc [2021-08-23T14:50:58.197Z] Removing intermediate container 8e0a59fce5bc [2021-08-23T14:50:58.197Z] ---> 2c3fb96f85d8 [2021-08-23T14:50:58.197Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-08-23T14:50:59.735Z] [2021-08-23T14:51:00.194Z] ---> 2ea3435f40f5 [2021-08-23T14:51:00.194Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-08-23T14:51:00.194Z] ---> Running in a1063e49624e [2021-08-23T14:51:01.190Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-08-23T14:51:01.190Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-08-23T14:51:01.756Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-08-23T14:51:02.013Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-08-23T14:51:02.013Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-08-23T14:51:02.013Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-08-23T14:51:02.362Z] --- PASS: TestGet (15.04s) [2021-08-23T14:51:02.362Z] === RUN TestPluginWithNoManifest [2021-08-23T14:51:02.362Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-08-23T14:51:02.362Z] === RUN TestGetAll [2021-08-23T14:51:02.362Z] --- PASS: TestGetAll (0.00s) [2021-08-23T14:51:02.362Z] PASS [2021-08-23T14:51:02.362Z] coverage: 73.4% of statements [2021-08-23T14:51:02.362Z] ok github.com/docker/docker/pkg/plugins 35.986s coverage: 73.4% of statements [2021-08-23T14:51:02.579Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-08-23T14:51:05.106Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-08-23T14:51:06.068Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-08-23T14:51:07.439Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-08-23T14:51:07.697Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-08-23T14:51:07.991Z] --- PASS: TestServiceUpdateNetwork (12.46s) [2021-08-23T14:51:07.991Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T14:51:09.369Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-08-23T14:51:09.936Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-08-23T14:51:14.250Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-08-23T14:51:14.250Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-08-23T14:51:14.250Z] === RUN TestDockerSuite/TestRunModeHostname [2021-08-23T14:51:15.061Z] Removing intermediate container a1063e49624e [2021-08-23T14:51:15.061Z] ---> bac6a0552cc7 [2021-08-23T14:51:15.061Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-08-23T14:51:15.183Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-08-23T14:51:15.183Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-08-23T14:51:15.183Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-08-23T14:51:15.519Z] ---> Running in 391343024cf2 [2021-08-23T14:51:16.116Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-08-23T14:51:16.487Z] [2021-08-23T14:51:16.487Z] SUCCESS: Specified value was saved. [2021-08-23T14:51:17.050Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-08-23T14:51:17.983Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-08-23T14:51:18.048Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-08-23T14:51:18.665Z] Removing intermediate container 391343024cf2 [2021-08-23T14:51:18.665Z] ---> 807c91f1ad8c [2021-08-23T14:51:18.665Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-08-23T14:51:18.665Z] ---> Running in 79a303ea3b98 [2021-08-23T14:51:19.882Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-08-23T14:51:19.882Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-08-23T14:51:19.882Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-08-23T14:51:19.882Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-08-23T14:51:21.255Z] === RUN TestDockerSuite/TestRunMount [2021-08-23T14:51:23.351Z] Cannot create a file when that file already exists. [2021-08-23T14:51:23.458Z] 2021/08/23 14:51:20 Closing DB instances... [2021-08-23T14:51:23.458Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2021-08-23T14:51:23.458Z] === RUN TestFindNode [2021-08-23T14:51:23.458Z] 2021/08/23 14:51:22 Closing DB instances... [2021-08-23T14:51:23.458Z] --- PASS: TestFindNode (0.02s) [2021-08-23T14:51:23.458Z] === RUN TestChangeNodeState [2021-08-23T14:51:23.458Z] 2021/08/23 14:51:22 Closing DB instances... [2021-08-23T14:51:23.458Z] --- PASS: TestChangeNodeState (0.01s) [2021-08-23T14:51:23.458Z] === RUN TestNodeReincarnation [2021-08-23T14:51:23.458Z] 2021/08/23 14:51:22 Closing DB instances... [2021-08-23T14:51:24.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-08-23T14:51:24.668Z] --- PASS: TestServiceUpdatePidsLimit (16.42s) [2021-08-23T14:51:24.668Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-08-23T14:51:24.668Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2021-08-23T14:51:24.668Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2021-08-23T14:51:24.668Z] PASS [2021-08-23T14:51:24.668Z] [2021-08-23T14:51:24.668Z] === Skipped [2021-08-23T14:51:24.668Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-08-23T14:51:24.668Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T14:51:24.668Z] [2021-08-23T14:51:24.668Z] [2021-08-23T14:51:24.668Z] DONE 27 tests, 1 skipped in 166.458s [2021-08-23T14:51:24.668Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-08-23T14:51:24.668Z] INFO: Testing against a local daemon [2021-08-23T14:51:24.668Z] === RUN TestSessionCreate [2021-08-23T14:51:24.668Z] --- PASS: TestSessionCreate (0.02s) [2021-08-23T14:51:24.668Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T14:51:24.668Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-08-23T14:51:24.668Z] PASS [2021-08-23T14:51:24.668Z] [2021-08-23T14:51:24.668Z] DONE 2 tests in 0.069s [2021-08-23T14:51:24.668Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-08-23T14:51:24.668Z] INFO: Testing against a local daemon [2021-08-23T14:51:24.668Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T14:51:24.668Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-08-23T14:51:24.668Z] === RUN TestDiskUsage [2021-08-23T14:51:24.668Z] === PAUSE TestDiskUsage [2021-08-23T14:51:24.668Z] === RUN TestEventsExecDie [2021-08-23T14:51:25.235Z] --- PASS: TestEventsExecDie (0.57s) [2021-08-23T14:51:25.235Z] === RUN TestEventsBackwardsCompatible [2021-08-23T14:51:25.235Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-08-23T14:51:25.235Z] === RUN TestEventsVolumeCreate [2021-08-23T14:51:25.235Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-08-23T14:51:25.235Z] === RUN TestInfoBinaryCommits [2021-08-23T14:51:25.235Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-08-23T14:51:25.235Z] === RUN TestInfoAPIVersioned [2021-08-23T14:51:25.235Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-08-23T14:51:25.235Z] === RUN TestInfoDiscoveryBackend [2021-08-23T14:51:25.800Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-08-23T14:51:25.800Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-08-23T14:51:26.255Z] Removing intermediate container 79a303ea3b98 [2021-08-23T14:51:26.255Z] ---> 789fa5d42b59 [2021-08-23T14:51:26.255Z] Step 13/13 : CMD ["sh"] [2021-08-23T14:51:26.255Z] ---> Running in 0ba8649590f5 [2021-08-23T14:51:26.517Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-08-23T14:51:26.517Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-08-23T14:51:26.714Z] Removing intermediate container 0ba8649590f5 [2021-08-23T14:51:26.714Z] ---> 0b96496fbc56 [2021-08-23T14:51:26.714Z] Successfully built 0b96496fbc56 [2021-08-23T14:51:26.714Z] Successfully tagged busybox:latest [2021-08-23T14:51:26.714Z] INFO: Docker images of the daemon under test [2021-08-23T14:51:26.714Z] [2021-08-23T14:51:26.714Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:51:26.714Z] busybox latest 0b96496fbc56 Less than a second ago 5.72GB [2021-08-23T14:51:26.714Z] microsoft/windowsservercore latest d1724c2d9a84 2 weeks ago 5.7GB [2021-08-23T14:51:26.714Z] mcr.microsoft.com/windows/servercore ltsc2019 d1724c2d9a84 2 weeks ago 5.7GB [2021-08-23T14:51:26.714Z] [2021-08-23T14:51:26.714Z] INFO: Running integration tests at 08/23/2021 14:51:26... [2021-08-23T14:51:26.714Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-08-23T14:51:26.714Z] INFO: Integration API tests being run from the host: [2021-08-23T14:51:26.734Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-08-23T14:51:26.734Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-08-23T14:51:27.083Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-08-23T14:51:27.173Z] INFO: make.ps1 starting at 08/23/2021 14:51:26 [2021-08-23T14:51:27.300Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-08-23T14:51:27.300Z] === RUN TestInfoAPI [2021-08-23T14:51:27.300Z] --- PASS: TestInfoAPI (0.02s) [2021-08-23T14:51:27.300Z] === RUN TestInfoAPIWarnings [2021-08-23T14:51:27.632Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-08-23T14:51:28.152Z] time="2021-08-23T14:51:27Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-08-23T14:51:28.153Z] --- PASS: TestNodeReincarnation (5.03s) [2021-08-23T14:51:28.153Z] === RUN TestParallelCreate [2021-08-23T14:51:28.153Z] 2021/08/23 14:51:27 Closing DB instances... [2021-08-23T14:51:28.153Z] --- PASS: TestParallelCreate (0.02s) [2021-08-23T14:51:28.153Z] === RUN TestParallelDelete [2021-08-23T14:51:28.153Z] 2021/08/23 14:51:27 Closing DB instances... [2021-08-23T14:51:28.153Z] --- PASS: TestParallelDelete (0.02s) [2021-08-23T14:51:28.153Z] === RUN TestNetworkDBIslands [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:abfa0d4cd72e with config:&{NodeID:abfa0d4cd72e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:30cda0ece58c with config:&{NodeID:30cda0ece58c Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node 30cda0ece58c/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node 30cda0ece58c/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node 30cda0ece58c/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node 30cda0ece58c/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-08-23T14:51:28.153Z] time="2021-08-23T14:51:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2021-08-23T14:51:28.456Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:225c00d894cb with config:&{NodeID:225c00d894cb Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 30cda0ece58c/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 30cda0ece58c/172.31.208.183, added to nodes list" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:28.611Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:25fbbacaa6ac with config:&{NodeID:25fbbacaa6ac Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 30cda0ece58c/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 30cda0ece58c/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node 225c00d894cb/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-08-23T14:51:29.071Z] time="2021-08-23T14:51:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:d8bd74804fa3 with config:&{NodeID:d8bd74804fa3 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 225c00d894cb/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 225c00d894cb/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 30cda0ece58c/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=info msg="Node 30cda0ece58c/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-08-23T14:51:29.529Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-08-23T14:51:29.828Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:29.988Z] networkdb_test.go:836: Re-joining: 3 [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="The new bootstrap node list is:[172.31.208.183:10033 172.31.208.183:10034 172.31.208.183:10035]" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10033" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49355" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10034" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49356" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10035" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49357" [2021-08-23T14:51:29.988Z] networkdb_test.go:836: Re-joining: 4 [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=info msg="The new bootstrap node list is:[172.31.208.183:10033 172.31.208.183:10034 172.31.208.183:10035]" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10033" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49358" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10034" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49359" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10035" [2021-08-23T14:51:29.988Z] time="2021-08-23T14:51:29Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49360" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node 0 leaving" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node4(25fbbacaa6ac): Node leave event for abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node2(30cda0ece58c): Node leave event for abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node3(225c00d894cb): Node leave event for abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node5(d8bd74804fa3): Node leave event for abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.447Z] time="2021-08-23T14:51:30Z" level=info msg="node1(abfa0d4cd72e): Node leave event for abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node abfa0d4cd72e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="node 1 leaving" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="node4(25fbbacaa6ac): Node leave event for 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="node5(d8bd74804fa3): Node leave event for 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="node2(30cda0ece58c): Node leave event for 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c change state NodeActive --> NodeLeft" [2021-08-23T14:51:30.907Z] time="2021-08-23T14:51:30Z" level=info msg="node3(225c00d894cb): Node leave event for 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:30Z" level=info msg="Node 30cda0ece58c/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="node 2 leaving" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb change state NodeActive --> NodeLeft" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="node5(d8bd74804fa3): Node leave event for 225c00d894cb/172.31.208.183" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb change state NodeActive --> NodeLeft" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="node4(25fbbacaa6ac): Node leave event for 225c00d894cb/172.31.208.183" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb change state NodeActive --> NodeLeft" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="node3(225c00d894cb): Node leave event for 225c00d894cb/172.31.208.183" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.366Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node 225c00d894cb/172.31.208.183, left gossip cluster" [2021-08-23T14:51:31.825Z] networkdb_test.go:868: node4: OK [2021-08-23T14:51:31.825Z] networkdb_test.go:868: node5: OK [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="node 0 coming back" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:bbdc648e5657 with config:&{NodeID:bbdc648e5657 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node bbdc648e5657/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node bbdc648e5657/172.31.208.183, added to nodes list" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="node 1 coming back" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:fb1c269b33c9 with config:&{NodeID:fb1c269b33c9 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node fb1c269b33c9/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node fb1c269b33c9/172.31.208.183, added to nodes list" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="node 2 coming back" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f44b8e5eaa7e with config:&{NodeID:f44b8e5eaa7e Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:31.825Z] time="2021-08-23T14:51:31Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, added to nodes list" [2021-08-23T14:51:32.353Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-08-23T14:51:33.286Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-08-23T14:51:34.659Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-08-23T14:51:35.560Z] time="2021-08-23T14:51:34Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.208.183:10033 172.31.208.183:10034 172.31.208.183:10035]" [2021-08-23T14:51:35.560Z] time="2021-08-23T14:51:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.208.183:10033 172.31.208.183:10034 172.31.208.183:10035]" [2021-08-23T14:51:36.019Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10033" [2021-08-23T14:51:36.019Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49361" [2021-08-23T14:51:36.019Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.019Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, is the new incarnation of the shutdown node abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10034" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49362" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, is the new incarnation of the shutdown node 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49363" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10035" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node bbdc648e5657/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, is the new incarnation of the shutdown node 225c00d894cb/172.31.208.183" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node fb1c269b33c9/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.020Z] time="2021-08-23T14:51:35Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657/172.31.208.183, is the new incarnation of the shutdown node abfa0d4cd72e/172.31.208.183" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, is the new incarnation of the shutdown node 225c00d894cb/172.31.208.183" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node fb1c269b33c9/172.31.208.183, joined gossip cluster" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node fb1c269b33c9/172.31.208.183, is the new incarnation of the shutdown node 30cda0ece58c/172.31.208.183" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=info msg="Node fb1c269b33c9/172.31.208.183, added to nodes list" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10033" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49364" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10034" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49365" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.208.183:10035" [2021-08-23T14:51:36.479Z] time="2021-08-23T14:51:36Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49366" [2021-08-23T14:51:36.559Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-08-23T14:51:36.817Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-08-23T14:51:36.939Z] 2021/08/23 14:51:36 Closing DB instances... [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="node3(f44b8e5eaa7e): Node leave event for bbdc648e5657/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="node4(25fbbacaa6ac): Node leave event for bbdc648e5657/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="node2(fb1c269b33c9): Node leave event for bbdc648e5657/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="node1(bbdc648e5657): Node leave event for bbdc648e5657/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="Node bbdc648e5657 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:36Z" level=info msg="node5(d8bd74804fa3): Node leave event for bbdc648e5657/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node bbdc648e5657/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node bbdc648e5657/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node bbdc648e5657/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node bbdc648e5657/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node bbdc648e5657/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="node5(d8bd74804fa3): Node leave event for fb1c269b33c9/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="node4(25fbbacaa6ac): Node leave event for fb1c269b33c9/172.31.208.183" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.398Z] time="2021-08-23T14:51:37Z" level=info msg="node3(f44b8e5eaa7e): Node leave event for fb1c269b33c9/172.31.208.183" [2021-08-23T14:51:37.856Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9 change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="node2(fb1c269b33c9): Node leave event for fb1c269b33c9/172.31.208.183" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node fb1c269b33c9/172.31.208.183, left gossip cluster" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node f44b8e5eaa7e change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="node5(d8bd74804fa3): Node leave event for f44b8e5eaa7e/172.31.208.183" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node f44b8e5eaa7e change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="node4(25fbbacaa6ac): Node leave event for f44b8e5eaa7e/172.31.208.183" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="Node f44b8e5eaa7e change state NodeActive --> NodeLeft" [2021-08-23T14:51:37.857Z] time="2021-08-23T14:51:37Z" level=info msg="node3(f44b8e5eaa7e): Node leave event for f44b8e5eaa7e/172.31.208.183" [2021-08-23T14:51:38.190Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:37Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=info msg="Node f44b8e5eaa7e/172.31.208.183, left gossip cluster" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=debug msg="memberlist: Failed ping: 25fbbacaa6ac (timeout reached)" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.208.183:10037: use of closed network connection" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.208.183:10035: use of closed network connection" [2021-08-23T14:51:38.316Z] time="2021-08-23T14:51:38Z" level=debug msg="memberlist: Stream connection from=172.31.208.183:49367" [2021-08-23T14:51:38.775Z] time="2021-08-23T14:51:38Z" level=info msg="Node 25fbbacaa6ac change state NodeActive --> NodeLeft" [2021-08-23T14:51:38.775Z] time="2021-08-23T14:51:38Z" level=info msg="node5(d8bd74804fa3): Node leave event for 25fbbacaa6ac/172.31.208.183" [2021-08-23T14:51:38.775Z] time="2021-08-23T14:51:38Z" level=info msg="Node 25fbbacaa6ac change state NodeActive --> NodeLeft" [2021-08-23T14:51:38.775Z] time="2021-08-23T14:51:38Z" level=info msg="node4(25fbbacaa6ac): Node leave event for 25fbbacaa6ac/172.31.208.183" [2021-08-23T14:51:39.234Z] time="2021-08-23T14:51:38Z" level=warning msg="memberlist: Was able to connect to 25fbbacaa6ac but other probes failed, network may be misconfigured" [2021-08-23T14:51:39.234Z] time="2021-08-23T14:51:38Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, left gossip cluster" [2021-08-23T14:51:39.234Z] time="2021-08-23T14:51:39Z" level=info msg="Node 25fbbacaa6ac/172.31.208.183, left gossip cluster" [2021-08-23T14:51:40.088Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-08-23T14:51:40.088Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-08-23T14:51:40.088Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-08-23T14:51:40.204Z] time="2021-08-23T14:51:39Z" level=warning msg="memberlist: Failed to send gossip to 172.31.208.183:10037: write udp [::]:10036->172.31.208.183:10037: use of closed network connection" [2021-08-23T14:51:40.204Z] time="2021-08-23T14:51:39Z" level=info msg="Node d8bd74804fa3/172.31.208.183, left gossip cluster" [2021-08-23T14:51:40.204Z] time="2021-08-23T14:51:39Z" level=info msg="Node d8bd74804fa3 change state NodeActive --> NodeFailed" [2021-08-23T14:51:40.204Z] time="2021-08-23T14:51:39Z" level=info msg="Node d8bd74804fa3/172.31.208.183, added to failed nodes list" [2021-08-23T14:51:40.204Z] --- PASS: TestNetworkDBIslands (12.27s) [2021-08-23T14:51:40.204Z] PASS [2021-08-23T14:51:40.204Z] coverage: 59.9% of statements [2021-08-23T14:51:40.204Z] ok github.com/docker/docker/libnetwork/networkdb 103.880s coverage: 59.9% of statements [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/oci/caps [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/pkg/term [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/quota [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/rootless [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/testutil/request [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/volume [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-08-23T14:51:40.204Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-08-23T14:51:40.346Z] === RUN TestDockerSuite/TestRunNetHost [2021-08-23T14:51:41.280Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-08-23T14:51:41.845Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === Skipped [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-08-23T14:51:42.381Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-08-23T14:51:42.381Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-08-23T14:51:42.381Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-08-23T14:51:42.381Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-08-23T14:51:42.381Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-08-23T14:51:42.381Z] client_test.go:23: runtime.GOOS == "windows" [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-08-23T14:51:42.381Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-08-23T14:51:42.381Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-08-23T14:51:42.381Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-08-23T14:51:42.381Z] network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-08-23T14:51:42.381Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-08-23T14:51:42.381Z] daemon_test.go:147: root required [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-08-23T14:51:42.381Z] reload_test.go:520: root required [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-08-23T14:51:42.381Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-08-23T14:51:42.381Z] pull_v2_test.go:73: Needs fixing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-08-23T14:51:42.381Z] pull_v2_test.go:118: Needs fixing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-08-23T14:51:42.381Z] download_test.go:268: Needs fixing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-08-23T14:51:42.381Z] layer_test.go:304: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-08-23T14:51:42.381Z] layer_test.go:353: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-08-23T14:51:42.381Z] layer_test.go:468: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-08-23T14:51:42.381Z] layer_test.go:697: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-08-23T14:51:42.381Z] migration_test.go:46: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-08-23T14:51:42.381Z] migration_test.go:182: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-08-23T14:51:42.381Z] mount_test.go:17: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-08-23T14:51:42.381Z] mount_test.go:76: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-08-23T14:51:42.381Z] mount_test.go:125: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-08-23T14:51:42.381Z] mount_test.go:212: Failing on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-08-23T14:51:42.381Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-08-23T14:51:42.381Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-08-23T14:51:42.381Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-08-23T14:51:42.381Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-08-23T14:51:42.381Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-08-23T14:51:42.381Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-08-23T14:51:42.381Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-08-23T14:51:42.381Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-08-23T14:51:42.381Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-08-23T14:51:42.381Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-08-23T14:51:42.381Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-08-23T14:51:42.381Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-08-23T14:51:42.381Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-08-23T14:51:42.381Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-08-23T14:51:42.381Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-08-23T14:51:42.381Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-08-23T14:51:42.381Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:134: Xz not present in msys2 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:239: Failing on Windows CI machines [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-08-23T14:51:42.381Z] archive_windows_test.go:16: Currently fails [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-08-23T14:51:42.381Z] changes_test.go:196: needs more investigation [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-08-23T14:51:42.381Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-08-23T14:51:42.381Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-08-23T14:51:42.381Z] changes_test.go:433: needs further investigation [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-08-23T14:51:42.381Z] changes_test.go:469: needs further investigation [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-08-23T14:51:42.381Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-08-23T14:51:42.381Z] poller_test.go:41: No chmod on Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-08-23T14:51:42.381Z] fileutils_test.go:134: Needs porting to Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-08-23T14:51:42.381Z] fileutils_test.go:180: Needs porting to Windows [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2021-08-23T14:51:42.381Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-08-23T14:51:42.381Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-08-23T14:51:42.381Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-08-23T14:51:42.381Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-08-23T14:51:42.381Z] local_test.go:181: runtime.GOOS == "windows" [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] [2021-08-23T14:51:42.381Z] DONE 2070 tests, 69 skipped in 289.607s [2021-08-23T14:51:42.381Z] INFO: make.ps1 ended at 08/23/2021 14:51:41 [2021-08-23T14:51:42.423Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-08-23T14:51:42.683Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-08-23T14:51:43.919Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-08-23T14:51:43.919Z] INFO: Unit tests ended at 08/23/2021 14:51:43. Duration:00:05:03.1219556 [2021-08-23T14:51:43.919Z] INFO: Building busybox [2021-08-23T14:51:43.919Z] Sending build context to Docker daemon 5.12kB [2021-08-23T14:51:43.919Z] [2021-08-23T14:51:43.919Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-08-23T14:51:43.919Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-08-23T14:51:43.919Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-08-23T14:51:43.919Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-08-23T14:51:43.919Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-08-23T14:51:43.919Z] ---> a4938fe7222f [2021-08-23T14:51:43.919Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-08-23T14:51:43.919Z] ---> Running in bb2193dac61d [2021-08-23T14:51:44.055Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-08-23T14:51:45.374Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-08-23T14:51:45.374Z] === RUN TestInfoDebug [2021-08-23T14:51:45.374Z] --- PASS: TestInfoDebug (0.52s) [2021-08-23T14:51:45.374Z] === RUN TestInfoInsecureRegistries [2021-08-23T14:51:45.374Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-08-23T14:51:45.374Z] === RUN TestInfoRegistryMirrors [2021-08-23T14:51:45.374Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-08-23T14:51:45.374Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T14:51:45.374Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-08-23T14:51:45.374Z] === RUN TestPingCacheHeaders [2021-08-23T14:51:45.374Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-08-23T14:51:45.374Z] === RUN TestPingGet [2021-08-23T14:51:45.374Z] --- PASS: TestPingGet (0.02s) [2021-08-23T14:51:45.374Z] === RUN TestPingHead [2021-08-23T14:51:45.374Z] --- PASS: TestPingHead (0.02s) [2021-08-23T14:51:45.374Z] === RUN TestVersion [2021-08-23T14:51:45.374Z] --- PASS: TestVersion (0.02s) [2021-08-23T14:51:45.374Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-08-23T14:51:45.374Z] === CONT TestDiskUsage [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/container_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/image_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/volume_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/build-cache_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-08-23T14:51:45.941Z] === RUN TestDiskUsage/after_LoadBusybox [2021-08-23T14:51:45.953Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-08-23T14:51:46.201Z] === RUN TestDiskUsage/after_container.Run [2021-08-23T14:51:46.517Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-08-23T14:51:46.770Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage (1.66s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/container_types (0.01s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.01s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run (0.60s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T14:51:47.029Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.69s) [2021-08-23T14:51:47.029Z] PASS [2021-08-23T14:51:47.029Z] [2021-08-23T14:51:47.029Z] DONE 53 tests in 22.496s [2021-08-23T14:51:47.029Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-08-23T14:51:47.029Z] INFO: Testing against a local daemon [2021-08-23T14:51:47.029Z] === RUN TestVolumesCreateAndList [2021-08-23T14:51:47.029Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-08-23T14:51:47.029Z] === RUN TestVolumesRemove [2021-08-23T14:51:47.029Z] --- PASS: TestVolumesRemove (0.08s) [2021-08-23T14:51:47.029Z] === RUN TestVolumesInspect [2021-08-23T14:51:47.029Z] --- PASS: TestVolumesInspect (0.02s) [2021-08-23T14:51:47.029Z] === RUN TestVolumesInvalidJSON [2021-08-23T14:51:47.029Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T14:51:47.029Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T14:51:47.029Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T14:51:47.029Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-08-23T14:51:47.029Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T14:51:47.029Z] PASS [2021-08-23T14:51:47.029Z] [2021-08-23T14:51:47.029Z] DONE 5 tests in 0.160s [2021-08-23T14:51:47.029Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T14:51:47.597Z] Stopping apparmor (via systemctl): apparmor.service. [2021-08-23T14:51:47.597Z] Removing test suite binaries [2021-08-23T14:51:47.856Z] exiting test-integration [2021-08-23T14:51:47.856Z] ++ exit 0 [2021-08-23T14:51:47.856Z] [2021-08-23T14:51:48.620Z] Removing intermediate container bb2193dac61d [2021-08-23T14:51:48.620Z] ---> aaec9d908fab [2021-08-23T14:51:48.620Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-08-23T14:51:48.620Z] ---> Running in 9ccdd0d1e4af [2021-08-23T14:51:48.620Z] Removing intermediate container 9ccdd0d1e4af [2021-08-23T14:51:48.620Z] ---> 8b475af18f24 [2021-08-23T14:51:48.620Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-08-23T14:51:48.620Z] ---> Running in 7c885ecbe1a7 [2021-08-23T14:51:49.079Z] Removing intermediate container 7c885ecbe1a7 [2021-08-23T14:51:49.079Z] ---> bd40a9a1cbdf [2021-08-23T14:51:49.079Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-08-23T14:51:49.115Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-08-23T14:51:49.115Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-08-23T14:51:49.115Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-08-23T14:51:49.115Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-08-23T14:51:49.115Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-08-23T14:51:49.115Z] remote: Enumerating objects: 23, done. [2021-08-23T14:51:49.115Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-08-23T14:51:49.115Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-08-23T14:51:49.115Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-08-23T14:51:49.115Z] Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2021-08-23T14:51:49.115Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-08-23T14:51:49.115Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-08-23T14:51:49.115Z] Cross building: bundles/cross/linux/ppc64le [2021-08-23T14:51:49.115Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-08-23T14:51:49.115Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-08-23T14:51:49.800Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice Post stage [Pipeline] junit [2021-08-23T14:51:50.402Z] Recording test results [2021-08-23T14:51:50.615Z] [2021-08-23T14:51:50.615Z] ---> 9906eee6eab8 [2021-08-23T14:51:50.615Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-08-23T14:51:50.733Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-08-23T14:51:50.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-08-23T14:51:50.991Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-08-23T14:51:50.991Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-08-23T14:51:51.073Z] ---> Running in 06ee1fc71938 [2021-08-23T14:51:51.700Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-08-23T14:51:51.924Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-08-23T14:51:52.039Z] + echo Ensuring container killed. [2021-08-23T14:51:52.039Z] Ensuring container killed. [2021-08-23T14:51:52.039Z] + docker rm -vf docker-pr3 [2021-08-23T14:51:52.039Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-08-23T14:51:52.182Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-08-23T14:51:52.326Z] + echo Chowning /workspace to jenkins user [2021-08-23T14:51:52.326Z] Chowning /workspace to jenkins user [2021-08-23T14:51:52.326Z] + id -u [2021-08-23T14:51:52.326Z] + id -g [2021-08-23T14:51:52.326Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T14:51:52.326Z] Unable to find image 'busybox:latest' locally [2021-08-23T14:51:52.326Z] latest: Pulling from library/busybox [2021-08-23T14:51:52.439Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-08-23T14:51:52.583Z] 8ec32b265e94: Pulling fs layer [2021-08-23T14:51:52.584Z] 8ec32b265e94: Verifying Checksum [2021-08-23T14:51:52.584Z] 8ec32b265e94: Download complete [2021-08-23T14:51:52.584Z] 8ec32b265e94: Pull complete [2021-08-23T14:51:52.801Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T14:51:52.801Z] INFO: Testing against a local daemon [2021-08-23T14:51:52.801Z] === RUN TestBuildWithSession [2021-08-23T14:51:52.801Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:51:52.801Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:51:52.801Z] === RUN TestBuildSquashParent [2021-08-23T14:51:52.801Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T14:51:52.801Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:51:52.801Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:51:52.801Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:51:52.801Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:51:52.801Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:51:52.801Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:51:52.801Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:51:52.842Z] Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778 [2021-08-23T14:51:52.842Z] Status: Downloaded newer image for busybox:latest [2021-08-23T14:51:53.004Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-08-23T14:51:53.569Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-08-23T14:51:53.569Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-08-23T14:51:54.135Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T14:51:55.067Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-08-23T14:51:55.070Z] + bundleName=amd64-cgroup2 [2021-08-23T14:51:55.070Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-08-23T14:51:55.070Z] Creating amd64-cgroup2-bundles.tar.gz [2021-08-23T14:51:55.070Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-08-23T14:51:55.070Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-08-23T14:51:55.354Z] Archiving artifacts [2021-08-23T14:51:57.244Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T14:51:57.556Z] + make clean [2021-08-23T14:51:57.816Z] docker volume rm -f docker-dev-cache [2021-08-23T14:51:57.816Z] docker-dev-cache [Pipeline] deleteDir [2021-08-23T14:51:58.346Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-08-23T14:51:59.691Z] Removing intermediate container 06ee1fc71938 [2021-08-23T14:51:59.691Z] ---> 07b3e3cf1ac7 [2021-08-23T14:51:59.691Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-08-23T14:51:59.691Z] ---> Running in 73b13ec61d1f [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T14:52:00.245Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-08-23T14:52:00.245Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-08-23T14:52:00.245Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-08-23T14:52:00.658Z] [2021-08-23T14:52:00.658Z] SUCCESS: Specified value was saved. [2021-08-23T14:52:00.811Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-08-23T14:52:01.377Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-08-23T14:52:01.385Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:52:01.385Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:52:02.748Z] === RUN TestDockerSuite/TestRunPortInUse [2021-08-23T14:52:02.835Z] Removing intermediate container 73b13ec61d1f [2021-08-23T14:52:02.835Z] ---> d7a86f3b290e [2021-08-23T14:52:02.835Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-08-23T14:52:02.835Z] ---> Running in 34581f129626 [2021-08-23T14:52:03.681Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-08-23T14:52:04.246Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-08-23T14:52:04.504Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-08-23T14:52:04.504Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-08-23T14:52:05.069Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-08-23T14:52:05.634Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-08-23T14:52:06.567Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-08-23T14:52:06.690Z] Cannot create a file when that file already exists. [2021-08-23T14:52:06.825Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T14:52:06.825Z] docker_cli_run_test.go:4107: unmatched requirement IsolationIsProcess [2021-08-23T14:52:06.825Z] === RUN TestDockerSuite/TestRunPublishPort [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.89s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.55s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.84s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.98s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.40s) [2021-08-23T14:52:07.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.92s) [2021-08-23T14:52:07.219Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:52:07.219Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:52:07.758Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-08-23T14:52:08.017Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-08-23T14:52:08.017Z] docker_cli_run_test.go:2842: kernel doesn't have latency_stats configured [2021-08-23T14:52:08.017Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-08-23T14:52:08.582Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-08-23T14:52:09.954Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-08-23T14:52:10.213Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-08-23T14:52:10.213Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-08-23T14:52:10.213Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-08-23T14:52:11.379Z] Removing intermediate container 34581f129626 [2021-08-23T14:52:11.379Z] ---> d8321137155c [2021-08-23T14:52:11.379Z] Step 13/13 : CMD ["sh"] [2021-08-23T14:52:11.379Z] ---> Running in f9e773d0ee0a [2021-08-23T14:52:11.379Z] Removing intermediate container f9e773d0ee0a [2021-08-23T14:52:11.379Z] ---> a21399125f4b [2021-08-23T14:52:11.379Z] Successfully built a21399125f4b [2021-08-23T14:52:11.379Z] Successfully tagged busybox:latest [2021-08-23T14:52:11.379Z] INFO: Docker images of the daemon under test [2021-08-23T14:52:11.379Z] [2021-08-23T14:52:11.839Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-23T14:52:11.839Z] busybox latest a21399125f4b Less than a second ago 2.8GB [2021-08-23T14:52:11.839Z] microsoft/windowsservercore latest a4938fe7222f 3 weeks ago 2.76GB [2021-08-23T14:52:11.839Z] mcr.microsoft.com/windows/servercore/insider 10.0.20348.1 a4938fe7222f 3 weeks ago 2.76GB [2021-08-23T14:52:11.839Z] [2021-08-23T14:52:11.839Z] INFO: Running integration tests at 08/23/2021 14:52:11... [2021-08-23T14:52:11.839Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-08-23T14:52:11.839Z] INFO: Integration API tests being run from the host: [2021-08-23T14:52:11.839Z] INFO: make.ps1 starting at 08/23/2021 14:52:11 [2021-08-23T14:52:12.807Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-08-23T14:52:13.491Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-08-23T14:52:14.057Z] === RUN TestDockerSuite/TestRunRm [2021-08-23T14:52:14.388Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:52:14.388Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:52:14.630Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-08-23T14:52:15.378Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:52:15.851Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy (10.31s) [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.96s) [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.66s) [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.76s) [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.92s) [2021-08-23T14:52:16.851Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.02s) [2021-08-23T14:52:16.851Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:52:18.815Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-08-23T14:52:18.815Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-08-23T14:52:19.101Z] --- PASS: TestBuildMultiStageParentConfig (2.07s) [2021-08-23T14:52:19.101Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:52:19.101Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:52:19.101Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-08-23T14:52:19.101Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:52:19.380Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-08-23T14:52:20.103Z] --- PASS: TestBuildWithEmptyLayers (1.09s) [2021-08-23T14:52:20.103Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:52:20.754Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-08-23T14:52:21.320Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-08-23T14:52:23.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-08-23T14:52:23.848Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-08-23T14:52:24.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-08-23T14:52:24.780Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-08-23T14:52:26.678Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-08-23T14:52:29.206Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-08-23T14:52:29.464Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-08-23T14:52:29.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-08-23T14:52:30.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-08-23T14:52:30.397Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-08-23T14:52:30.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-08-23T14:52:30.655Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-08-23T14:52:31.220Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-08-23T14:52:31.785Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-08-23T14:52:32.351Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-08-23T14:52:32.917Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-08-23T14:52:34.288Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-08-23T14:52:34.288Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-08-23T14:52:34.546Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-08-23T14:52:35.088Z] --- PASS: TestBuildMultiStageOnBuild (14.04s) [2021-08-23T14:52:35.088Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:52:35.088Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:52:35.088Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-08-23T14:52:35.088Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:52:35.480Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-08-23T14:52:37.991Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T14:52:37.991Z] INFO: Testing against a local daemon [2021-08-23T14:52:37.991Z] === RUN TestBuildWithSession [2021-08-23T14:52:37.991Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:52:37.991Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:52:37.991Z] === RUN TestBuildSquashParent [2021-08-23T14:52:37.991Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T14:52:37.991Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:52:37.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:52:37.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:52:37.991Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:52:37.991Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:52:37.991Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:52:37.991Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:52:38.006Z] === RUN TestDockerSuite/TestRunState [2021-08-23T14:52:38.938Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-08-23T14:52:39.503Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-08-23T14:52:40.068Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-08-23T14:52:40.633Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-08-23T14:52:40.891Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-08-23T14:52:40.891Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-08-23T14:52:40.891Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-08-23T14:52:41.456Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-08-23T14:52:42.390Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-08-23T14:52:42.390Z] === RUN TestDockerSuite/TestRunSysctls [2021-08-23T14:52:43.762Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-08-23T14:52:43.762Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-08-23T14:52:43.762Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-08-23T14:52:44.327Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-08-23T14:52:46.225Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-08-23T14:52:46.790Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-08-23T14:52:48.183Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-08-23T14:52:50.445Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:52:50.445Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:52:51.461Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-08-23T14:52:52.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-08-23T14:52:53.058Z] --- PASS: TestBuildMultiStageLayerLeak (17.50s) [2021-08-23T14:52:53.059Z] === RUN TestBuildWithHugeFile [2021-08-23T14:52:53.986Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-08-23T14:52:54.920Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-08-23T14:52:55.486Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-08-23T14:52:55.744Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.70s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.80s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.89s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.12s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.53s) [2021-08-23T14:52:56.248Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.49s) [2021-08-23T14:52:56.248Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:52:56.248Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:52:56.310Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-08-23T14:52:58.209Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-08-23T14:52:59.141Z] === RUN TestDockerSuite/TestRunUserByID [2021-08-23T14:52:59.706Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-08-23T14:52:59.706Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-08-23T14:52:59.963Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-08-23T14:53:00.528Z] === RUN TestDockerSuite/TestRunUserByName [2021-08-23T14:53:01.093Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-08-23T14:53:01.659Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-08-23T14:53:01.659Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-08-23T14:53:01.659Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-08-23T14:53:01.659Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-08-23T14:53:02.593Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-08-23T14:53:03.324Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:53:03.783Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:53:05.321Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:53:05.873Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-08-23T14:53:06.130Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-08-23T14:53:06.289Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:53:07.064Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy (11.87s) [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.40s) [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.04s) [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.23s) [2021-08-23T14:53:07.826Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.39s) [2021-08-23T14:53:07.826Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:53:08.961Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-08-23T14:53:08.961Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-08-23T14:53:10.010Z] --- PASS: TestBuildMultiStageParentConfig (2.56s) [2021-08-23T14:53:10.011Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:53:10.011Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:53:10.011Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-08-23T14:53:10.011Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:53:10.333Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-08-23T14:53:10.596Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-08-23T14:53:10.596Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-08-23T14:53:10.596Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-08-23T14:53:10.596Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-08-23T14:53:10.596Z] Cross building: bundles/cross/linux/s390x [2021-08-23T14:53:10.596Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-08-23T14:53:10.596Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-08-23T14:53:10.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-08-23T14:53:10.899Z] docker_cli_service_logs_test.go:245: checking task 93oh8r5edpsl [2021-08-23T14:53:10.899Z] docker_cli_service_logs_test.go:250: checking messages for 93oh8r5edpsl [2021-08-23T14:53:10.899Z] docker_cli_service_logs_test.go:245: checking task pgc3pb7dr7uo [2021-08-23T14:53:11.156Z] docker_cli_service_logs_test.go:250: checking messages for pgc3pb7dr7uo [2021-08-23T14:53:11.546Z] --- PASS: TestBuildWithEmptyLayers (1.39s) [2021-08-23T14:53:11.546Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:53:12.087Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-08-23T14:53:13.984Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-08-23T14:53:14.550Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-08-23T14:53:14.550Z] docker_cli_run_test.go:4077: unmatched requirement DaemonIsWindows [2021-08-23T14:53:14.550Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-08-23T14:53:14.550Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2021-08-23T14:53:14.550Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-08-23T14:53:14.550Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2021-08-23T14:53:14.550Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-08-23T14:53:14.807Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-08-23T14:53:14.807Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-08-23T14:53:14.807Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-08-23T14:53:15.740Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-08-23T14:53:15.998Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-08-23T14:53:17.373Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-08-23T14:53:17.634Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-08-23T14:53:18.207Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-08-23T14:53:18.207Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-08-23T14:53:18.773Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-08-23T14:53:18.773Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-08-23T14:53:18.773Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-08-23T14:53:18.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-08-23T14:53:19.031Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-08-23T14:53:19.032Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-08-23T14:53:19.032Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-08-23T14:53:19.032Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-08-23T14:53:19.032Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-08-23T14:53:19.032Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-08-23T14:53:19.032Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-08-23T14:53:19.597Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-08-23T14:53:20.162Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-08-23T14:53:20.162Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-08-23T14:53:20.728Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-08-23T14:53:20.986Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-08-23T14:53:21.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-08-23T14:53:21.918Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-08-23T14:53:21.918Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-08-23T14:53:22.175Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-08-23T14:53:22.741Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-08-23T14:53:23.306Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-08-23T14:53:23.306Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-08-23T14:53:23.306Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-08-23T14:53:23.871Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-08-23T14:53:23.923Z] --- PASS: TestBuildMultiStageOnBuild (11.87s) [2021-08-23T14:53:23.923Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:53:23.923Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T14:53:23.923Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-08-23T14:53:23.923Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:53:25.242Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-08-23T14:53:25.242Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-08-23T14:53:25.807Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-08-23T14:53:25.807Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-08-23T14:53:25.807Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-08-23T14:53:26.065Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-08-23T14:53:26.065Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-08-23T14:53:27.439Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-08-23T14:53:28.004Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-08-23T14:53:29.902Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-08-23T14:53:30.160Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-08-23T14:53:30.160Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-08-23T14:53:30.160Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-08-23T14:53:31.093Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-08-23T14:53:31.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-08-23T14:53:31.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-08-23T14:53:31.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-08-23T14:53:32.026Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-08-23T14:53:32.590Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-08-23T14:53:32.848Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-08-23T14:53:33.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-08-23T14:53:34.241Z] --- PASS: TestBuildMultiStageLayerLeak (10.48s) [2021-08-23T14:53:34.241Z] === RUN TestBuildWithHugeFile [2021-08-23T14:53:34.747Z] === RUN TestDockerSuite/TestSaveImageId [2021-08-23T14:53:34.747Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-08-23T14:53:35.004Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-08-23T14:53:36.376Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents843555113 [2021-08-23T14:53:36.376Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-08-23T14:53:36.376Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-08-23T14:53:37.749Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-08-23T14:53:37.749Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-08-23T14:53:37.749Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-08-23T14:53:38.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-08-23T14:53:39.121Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-08-23T14:53:40.493Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-08-23T14:53:40.493Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-08-23T14:53:40.750Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-08-23T14:53:40.750Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-08-23T14:53:40.750Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-08-23T14:53:41.315Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-08-23T14:53:43.842Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-08-23T14:53:45.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-08-23T14:53:47.120Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-08-23T14:53:49.046Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-08-23T14:53:49.612Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-08-23T14:53:50.985Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-08-23T14:53:52.357Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-08-23T14:53:52.357Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-08-23T14:53:53.290Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-08-23T14:53:53.383Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-08-23T14:53:53.383Z] Using test binary docker [2021-08-23T14:53:53.383Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-08-23T14:53:53.383Z] +++ /etc/init.d/apparmor start [2021-08-23T14:53:53.383Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-08-23T14:53:53.383Z] INFO: Waiting for daemon to start... [2021-08-23T14:53:53.383Z] Starting dockerd [2021-08-23T14:53:53.383Z] +++ 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-08-23T14:53:54.223Z] docker_cli_swarm_test.go:1901: [d913d1a037925] joining swarm manager [d2b2b9f4cdfb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:53:55.297Z] . [2021-08-23T14:53:55.298Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-08-23T14:53:55.298Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-08-23T14:53:55.298Z] Error: No such image: emptyfs [2021-08-23T14:53:55.298Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-08-23T14:53:55.298Z] ++++ docker load [2021-08-23T14:53:55.298Z] Running integration-test (iteration 1) [2021-08-23T14:53:55.298Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-08-23T14:53:55.298Z] ++ 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-08-23T14:53:55.298Z] ++ set -e [2021-08-23T14:53:55.298Z] ++ '[' -n 0 ']' [2021-08-23T14:53:55.298Z] ++ set -x [2021-08-23T14:53:55.298Z] ++ 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-08-23T14:53:55.594Z] docker_cli_swarm_test.go:1902: [d29c9996408a4] joining swarm manager [d2b2b9f4cdfb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:53:55.869Z] Loaded image: busybox:latest [2021-08-23T14:53:55.869Z] Loaded image: busybox:glibc [2021-08-23T14:53:56.159Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-08-23T14:53:57.255Z] Loaded image: debian:bullseye-slim [2021-08-23T14:53:57.516Z] Loaded image: hello-world:latest [2021-08-23T14:53:57.516Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:53:57.516Z] INFO: Testing against a local daemon [2021-08-23T14:53:57.516Z] === RUN TestCgroupNamespacesBuild [2021-08-23T14:53:58.685Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-08-23T14:53:58.685Z] === RUN TestDockerSuite/TestStartRecordError [2021-08-23T14:53:59.427Z] --- PASS: TestCgroupNamespacesBuild (1.53s) [2021-08-23T14:53:59.427Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-08-23T14:54:00.584Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-08-23T14:54:00.812Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.46s) [2021-08-23T14:54:00.812Z] === RUN TestBuildWithSession [2021-08-23T14:54:00.812Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:54:00.812Z] --- SKIP: TestBuildWithSession (0.00s) [2021-08-23T14:54:00.812Z] === RUN TestBuildSquashParent [2021-08-23T14:54:01.517Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-08-23T14:54:02.890Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-08-23T14:54:05.416Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-08-23T14:54:06.104Z] --- PASS: TestBuildSquashParent (4.88s) [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:54:06.104Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:54:06.104Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:54:06.104Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-08-23T14:54:06.104Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-08-23T14:54:06.104Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-08-23T14:54:06.104Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-08-23T14:54:08.021Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-08-23T14:54:08.021Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.54s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.60s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.71s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.76s) [2021-08-23T14:54:09.939Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.80s) [2021-08-23T14:54:09.939Z] === RUN TestBuildMultiStageCopy [2021-08-23T14:54:09.939Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-08-23T14:54:10.675Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-08-23T14:54:11.324Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-08-23T14:54:11.586Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-08-23T14:54:12.048Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-08-23T14:54:12.158Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-08-23T14:54:12.158Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy (2.77s) [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.61s) [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s) [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.29s) [2021-08-23T14:54:12.730Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.30s) [2021-08-23T14:54:12.730Z] === RUN TestBuildMultiStageParentConfig [2021-08-23T14:54:12.981Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-08-23T14:54:13.302Z] --- PASS: TestBuildMultiStageParentConfig (0.76s) [2021-08-23T14:54:13.302Z] === RUN TestBuildLabelWithTargets [2021-08-23T14:54:14.688Z] --- PASS: TestBuildLabelWithTargets (1.24s) [2021-08-23T14:54:14.688Z] === RUN TestBuildWithEmptyLayers [2021-08-23T14:54:15.260Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2021-08-23T14:54:15.260Z] === RUN TestBuildMultiStageOnBuild [2021-08-23T14:54:17.177Z] --- PASS: TestBuildMultiStageOnBuild (1.82s) [2021-08-23T14:54:17.177Z] === RUN TestBuildUncleanTarFilenames [2021-08-23T14:54:18.120Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2021-08-23T14:54:18.120Z] === RUN TestBuildMultiStageLayerLeak [2021-08-23T14:54:18.244Z] === RUN TestDockerSuite/TestStatsNoStream [2021-08-23T14:54:20.033Z] --- PASS: TestBuildMultiStageLayerLeak (1.95s) [2021-08-23T14:54:20.033Z] === RUN TestBuildWithHugeFile [2021-08-23T14:54:20.141Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-08-23T14:54:20.399Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-08-23T14:54:22.297Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-08-23T14:54:22.870Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-08-23T14:54:23.138Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-08-23T14:54:23.706Z] === RUN TestDockerSuite/TestTopPrivileged [2021-08-23T14:54:24.640Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-08-23T14:54:24.640Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-08-23T14:54:24.640Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-08-23T14:54:25.206Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-08-23T14:54:28.485Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-08-23T14:54:31.765Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-08-23T14:54:32.022Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-08-23T14:54:32.108Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-08-23T14:54:32.108Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-08-23T14:54:32.108Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-08-23T14:54:32.108Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-08-23T14:54:32.108Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-08-23T14:54:32.441Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-08-23T14:54:32.588Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-08-23T14:54:32.588Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-08-23T14:54:32.588Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-08-23T14:54:32.588Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-08-23T14:54:32.588Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-08-23T14:54:32.727Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/test/unit [2021-08-23T14:54:33.298Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-08-23T14:54:33.298Z] + TESTFLAGS+=' -test.timeout=5m' [2021-08-23T14:54:33.298Z] + TESTDIRS=./... [2021-08-23T14:54:33.298Z] + exclude_paths='/vendor/|/integration' [2021-08-23T14:54:33.298Z] ++ go list ./... [2021-08-23T14:54:33.298Z] ++ grep -vE '(/vendor/|/integration)' [2021-08-23T14:54:33.961Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-08-23T14:54:34.242Z] + pkg_list='github.com/docker/docker/api [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/backend [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/container [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/events [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/filters [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/image [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/mount [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/network [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/registry [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/time [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/versions [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:54:34.242Z] github.com/docker/docker/api/types/volume [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:54:34.242Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:54:34.242Z] github.com/docker/docker/cli [2021-08-23T14:54:34.242Z] github.com/docker/docker/cli/config [2021-08-23T14:54:34.242Z] github.com/docker/docker/cli/debug [2021-08-23T14:54:34.242Z] github.com/docker/docker/client [2021-08-23T14:54:34.242Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:54:34.242Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:54:34.242Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:54:34.242Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:54:34.242Z] github.com/docker/docker/container [2021-08-23T14:54:34.242Z] github.com/docker/docker/container/stream [2021-08-23T14:54:34.242Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:54:34.242Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:54:34.242Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/config [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/events [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/exec [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/images [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/links [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/names [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/network [2021-08-23T14:54:34.242Z] github.com/docker/docker/daemon/stats [2021-08-23T14:54:34.242Z] github.com/docker/docker/distribution [2021-08-23T14:54:34.242Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:54:34.242Z] github.com/docker/docker/distribution/utils [2021-08-23T14:54:34.242Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:54:34.242Z] github.com/docker/docker/dockerversion [2021-08-23T14:54:34.242Z] github.com/docker/docker/errdefs [2021-08-23T14:54:34.242Z] github.com/docker/docker/image [2021-08-23T14:54:34.242Z] github.com/docker/docker/image/cache [2021-08-23T14:54:34.242Z] github.com/docker/docker/image/tarexport [2021-08-23T14:54:34.242Z] github.com/docker/docker/image/v1 [2021-08-23T14:54:34.242Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:54:34.242Z] github.com/docker/docker/layer [2021-08-23T14:54:34.242Z] github.com/docker/docker/libcontainerd [2021-08-23T14:54:34.242Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:54:34.242Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:54:34.242Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:54:34.242Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:54:34.242Z] github.com/docker/docker/oci [2021-08-23T14:54:34.242Z] github.com/docker/docker/oci/caps [2021-08-23T14:54:34.242Z] github.com/docker/docker/opts [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/archive [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/directory [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/locker [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/mount [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/platform [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/pools [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/progress [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/signal [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/stack [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/system [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/term [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:54:34.242Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:54:34.242Z] github.com/docker/docker/plugin [2021-08-23T14:54:34.242Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:54:34.242Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:54:34.242Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:54:34.242Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:54:34.242Z] github.com/docker/docker/quota [2021-08-23T14:54:34.242Z] github.com/docker/docker/reference [2021-08-23T14:54:34.242Z] github.com/docker/docker/registry [2021-08-23T14:54:34.242Z] github.com/docker/docker/registry/resumable [2021-08-23T14:54:34.242Z] github.com/docker/docker/restartmanager [2021-08-23T14:54:34.242Z] github.com/docker/docker/rootless [2021-08-23T14:54:34.242Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:54:34.242Z] github.com/docker/docker/runconfig [2021-08-23T14:54:34.242Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/environment [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/registry [2021-08-23T14:54:34.242Z] github.com/docker/docker/testutil/request [2021-08-23T14:54:34.242Z] github.com/docker/docker/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/drivers [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/local [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/mounts [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/service [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:54:34.243Z] ++ echo 'github.com/docker/docker/api [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/backend [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/events [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/filters [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/image [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/mount [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/network [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/registry [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/time [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:54:34.243Z] github.com/docker/docker/cli [2021-08-23T14:54:34.243Z] github.com/docker/docker/cli/config [2021-08-23T14:54:34.243Z] github.com/docker/docker/cli/debug [2021-08-23T14:54:34.243Z] github.com/docker/docker/client [2021-08-23T14:54:34.243Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:54:34.243Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:54:34.243Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:54:34.243Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:54:34.243Z] github.com/docker/docker/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/container/stream [2021-08-23T14:54:34.243Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:54:34.243Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:54:34.243Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/config [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/events [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/exec [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/images [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/links [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/names [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/network [2021-08-23T14:54:34.243Z] github.com/docker/docker/daemon/stats [2021-08-23T14:54:34.243Z] github.com/docker/docker/distribution [2021-08-23T14:54:34.243Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:54:34.243Z] github.com/docker/docker/distribution/utils [2021-08-23T14:54:34.243Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:54:34.243Z] github.com/docker/docker/dockerversion [2021-08-23T14:54:34.243Z] github.com/docker/docker/errdefs [2021-08-23T14:54:34.243Z] github.com/docker/docker/image [2021-08-23T14:54:34.243Z] github.com/docker/docker/image/cache [2021-08-23T14:54:34.243Z] github.com/docker/docker/image/tarexport [2021-08-23T14:54:34.243Z] github.com/docker/docker/image/v1 [2021-08-23T14:54:34.243Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:54:34.243Z] github.com/docker/docker/layer [2021-08-23T14:54:34.243Z] github.com/docker/docker/libcontainerd [2021-08-23T14:54:34.243Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:54:34.243Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:54:34.243Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:54:34.243Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:54:34.243Z] github.com/docker/docker/oci [2021-08-23T14:54:34.243Z] github.com/docker/docker/oci/caps [2021-08-23T14:54:34.243Z] github.com/docker/docker/opts [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/archive [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/directory [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/locker [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/mount [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/platform [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/pools [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/progress [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/signal [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/stack [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/system [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/term [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:54:34.243Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:54:34.243Z] github.com/docker/docker/plugin [2021-08-23T14:54:34.243Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:54:34.243Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:54:34.243Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:54:34.243Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:54:34.243Z] github.com/docker/docker/quota [2021-08-23T14:54:34.243Z] github.com/docker/docker/reference [2021-08-23T14:54:34.243Z] github.com/docker/docker/registry [2021-08-23T14:54:34.243Z] github.com/docker/docker/registry/resumable [2021-08-23T14:54:34.243Z] github.com/docker/docker/restartmanager [2021-08-23T14:54:34.243Z] github.com/docker/docker/rootless [2021-08-23T14:54:34.243Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:54:34.243Z] github.com/docker/docker/runconfig [2021-08-23T14:54:34.243Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/environment [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/registry [2021-08-23T14:54:34.243Z] github.com/docker/docker/testutil/request [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/drivers [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/local [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/mounts [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/service [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:54:34.243Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:54:34.243Z] ++ grep --fixed-strings -v /libnetwork [2021-08-23T14:54:34.243Z] + base_pkg_list='github.com/docker/docker/api [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/backend [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/container [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/events [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/filters [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/image [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/mount [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/network [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/registry [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/time [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:54:34.243Z] github.com/docker/docker/api/types/volume [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder [2021-08-23T14:54:34.243Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli/config [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli/debug [2021-08-23T14:54:34.244Z] github.com/docker/docker/client [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:54:34.244Z] github.com/docker/docker/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/container/stream [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/config [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/events [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/exec [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/images [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/links [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/names [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/network [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/stats [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/utils [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:54:34.244Z] github.com/docker/docker/dockerversion [2021-08-23T14:54:34.244Z] github.com/docker/docker/errdefs [2021-08-23T14:54:34.244Z] github.com/docker/docker/image [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/cache [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/tarexport [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/v1 [2021-08-23T14:54:34.244Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:54:34.244Z] github.com/docker/docker/layer [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:54:34.244Z] github.com/docker/docker/oci [2021-08-23T14:54:34.244Z] github.com/docker/docker/oci/caps [2021-08-23T14:54:34.244Z] github.com/docker/docker/opts [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/archive [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/directory [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/locker [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/mount [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/platform [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/pools [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/progress [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/signal [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/stack [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/system [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/term [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:54:34.244Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:54:34.244Z] github.com/docker/docker/plugin [2021-08-23T14:54:34.244Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:54:34.244Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:54:34.244Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:54:34.244Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:54:34.244Z] github.com/docker/docker/quota [2021-08-23T14:54:34.244Z] github.com/docker/docker/reference [2021-08-23T14:54:34.244Z] github.com/docker/docker/registry [2021-08-23T14:54:34.244Z] github.com/docker/docker/registry/resumable [2021-08-23T14:54:34.244Z] github.com/docker/docker/restartmanager [2021-08-23T14:54:34.244Z] github.com/docker/docker/rootless [2021-08-23T14:54:34.244Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:54:34.244Z] github.com/docker/docker/runconfig [2021-08-23T14:54:34.244Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/environment [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/registry [2021-08-23T14:54:34.244Z] github.com/docker/docker/testutil/request [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/drivers [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/local [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/mounts [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/service [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:54:34.244Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:54:34.244Z] ++ grep --fixed-strings /libnetwork [2021-08-23T14:54:34.244Z] ++ echo 'github.com/docker/docker/api [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/backend [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/events [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/filters [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/image [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/mount [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/network [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/registry [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/time [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/versions [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:54:34.244Z] github.com/docker/docker/api/types/volume [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:54:34.244Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli/config [2021-08-23T14:54:34.244Z] github.com/docker/docker/cli/debug [2021-08-23T14:54:34.244Z] github.com/docker/docker/client [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:54:34.244Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:54:34.244Z] github.com/docker/docker/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/container/stream [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:54:34.244Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/config [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/events [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/exec [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/images [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/links [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/names [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/network [2021-08-23T14:54:34.244Z] github.com/docker/docker/daemon/stats [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/utils [2021-08-23T14:54:34.244Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:54:34.244Z] github.com/docker/docker/dockerversion [2021-08-23T14:54:34.244Z] github.com/docker/docker/errdefs [2021-08-23T14:54:34.244Z] github.com/docker/docker/image [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/cache [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/tarexport [2021-08-23T14:54:34.244Z] github.com/docker/docker/image/v1 [2021-08-23T14:54:34.244Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:54:34.244Z] github.com/docker/docker/layer [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd [2021-08-23T14:54:34.244Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:54:34.245Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:54:34.245Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/types [2021-08-23T14:54:34.245Z] github.com/docker/docker/oci [2021-08-23T14:54:34.245Z] github.com/docker/docker/oci/caps [2021-08-23T14:54:34.245Z] github.com/docker/docker/opts [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/archive [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/directory [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/locker [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/mount [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/platform [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/pools [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/progress [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/signal [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/stack [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/system [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/term [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:54:34.245Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:54:34.245Z] github.com/docker/docker/plugin [2021-08-23T14:54:34.245Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:54:34.245Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:54:34.245Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:54:34.245Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:54:34.245Z] github.com/docker/docker/quota [2021-08-23T14:54:34.245Z] github.com/docker/docker/reference [2021-08-23T14:54:34.245Z] github.com/docker/docker/registry [2021-08-23T14:54:34.245Z] github.com/docker/docker/registry/resumable [2021-08-23T14:54:34.245Z] github.com/docker/docker/restartmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/rootless [2021-08-23T14:54:34.245Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:54:34.245Z] github.com/docker/docker/runconfig [2021-08-23T14:54:34.245Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/environment [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/registry [2021-08-23T14:54:34.245Z] github.com/docker/docker/testutil/request [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/drivers [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/local [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/mounts [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/service [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:54:34.245Z] github.com/docker/docker/volume/testutils' [2021-08-23T14:54:34.245Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/types' [2021-08-23T14:54:34.245Z] + echo 'github.com/docker/docker/libnetwork [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/types' [2021-08-23T14:54:34.245Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:54:34.245Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:54:34.245Z] + type docker-proxy [2021-08-23T14:54:34.245Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-08-23T14:54:34.245Z] + hack/make.sh binary-proxy install-proxy [2021-08-23T14:54:34.245Z] [2021-08-23T14:54:34.245Z] Removing bundles/ [2021-08-23T14:54:34.245Z] [2021-08-23T14:54:34.245Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-08-23T14:54:34.245Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-08-23T14:54:34.245Z] GOOS="" GOARCH="" GOARM="" [2021-08-23T14:54:34.526Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-08-23T14:54:35.460Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-08-23T14:54:36.832Z] === RUN TestDockerSuite/TestUpdateStats [2021-08-23T14:54:38.204Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-08-23T14:54:40.101Z] docker_cli_swarm_test.go:1802: [d76b8c5aa5dd2] joining swarm manager [da71e1f870569]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:54:40.359Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-08-23T14:54:40.832Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-08-23T14:54:40.832Z] [2021-08-23T14:54:40.832Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-08-23T14:54:40.832Z] Installing docker-proxy to /usr/local/bin/ [2021-08-23T14:54:40.832Z] [2021-08-23T14:54:40.832Z] + mkdir -p bundles [2021-08-23T14:54:40.832Z] + '[' -n 'github.com/docker/docker/api [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/backend/build [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/httputils [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/middleware [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/build [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/checkpoint [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/container [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/debug [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/distribution [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/grpc [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/image [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/network [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/plugin [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/session [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/swarm [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/system [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/server/router/volume [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/backend [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/blkiodev [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/container [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/events [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/filters [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/image [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/mount [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/network [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/plugins/logdriver [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/registry [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/strslice [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/swarm [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/swarm/runtime [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/time [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/versions [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/versions/v1p19 [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/versions/v1p20 [2021-08-23T14:54:40.832Z] github.com/docker/docker/api/types/volume [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/exporter [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/builder-next/worker [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/dockerfile [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/dockerignore [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/remotecontext [2021-08-23T14:54:40.832Z] github.com/docker/docker/builder/remotecontext/git [2021-08-23T14:54:40.832Z] github.com/docker/docker/cli [2021-08-23T14:54:40.832Z] github.com/docker/docker/cli/config [2021-08-23T14:54:40.832Z] github.com/docker/docker/cli/debug [2021-08-23T14:54:40.832Z] github.com/docker/docker/client [2021-08-23T14:54:40.832Z] github.com/docker/docker/cmd/docker-proxy [2021-08-23T14:54:40.832Z] github.com/docker/docker/cmd/dockerd [2021-08-23T14:54:40.832Z] github.com/docker/docker/cmd/dockerd/trap [2021-08-23T14:54:40.832Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-08-23T14:54:40.832Z] github.com/docker/docker/container [2021-08-23T14:54:40.832Z] github.com/docker/docker/container/stream [2021-08-23T14:54:40.832Z] github.com/docker/docker/contrib/apparmor [2021-08-23T14:54:40.832Z] github.com/docker/docker/contrib/docker-device-tool [2021-08-23T14:54:40.832Z] github.com/docker/docker/contrib/httpserver [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon/cluster [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon/cluster/convert [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon/cluster/executor [2021-08-23T14:54:40.832Z] github.com/docker/docker/daemon/cluster/executor/container [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/cluster/provider [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/config [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/discovery [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/events [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/events/testutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/exec [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/copy [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/register [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/images [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/initlayer [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/links [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/listeners [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/awslogs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/fluentd [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/gcplogs [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/gelf [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/journald [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/local [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/logentries [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/loggerutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/splunk [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/syslog [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/logger/templates [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/names [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/network [2021-08-23T14:54:40.833Z] github.com/docker/docker/daemon/stats [2021-08-23T14:54:40.833Z] github.com/docker/docker/distribution [2021-08-23T14:54:40.833Z] github.com/docker/docker/distribution/metadata [2021-08-23T14:54:40.833Z] github.com/docker/docker/distribution/utils [2021-08-23T14:54:40.833Z] github.com/docker/docker/distribution/xfer [2021-08-23T14:54:40.833Z] github.com/docker/docker/dockerversion [2021-08-23T14:54:40.833Z] github.com/docker/docker/errdefs [2021-08-23T14:54:40.833Z] github.com/docker/docker/image [2021-08-23T14:54:40.833Z] github.com/docker/docker/image/cache [2021-08-23T14:54:40.833Z] github.com/docker/docker/image/tarexport [2021-08-23T14:54:40.833Z] github.com/docker/docker/image/v1 [2021-08-23T14:54:40.833Z] github.com/docker/docker/internal/test/suite [2021-08-23T14:54:40.833Z] github.com/docker/docker/layer [2021-08-23T14:54:40.833Z] github.com/docker/docker/libcontainerd [2021-08-23T14:54:40.833Z] github.com/docker/docker/libcontainerd/queue [2021-08-23T14:54:40.833Z] github.com/docker/docker/libcontainerd/remote [2021-08-23T14:54:40.833Z] github.com/docker/docker/libcontainerd/supervisor [2021-08-23T14:54:40.833Z] github.com/docker/docker/libcontainerd/types [2021-08-23T14:54:40.833Z] github.com/docker/docker/oci [2021-08-23T14:54:40.833Z] github.com/docker/docker/oci/caps [2021-08-23T14:54:40.833Z] github.com/docker/docker/opts [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/aaparser [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/archive [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/authorization [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/broadcaster [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/capabilities [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/chrootarchive [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/containerfs [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/devicemapper [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/directory [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/discovery [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/discovery/file [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/discovery/kv [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/discovery/memory [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/discovery/nodes [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/dmesg [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/filenotify [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/fileutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/fsutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/homedir [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/idtools [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/ioutils [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/jsonmessage [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/locker [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/longpath [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/loopback [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/mount [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/namesgenerator [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/parsers [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/parsers/kernel [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/pidfile [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/platform [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugingetter [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugins [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/plugins/transport [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/pools [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/progress [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/pubsub [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/reexec [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/signal [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/stack [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/stdcopy [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/streamformatter [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/stringid [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/symlink [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/sysinfo [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/system [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/tailfile [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/tarsum [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/term [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/term/windows [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/truncindex [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/urlutil [2021-08-23T14:54:40.833Z] github.com/docker/docker/pkg/useragent [2021-08-23T14:54:40.833Z] github.com/docker/docker/plugin [2021-08-23T14:54:40.833Z] github.com/docker/docker/plugin/executor/containerd [2021-08-23T14:54:40.833Z] github.com/docker/docker/plugin/v2 [2021-08-23T14:54:40.833Z] github.com/docker/docker/profiles/apparmor [2021-08-23T14:54:40.833Z] github.com/docker/docker/profiles/seccomp [2021-08-23T14:54:40.833Z] github.com/docker/docker/quota [2021-08-23T14:54:40.833Z] github.com/docker/docker/reference [2021-08-23T14:54:40.833Z] github.com/docker/docker/registry [2021-08-23T14:54:40.833Z] github.com/docker/docker/registry/resumable [2021-08-23T14:54:40.833Z] github.com/docker/docker/restartmanager [2021-08-23T14:54:40.833Z] github.com/docker/docker/rootless [2021-08-23T14:54:40.833Z] github.com/docker/docker/rootless/specconv [2021-08-23T14:54:40.833Z] github.com/docker/docker/runconfig [2021-08-23T14:54:40.833Z] github.com/docker/docker/runconfig/opts [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/daemon [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/environment [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fakecontext [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fakegit [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fakestorage [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fixtures/load [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fixtures/plugin [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/registry [2021-08-23T14:54:40.833Z] github.com/docker/docker/testutil/request [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/drivers [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/local [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/mounts [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/service [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/service/opts [2021-08-23T14:54:40.833Z] github.com/docker/docker/volume/testutils' ']' [2021-08-23T14:54:40.833Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-08-23T14:54:41.094Z] ? github.com/docker/docker/api [no test files] [2021-08-23T14:54:41.731Z] docker_cli_swarm_test.go:1803: [d90db83ec360d] joining swarm manager [da71e1f870569]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:54:41.731Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-08-23T14:54:41.731Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-08-23T14:54:41.731Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-08-23T14:54:42.663Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-08-23T14:54:43.228Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-08-23T14:54:45.756Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-08-23T14:54:49.036Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-08-23T14:54:49.667Z] --- PASS: TestBuildWithHugeFile (106.13s) [2021-08-23T14:54:49.668Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:54:51.563Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-08-23T14:54:52.935Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-08-23T14:54:54.308Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-08-23T14:54:55.680Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-08-23T14:54:58.980Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-08-23T14:54:59.213Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2021-08-23T14:55:00.880Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-08-23T14:55:02.778Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-08-23T14:55:02.778Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-08-23T14:55:03.711Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-08-23T14:55:04.645Z] docker_cli_swarm_test.go:1321: [d3250b7204418] joining swarm manager [d11a4ed691ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:55:05.210Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-08-23T14:55:05.776Z] docker_cli_swarm_test.go:1322: [d00031fddb5e3] joining swarm manager [d11a4ed691ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:55:06.780Z] --- PASS: TestBuildWithHugeFile (41.97s) [2021-08-23T14:55:06.780Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:55:06.780Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:55:06.780Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-08-23T14:55:06.780Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T14:55:06.780Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:55:06.780Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:55:06.780Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:55:06.780Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:55:06.780Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:55:06.780Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:55:06.780Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T14:55:06.780Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T14:55:06.780Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T14:55:06.780Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2021-08-23T14:55:06.780Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-08-23T14:55:06.780Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2021-08-23T14:55:06.780Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-08-23T14:55:06.780Z] === RUN TestBuildPreserveOwnership [2021-08-23T14:55:06.780Z] === RUN TestBuildPreserveOwnership/copy_from [2021-08-23T14:55:06.780Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-08-23T14:55:06.780Z] --- PASS: TestBuildPreserveOwnership (3.99s) [2021-08-23T14:55:06.780Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.66s) [2021-08-23T14:55:06.780Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.33s) [2021-08-23T14:55:06.780Z] === RUN TestBuildPlatformInvalid [2021-08-23T14:55:06.780Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-08-23T14:55:06.780Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-08-23T14:55:07.041Z] Loaded image: busybox:latest [2021-08-23T14:55:07.150Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-08-23T14:55:07.302Z] Loaded image: busybox:glibc [2021-08-23T14:55:08.522Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-08-23T14:55:08.690Z] Loaded image: debian:bullseye-slim [2021-08-23T14:55:08.690Z] Loaded image: hello-world:latest [2021-08-23T14:55:08.951Z] Loaded image: arm32v7/hello-world:latest [2021-08-23T14:55:10.421Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-08-23T14:55:11.796Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-08-23T14:55:13.693Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-08-23T14:55:21.188Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.14s) [2021-08-23T14:55:21.188Z] PASS [2021-08-23T14:55:21.188Z] [2021-08-23T14:55:21.188Z] === Skipped [2021-08-23T14:55:21.188Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-08-23T14:55:21.188Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T14:55:21.188Z] [2021-08-23T14:55:21.188Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-08-23T14:55:21.188Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-08-23T14:55:21.188Z] [2021-08-23T14:55:21.188Z] [2021-08-23T14:55:21.188Z] DONE 34 tests, 2 skipped in 84.918s [2021-08-23T14:55:21.188Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-08-23T14:55:21.188Z] ++ 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-08-23T14:55:21.188Z] ++ set -e [2021-08-23T14:55:21.188Z] ++ '[' -n 0 ']' [2021-08-23T14:55:21.188Z] ++ set -x [2021-08-23T14:55:21.188Z] ++ 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-08-23T14:55:21.188Z] INFO: Testing against a local daemon [2021-08-23T14:55:21.188Z] === RUN TestConfigInspect [2021-08-23T14:55:22.574Z] --- PASS: TestConfigInspect (2.20s) [2021-08-23T14:55:22.574Z] === RUN TestConfigList [2021-08-23T14:55:25.874Z] --- PASS: TestConfigList (2.71s) [2021-08-23T14:55:25.874Z] === RUN TestConfigsCreateAndDelete [2021-08-23T14:55:27.807Z] --- PASS: TestConfigsCreateAndDelete (2.26s) [2021-08-23T14:55:27.807Z] === RUN TestConfigsUpdate [2021-08-23T14:55:28.557Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-08-23T14:55:28.557Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-08-23T14:55:28.557Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-08-23T14:55:29.122Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-08-23T14:55:29.122Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-08-23T14:55:29.122Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-08-23T14:55:29.122Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-08-23T14:55:30.054Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-08-23T14:55:30.055Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-08-23T14:55:30.353Z] --- PASS: TestConfigsUpdate (2.73s) [2021-08-23T14:55:30.353Z] === RUN TestTemplatedConfig [2021-08-23T14:55:30.620Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-08-23T14:55:30.620Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-08-23T14:55:30.620Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-08-23T14:55:30.694Z] --- PASS: TestBuildWithHugeFile (103.64s) [2021-08-23T14:55:30.694Z] === RUN TestBuildWCOWSandboxSize [2021-08-23T14:55:30.877Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-08-23T14:55:30.877Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-08-23T14:55:32.776Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-08-23T14:55:32.776Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-08-23T14:55:32.776Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-08-23T14:55:32.776Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-08-23T14:55:32.776Z] === RUN TestDockerSuite/TestVolumeEvents [2021-08-23T14:55:33.343Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-08-23T14:55:33.657Z] --- PASS: TestTemplatedConfig (3.06s) [2021-08-23T14:55:33.657Z] === RUN TestConfigCreateResolve [2021-08-23T14:55:35.241Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-08-23T14:55:35.241Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-08-23T14:55:35.241Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-08-23T14:55:36.202Z] --- PASS: TestConfigCreateResolve (2.65s) [2021-08-23T14:55:36.202Z] PASS [2021-08-23T14:55:36.202Z] [2021-08-23T14:55:36.202Z] DONE 6 tests in 15.720s [2021-08-23T14:55:36.202Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-08-23T14:55:36.202Z] ++ 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-08-23T14:55:36.202Z] ++ set -e [2021-08-23T14:55:36.202Z] ++ '[' -n 0 ']' [2021-08-23T14:55:36.202Z] ++ set -x [2021-08-23T14:55:36.202Z] ++ 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-08-23T14:55:36.202Z] INFO: Testing against a local daemon [2021-08-23T14:55:36.202Z] === RUN TestCheckpoint [2021-08-23T14:55:36.202Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:55:36.202Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T14:55:36.202Z] === RUN TestContainerInvalidJSON [2021-08-23T14:55:36.202Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:55:36.202Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:55:36.202Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:55:36.202Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:55:36.202Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T14:55:36.202Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T14:55:36.202Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-08-23T14:55:36.202Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-08-23T14:55:36.202Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-08-23T14:55:36.202Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T14:55:36.463Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-08-23T14:55:36.463Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T14:55:36.463Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-08-23T14:55:36.463Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T14:55:36.463Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-08-23T14:55:36.463Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T14:55:36.724Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-08-23T14:55:36.724Z] === RUN TestCopyFromContainer [2021-08-23T14:55:37.775Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-08-23T14:55:38.109Z] === RUN TestCopyFromContainer// [2021-08-23T14:55:38.109Z] === RUN TestCopyFromContainer//bar/root [2021-08-23T14:55:38.109Z] === RUN TestCopyFromContainer//bar/root/ [2021-08-23T14:55:38.109Z] === RUN TestCopyFromContainer/bar/quux [2021-08-23T14:55:38.109Z] === RUN TestCopyFromContainer/bar/quux/ [2021-08-23T14:55:38.371Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-08-23T14:55:38.371Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-08-23T14:55:38.371Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-08-23T14:55:38.632Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-08-23T14:55:38.632Z] === RUN TestCopyFromContainer/bar/notarget [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer (2.14s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer// (0.09s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-08-23T14:55:38.632Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-08-23T14:55:38.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T14:55:38.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:55:38.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:55:38.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:55:38.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:55:38.632Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:55:38.632Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:55:38.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T14:55:38.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T14:55:38.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T14:55:38.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T14:55:38.893Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T14:55:38.893Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-08-23T14:55:38.893Z] === RUN TestCreateWithInvalidEnv [2021-08-23T14:55:38.893Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T14:55:38.893Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T14:55:38.893Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T14:55:38.893Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T14:55:38.893Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T14:55:38.893Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T14:55:38.893Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T14:55:38.893Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T14:55:38.893Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T14:55:38.893Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T14:55:38.893Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T14:55:38.893Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T14:55:38.893Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-08-23T14:55:38.893Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T14:55:40.468Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-08-23T14:55:40.468Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite (1333.47s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.28s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.21s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.33s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.50s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.49s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.88s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.23s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.78s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.92s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.15s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.82s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.77s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.72s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.24s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.87s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachDetach (0.92s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.84s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.65s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.88s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.77s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.93s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.73s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.05s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.91s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.87s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.47s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.21s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.43s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.20s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.14s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.54s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.03s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.94s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.63s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.84s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.06s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.98s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.43s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.41s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.39s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.37s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.49s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.61s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.11s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.57s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.77s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.15s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.43s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.23s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.89s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.05s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.05s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.93s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.55s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.20s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.57s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.87s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.83s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.72s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.18s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.97s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.68s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.75s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.95s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.41s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.22s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.68s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.72s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.70s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.42s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.27s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.25s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.43s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.93s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.57s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.74s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.77s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.33s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.24s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.92s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.80s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.52s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.82s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.18s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.68s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.34s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.22s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.19s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.37s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.29s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.78s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.64s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.24s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.04s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.69s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.50s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.19s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.00s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.92s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.31s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.34s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.35s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.31s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.73s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.76s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.72s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.96s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.83s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.44s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.06s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.45s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.06s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.59s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.55s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.40s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.60s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.66s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (12.41s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.03s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.23s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.41s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.18s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.20s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.74s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.13s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.23s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnv (0.96s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.03s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.81s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.99s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (17.01s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.24s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.72s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.52s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.31s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.33s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.01s) [2021-08-23T14:55:40.468Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.22s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.66s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildExpose (0.21s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.38s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.30s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.21s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFails (0.68s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.53s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.79s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.53s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.24s) [2021-08-23T14:55:40.468Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.28s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.22s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.43s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.47s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.42s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.56s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildHistory (2.95s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.67s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.37s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.32s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.72s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.37s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabels (0.33s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.67s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.90s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.42s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.38s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.86s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.12s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.12s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.30s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.92s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.03s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.64s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.68s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.79s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.37s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.78s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.69s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.47s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.72s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.40s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.27s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.86s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.91s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.05s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.70s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildPATH (1.59s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.65s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.90s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.66s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.40s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRm (2.31s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.26s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.45s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.87s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.81s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.79s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.09s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.19s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildStderr (0.65s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.66s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.81s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.76s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.30s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.99s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildUser (1.73s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.33s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.36s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.75s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.19s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.61s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.71s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.40s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.93s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.26s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.62s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.70s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.43s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.55s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.73s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.93s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.91s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitChange (0.81s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.74s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.60s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.35s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitTTY (1.30s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.88s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.52s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.77s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.80s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.27s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.68s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.94s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.64s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.63s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.76s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.71s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.85s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.27s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.63s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.59s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.05s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.96s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.14s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.79s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.71s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.69s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.20s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.74s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.18s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.53s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.46s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.61s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.61s) [2021-08-23T14:55:40.469Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.60s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.26s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.91s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.18s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.79s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.42s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.38s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.56s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.41s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.36s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.34s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.38s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009dd368_} (1.32s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1857680017_/foo_false____} (1.32s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1857680017_/foo_true____} (1.35s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_false____} (1.32s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_true____} (1.34s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3268913852_/foo_true__0xc0009dd398__} (1.71s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0009dd3b0_} (1.52s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0009dd3c8_} (1.36s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0009dd3e0_} (1.52s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0009dd3f8_} (1.37s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.78s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.82s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.59s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.02s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.23s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.81s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.23s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.76s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.73s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.46s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.06s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.01s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.13s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.25s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.95s) [2021-08-23T14:55:40.469Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.96s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.94s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.67s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.85s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.74s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.75s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.20s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.25s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.69s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.20s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.82s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.67s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.83s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.42s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.35s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.39s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.58s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.49s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToDot (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.21s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.08s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToStdout (0.94s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.90s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.85s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.57s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.58s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.80s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.75s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.70s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.53s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.20s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.64s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.54s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.53s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.17s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.34s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.87s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.34s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.21s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.42s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.82s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsAttach (0.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsCommit (0.72s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.66s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.59s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.24s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.69s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsCopy (0.96s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.16s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.59s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.86s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.20s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFilters (1.13s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFormat (1.11s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.50s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.18s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.39s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsRename (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsResize (0.80s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.53s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.87s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.66s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsTop (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.02s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExec (0.68s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.55s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.25s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.70s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.72s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.07s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.90s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.66s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.29s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecCgroup (0.94s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecEnv (0.66s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.24s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.67s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecInspectID (2.67s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecInteractive (0.89s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.73s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecParseError (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.59s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.05s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.71s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecStartFails (0.80s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecTTY (0.69s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.71s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecUlimits (0.67s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.46s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.69s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.86s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestExecWithUser (0.68s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.58s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHealth (19.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.61s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportDisplay (1.47s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportFile (1.30s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.31s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportGzipped (1.31s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.28s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.64s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.62s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.53s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.57s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.58s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.37s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.52s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.59s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.88s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.66s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectDefault (0.51s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectHistory (0.65s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-08-23T14:55:40.470Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.52s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.60s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.56s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.64s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.33s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.59s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectStatus (0.70s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.39s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.85s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.15s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.97s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.64s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.64s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.63s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.52s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.99s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.36s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.54s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.82s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.93s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.10s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2021-08-23T14:55:40.470Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.72s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (10.38s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.86s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.32s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.97s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.55s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.76s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.67s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.64s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.92s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.91s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.96s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.04s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.84s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.46s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.56s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsSince (6.65s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.68s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.73s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsTail (0.68s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.60s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.32s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestNetHostname (1.66s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.93s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.57s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginActive (1.41s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.04s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.66s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.26s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.84s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.87s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.15s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.24s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPortList (8.17s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.07s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.40s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.52s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.60s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.12s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.53s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.17s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.63s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsByOrder (2.97s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.79s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.49s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.58s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.69s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.35s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.86s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.28s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.31s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.96s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.97s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.42s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.88s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.86s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.60s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.14s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.11s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.81s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.21s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.25s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.11s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.96s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.11s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.46s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.24s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.42s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.32s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.88s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.75s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.33s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.71s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.33s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.77s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.72s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.05s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.67s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.24s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddHost (0.95s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.28s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.85s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.55s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.25s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.60s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.68s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.25s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.14s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.68s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.70s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.67s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.69s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.76s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.88s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.04s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.66s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.86s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.73s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.58s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.55s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.55s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.54s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.73s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.60s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.89s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.73s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.64s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.56s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.21s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.20s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.52s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.77s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.55s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.56s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.63s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.79s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.97s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.45s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.38s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.16s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.33s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.36s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.46s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.35s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.56s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.39s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.69s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.80s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.31s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.65s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.74s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.85s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.93s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.65s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.59s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.74s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunExitCode (0.67s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.94s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.86s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.69s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.57s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.67s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.46s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.28s) [2021-08-23T14:55:40.471Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.50s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.62s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.16s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.80s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.08s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.57s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.26s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.20s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.61s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2021-08-23T14:55:40.471Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.09s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.32s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.53s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.69s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.18s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMount (4.85s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.58s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.20s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.71s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.45s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.09s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.36s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.24s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetHost (0.83s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.52s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.78s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.41s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.10s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.41s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.97s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.62s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.67s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.93s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.69s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.35s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.60s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.75s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.57s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.60s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.50s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.64s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.71s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.10s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRm (0.63s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.58s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.43s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.57s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.29s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.30s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.61s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.91s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.73s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.62s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunState (1.54s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.58s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.86s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunSysctls (1.19s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.88s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.53s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.36s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.94s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.92s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.75s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.85s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.58s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.69s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserByID (0.53s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserByName (0.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.55s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.15s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.57s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.78s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.14s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.16s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.90s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.54s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.67s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.05s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.54s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.61s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.58s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (1.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.54s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.38s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.66s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.24s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.76s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.76s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.84s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.85s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.83s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.38s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.19s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.20s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.26s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.23s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.97s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.25s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.65s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.15s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.59s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartRecordError (1.43s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.27s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.33s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.67s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.33s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.95s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.62s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.99s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.70s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.82s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.61s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.27s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.63s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.57s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.12s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.76s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.71s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.28s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateStats (3.68s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.22s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.77s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.51s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.00s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.63s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.66s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.38s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.60s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.10s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.08s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.35s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.76s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.57s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.56s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.64s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.70s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.55s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.61s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.73s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.74s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.61s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.60s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.18s) [2021-08-23T14:55:40.472Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.93s) [2021-08-23T14:55:40.472Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-08-23T14:55:40.472Z] === RUN TestDockerRegistrySuite [2021-08-23T14:55:40.473Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-08-23T14:55:40.817Z] --- PASS: TestCreateWithCustomMaskedPaths (1.80s) [2021-08-23T14:55:40.817Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T14:55:41.406Z] check_test.go:196: [ddd5863336f97] daemon is not started [2021-08-23T14:55:41.406Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.76s) [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:55:42.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:55:42.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:55:42.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:55:42.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:55:42.734Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:55:42.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:55:42.734Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T14:55:42.734Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T14:55:42.734Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T14:55:42.734Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T14:55:42.734Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-08-23T14:55:42.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-08-23T14:55:42.734Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T14:55:42.780Z] check_test.go:196: [d745320f7cdca] daemon is not started [2021-08-23T14:55:42.780Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-08-23T14:55:42.996Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-08-23T14:55:42.996Z] === RUN TestCreateDifferentPlatform [2021-08-23T14:55:42.996Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T14:55:42.996Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T14:55:42.996Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-08-23T14:55:42.996Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T14:55:42.996Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T14:55:42.996Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T14:55:43.258Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-08-23T14:55:43.258Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T14:55:43.258Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-08-23T14:55:43.258Z] === RUN TestContainerStartOnDaemonRestart [2021-08-23T14:55:43.258Z] === PAUSE TestContainerStartOnDaemonRestart [2021-08-23T14:55:43.258Z] === RUN TestDaemonRestartIpcMode [2021-08-23T14:55:43.258Z] === PAUSE TestDaemonRestartIpcMode [2021-08-23T14:55:43.258Z] === RUN TestDaemonHostGatewayIP [2021-08-23T14:55:43.258Z] === PAUSE TestDaemonHostGatewayIP [2021-08-23T14:55:43.258Z] === RUN TestRestartDaemonWithRestartingContainer [2021-08-23T14:55:43.258Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-08-23T14:55:43.258Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T14:55:43.258Z] === PAUSE TestContainerKillOnDaemonStart [2021-08-23T14:55:43.258Z] === RUN TestDiff [2021-08-23T14:55:43.831Z] --- PASS: TestDiff (0.59s) [2021-08-23T14:55:43.831Z] === RUN TestExecWithCloseStdin [2021-08-23T14:55:44.153Z] check_test.go:196: [dd49b3dd6c88a] daemon is not started [2021-08-23T14:55:44.153Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-08-23T14:55:44.153Z] check_test.go:196: [d22773190f413] daemon is not started [2021-08-23T14:55:44.153Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T14:55:44.404Z] --- PASS: TestExecWithCloseStdin (0.71s) [2021-08-23T14:55:44.665Z] === RUN TestExec [2021-08-23T14:55:45.238Z] --- PASS: TestExec (0.69s) [2021-08-23T14:55:45.238Z] === RUN TestExecUser [2021-08-23T14:55:45.811Z] --- PASS: TestExecUser (0.71s) [2021-08-23T14:55:45.811Z] === RUN TestExportContainerAndImportImage [2021-08-23T14:55:46.755Z] --- PASS: TestExportContainerAndImportImage (0.82s) [2021-08-23T14:55:46.755Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T14:55:47.433Z] check_test.go:196: [d6e09e8319f14] daemon is not started [2021-08-23T14:55:47.433Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T14:55:48.140Z] --- PASS: TestExportContainerAfterDaemonRestart (1.40s) [2021-08-23T14:55:48.140Z] === RUN TestHealthCheckWorkdir [2021-08-23T14:55:49.085Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2021-08-23T14:55:49.085Z] === RUN TestHealthKillContainer [2021-08-23T14:55:51.628Z] --- PASS: TestHealthKillContainer (2.68s) [2021-08-23T14:55:51.628Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T14:55:52.199Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2021-08-23T14:55:52.199Z] === RUN TestIpcModeNone [2021-08-23T14:55:52.693Z] check_test.go:196: [dfb1c831f22fc] daemon is not started [2021-08-23T14:55:52.693Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-08-23T14:55:53.141Z] --- PASS: TestIpcModeNone (0.70s) [2021-08-23T14:55:53.141Z] === RUN TestIpcModePrivate [2021-08-23T14:55:53.402Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-08-23T14:55:53.663Z] --- PASS: TestIpcModePrivate (0.69s) [2021-08-23T14:55:53.663Z] === RUN TestIpcModeShareable [2021-08-23T14:55:54.235Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:65, shared: true, mustBeShared: true [2021-08-23T14:55:54.235Z] --- PASS: TestIpcModeShareable (0.65s) [2021-08-23T14:55:54.235Z] === RUN TestAPIIpcModeShareableAndContainer [2021-08-23T14:55:55.976Z] check_test.go:196: [d6004b7eddcf6] daemon is not started [2021-08-23T14:55:55.976Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-08-23T14:55:56.542Z] check_test.go:196: [dcef4d2b79b75] daemon is not started [2021-08-23T14:55:56.542Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-08-23T14:55:56.787Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.11s) [2021-08-23T14:55:56.787Z] === RUN TestAPIIpcModeHost [2021-08-23T14:55:57.048Z] --- PASS: TestAPIIpcModeHost (0.54s) [2021-08-23T14:55:57.049Z] === RUN TestDaemonIpcModeShareable [2021-08-23T14:55:57.475Z] check_test.go:196: [db24acb62771a] daemon is not started [2021-08-23T14:55:57.475Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-08-23T14:55:58.433Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-08-23T14:55:58.433Z] --- PASS: TestDaemonIpcModeShareable (1.45s) [2021-08-23T14:55:58.433Z] === RUN TestDaemonIpcModePrivate [2021-08-23T14:55:58.847Z] check_test.go:196: [d2485cc948db1] daemon is not started [2021-08-23T14:55:58.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-08-23T14:55:59.779Z] check_test.go:196: [da9a8f4903e19] daemon is not started [2021-08-23T14:55:59.779Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-08-23T14:55:59.818Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-08-23T14:56:00.079Z] --- PASS: TestDaemonIpcModePrivate (1.60s) [2021-08-23T14:56:00.079Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-08-23T14:56:01.152Z] check_test.go:196: [dfa50f086e410] daemon is not started [2021-08-23T14:56:01.152Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-08-23T14:56:01.463Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-08-23T14:56:01.463Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.45s) [2021-08-23T14:56:01.463Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-08-23T14:56:02.085Z] check_test.go:196: [dc9ae05e08387] daemon is not started [2021-08-23T14:56:02.085Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-08-23T14:56:02.847Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-08-23T14:56:02.847Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.45s) [2021-08-23T14:56:02.847Z] === RUN TestIpcModeOlderClient [2021-08-23T14:56:02.847Z] === PAUSE TestIpcModeOlderClient [2021-08-23T14:56:02.847Z] === RUN TestKillContainerInvalidSignal [2021-08-23T14:56:03.018Z] check_test.go:196: [d03da7e65f3db] daemon is not started [2021-08-23T14:56:03.018Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-08-23T14:56:03.418Z] --- PASS: TestKillContainerInvalidSignal (0.61s) [2021-08-23T14:56:03.418Z] === RUN TestKillContainer [2021-08-23T14:56:03.418Z] === RUN TestKillContainer/no_signal [2021-08-23T14:56:03.950Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6e8bc473b6089e469fe04e129984cccf9335e6f9c825c512c320775a4eb52a49 [2021-08-23T14:56:03.989Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T14:56:04.561Z] === RUN TestKillContainer/killing_signal [2021-08-23T14:56:04.883Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c39715d06d68c61f399ca5ff3ff0bc016b11434dad336aff98568af61a0bc99e [2021-08-23T14:56:05.140Z] check_test.go:196: [d18fa1d6800a0] daemon is not started [2021-08-23T14:56:05.140Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-08-23T14:56:05.507Z] --- PASS: TestKillContainer (1.85s) [2021-08-23T14:56:05.507Z] --- PASS: TestKillContainer/no_signal (0.59s) [2021-08-23T14:56:05.507Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2021-08-23T14:56:05.507Z] --- PASS: TestKillContainer/killing_signal (0.59s) [2021-08-23T14:56:05.507Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T14:56:05.507Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-08-23T14:56:06.073Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:16b4630f0234d30950dfe95b04ca132eed3ca24df7e8b8f3024a5a03f7d2dbdb [2021-08-23T14:56:06.079Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-08-23T14:56:06.638Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:04047d4d836791fedc421424748a0d53b582d64774a78edabe0fb1c296e3d66f [2021-08-23T14:56:06.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2021-08-23T14:56:06.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-08-23T14:56:06.651Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2021-08-23T14:56:06.651Z] === RUN TestKillStoppedContainer [2021-08-23T14:56:06.651Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-08-23T14:56:06.651Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T14:56:06.651Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-08-23T14:56:06.651Z] === RUN TestKillDifferentUserContainer [2021-08-23T14:56:06.895Z] check_test.go:196: [d79207c9bbb9d] daemon is not started [2021-08-23T14:56:06.895Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-08-23T14:56:07.592Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-08-23T14:56:07.592Z] === RUN TestInspectOomKilledTrue [2021-08-23T14:56:07.592Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:56:07.592Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T14:56:07.592Z] === RUN TestInspectOomKilledFalse [2021-08-23T14:56:07.592Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:56:07.592Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T14:56:07.592Z] === RUN TestLinksEtcHostsContentMatch [2021-08-23T14:56:07.855Z] --- PASS: TestLinksEtcHostsContentMatch (0.45s) [2021-08-23T14:56:07.855Z] === RUN TestLinksContainerNames [2021-08-23T14:56:08.267Z] check_test.go:196: [d23e2566ae491] daemon is not started [2021-08-23T14:56:08.267Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-08-23T14:56:09.247Z] --- PASS: TestLinksContainerNames (1.20s) [2021-08-23T14:56:09.247Z] === RUN TestLogsFollowTailEmpty [2021-08-23T14:56:09.508Z] --- PASS: TestLogsFollowTailEmpty (0.60s) [2021-08-23T14:56:09.508Z] === RUN TestContainerNetworkMountsNoChown [2021-08-23T14:56:10.080Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2021-08-23T14:56:10.080Z] === RUN TestMountDaemonRoot [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/default [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/default [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/private [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/private [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/rprivate [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/rprivate [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/slave [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/slave [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/rslave [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/rslave [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/shared [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/shared [2021-08-23T14:56:10.341Z] === RUN TestMountDaemonRoot/rshared [2021-08-23T14:56:10.341Z] === PAUSE TestMountDaemonRoot/rshared [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/default [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rslave [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/shared [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rprivate [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/slave [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/default/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/default/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/private [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/private/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/private/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rshared [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:56:10.342Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:56:10.342Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/default/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/default/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/private/mount_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/private/bind_root [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-08-23T14:56:10.342Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-08-23T14:56:10.606Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-08-23T14:56:10.606Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-08-23T14:56:10.606Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-08-23T14:56:10.606Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-08-23T14:56:10.606Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-08-23T14:56:10.606Z] === RUN TestContainerBindMountNonRecursive [2021-08-23T14:56:10.793Z] check_test.go:196: [d1cbe79cefaf3] daemon is not started [2021-08-23T14:56:10.793Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-08-23T14:56:11.359Z] check_test.go:196: [d787ea53253c5] daemon is not started [2021-08-23T14:56:11.359Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-08-23T14:56:11.626Z] check_test.go:196: [df8099deb585e] daemon is not started [2021-08-23T14:56:11.626Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T14:56:11.991Z] --- PASS: TestContainerBindMountNonRecursive (1.50s) [2021-08-23T14:56:11.991Z] === RUN TestContainerVolumesMountedAsShared [2021-08-23T14:56:12.571Z] check_test.go:196: [d55e8be7a2817] daemon is not started [2021-08-23T14:56:12.571Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T14:56:12.934Z] --- PASS: TestContainerVolumesMountedAsShared (0.62s) [2021-08-23T14:56:12.934Z] === RUN TestContainerVolumesMountedAsSlave [2021-08-23T14:56:13.195Z] --- PASS: TestContainerVolumesMountedAsSlave (0.49s) [2021-08-23T14:56:13.195Z] === RUN TestNetworkNat [2021-08-23T14:56:13.767Z] --- PASS: TestNetworkNat (0.65s) [2021-08-23T14:56:13.767Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T14:56:13.944Z] check_test.go:196: [d04fef9639dff] daemon is not started [2021-08-23T14:56:13.944Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T14:56:14.708Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s) [2021-08-23T14:56:14.708Z] === RUN TestNetworkLoopbackNat [2021-08-23T14:56:14.877Z] check_test.go:196: [d347ea1afa74e] daemon is not started [2021-08-23T14:56:14.877Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-08-23T14:56:17.251Z] --- PASS: TestNetworkLoopbackNat (2.84s) [2021-08-23T14:56:17.251Z] === RUN TestPause [2021-08-23T14:56:17.405Z] check_test.go:196: [df8d12f1a7903] daemon is not started [2021-08-23T14:56:17.405Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-08-23T14:56:17.662Z] check_test.go:196: [db071dc85d004] daemon is not started [2021-08-23T14:56:17.662Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-08-23T14:56:18.193Z] --- PASS: TestPause (0.66s) [2021-08-23T14:56:18.193Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T14:56:18.193Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:56:18.193Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:56:18.193Z] === RUN TestPauseStopPausedContainer [2021-08-23T14:56:18.764Z] --- PASS: TestPauseStopPausedContainer (0.64s) [2021-08-23T14:56:18.764Z] === RUN TestPidHost [2021-08-23T14:56:19.034Z] check_test.go:196: [d78aec304a673] daemon is not started [2021-08-23T14:56:19.034Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-08-23T14:56:19.034Z] check_test.go:196: [d05ea176b61f8] daemon is not started [2021-08-23T14:56:19.034Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-08-23T14:56:19.291Z] check_test.go:196: [d67a16e5625ff] daemon is not started [2021-08-23T14:56:19.291Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-08-23T14:56:19.549Z] check_test.go:196: [d30f8745e8956] daemon is not started [2021-08-23T14:56:19.549Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-08-23T14:56:19.807Z] check_test.go:196: [d7d04dcb7791e] daemon is not started [2021-08-23T14:56:19.807Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-08-23T14:56:20.065Z] check_test.go:196: [d67e353f2a4fc] daemon is not started [2021-08-23T14:56:20.065Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-08-23T14:56:20.065Z] check_test.go:196: [da7cf7c26796d] daemon is not started [2021-08-23T14:56:20.065Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-08-23T14:56:20.152Z] --- PASS: TestPidHost (1.35s) [2021-08-23T14:56:20.152Z] === RUN TestPsFilter [2021-08-23T14:56:20.152Z] --- PASS: TestPsFilter (0.15s) [2021-08-23T14:56:20.152Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T14:56:20.723Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.59s) [2021-08-23T14:56:20.723Z] === RUN TestRemoveContainerWithVolume [2021-08-23T14:56:21.299Z] --- PASS: TestRemoveContainerWithVolume (0.62s) [2021-08-23T14:56:21.299Z] === RUN TestRemoveContainerRunning [2021-08-23T14:56:21.438Z] check_test.go:196: [d38b48fe77699] daemon is not started [2021-08-23T14:56:21.438Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-08-23T14:56:21.870Z] --- PASS: TestRemoveContainerRunning (0.64s) [2021-08-23T14:56:21.870Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T14:56:22.810Z] check_test.go:196: [df9f509a6d36c] daemon is not started [2021-08-23T14:56:22.810Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-08-23T14:56:22.812Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.61s) [2021-08-23T14:56:22.812Z] === RUN TestRemoveInvalidContainer [2021-08-23T14:56:22.812Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-08-23T14:56:22.812Z] === RUN TestRenameLinkedContainer [2021-08-23T14:56:23.744Z] check_test.go:196: [d48e72d4676f3] daemon is not started [2021-08-23T14:56:23.744Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-08-23T14:56:25.118Z] check_test.go:196: [d6be6e51d129f] daemon is not started [2021-08-23T14:56:25.118Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-08-23T14:56:25.360Z] --- PASS: TestRenameLinkedContainer (2.38s) [2021-08-23T14:56:25.361Z] === RUN TestRenameStoppedContainer [2021-08-23T14:56:25.621Z] --- PASS: TestRenameStoppedContainer (0.58s) [2021-08-23T14:56:25.621Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T14:56:25.682Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite (46.23s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.20s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.08s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.39s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.00s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.29s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.10s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.10s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.93s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.18s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.14s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.02s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.09s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.03s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.95s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.05s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.38s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.00s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.03s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.23s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.55s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.10s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.59s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.94s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.05s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.89s) [2021-08-23T14:56:26.616Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-08-23T14:56:26.616Z] === RUN TestDockerSchema1RegistrySuite [2021-08-23T14:56:26.616Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-08-23T14:56:26.616Z] check_test.go:223: [decbf77c26c00] daemon is not started [2021-08-23T14:56:26.616Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T14:56:27.011Z] --- PASS: TestRenameRunningContainerAndReuse (1.22s) [2021-08-23T14:56:27.011Z] === RUN TestRenameInvalidName [2021-08-23T14:56:27.272Z] --- PASS: TestRenameInvalidName (0.62s) [2021-08-23T14:56:27.272Z] === RUN TestRenameAnonymousContainer [2021-08-23T14:56:29.820Z] --- PASS: TestRenameAnonymousContainer (2.18s) [2021-08-23T14:56:29.820Z] === RUN TestRenameContainerWithSameName [2021-08-23T14:56:30.081Z] --- PASS: TestRenameContainerWithSameName (0.60s) [2021-08-23T14:56:30.081Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T14:56:30.798Z] check_test.go:223: [d08f667ae72a4] daemon is not started [2021-08-23T14:56:30.798Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T14:56:30.798Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-08-23T14:56:31.465Z] --- PASS: TestRenameContainerWithLinkedContainer (1.28s) [2021-08-23T14:56:31.465Z] === RUN TestResize [2021-08-23T14:56:32.037Z] --- PASS: TestResize (0.63s) [2021-08-23T14:56:32.037Z] === RUN TestResizeWithInvalidSize [2021-08-23T14:56:32.607Z] --- PASS: TestResizeWithInvalidSize (0.62s) [2021-08-23T14:56:32.607Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T14:56:33.549Z] --- PASS: TestResizeWhenContainerNotStarted (0.62s) [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:33.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:33.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:33.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-08-23T14:56:33.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-08-23T14:56:33.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:33.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-08-23T14:56:34.955Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-08-23T14:56:34.977Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-08-23T14:56:35.542Z] check_test.go:223: [d11d7464a8f80] daemon is not started [2021-08-23T14:56:35.709Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/server/router/swarm 0.019s coverage: 5.7% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/container [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/events [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/image [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/network [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/builder/dockerfile 0.199s coverage: 49.0% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/builder/remotecontext 0.106s coverage: 13.7% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/builder/remotecontext/git 1.340s coverage: 86.3% of statements [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/cli [no test files] [2021-08-23T14:56:35.710Z] ? github.com/docker/docker/cli/config [no test files] [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/cmd/docker-proxy 0.081s coverage: 67.6% of statements [2021-08-23T14:56:35.710Z] ok github.com/docker/docker/client 0.139s coverage: 75.4% of statements [2021-08-23T14:56:35.799Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-08-23T14:56:35.899Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:35.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-08-23T14:56:35.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-08-23T14:56:36.473Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-08-23T14:56:37.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-08-23T14:56:37.991Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-08-23T14:56:38.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-08-23T14:56:39.980Z] check_test.go:223: [db8b8f6ea5a0d] daemon is not started [2021-08-23T14:56:39.980Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.39s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.50s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.92s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.22s) [2021-08-23T14:56:40.878Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.55s) [2021-08-23T14:56:40.878Z] === RUN TestCgroupNamespacesRun [2021-08-23T14:56:40.913Z] check_test.go:223: [d84dc4bdd5eb9] daemon is not started [2021-08-23T14:56:40.914Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-08-23T14:56:41.820Z] --- PASS: TestCgroupNamespacesRun (1.46s) [2021-08-23T14:56:41.820Z] === RUN TestCgroupNamespacesRunPrivileged [2021-08-23T14:56:42.286Z] check_test.go:223: [db82cb7e22cff] daemon is not started [2021-08-23T14:56:42.286Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-08-23T14:56:42.286Z] check_test.go:223: [df86baec0bbd6] daemon is not started [2021-08-23T14:56:42.286Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T14:56:43.218Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-08-23T14:56:43.733Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.49s) [2021-08-23T14:56:43.733Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-08-23T14:56:43.783Z] check_test.go:223: [de1ebe1cd7ad1] daemon is not started [2021-08-23T14:56:43.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T14:56:44.716Z] check_test.go:223: [d2ffdef360212] daemon is not started [2021-08-23T14:56:44.716Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T14:56:45.119Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.46s) [2021-08-23T14:56:45.119Z] === RUN TestCgroupNamespacesRunHostMode [2021-08-23T14:56:46.116Z] check_test.go:223: [de56cf06114fa] daemon is not started [2021-08-23T14:56:46.116Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-08-23T14:56:46.508Z] --- PASS: TestCgroupNamespacesRunHostMode (1.42s) [2021-08-23T14:56:46.508Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-08-23T14:56:47.893Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.46s) [2021-08-23T14:56:47.893Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-08-23T14:56:49.282Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.46s) [2021-08-23T14:56:49.282Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-08-23T14:56:49.395Z] check_test.go:223: [d63eb5e3aab67] daemon is not started [2021-08-23T14:56:49.395Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-08-23T14:56:49.652Z] check_test.go:223: [d4b95ed9f7043] daemon is not started [2021-08-23T14:56:49.652Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-08-23T14:56:49.910Z] check_test.go:223: [d1cae0df63b2c] daemon is not started [2021-08-23T14:56:49.910Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-08-23T14:56:50.168Z] check_test.go:223: [da77177dd317f] daemon is not started [2021-08-23T14:56:50.168Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-08-23T14:56:50.168Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-08-23T14:56:50.223Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2021-08-23T14:56:50.223Z] === RUN TestCgroupNamespacesRunOlderClient [2021-08-23T14:56:50.426Z] check_test.go:223: [d1bb43fa8a8ec] daemon is not started [2021-08-23T14:56:50.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-08-23T14:56:50.684Z] check_test.go:223: [d2b57737cd664] daemon is not started [2021-08-23T14:56:50.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-08-23T14:56:50.942Z] check_test.go:223: [d3f5fcec0e368] daemon is not started [2021-08-23T14:56:50.942Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-08-23T14:56:51.200Z] check_test.go:223: [d5b37c5a23c82] daemon is not started [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite (24.64s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.56s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.47s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.78s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.42s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.38s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.28s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.05s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.08s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.32s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-08-23T14:56:51.200Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-08-23T14:56:51.200Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-08-23T14:56:51.200Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-08-23T14:56:51.610Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s) [2021-08-23T14:56:51.610Z] === RUN TestNISDomainname [2021-08-23T14:56:52.134Z] check_test.go:252: [d35e40126eab3] daemon is not started [2021-08-23T14:56:52.134Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-08-23T14:56:52.552Z] --- PASS: TestNISDomainname (0.79s) [2021-08-23T14:56:52.552Z] === RUN TestHostnameDnsResolution [2021-08-23T14:56:52.699Z] check_test.go:252: [dbe15d50f6020] daemon is not started [2021-08-23T14:56:52.699Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-08-23T14:56:52.699Z] check_test.go:252: [d05aff0b68c84] daemon is not started [2021-08-23T14:56:52.699Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-08-23T14:56:52.699Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-08-23T14:56:53.494Z] --- PASS: TestHostnameDnsResolution (0.97s) [2021-08-23T14:56:53.494Z] === RUN TestStats [2021-08-23T14:56:54.073Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-08-23T14:56:54.638Z] check_test.go:252: [d9d252b846a19] daemon is not started [2021-08-23T14:56:54.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-08-23T14:56:54.895Z] check_test.go:252: [d74fa4c2a0a62] daemon is not started [2021-08-23T14:56:54.895Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-08-23T14:56:55.828Z] check_test.go:252: [dcb261687c528] daemon is not started [2021-08-23T14:56:55.828Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-08-23T14:56:56.036Z] --- PASS: TestStats (2.64s) [2021-08-23T14:56:56.036Z] === RUN TestStopContainerWithTimeout [2021-08-23T14:56:56.036Z] === RUN TestStopContainerWithTimeout/0 [2021-08-23T14:56:56.036Z] === PAUSE TestStopContainerWithTimeout/0 [2021-08-23T14:56:56.036Z] === RUN TestStopContainerWithTimeout/1 [2021-08-23T14:56:56.036Z] === PAUSE TestStopContainerWithTimeout/1 [2021-08-23T14:56:56.036Z] === RUN TestStopContainerWithTimeout/3 [2021-08-23T14:56:56.036Z] === PAUSE TestStopContainerWithTimeout/3 [2021-08-23T14:56:56.036Z] === RUN TestStopContainerWithTimeout/-1 [2021-08-23T14:56:56.036Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-08-23T14:56:56.036Z] === CONT TestStopContainerWithTimeout/0 [2021-08-23T14:56:56.036Z] === CONT TestStopContainerWithTimeout/1 [2021-08-23T14:56:56.036Z] === CONT TestStopContainerWithTimeout/3 [2021-08-23T14:56:56.036Z] === CONT TestStopContainerWithTimeout/-1 [2021-08-23T14:56:56.086Z] check_test.go:252: [d2e50bb8a0454] daemon is not started [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.84s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.83s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.55s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.85s) [2021-08-23T14:56:56.086Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-08-23T14:56:56.086Z] === RUN TestDockerRegistryAuthTokenSuite [2021-08-23T14:56:56.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-08-23T14:56:57.982Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-08-23T14:56:59.341Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-08-23T14:56:59.341Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2021-08-23T14:56:59.341Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2021-08-23T14:56:59.341Z] --- PASS: TestStopContainerWithTimeout/-1 (3.34s) [2021-08-23T14:56:59.341Z] --- PASS: TestStopContainerWithTimeout/3 (3.37s) [2021-08-23T14:56:59.341Z] === RUN TestDeleteDevicemapper [2021-08-23T14:56:59.341Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:56:59.341Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-08-23T14:56:59.341Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T14:57:00.509Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-08-23T14:57:01.074Z] check_test.go:279: [d861a10c4014e] daemon is not started [2021-08-23T14:57:01.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-08-23T14:57:01.332Z] check_test.go:279: [db9ddb5a7aee6] daemon is not started [2021-08-23T14:57:01.332Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-08-23T14:57:01.589Z] check_test.go:279: [d2a34aea16d78] daemon is not started [2021-08-23T14:57:01.589Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-08-23T14:57:01.589Z] check_test.go:279: [d0c00b21ee471] daemon is not started [2021-08-23T14:57:01.589Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-08-23T14:57:01.848Z] check_test.go:279: [daf51024336dc] daemon is not started [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.80s) [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-08-23T14:57:01.848Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-08-23T14:57:01.848Z] === RUN TestDockerNetworkSuite [2021-08-23T14:57:01.848Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-08-23T14:57:01.886Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.57s) [2021-08-23T14:57:01.886Z] === RUN TestUpdateMemory [2021-08-23T14:57:01.886Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:57:01.886Z] --- SKIP: TestUpdateMemory (0.00s) [2021-08-23T14:57:01.886Z] === RUN TestUpdateCPUQuota [2021-08-23T14:57:03.270Z] --- PASS: TestUpdateCPUQuota (1.13s) [2021-08-23T14:57:03.270Z] === RUN TestUpdatePidsLimit [2021-08-23T14:57:03.270Z] === RUN TestUpdatePidsLimit/update_from_none [2021-08-23T14:57:03.270Z] === RUN TestUpdatePidsLimit/no_change [2021-08-23T14:57:03.745Z] docker_cli_network_unix_test.go:46: [dad9d9c365496] daemon is not started [2021-08-23T14:57:03.847Z] === RUN TestUpdatePidsLimit/update_lower [2021-08-23T14:57:03.847Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-08-23T14:57:04.003Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-08-23T14:57:04.419Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-08-23T14:57:04.680Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-08-23T14:57:04.935Z] docker_cli_network_unix_test.go:46: [d6cc4d3722b0d] daemon is not started [2021-08-23T14:57:04.935Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-08-23T14:57:04.935Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-08-23T14:57:04.935Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-08-23T14:57:04.940Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-08-23T14:57:05.500Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit (2.81s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.29s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/no_change (0.29s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/update_lower (0.29s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.28s) [2021-08-23T14:57:05.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.30s) [2021-08-23T14:57:05.881Z] === RUN TestUpdateRestartPolicy [2021-08-23T14:57:08.780Z] docker_cli_network_unix_test.go:46: [d6dfc55af131a] daemon is not started [2021-08-23T14:57:09.038Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-08-23T14:57:10.936Z] docker_cli_network_unix_test.go:46: [deb7451b2e7ee] daemon is not started [2021-08-23T14:57:11.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-08-23T14:57:11.501Z] docker_cli_network_unix_test.go:1233: [d0c7026ce5497] daemon is not started [2021-08-23T14:57:14.029Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-08-23T14:57:14.595Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-08-23T14:57:14.853Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-08-23T14:57:15.418Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-08-23T14:57:15.676Z] docker_cli_network_unix_test.go:46: [d97828ed7b70c] daemon is not started [2021-08-23T14:57:16.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-08-23T14:57:18.109Z] --- PASS: TestUpdateRestartPolicy (11.69s) [2021-08-23T14:57:18.109Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T14:57:18.109Z] --- PASS: TestUpdateRestartWithAutoRemove (0.62s) [2021-08-23T14:57:18.109Z] === RUN TestWaitNonBlocked [2021-08-23T14:57:18.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:57:18.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:57:18.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:57:18.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:57:18.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T14:57:18.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T14:57:18.527Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-08-23T14:57:19.057Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-08-23T14:57:19.057Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2021-08-23T14:57:19.057Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.85s) [2021-08-23T14:57:19.057Z] === RUN TestWaitBlocked [2021-08-23T14:57:19.057Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:57:19.057Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:57:19.057Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:57:19.057Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:57:19.057Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-08-23T14:57:19.057Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-08-23T14:57:20.001Z] --- PASS: TestWaitBlocked (0.02s) [2021-08-23T14:57:20.001Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2021-08-23T14:57:20.001Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2021-08-23T14:57:20.001Z] === CONT TestContainerStartOnDaemonRestart [2021-08-23T14:57:20.001Z] === CONT TestContainerKillOnDaemonStart [2021-08-23T14:57:20.001Z] === CONT TestDaemonHostGatewayIP [2021-08-23T14:57:20.001Z] === CONT TestIpcModeOlderClient [2021-08-23T14:57:20.001Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-08-23T14:57:20.001Z] === CONT TestRestartDaemonWithRestartingContainer [2021-08-23T14:57:21.806Z] docker_cli_network_unix_test.go:46: [d747e48106231] daemon is not started [2021-08-23T14:57:22.421Z] ok github.com/docker/docker/cmd/dockerd 0.044s coverage: 29.1% of statements [2021-08-23T14:57:22.421Z] ok github.com/docker/docker/cmd/dockerd/trap 2.512s coverage: 0.0% of statements [2021-08-23T14:57:22.421Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-08-23T14:57:22.421Z] ok github.com/docker/docker/container 0.121s coverage: 34.8% of statements [2021-08-23T14:57:22.421Z] ? github.com/docker/docker/container/stream [no test files] [2021-08-23T14:57:22.421Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-08-23T14:57:22.421Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-08-23T14:57:22.422Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-08-23T14:57:23.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-08-23T14:57:23.306Z] --- PASS: TestContainerStartOnDaemonRestart (2.98s) [2021-08-23T14:57:23.306Z] === CONT TestDaemonRestartIpcMode [2021-08-23T14:57:23.306Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.23s) [2021-08-23T14:57:23.569Z] --- PASS: TestDaemonHostGatewayIP (3.70s) [2021-08-23T14:57:25.076Z] docker_cli_network_unix_test.go:46: [dbb6711677648] daemon is not started [2021-08-23T14:57:26.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-08-23T14:57:26.123Z] --- PASS: TestDaemonRestartIpcMode (2.77s) [2021-08-23T14:57:26.942Z] docker_cli_network_unix_test.go:46: [d4924770cea70] daemon is not started [2021-08-23T14:57:26.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-08-23T14:57:27.506Z] docker_cli_network_unix_test.go:46: [db95efde0b493] daemon is not started [2021-08-23T14:57:27.506Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-08-23T14:57:28.072Z] docker_cli_network_unix_test.go:46: [d192907798c5c] daemon is not started [2021-08-23T14:57:28.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-08-23T14:57:28.637Z] docker_cli_network_unix_test.go:46: [d0ecb167aefd6] daemon is not started [2021-08-23T14:57:29.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-08-23T14:57:29.766Z] docker_cli_network_unix_test.go:46: [d7d2766fe091b] daemon is not started [2021-08-23T14:57:30.023Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-08-23T14:57:30.280Z] docker_cli_network_unix_test.go:46: [deb939d91a424] daemon is not started [2021-08-23T14:57:30.280Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-08-23T14:57:30.557Z] ok github.com/docker/docker/daemon/cluster 0.048s coverage: 0.5% of statements [2021-08-23T14:57:30.845Z] docker_cli_network_unix_test.go:46: [d9e1354eab8d8] daemon is not started [2021-08-23T14:57:30.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-08-23T14:57:31.102Z] docker_cli_network_unix_test.go:46: [dfc7ff249c8bb] daemon is not started [2021-08-23T14:57:31.498Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.017s coverage: 65.3% of statements [2021-08-23T14:57:31.668Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-08-23T14:57:31.668Z] docker_cli_network_unix_test.go:46: [d5082877d9e25] daemon is not started [2021-08-23T14:57:31.668Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-08-23T14:57:31.925Z] docker_cli_network_unix_test.go:46: [df3a3119e0c64] daemon is not started [2021-08-23T14:57:31.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-08-23T14:57:31.925Z] docker_cli_network_unix_test.go:46: [d0095266f823a] daemon is not started [2021-08-23T14:57:31.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-08-23T14:57:32.700Z] --- PASS: TestContainerKillOnDaemonStart (12.48s) [2021-08-23T14:57:32.701Z] PASS [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === Skipped [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-08-23T14:57:32.701Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-08-23T14:57:32.701Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-08-23T14:57:32.701Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-08-23T14:57:32.701Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-08-23T14:57:32.701Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-08-23T14:57:32.701Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] [2021-08-23T14:57:32.701Z] DONE 195 tests, 6 skipped in 116.281s [2021-08-23T14:57:32.701Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-08-23T14:57:32.701Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-08-23T14:57:32.701Z] ++ set -e [2021-08-23T14:57:32.701Z] ++ '[' -n 0 ']' [2021-08-23T14:57:32.701Z] ++ set -x [2021-08-23T14:57:32.701Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-08-23T14:57:32.701Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T14:57:32.858Z] docker_cli_network_unix_test.go:46: [d75721d27a179] daemon is not started [2021-08-23T14:57:32.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-08-23T14:57:32.882Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-08-23T14:57:33.271Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:57:33.271Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-08-23T14:57:33.271Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation/invalid_config [2021-08-23T14:57:33.271Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation/malformed_config [2021-08-23T14:57:33.271Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-08-23T14:57:33.271Z] === RUN TestDaemonConfigValidation/valid_config [2021-08-23T14:57:33.271Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-08-23T14:57:33.271Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-08-23T14:57:33.271Z] === CONT TestDaemonConfigValidation/malformed_config [2021-08-23T14:57:33.271Z] === CONT TestDaemonConfigValidation/valid_config [2021-08-23T14:57:33.271Z] === CONT TestDaemonConfigValidation/invalid_config [2021-08-23T14:57:33.271Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.15s) [2021-08-23T14:57:33.271Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-08-23T14:57:33.271Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T14:57:33.271Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-08-23T14:57:33.790Z] docker_cli_network_unix_test.go:46: [d55dd3f8d2b21] daemon is not started [2021-08-23T14:57:34.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-08-23T14:57:34.355Z] docker_cli_network_unix_test.go:46: [d965e960fbf68] daemon is not started [2021-08-23T14:57:34.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-08-23T14:57:34.613Z] docker_cli_network_unix_test.go:46: [dbcb92802c1a8] daemon is not started [2021-08-23T14:57:34.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-08-23T14:57:34.613Z] docker_cli_network_unix_test.go:46: [dda10570daef1] daemon is not started [2021-08-23T14:57:34.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-08-23T14:57:34.654Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-08-23T14:57:35.596Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-08-23T14:57:35.986Z] docker_cli_network_unix_test.go:968: [d6f3b45c41a05] daemon is not started [2021-08-23T14:57:36.539Z] === CONT TestConfigDaemonSeccompProfiles [2021-08-23T14:57:36.539Z] daemon_test.go:149: [d27968d53ee5c] daemon is not started [2021-08-23T14:57:36.539Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s) [2021-08-23T14:57:36.539Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2021-08-23T14:57:36.539Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2021-08-23T14:57:36.539Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2021-08-23T14:57:36.539Z] PASS [2021-08-23T14:57:36.539Z] [2021-08-23T14:57:36.539Z] DONE 11 tests in 4.094s [2021-08-23T14:57:36.539Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-08-23T14:57:36.539Z] ++ 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-08-23T14:57:36.539Z] ++ set -e [2021-08-23T14:57:36.539Z] ++ '[' -n 0 ']' [2021-08-23T14:57:36.539Z] ++ set -x [2021-08-23T14:57:36.539Z] ++ 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-08-23T14:57:36.801Z] INFO: Testing against a local daemon [2021-08-23T14:57:36.801Z] === RUN TestCommitInheritsEnv [2021-08-23T14:57:37.061Z] --- PASS: TestCommitInheritsEnv (0.34s) [2021-08-23T14:57:37.061Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T14:57:37.061Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-08-23T14:57:37.061Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T14:57:37.061Z] === RUN TestImagesFilterMultiReference [2021-08-23T14:57:37.061Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-08-23T14:57:37.061Z] === RUN TestImagePullPlatformInvalid [2021-08-23T14:57:37.061Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-08-23T14:57:37.061Z] === RUN TestRemoveImageOrphaning [2021-08-23T14:57:37.358Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-08-23T14:57:37.633Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2021-08-23T14:57:37.633Z] === RUN TestRemoveImageGarbageCollector [2021-08-23T14:57:37.633Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:57:37.633Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-08-23T14:57:37.633Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T14:57:37.633Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-08-23T14:57:37.633Z] === RUN TestTagInvalidReference [2021-08-23T14:57:37.633Z] --- PASS: TestTagInvalidReference (0.03s) [2021-08-23T14:57:37.633Z] === RUN TestTagValidPrefixedRepo [2021-08-23T14:57:37.633Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-08-23T14:57:37.633Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T14:57:37.633Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-08-23T14:57:37.633Z] === RUN TestTagOfficialNames [2021-08-23T14:57:37.633Z] --- PASS: TestTagOfficialNames (0.07s) [2021-08-23T14:57:37.633Z] === RUN TestTagMatchesDigest [2021-08-23T14:57:37.893Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-08-23T14:57:37.893Z] PASS [2021-08-23T14:57:37.893Z] [2021-08-23T14:57:37.893Z] === Skipped [2021-08-23T14:57:37.893Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T14:57:37.893Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-08-23T14:57:37.893Z] [2021-08-23T14:57:37.893Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-08-23T14:57:37.893Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:57:37.893Z] [2021-08-23T14:57:37.893Z] [2021-08-23T14:57:37.893Z] DONE 12 tests, 2 skipped in 1.235s [2021-08-23T14:57:37.893Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-08-23T14:57:37.893Z] ++ 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-08-23T14:57:37.893Z] ++ set -e [2021-08-23T14:57:37.893Z] ++ '[' -n 0 ']' [2021-08-23T14:57:37.893Z] ++ set -x [2021-08-23T14:57:37.893Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-23T14:57:37.893Z] INFO: Testing against a local daemon [2021-08-23T14:57:37.893Z] === RUN TestNetworkCreateDelete [2021-08-23T14:57:38.154Z] --- PASS: TestNetworkCreateDelete (0.21s) [2021-08-23T14:57:38.154Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T14:57:38.726Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2021-08-23T14:57:38.726Z] === RUN TestDaemonDNSFallback [2021-08-23T14:57:38.732Z] docker_cli_network_unix_test.go:46: [df82307f98f99] daemon is not started [2021-08-23T14:57:38.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-08-23T14:57:41.017Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.8% of statements [2021-08-23T14:57:41.017Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.1% of statements [2021-08-23T14:57:41.258Z] docker_cli_network_unix_test.go:1116: [dbdc443c6bfa1] daemon is not started [2021-08-23T14:57:41.588Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-08-23T14:57:41.848Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-08-23T14:57:42.419Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-08-23T14:57:43.157Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-08-23T14:57:43.415Z] docker_cli_network_unix_test.go:46: [d03039acd5414] daemon is not started [2021-08-23T14:57:43.415Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-08-23T14:57:43.803Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.505s coverage: 74.6% of statements [2021-08-23T14:57:44.374Z] ok github.com/docker/docker/daemon 12.161s coverage: 17.5% of statements [2021-08-23T14:57:44.374Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-08-23T14:57:44.374Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-08-23T14:57:44.374Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-08-23T14:57:44.374Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-08-23T14:57:44.786Z] docker_cli_network_unix_test.go:46: [da75a7d720b36] daemon is not started [2021-08-23T14:57:44.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-08-23T14:57:44.786Z] docker_cli_network_unix_test.go:46: [dc34b58e80d02] daemon is not started [2021-08-23T14:57:44.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-08-23T14:57:44.786Z] docker_cli_network_unix_test.go:46: [d05bcd84d2d5f] daemon is not started [2021-08-23T14:57:44.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-08-23T14:57:45.043Z] docker_cli_network_unix_test.go:46: [d7819e475efac] daemon is not started [2021-08-23T14:57:45.043Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-08-23T14:57:45.302Z] docker_cli_network_unix_test.go:46: [d516fa6a01ffd] daemon is not started [2021-08-23T14:57:45.302Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-08-23T14:57:45.302Z] docker_cli_network_unix_test.go:46: [db10e864c37a4] daemon is not started [2021-08-23T14:57:45.302Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-08-23T14:57:45.308Z] --- PASS: TestDaemonDNSFallback (6.66s) [2021-08-23T14:57:45.308Z] === RUN TestInspectNetwork [2021-08-23T14:57:45.759Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 3.1% of statements [2021-08-23T14:57:45.759Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.344s coverage: 56.2% of statements [2021-08-23T14:57:47.143Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.9% of statements [2021-08-23T14:57:47.216Z] docker_cli_network_unix_test.go:46: [ddd2c6017069a] daemon is not started [2021-08-23T14:57:48.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-08-23T14:57:48.177Z] docker_cli_network_unix_test.go:46: [db983a4279ff6] daemon is not started [2021-08-23T14:57:48.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-08-23T14:57:48.177Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-08-23T14:57:48.177Z] docker_cli_network_unix_test.go:46: [d3bed144ef182] daemon is not started [2021-08-23T14:57:48.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-08-23T14:57:48.742Z] docker_cli_network_unix_test.go:46: [d877ac8cd5d96] daemon is not started [2021-08-23T14:57:49.001Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-08-23T14:57:49.133Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.298s coverage: 49.4% of statements [2021-08-23T14:57:49.513Z] === RUN TestInspectNetwork/full_network_id [2021-08-23T14:57:49.513Z] === RUN TestInspectNetwork/partial_network_id [2021-08-23T14:57:49.513Z] === RUN TestInspectNetwork/network_name [2021-08-23T14:57:49.513Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-08-23T14:57:50.517Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.958s coverage: 46.2% of statements [2021-08-23T14:57:50.517Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-08-23T14:57:51.088Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.653s coverage: 57.7% of statements [2021-08-23T14:57:51.088Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-08-23T14:57:51.088Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-08-23T14:57:51.348Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 57.5% of statements [2021-08-23T14:57:52.290Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2021-08-23T14:57:53.181Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-08-23T14:57:53.231Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-08-23T14:57:53.714Z] --- PASS: TestInspectNetwork (8.20s) [2021-08-23T14:57:53.714Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-08-23T14:57:53.714Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-08-23T14:57:53.714Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-08-23T14:57:53.714Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-08-23T14:57:53.714Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T14:57:53.802Z] ok github.com/docker/docker/daemon/images 0.025s coverage: 6.7% of statements [2021-08-23T14:57:53.802Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-08-23T14:57:53.802Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-08-23T14:57:54.554Z] docker_cli_network_unix_test.go:1084: [d7c21e49c8729] daemon is not started [2021-08-23T14:57:54.744Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.5% of statements [2021-08-23T14:57:55.315Z] ok github.com/docker/docker/daemon/logger/awslogs 0.163s coverage: 77.0% of statements [2021-08-23T14:57:55.315Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-08-23T14:57:55.315Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-08-23T14:57:55.576Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-08-23T14:57:55.626Z] --- PASS: TestRunContainerWithBridgeNone (1.94s) [2021-08-23T14:57:55.626Z] === RUN TestNetworkInvalidJSON [2021-08-23T14:57:55.626Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T14:57:55.626Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T14:57:55.626Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:57:55.626Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:57:55.627Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:57:55.627Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:57:55.627Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T14:57:55.627Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T14:57:55.627Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-08-23T14:57:55.627Z] === RUN TestNetworkList [2021-08-23T14:57:55.627Z] === RUN TestNetworkList//networks [2021-08-23T14:57:55.627Z] === PAUSE TestNetworkList//networks [2021-08-23T14:57:55.627Z] === RUN TestNetworkList//networks/ [2021-08-23T14:57:55.627Z] === PAUSE TestNetworkList//networks/ [2021-08-23T14:57:55.627Z] === CONT TestNetworkList//networks [2021-08-23T14:57:55.627Z] === CONT TestNetworkList//networks/ [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkList (0.03s) [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T14:57:55.627Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T14:57:55.627Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T14:57:56.148Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-08-23T14:57:56.198Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2021-08-23T14:57:56.198Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T14:57:56.408Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.017s coverage: 69.9% of statements [2021-08-23T14:57:56.409Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-08-23T14:57:56.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-08-23T14:57:56.452Z] docker_cli_network_unix_test.go:46: [d9bb8f5f9c5a8] daemon is not started [2021-08-23T14:57:56.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-08-23T14:57:57.018Z] docker_cli_network_unix_test.go:46: [d667bc45b996f] daemon is not started [2021-08-23T14:57:57.139Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-08-23T14:57:57.139Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T14:57:57.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-08-23T14:57:57.350Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-08-23T14:57:57.350Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-08-23T14:57:57.610Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.056s coverage: 55.1% of statements [2021-08-23T14:57:58.082Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-08-23T14:57:58.082Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T14:57:58.182Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2021-08-23T14:57:58.651Z] docker_cli_network_unix_test.go:46: [dbcab243a5f22] daemon is not started [2021-08-23T14:57:59.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-08-23T14:57:59.216Z] docker_cli_network_unix_test.go:46: [df95efb53ef50] daemon is not started [2021-08-23T14:57:59.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-08-23T14:57:59.465Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-08-23T14:57:59.465Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T14:57:59.568Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2021-08-23T14:57:59.568Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-08-23T14:57:59.782Z] docker_cli_network_unix_test.go:46: [d59341c8072af] daemon is not started [2021-08-23T14:57:59.829Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-08-23T14:58:00.039Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-08-23T14:58:00.400Z] ok github.com/docker/docker/daemon/logger/splunk 1.599s coverage: 82.5% of statements [2021-08-23T14:58:00.400Z] ? github.com/docker/docker/daemon/names [no test files] [2021-08-23T14:58:00.400Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-08-23T14:58:00.604Z] docker_cli_network_unix_test.go:46: [d23915a40d9ba] daemon is not started [2021-08-23T14:58:00.604Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-08-23T14:58:00.850Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s) [2021-08-23T14:58:00.850Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T14:58:01.110Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-08-23T14:58:01.110Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T14:58:01.170Z] docker_cli_network_unix_test.go:46: [db04dd999e28c] daemon is not started [2021-08-23T14:58:01.735Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-08-23T14:58:01.783Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2021-08-23T14:58:01.783Z] ok github.com/docker/docker/distribution 0.108s coverage: 25.8% of statements [2021-08-23T14:58:01.783Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-08-23T14:58:02.724Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-08-23T14:58:03.294Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-08-23T14:58:03.868Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-08-23T14:58:04.416Z] --- PASS: TestServiceWithPredefinedNetwork (2.76s) [2021-08-23T14:58:04.416Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T14:58:04.416Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:58:04.416Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:58:04.416Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T14:58:04.442Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-08-23T14:58:04.442Z] ok github.com/docker/docker/distribution/xfer 1.975s coverage: 85.1% of statements [2021-08-23T14:58:04.442Z] ? github.com/docker/docker/dockerversion [no test files] [2021-08-23T14:58:04.703Z] ok github.com/docker/docker/image/v1 0.016s coverage: 25.0% of statements [2021-08-23T14:58:04.703Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-08-23T14:58:04.964Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2021-08-23T14:58:05.917Z] docker_cli_network_unix_test.go:46: [d4cb13ab7034b] daemon is not started [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite (63.97s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.19s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.39s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.77s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.21s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.19s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.96s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.61s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.65s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.27s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.58s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.03s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.08s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.21s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.39s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.87s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.93s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.29s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.33s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.52s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.46s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.56s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.23s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.01s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.19s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.22s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.84s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-08-23T14:58:05.917Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.86s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.92s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.43s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.96s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.95s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.82s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.54s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.10s) [2021-08-23T14:58:05.917Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.00s) [2021-08-23T14:58:05.917Z] === RUN TestDockerHubPullSuite [2021-08-23T14:58:05.917Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-08-23T14:58:06.352Z] ok github.com/docker/docker/oci 0.012s coverage: 43.3% of statements [2021-08-23T14:58:06.922Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-08-23T14:58:06.922Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-08-23T14:58:07.290Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-08-23T14:58:08.834Z] ok github.com/docker/docker/pkg/archive 0.309s coverage: 82.3% of statements [2021-08-23T14:58:09.418Z] ok github.com/docker/docker/pkg/authorization 0.178s coverage: 68.3% of statements [2021-08-23T14:58:09.418Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-08-23T14:58:09.687Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-08-23T14:58:09.816Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-08-23T14:58:09.816Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-08-23T14:58:11.189Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-08-23T14:58:11.447Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite (5.66s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.36s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.33s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.53s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.15s) [2021-08-23T14:58:11.447Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-08-23T14:58:11.447Z] PASS [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === Skipped [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.447Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-08-23T14:58:11.447Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.447Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-08-23T14:58:11.447Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-08-23T14:58:11.448Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4022: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4041: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4107: unmatched requirement IsolationIsProcess [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:2842: kernel doesn't have latency_stats configured [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4077: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-08-23T14:58:11.448Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-08-23T14:58:11.448Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-08-23T14:58:11.448Z] docker_cli_network_unix_test.go:46: [d3bed144ef182] daemon is not started [2021-08-23T14:58:11.448Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] DONE 1269 tests, 51 skipped in 1486.457s [2021-08-23T14:58:11.448Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T14:58:11.448Z] ++++ cat bundles/test-integration/docker.pid [2021-08-23T14:58:11.448Z] +++ kill 14808 [2021-08-23T14:58:11.448Z] +++ /etc/init.d/apparmor stop [2021-08-23T14:58:11.448Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] Unloading profiles will leave already running processes permanently [2021-08-23T14:58:11.448Z] unconfined, which can lead to unexpected situations. [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:11.448Z] To set a process to complain mode, use the command line tool [2021-08-23T14:58:11.448Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T14:58:11.448Z] +++ true [2021-08-23T14:58:11.448Z] exiting test-integration [2021-08-23T14:58:11.448Z] ++ exit 0 [2021-08-23T14:58:11.448Z] [2021-08-23T14:58:12.013Z] + for job in $(jobs -p) [2021-08-23T14:58:12.013Z] + wait 16553 [2021-08-23T14:58:12.578Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-08-23T14:58:12.983Z] ok github.com/docker/docker/pkg/chrootarchive 2.474s coverage: 43.2% of statements [2021-08-23T14:58:12.983Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-08-23T14:58:12.983Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-08-23T14:58:13.243Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-08-23T14:58:14.184Z] ok github.com/docker/docker/layer 7.767s coverage: 68.8% of statements [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/oci/caps [no test files] [2021-08-23T14:58:14.184Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-08-23T14:58:14.185Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-08-23T14:58:14.445Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-08-23T14:58:14.475Z] docker_cli_swarm_test.go:1186: [d77b726f20dd6] joining swarm manager [d826045b701bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:58:15.019Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-08-23T14:58:15.280Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-08-23T14:58:16.220Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2021-08-23T14:58:16.791Z] ok github.com/docker/docker/pkg/discovery/kv 3.026s coverage: 84.1% of statements [2021-08-23T14:58:16.791Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 83.1% of statements [2021-08-23T14:58:17.052Z] ok github.com/docker/docker/pkg/fsutils 0.159s coverage: 85.1% of statements [2021-08-23T14:58:17.313Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-08-23T14:58:18.254Z] ok github.com/docker/docker/pkg/idtools 0.476s coverage: 69.5% of statements [2021-08-23T14:58:18.514Z] ok github.com/docker/docker/pkg/ioutils 0.459s coverage: 70.5% of statements [2021-08-23T14:58:18.775Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2021-08-23T14:58:18.775Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-08-23T14:58:18.775Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-08-23T14:58:18.775Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-08-23T14:58:18.775Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-08-23T14:58:19.035Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2021-08-23T14:58:19.035Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-08-23T14:58:19.035Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-08-23T14:58:19.295Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-08-23T14:58:19.555Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-08-23T14:58:19.555Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-08-23T14:58:19.555Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-08-23T14:58:19.555Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-08-23T14:58:20.495Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-08-23T14:58:20.756Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-08-23T14:58:21.016Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-08-23T14:58:21.028Z] docker_cli_swarm_test.go:1195: [de448bc9f9b6b] joining swarm manager [d826045b701bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:58:21.279Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-08-23T14:58:22.529Z] --- PASS: TestServiceWithDataPathPortInit (15.73s) [2021-08-23T14:58:22.529Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T14:58:22.529Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:epan06w509f87zcpyyz7g3wto Created:2021-08-23 14:58:20.700311883 +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[4ebee82d92fa603fc5c92848e254a37c0b241ec1732f793f0bee98de2516dcb9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.euhadxhlmvx26kfvqef04zlvf EndpointID:e9b3c774f89aa0712b227f5bdceac8242a0b1ca40c7d373850b79a375064c487 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:284e9e49eaec2a2ece9d2a735a51bbf90139df27a6148dccdff43e02a665bd33 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:55b4f2f35839 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.euhadxhlmvx26kfvqef04zlvf EndpointID:e9b3c774f89aa0712b227f5bdceac8242a0b1ca40c7d373850b79a375064c487 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-08-23T14:58:22.661Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-08-23T14:58:22.661Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-08-23T14:58:22.921Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-08-23T14:58:22.921Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-08-23T14:58:23.492Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-08-23T14:58:23.754Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-08-23T14:58:24.324Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.1% of statements [2021-08-23T14:58:24.584Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-08-23T14:58:24.844Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [2021-08-23T14:58:25.415Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-08-23T14:58:25.415Z] testing: warning: no tests to run [2021-08-23T14:58:25.415Z] coverage: [no statements] [2021-08-23T14:58:25.415Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-08-23T14:58:25.675Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-08-23T14:58:25.935Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-08-23T14:58:25.935Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-08-23T14:58:27.814Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.29s) [2021-08-23T14:58:27.814Z] PASS [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] === Skipped [2021-08-23T14:58:27.814Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T14:58:27.814Z] service_test.go:243: FLAKY_TEST [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] DONE 26 tests, 1 skipped in 49.153s [2021-08-23T14:58:27.814Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:58:27.814Z] ++ 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-08-23T14:58:27.814Z] ++ set -e [2021-08-23T14:58:27.814Z] ++ '[' -n 0 ']' [2021-08-23T14:58:27.814Z] ++ set -x [2021-08-23T14:58:27.814Z] ++ 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-08-23T14:58:27.814Z] INFO: Testing against a local daemon [2021-08-23T14:58:27.814Z] === RUN TestDockerNetworkIpvlanPersistance [2021-08-23T14:58:27.814Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:58:27.814Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:58:27.814Z] === RUN TestDockerNetworkIpvlan [2021-08-23T14:58:27.814Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:58:27.814Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:58:27.814Z] PASS [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] === Skipped [2021-08-23T14:58:27.814Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-08-23T14:58:27.814Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-08-23T14:58:27.814Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] [2021-08-23T14:58:27.814Z] DONE 2 tests, 2 skipped in 0.109s [2021-08-23T14:58:27.814Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-08-23T14:58:27.814Z] ++ 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-08-23T14:58:27.814Z] ++ set -e [2021-08-23T14:58:27.814Z] ++ '[' -n 0 ']' [2021-08-23T14:58:27.814Z] ++ set -x [2021-08-23T14:58:27.814Z] ++ 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-08-23T14:58:27.814Z] INFO: Testing against a local daemon [2021-08-23T14:58:27.814Z] === RUN TestDockerNetworkMacvlanPersistance [2021-08-23T14:58:27.847Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-08-23T14:58:28.107Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-08-23T14:58:28.680Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2021-08-23T14:58:28.756Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2021-08-23T14:58:28.756Z] === RUN TestDockerNetworkMacvlan [2021-08-23T14:58:29.328Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-08-23T14:58:29.621Z] ok github.com/docker/docker/quota 0.244s coverage: 71.4% of statements [2021-08-23T14:58:29.881Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-08-23T14:58:30.272Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-08-23T14:58:30.862Z] ok github.com/docker/docker/registry 0.047s coverage: 58.8% of statements [2021-08-23T14:58:31.122Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-08-23T14:58:31.216Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-08-23T14:58:31.383Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-08-23T14:58:31.953Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-08-23T14:58:31.953Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-08-23T14:58:33.764Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-08-23T14:58:35.252Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-08-23T14:58:35.512Z] ok github.com/docker/docker/volume/local 0.097s coverage: 76.4% of statements [2021-08-23T14:58:35.676Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-08-23T14:58:36.083Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2021-08-23T14:58:37.023Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2021-08-23T14:58:39.881Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan (12.39s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.17s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.89s) [2021-08-23T14:58:41.264Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2021-08-23T14:58:41.264Z] PASS [2021-08-23T14:58:41.264Z] [2021-08-23T14:58:41.264Z] DONE 8 tests in 13.866s [2021-08-23T14:58:41.264Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-08-23T14:58:41.264Z] ++ 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-08-23T14:58:41.264Z] ++ set -e [2021-08-23T14:58:41.264Z] ++ '[' -n 0 ']' [2021-08-23T14:58:41.264Z] ++ set -x [2021-08-23T14:58:41.264Z] ++ 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-08-23T14:58:41.264Z] testing: warning: no tests to run [2021-08-23T14:58:41.264Z] PASS [2021-08-23T14:58:41.264Z] [2021-08-23T14:58:41.264Z] DONE 0 tests in 0.028s [2021-08-23T14:58:41.264Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-08-23T14:58:41.264Z] ++ 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-08-23T14:58:41.264Z] ++ set -e [2021-08-23T14:58:41.264Z] ++ '[' -n 0 ']' [2021-08-23T14:58:41.264Z] ++ set -x [2021-08-23T14:58:41.264Z] ++ 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-08-23T14:58:41.264Z] INFO: Testing against a local daemon [2021-08-23T14:58:41.264Z] === RUN TestAuthZPluginAllowRequest [2021-08-23T14:58:42.647Z] --- PASS: TestAuthZPluginAllowRequest (1.51s) [2021-08-23T14:58:42.647Z] === RUN TestAuthZPluginTLS [2021-08-23T14:58:43.219Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-08-23T14:58:43.219Z] === RUN TestAuthZPluginDenyRequest [2021-08-23T14:58:43.791Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-08-23T14:58:43.791Z] === RUN TestAuthZPluginAPIDenyResponse [2021-08-23T14:58:44.362Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-08-23T14:58:44.362Z] === RUN TestAuthZPluginDenyResponse [2021-08-23T14:58:44.935Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-08-23T14:58:44.935Z] === RUN TestAuthZPluginAllowEventStream [2021-08-23T14:58:46.318Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2021-08-23T14:58:46.318Z] === RUN TestAuthZPluginErrorResponse [2021-08-23T14:58:46.889Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-08-23T14:58:46.889Z] === RUN TestAuthZPluginErrorRequest [2021-08-23T14:58:47.459Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-08-23T14:58:47.459Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-08-23T14:58:48.029Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-08-23T14:58:48.029Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-08-23T14:58:49.940Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s) [2021-08-23T14:58:49.940Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-08-23T14:58:51.856Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s) [2021-08-23T14:58:51.856Z] === RUN TestAuthZPluginHeader [2021-08-23T14:58:52.426Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-08-23T14:58:52.426Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-08-23T14:58:52.426Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:58:52.426Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-08-23T14:58:52.426Z] === RUN TestAuthZPluginV2Disable [2021-08-23T14:58:52.426Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:58:52.426Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-08-23T14:58:52.426Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-08-23T14:58:52.426Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:58:52.426Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-08-23T14:58:52.426Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-08-23T14:58:52.426Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:58:52.426Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-08-23T14:58:52.426Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-08-23T14:58:55.120Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.6% of statements [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/pkg/term [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/rootless [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/testutil/request [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/volume [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-08-23T14:58:55.120Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === Skipped [2021-08-23T14:58:55.120Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-08-23T14:58:55.120Z] network_proxy_test.go:194: Need to start CI docker with --ipv6 [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-08-23T14:58:55.120Z] network_proxy_test.go:209: No support for dual stack yet [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-08-23T14:58:55.120Z] network_proxy_test.go:238: Need to start CI docker with --ipv6 [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-08-23T14:58:55.120Z] network_proxy_test.go:299: Need to start CI docker with --ipv6 [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver btrfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-08-23T14:58:55.120Z] time="2021-08-23T14:57:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-08-23T14:58:55.120Z] time="2021-08-23T14:57:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-08-23T14:58:55.120Z] time="2021-08-23T14:57:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-08-23T14:58:55.120Z] time="2021-08-23T14:57:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-08-23T14:58:55.120Z] time="2021-08-23T14:57:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-08-23T14:58:55.120Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-08-23T14:58:55.120Z] overlay_test.go:49: Fails to compute changes intermittently [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-08-23T14:58:55.120Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-08-23T14:58:55.120Z] graphtest_unix.go:44: Driver zfs not supported [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-08-23T14:58:55.120Z] graphtest_unix.go:71: No driver to put! [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-08-23T14:58:55.120Z] sysinfo_linux_test.go:88: AppArmor Must be Disabled [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-08-23T14:58:55.120Z] sysinfo_linux_test.go:108: cgroup namespaces must be disabled [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] [2021-08-23T14:58:55.120Z] DONE 2309 tests, 28 skipped in 254.019s [2021-08-23T14:58:55.120Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/api [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/bitseq [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cluster [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/config [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/datastore [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/diagnostic [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/discoverapi [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/driverapi [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/host [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/null [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/remote [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/windows [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/drvregistry [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/etchosts [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/idm [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/internal/caller [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipam [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipamapi [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipams/null [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipams/remote [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ipamutils [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/iptables [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/netlabel [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/netutils [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/networkdb [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/ns [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/options [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/osl [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/osl/kernel [2021-08-23T14:58:55.120Z] github.com/docker/docker/libnetwork/portallocator [2021-08-23T14:58:55.121Z] github.com/docker/docker/libnetwork/portmapper [2021-08-23T14:58:55.121Z] github.com/docker/docker/libnetwork/resolvconf [2021-08-23T14:58:55.121Z] github.com/docker/docker/libnetwork/testutils [2021-08-23T14:58:55.121Z] github.com/docker/docker/libnetwork/types' ']' [2021-08-23T14:58:55.121Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-08-23T14:59:07.738Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-08-23T14:59:10.534Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.79s) [2021-08-23T14:59:10.534Z] PASS [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] === Skipped [2021-08-23T14:59:10.534Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-08-23T14:59:10.534Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-08-23T14:59:10.534Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-08-23T14:59:10.534Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-08-23T14:59:10.534Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] [2021-08-23T14:59:10.534Z] DONE 17 tests, 4 skipped in 28.137s [2021-08-23T14:59:10.534Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-08-23T14:59:10.534Z] ++ 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-08-23T14:59:10.534Z] ++ set -e [2021-08-23T14:59:10.534Z] ++ '[' -n 0 ']' [2021-08-23T14:59:10.534Z] ++ set -x [2021-08-23T14:59:10.535Z] ++ 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-08-23T14:59:10.535Z] INFO: Testing against a local daemon [2021-08-23T14:59:10.535Z] === RUN TestPluginInvalidJSON [2021-08-23T14:59:10.535Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:59:10.535Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:59:10.535Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T14:59:10.535Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-08-23T14:59:10.535Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T14:59:10.535Z] === RUN TestPluginInstall [2021-08-23T14:59:10.535Z] === RUN TestPluginInstall/no_auth [2021-08-23T14:59:11.480Z] time="2021-08-23T14:59:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:11.480Z] time="2021-08-23T14:59:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb1e4bfa1ee3794bf41f03c9f6e04bd5e26c79ff599a279f12c7430428d9c689" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:11.480Z] time="2021-08-23T14:59:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:11.480Z] time="2021-08-23T14:59:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb1e4bfa1ee3794bf41f03c9f6e04bd5e26c79ff599a279f12c7430428d9c689" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:11.741Z] === RUN TestPluginInstall/with_htpasswd [2021-08-23T14:59:12.330Z] time="2021-08-23T14:59:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:12.330Z] time="2021-08-23T14:59:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dc44ef51f5677693c9fe02769a87327984a1ab9fcf895cd9eabf5a6e8f53db5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:12.330Z] time="2021-08-23T14:59:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:12.330Z] time="2021-08-23T14:59:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dc44ef51f5677693c9fe02769a87327984a1ab9fcf895cd9eabf5a6e8f53db5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:12.904Z] === RUN TestPluginInstall/with_insecure [2021-08-23T14:59:13.846Z] time="2021-08-23T14:59:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:13.846Z] time="2021-08-23T14:59:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:99cd5490743ed4b94857dbe23b38e8ce9b50c2e219dd2f26670f8a9f76d086bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:13.846Z] time="2021-08-23T14:59:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-08-23T14:59:13.846Z] time="2021-08-23T14:59:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:99cd5490743ed4b94857dbe23b38e8ce9b50c2e219dd2f26670f8a9f76d086bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-08-23T14:59:14.107Z] plugin_test.go:166: [df5758695ab47] daemon is not started [2021-08-23T14:59:14.107Z] --- PASS: TestPluginInstall (4.82s) [2021-08-23T14:59:14.107Z] --- PASS: TestPluginInstall/no_auth (2.52s) [2021-08-23T14:59:14.107Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2021-08-23T14:59:14.107Z] --- PASS: TestPluginInstall/with_insecure (1.37s) [2021-08-23T14:59:14.107Z] === RUN TestPluginsWithRuntimes [2021-08-23T14:59:16.020Z] === RUN TestPluginsWithRuntimes/No_Args [2021-08-23T14:59:16.961Z] === RUN TestPluginsWithRuntimes/With_Args [2021-08-23T14:59:17.697Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-08-23T14:59:18.345Z] --- PASS: TestPluginsWithRuntimes (4.13s) [2021-08-23T14:59:18.345Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2021-08-23T14:59:18.345Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.10s) [2021-08-23T14:59:18.345Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T14:59:19.289Z] --- PASS: TestPluginBackCompatMediaTypes (0.90s) [2021-08-23T14:59:19.289Z] PASS [2021-08-23T14:59:19.289Z] [2021-08-23T14:59:19.289Z] DONE 10 tests in 9.988s [2021-08-23T14:59:19.289Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-08-23T14:59:19.289Z] ++ 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-08-23T14:59:19.289Z] ++ set -e [2021-08-23T14:59:19.289Z] ++ '[' -n 0 ']' [2021-08-23T14:59:19.289Z] ++ set -x [2021-08-23T14:59:19.289Z] ++ 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-08-23T14:59:19.289Z] INFO: Testing against a local daemon [2021-08-23T14:59:19.289Z] === RUN TestExternalGraphDriver [2021-08-23T14:59:19.289Z] === RUN TestExternalGraphDriver/json [2021-08-23T14:59:21.203Z] === RUN TestExternalGraphDriver/spec [2021-08-23T14:59:22.956Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-08-23T14:59:23.115Z] === RUN TestExternalGraphDriver/pull [2021-08-23T14:59:24.328Z] docker_cli_swarm_test.go:1118: [d87280433adbe] joining swarm manager [dd33747d39130]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T14:59:25.029Z] --- PASS: TestExternalGraphDriver (5.46s) [2021-08-23T14:59:25.029Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2021-08-23T14:59:25.029Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2021-08-23T14:59:25.029Z] --- PASS: TestExternalGraphDriver/pull (1.58s) [2021-08-23T14:59:25.029Z] === RUN TestGraphdriverPluginV2 [2021-08-23T14:59:25.029Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:25.029Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-08-23T14:59:25.029Z] PASS [2021-08-23T14:59:25.029Z] [2021-08-23T14:59:25.029Z] === Skipped [2021-08-23T14:59:25.029Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-08-23T14:59:25.029Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T14:59:25.029Z] [2021-08-23T14:59:25.029Z] [2021-08-23T14:59:25.029Z] DONE 5 tests, 1 skipped in 5.596s [2021-08-23T14:59:25.029Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-08-23T14:59:25.029Z] ++ 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-08-23T14:59:25.029Z] ++ set -e [2021-08-23T14:59:25.029Z] ++ '[' -n 0 ']' [2021-08-23T14:59:25.029Z] ++ set -x [2021-08-23T14:59:25.029Z] ++ 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-08-23T14:59:25.029Z] INFO: Testing against a local daemon [2021-08-23T14:59:25.029Z] === RUN TestContinueAfterPluginCrash [2021-08-23T14:59:25.029Z] === PAUSE TestContinueAfterPluginCrash [2021-08-23T14:59:25.029Z] === RUN TestReadPluginNoRead [2021-08-23T14:59:25.029Z] === PAUSE TestReadPluginNoRead [2021-08-23T14:59:25.029Z] === RUN TestDaemonStartWithLogOpt [2021-08-23T14:59:25.029Z] === PAUSE TestDaemonStartWithLogOpt [2021-08-23T14:59:25.029Z] === CONT TestContinueAfterPluginCrash [2021-08-23T14:59:25.029Z] === CONT TestDaemonStartWithLogOpt [2021-08-23T14:59:25.029Z] === CONT TestReadPluginNoRead [2021-08-23T14:59:26.854Z] docker_cli_swarm_test.go:1119: [d975e8a8f1c79] joining swarm manager [dd33747d39130]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T14:59:29.245Z] === RUN TestReadPluginNoRead/default [2021-08-23T14:59:29.245Z] --- PASS: TestDaemonStartWithLogOpt (4.08s) [2021-08-23T14:59:30.185Z] === RUN TestReadPluginNoRead/disabled_caching [2021-08-23T14:59:31.569Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-08-23T14:59:33.480Z] === CONT TestReadPluginNoRead [2021-08-23T14:59:33.480Z] read_test.go:92: [db0c0b3c21b9f] daemon is not started [2021-08-23T14:59:33.480Z] --- PASS: TestReadPluginNoRead (8.28s) [2021-08-23T14:59:33.480Z] --- PASS: TestReadPluginNoRead/default (1.55s) [2021-08-23T14:59:33.480Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.51s) [2021-08-23T14:59:33.480Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s) [2021-08-23T14:59:34.419Z] --- PASS: TestContinueAfterPluginCrash (9.42s) [2021-08-23T14:59:34.419Z] PASS [2021-08-23T14:59:34.419Z] [2021-08-23T14:59:34.419Z] DONE 6 tests in 9.536s [2021-08-23T14:59:34.419Z] 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-08-23T14:59:34.419Z] ++ 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-08-23T14:59:34.419Z] ++ set -e [2021-08-23T14:59:34.419Z] ++ '[' -n 0 ']' [2021-08-23T14:59:34.419Z] ++ set -x [2021-08-23T14:59:34.420Z] ++ 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-08-23T14:59:34.420Z] testing: warning: no tests to run [2021-08-23T14:59:34.420Z] PASS [2021-08-23T14:59:34.420Z] [2021-08-23T14:59:34.420Z] DONE 0 tests in 0.043s [2021-08-23T14:59:34.420Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-08-23T14:59:34.420Z] ++ 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-08-23T14:59:34.420Z] ++ set -e [2021-08-23T14:59:34.420Z] ++ '[' -n 0 ']' [2021-08-23T14:59:34.420Z] ++ set -x [2021-08-23T14:59:34.420Z] ++ 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-08-23T14:59:34.680Z] INFO: Testing against a local daemon [2021-08-23T14:59:34.680Z] === RUN TestPluginWithDevMounts [2021-08-23T14:59:34.680Z] === PAUSE TestPluginWithDevMounts [2021-08-23T14:59:34.680Z] === CONT TestPluginWithDevMounts [2021-08-23T14:59:36.591Z] --- PASS: TestPluginWithDevMounts (1.90s) [2021-08-23T14:59:36.591Z] PASS [2021-08-23T14:59:36.591Z] [2021-08-23T14:59:36.591Z] DONE 1 tests in 2.018s [2021-08-23T14:59:36.591Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-08-23T14:59:36.591Z] ++ 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-08-23T14:59:36.591Z] ++ set -e [2021-08-23T14:59:36.591Z] ++ '[' -n 0 ']' [2021-08-23T14:59:36.591Z] ++ set -x [2021-08-23T14:59:36.591Z] ++ 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-08-23T14:59:36.591Z] INFO: Testing against a local daemon [2021-08-23T14:59:36.591Z] === RUN TestSecretInspect [2021-08-23T14:59:39.890Z] --- PASS: TestSecretInspect (2.68s) [2021-08-23T14:59:39.890Z] === RUN TestSecretList [2021-08-23T14:59:41.820Z] ok github.com/docker/docker/libnetwork 37.509s coverage: 40.8% of statements [2021-08-23T14:59:41.820Z] ok github.com/docker/docker/libnetwork/api 1.473s coverage: 90.1% of statements [2021-08-23T14:59:41.820Z] ok github.com/docker/docker/libnetwork/bitseq 0.123s coverage: 84.4% of statements [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-08-23T14:59:41.820Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-08-23T14:59:41.820Z] ok github.com/docker/docker/libnetwork/config 0.040s coverage: 24.0% of statements [2021-08-23T14:59:42.080Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-08-23T14:59:42.080Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-08-23T14:59:42.080Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-08-23T14:59:42.341Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2021-08-23T14:59:42.439Z] --- PASS: TestSecretList (2.70s) [2021-08-23T14:59:42.439Z] === RUN TestSecretsCreateAndDelete [2021-08-23T14:59:44.883Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.404s coverage: 59.9% of statements [2021-08-23T14:59:44.883Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-08-23T14:59:44.980Z] --- PASS: TestSecretsCreateAndDelete (2.69s) [2021-08-23T14:59:44.980Z] === RUN TestSecretsUpdate [2021-08-23T14:59:45.143Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-08-23T14:59:45.713Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.141s coverage: 4.0% of statements [2021-08-23T14:59:45.973Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-08-23T14:59:46.543Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-08-23T14:59:46.543Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-08-23T14:59:46.543Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-08-23T14:59:47.521Z] --- PASS: TestSecretsUpdate (2.69s) [2021-08-23T14:59:47.521Z] === RUN TestTemplatedSecret [2021-08-23T14:59:50.820Z] --- PASS: TestTemplatedSecret (3.08s) [2021-08-23T14:59:50.820Z] === RUN TestSecretCreateResolve [2021-08-23T14:59:53.364Z] --- PASS: TestSecretCreateResolve (2.70s) [2021-08-23T14:59:53.364Z] PASS [2021-08-23T14:59:53.364Z] [2021-08-23T14:59:53.364Z] DONE 6 tests in 16.654s [2021-08-23T14:59:53.364Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-08-23T14:59:53.364Z] ++ 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-08-23T14:59:53.364Z] ++ set -e [2021-08-23T14:59:53.364Z] ++ '[' -n 0 ']' [2021-08-23T14:59:53.364Z] ++ set -x [2021-08-23T14:59:53.364Z] ++ 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-08-23T14:59:53.364Z] INFO: Testing against a local daemon [2021-08-23T14:59:53.364Z] === RUN TestServiceCreateInit [2021-08-23T14:59:53.364Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T14:59:56.543Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.517s coverage: 7.2% of statements [2021-08-23T14:59:56.543Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-08-23T14:59:56.543Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2021-08-23T14:59:56.543Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-08-23T14:59:56.543Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-08-23T14:59:56.543Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-08-23T14:59:56.543Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-08-23T14:59:57.112Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 82.4% of statements [2021-08-23T14:59:57.112Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2021-08-23T14:59:57.567Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T14:59:57.682Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-08-23T14:59:57.682Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-08-23T14:59:57.942Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-08-23T15:00:01.773Z] --- PASS: TestServiceCreateInit (8.50s) [2021-08-23T15:00:01.774Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.07s) [2021-08-23T15:00:01.774Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.40s) [2021-08-23T15:00:01.774Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T15:00:07.935Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2021-08-23T15:00:19.885Z] --- PASS: TestCreateServiceMultipleTimes (16.05s) [2021-08-23T15:00:19.885Z] === RUN TestCreateServiceConflict [2021-08-23T15:00:20.455Z] --- PASS: TestCreateServiceConflict (2.66s) [2021-08-23T15:00:20.455Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T15:00:23.756Z] --- PASS: TestCreateServiceMaxReplicas (3.35s) [2021-08-23T15:00:23.756Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/ipam 14.592s coverage: 85.3% of statements [2021-08-23T15:00:26.051Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-08-23T15:00:26.051Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2021-08-23T15:00:26.051Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.009s coverage: 71.4% of statements [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/ipamutils 0.261s coverage: 74.0% of statements [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/iptables 0.150s coverage: 45.1% of statements [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-08-23T15:00:26.051Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2021-08-23T15:00:38.665Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.84s) [2021-08-23T15:00:38.665Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T15:00:40.723Z] --- PASS: TestCreateServiceSecretFileMode (2.88s) [2021-08-23T15:00:40.723Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T15:00:43.269Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2021-08-23T15:00:43.269Z] === RUN TestCreateServiceSysctls [2021-08-23T15:00:46.570Z] --- PASS: TestCreateServiceSysctls (3.13s) [2021-08-23T15:00:46.570Z] === RUN TestCreateServiceCapabilities [2021-08-23T15:00:49.119Z] --- PASS: TestCreateServiceCapabilities (3.00s) [2021-08-23T15:00:49.119Z] === RUN TestInspect [2021-08-23T15:00:52.419Z] --- PASS: TestInspect (3.32s) [2021-08-23T15:00:52.419Z] === RUN TestCreateJob [2021-08-23T15:00:56.623Z] --- PASS: TestCreateJob (3.61s) [2021-08-23T15:00:56.623Z] === RUN TestReplicatedJob [2021-08-23T15:01:01.912Z] --- PASS: TestReplicatedJob (5.40s) [2021-08-23T15:01:01.912Z] === RUN TestUpdateReplicatedJob [2021-08-23T15:01:03.265Z] docker_cli_swarm_test.go:1172: [dfb86de40ab55] joining swarm manager [dd33747d39130]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-08-23T15:01:05.209Z] --- PASS: TestUpdateReplicatedJob (3.52s) [2021-08-23T15:01:05.209Z] === RUN TestServiceListWithStatuses [2021-08-23T15:01:05.209Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T15:01:05.209Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T15:01:05.209Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T15:01:10.494Z] --- PASS: TestDockerNetworkConnectAlias (4.94s) [2021-08-23T15:01:10.494Z] === RUN TestDockerNetworkReConnect [2021-08-23T15:01:14.697Z] --- PASS: TestDockerNetworkReConnect (4.08s) [2021-08-23T15:01:14.697Z] === RUN TestServicePlugin [2021-08-23T15:01:14.697Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T15:01:14.697Z] --- SKIP: TestServicePlugin (0.00s) [2021-08-23T15:01:14.697Z] === RUN TestServiceUpdateLabel [2021-08-23T15:01:16.609Z] --- PASS: TestServiceUpdateLabel (2.27s) [2021-08-23T15:01:16.609Z] === RUN TestServiceUpdateSecrets [2021-08-23T15:01:31.507Z] --- PASS: TestServiceUpdateSecrets (14.87s) [2021-08-23T15:01:31.507Z] === RUN TestServiceUpdateConfigs [2021-08-23T15:01:35.351Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-08-23T15:01:35.351Z] docker_cli_swarm_test.go:1453: [d4b5da9c32e3f] joining swarm manager [d833874c655af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T15:01:35.351Z] docker_cli_swarm_test.go:1454: [d22057876ebc2] joining swarm manager [d833874c655af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-08-23T15:01:46.405Z] --- PASS: TestServiceUpdateConfigs (14.95s) [2021-08-23T15:01:46.405Z] === RUN TestServiceUpdateNetwork [2021-08-23T15:01:47.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-08-23T15:01:47.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-08-23T15:01:47.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-08-23T15:01:47.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-08-23T15:01:47.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-08-23T15:01:48.099Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-08-23T15:01:50.622Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-08-23T15:01:54.802Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-08-23T15:01:56.698Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-08-23T15:01:58.596Z] docker_cli_swarm_unix_test.go:62: [d3b2fc4985fd2] joining swarm manager [d441936c781c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T15:02:01.308Z] --- PASS: TestServiceUpdateNetwork (13.35s) [2021-08-23T15:02:01.308Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T15:02:01.308Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-08-23T15:02:01.569Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-08-23T15:02:06.749Z] --- PASS: TestBuildWCOWSandboxSize (739.22s) [2021-08-23T15:02:06.749Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T15:02:06.749Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:02:06.749Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:02:06.749Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:02:06.749Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:02:06.749Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:02:06.749Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:02:06.749Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:02:06.749Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:02:06.749Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:02:06.749Z] --- PASS: TestBuildWithEmptyDockerfile (0.51s) [2021-08-23T15:02:06.749Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-08-23T15:02:06.749Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-08-23T15:02:06.749Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-08-23T15:02:06.749Z] === RUN TestBuildPreserveOwnership [2021-08-23T15:02:06.749Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:02:06.749Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestBuildPlatformInvalid [2021-08-23T15:02:06.749Z] --- PASS: TestBuildPlatformInvalid (0.56s) [2021-08-23T15:02:06.749Z] PASS [2021-08-23T15:02:06.749Z] ok github.com/docker/docker/integration/build 900.091s [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === Skipped [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-08-23T15:02:06.749Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-08-23T15:02:06.749Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-08-23T15:02:06.749Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-08-23T15:02:06.749Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-08-23T15:02:06.749Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] DONE 29 tests, 5 skipped in 925.697s [2021-08-23T15:02:06.749Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-08-23T15:02:06.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:02:06.749Z] INFO: Testing against a local daemon [2021-08-23T15:02:06.749Z] === RUN TestConfigInspect [2021-08-23T15:02:06.749Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestConfigInspect (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestConfigList [2021-08-23T15:02:06.749Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestConfigList (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestConfigsCreateAndDelete [2021-08-23T15:02:06.749Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestConfigsUpdate [2021-08-23T15:02:06.749Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestTemplatedConfig [2021-08-23T15:02:06.749Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestConfigCreateResolve [2021-08-23T15:02:06.749Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:02:06.749Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-08-23T15:02:06.749Z] PASS [2021-08-23T15:02:06.749Z] ok github.com/docker/docker/integration/config 0.117s [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === Skipped [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-08-23T15:02:06.749Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] [2021-08-23T15:02:06.749Z] DONE 6 tests, 6 skipped in 2.741s [2021-08-23T15:02:06.749Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-08-23T15:02:06.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:02:06.749Z] INFO: Testing against a local daemon [2021-08-23T15:02:06.749Z] === RUN TestCheckpoint [2021-08-23T15:02:06.749Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:02:06.749Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestContainerInvalidJSON [2021-08-23T15:02:06.749Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:02:06.749Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:02:06.749Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:02:06.749Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:02:06.749Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:02:06.749Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:02:06.749Z] --- PASS: TestContainerInvalidJSON (0.51s) [2021-08-23T15:02:06.749Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-08-23T15:02:06.749Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-08-23T15:02:06.749Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T15:02:06.749Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2021-08-23T15:02:06.749Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T15:02:06.749Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2021-08-23T15:02:06.749Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T15:02:06.749Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2021-08-23T15:02:06.749Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T15:02:06.749Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2021-08-23T15:02:06.749Z] === RUN TestCopyFromContainer [2021-08-23T15:02:06.749Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.749Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-08-23T15:02:06.749Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T15:02:06.749Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:02:06.749Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:02:06.749Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:02:06.749Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:02:06.749Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:02:06.749Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:02:06.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:02:06.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:02:06.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:02:06.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-08-23T15:02:06.750Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T15:02:06.750Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:02:06.750Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidEnv [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-08-23T15:02:06.750Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T15:02:06.750Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.750Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T15:02:06.750Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:02:06.750Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T15:02:06.750Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:02:06.750Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:02:06.750Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:02:06.750Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:02:06.750Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T15:02:06.750Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:02:06.750Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateDifferentPlatform [2021-08-23T15:02:06.750Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T15:02:06.750Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T15:02:06.750Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T15:02:06.750Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T15:02:06.750Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-08-23T15:02:06.750Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T15:02:06.750Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:02:06.750Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-08-23T15:02:06.750Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T15:02:06.750Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.750Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestDiff [2021-08-23T15:02:06.750Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:06.750Z] --- SKIP: TestDiff (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestExecWithCloseStdin [2021-08-23T15:02:06.750Z] --- PASS: TestExecWithCloseStdin (2.94s) [2021-08-23T15:02:06.750Z] === RUN TestExec [2021-08-23T15:02:06.750Z] --- PASS: TestExec (2.11s) [2021-08-23T15:02:06.750Z] === RUN TestExecUser [2021-08-23T15:02:06.750Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:02:06.750Z] --- SKIP: TestExecUser (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestExportContainerAndImportImage [2021-08-23T15:02:06.750Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.750Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T15:02:06.750Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:06.750Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestHealthCheckWorkdir [2021-08-23T15:02:06.750Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:06.750Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestHealthKillContainer [2021-08-23T15:02:06.750Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:02:06.750Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T15:02:06.750Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:02:06.750Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:02:06.750Z] === RUN TestKillContainerInvalidSignal [2021-08-23T15:02:08.280Z] --- PASS: TestKillContainerInvalidSignal (1.99s) [2021-08-23T15:02:08.280Z] === RUN TestKillContainer [2021-08-23T15:02:08.280Z] === RUN TestKillContainer/no_signal [2021-08-23T15:02:09.699Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-08-23T15:02:10.443Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T15:02:10.443Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:02:10.443Z] === RUN TestKillContainer/killing_signal [2021-08-23T15:02:12.610Z] --- PASS: TestKillContainer (4.46s) [2021-08-23T15:02:12.610Z] --- PASS: TestKillContainer/no_signal (1.90s) [2021-08-23T15:02:12.610Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:02:12.610Z] --- PASS: TestKillContainer/killing_signal (2.52s) [2021-08-23T15:02:12.610Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T15:02:12.610Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:02:12.610Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestKillStoppedContainer [2021-08-23T15:02:12.610Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:02:12.610Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T15:02:12.610Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:02:12.610Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestKillDifferentUserContainer [2021-08-23T15:02:12.610Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:02:12.610Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestInspectOomKilledTrue [2021-08-23T15:02:12.610Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:12.610Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestInspectOomKilledFalse [2021-08-23T15:02:12.610Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:02:12.610Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T15:02:12.610Z] === RUN TestLogsFollowTailEmpty [2021-08-23T15:02:14.775Z] --- PASS: TestLogsFollowTailEmpty (1.79s) [2021-08-23T15:02:14.775Z] === RUN TestNetworkNat [2021-08-23T15:02:14.775Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:14.775Z] --- SKIP: TestNetworkNat (0.00s) [2021-08-23T15:02:14.775Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T15:02:16.275Z] --- PASS: TestServiceUpdatePidsLimit (16.81s) [2021-08-23T15:02:16.275Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-08-23T15:02:16.275Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.03s) [2021-08-23T15:02:16.275Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.93s) [2021-08-23T15:02:16.275Z] PASS [2021-08-23T15:02:16.275Z] [2021-08-23T15:02:16.275Z] === Skipped [2021-08-23T15:02:16.275Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-08-23T15:02:16.275Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-08-23T15:02:16.275Z] [2021-08-23T15:02:16.275Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-08-23T15:02:16.275Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-08-23T15:02:16.275Z] [2021-08-23T15:02:16.275Z] [2021-08-23T15:02:16.275Z] DONE 27 tests, 2 skipped in 143.148s [2021-08-23T15:02:16.275Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-08-23T15:02:16.275Z] ++ 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-08-23T15:02:16.275Z] ++ set -e [2021-08-23T15:02:16.275Z] ++ '[' -n 0 ']' [2021-08-23T15:02:16.275Z] ++ set -x [2021-08-23T15:02:16.275Z] ++ 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-08-23T15:02:16.536Z] INFO: Testing against a local daemon [2021-08-23T15:02:16.536Z] === RUN TestSessionCreate [2021-08-23T15:02:16.536Z] --- PASS: TestSessionCreate (0.04s) [2021-08-23T15:02:16.536Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T15:02:16.536Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-08-23T15:02:16.536Z] PASS [2021-08-23T15:02:16.536Z] [2021-08-23T15:02:16.536Z] DONE 2 tests in 0.182s [2021-08-23T15:02:16.536Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-08-23T15:02:16.536Z] ++ 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-08-23T15:02:16.536Z] ++ set -e [2021-08-23T15:02:16.536Z] ++ '[' -n 0 ']' [2021-08-23T15:02:16.536Z] ++ set -x [2021-08-23T15:02:16.536Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-23T15:02:16.536Z] INFO: Testing against a local daemon [2021-08-23T15:02:16.536Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T15:02:16.536Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T15:02:16.536Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:02:16.536Z] === RUN TestDiskUsage [2021-08-23T15:02:16.536Z] === PAUSE TestDiskUsage [2021-08-23T15:02:16.536Z] === RUN TestEventsExecDie [2021-08-23T15:02:16.949Z] --- PASS: TestNetworkLocalhostTCPNat (2.35s) [2021-08-23T15:02:16.949Z] === RUN TestNetworkLoopbackNat [2021-08-23T15:02:16.949Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:16.949Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-08-23T15:02:16.949Z] === RUN TestPause [2021-08-23T15:02:16.949Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:02:16.949Z] --- SKIP: TestPause (0.00s) [2021-08-23T15:02:16.949Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T15:02:17.477Z] --- PASS: TestEventsExecDie (0.74s) [2021-08-23T15:02:17.477Z] === RUN TestEventsBackwardsCompatible [2021-08-23T15:02:17.477Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-08-23T15:02:17.477Z] === RUN TestEventsVolumeCreate [2021-08-23T15:02:17.477Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-08-23T15:02:17.477Z] === RUN TestInfoBinaryCommits [2021-08-23T15:02:17.477Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-08-23T15:02:17.477Z] === RUN TestInfoAPIVersioned [2021-08-23T15:02:17.477Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-08-23T15:02:17.477Z] === RUN TestInfoDiscoveryBackend [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/networkdb 103.916s coverage: 60.0% of statements [2021-08-23T15:02:17.548Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/osl 4.317s coverage: 39.7% of statements [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/portmapper 0.224s coverage: 48.6% of statements [2021-08-23T15:02:17.548Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2021-08-23T15:02:17.548Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-08-23T15:02:18.048Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-08-23T15:02:18.048Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-08-23T15:02:18.118Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === Skipped [2021-08-23T15:02:18.118Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-08-23T15:02:18.118Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-08-23T15:02:18.118Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-08-23T15:02:18.118Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-08-23T15:02:18.118Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-08-23T15:02:18.118Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-08-23T15:02:18.118Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-08-23T15:02:18.118Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-08-23T15:02:18.118Z] allocator_test.go:1422: Skipped because t.parallel was less than 5 [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-08-23T15:02:18.118Z] firewalld_test.go:13: firewalld is not running [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] [2021-08-23T15:02:18.118Z] DONE 362 tests, 9 skipped in 203.866s Post stage [Pipeline] junit [2021-08-23T15:02:18.701Z] Recording test results [2021-08-23T15:02:19.011Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-08-23T15:02:19.118Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.99s) [2021-08-23T15:02:19.118Z] === RUN TestPauseStopPausedContainer [2021-08-23T15:02:19.118Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:19.118Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-08-23T15:02:19.118Z] === RUN TestPsFilter [2021-08-23T15:02:19.118Z] --- PASS: TestPsFilter (0.31s) [2021-08-23T15:02:19.118Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T15:02:19.345Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/validate/vendor [2021-08-23T15:02:19.430Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-08-23T15:02:19.430Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-08-23T15:02:19.690Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-08-23T15:02:19.690Z] === RUN TestInfoAPI [2021-08-23T15:02:19.690Z] --- PASS: TestInfoAPI (0.04s) [2021-08-23T15:02:19.690Z] === RUN TestInfoAPIWarnings [2021-08-23T15:02:19.916Z] update vendored copy of archive/tar [2021-08-23T15:02:19.916Z] downloading: https://golang.org/dl/go1.16.7.src.tar.gz [2021-08-23T15:02:21.296Z] patching file stat_unix.go [2021-08-23T15:02:21.296Z] 2021/08/23 15:02:21 Collecting initial packages [2021-08-23T15:02:21.296Z] 2021/08/23 15:02:21 Download dependencies [2021-08-23T15:02:22.005Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.55s) [2021-08-23T15:02:22.005Z] === RUN TestRemoveContainerWithVolume [2021-08-23T15:02:24.168Z] --- PASS: TestRemoveContainerWithVolume (2.57s) [2021-08-23T15:02:24.168Z] === RUN TestRemoveContainerRunning [2021-08-23T15:02:25.492Z] 2021/08/23 15:02:24 Starting whole vndr cycle because no package specified [2021-08-23T15:02:25.492Z] 2021/08/23 15:02:24 Ignoring paths matching "^archive[/\\\\]tar" [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/moby/sys, revision 9b0136d132d8e0d1c116a38d7ec9af70d3a59536, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/bits-and-blooms/bitset, revision 59de210119f50cedaa42d175dc88b6335fcf63f6, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/Azure/go-ansiterm, revision d185dfc1b5a126116ea5a19e148e29d16b4574c9, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/Microsoft/go-winio, revision 5c2e05d71961716a6c392a06ada435aaf5d5302c, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/sirupsen/logrus, revision bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone golang.org/x/net, revision e18ecbb051101a46fc263334b127c89bc7bff7ea, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone golang.org/x/sys, revision d19ff857e887eacb631721f188c7d365c2331456, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-08-23T15:02:25.753Z] 2021/08/23 15:02:25 Clone github.com/Microsoft/hcsshim, revision 3ad51c76263bad09548a40e1996960814a12a870, attempt 1/20 [2021-08-23T15:02:26.333Z] --- PASS: TestRemoveContainerRunning (2.00s) [2021-08-23T15:02:26.333Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T15:02:26.692Z] 2021/08/23 15:02:26 Finished clone github.com/Azure/go-ansiterm [2021-08-23T15:02:26.693Z] 2021/08/23 15:02:26 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-08-23T15:02:26.693Z] 2021/08/23 15:02:26 Finished clone github.com/bits-and-blooms/bitset [2021-08-23T15:02:26.693Z] 2021/08/23 15:02:26 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Finished clone github.com/docker/libtrust [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Finished clone github.com/creack/pty [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Clone golang.org/x/sync, revision 036812b2e83c0ddf193dd5a34e034151da389d09, attempt 1/20 [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Finished clone github.com/tchap/go-patricia [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Clone github.com/moby/buildkit, revision 9f254e18360a24c2ae47b26f772c3c89533bcbb7, attempt 1/20 [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Finished clone github.com/docker/go-units [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Clone github.com/tonistiigi/fsutil, revision d72af97c0eaf93c1d20360e3cb9c63c223675b83, attempt 1/20 [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Finished clone github.com/moby/sys [2021-08-23T15:02:26.953Z] 2021/08/23 15:02:26 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-08-23T15:02:27.214Z] 2021/08/23 15:02:27 Finished clone github.com/Microsoft/go-winio [2021-08-23T15:02:27.214Z] 2021/08/23 15:02:27 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-08-23T15:02:27.474Z] 2021/08/23 15:02:27 Finished clone gotest.tools/v3 [2021-08-23T15:02:27.474Z] 2021/08/23 15:02:27 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-08-23T15:02:27.474Z] 2021/08/23 15:02:27 Finished clone github.com/sirupsen/logrus [2021-08-23T15:02:27.474Z] 2021/08/23 15:02:27 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-08-23T15:02:27.736Z] 2021/08/23 15:02:27 Finished clone github.com/google/go-cmp [2021-08-23T15:02:27.736Z] 2021/08/23 15:02:27 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-08-23T15:02:27.997Z] 2021/08/23 15:02:27 Finished clone github.com/syndtr/gocapability [2021-08-23T15:02:27.997Z] 2021/08/23 15:02:27 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Finished clone github.com/docker/go-connections [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Finished clone github.com/RackSec/srslog [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Finished clone github.com/tonistiigi/units [2021-08-23T15:02:28.260Z] 2021/08/23 15:02:28 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-08-23T15:02:28.502Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.95s) [2021-08-23T15:02:28.502Z] === RUN TestRemoveInvalidContainer [2021-08-23T15:02:28.502Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-08-23T15:02:28.502Z] === RUN TestRenameLinkedContainer [2021-08-23T15:02:28.502Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:28.502Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-08-23T15:02:28.502Z] === RUN TestRenameStoppedContainer [2021-08-23T15:02:28.520Z] 2021/08/23 15:02:28 Finished clone github.com/imdario/mergo [2021-08-23T15:02:28.521Z] 2021/08/23 15:02:28 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-08-23T15:02:28.521Z] 2021/08/23 15:02:28 Finished clone golang.org/x/sync [2021-08-23T15:02:28.521Z] 2021/08/23 15:02:28 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-08-23T15:02:28.781Z] 2021/08/23 15:02:28 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-08-23T15:02:28.781Z] 2021/08/23 15:02:28 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Finished clone github.com/google/shlex [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Clone github.com/hashicorp/memberlist, revision 619135cdd9e5dda8c12f8ceef39bdade4f5899b6, attempt 1/20 [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Finished clone github.com/opentracing-contrib/go-stdlib [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Finished clone github.com/opentracing/opentracing-go [2021-08-23T15:02:29.042Z] 2021/08/23 15:02:28 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-08-23T15:02:29.613Z] 2021/08/23 15:02:29 Finished clone github.com/mitchellh/hashstructure [2021-08-23T15:02:29.613Z] 2021/08/23 15:02:29 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-08-23T15:02:29.613Z] 2021/08/23 15:02:29 Finished clone github.com/docker/go-events [2021-08-23T15:02:29.613Z] 2021/08/23 15:02:29 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-08-23T15:02:29.874Z] 2021/08/23 15:02:29 Finished clone github.com/armon/go-radix [2021-08-23T15:02:29.874Z] 2021/08/23 15:02:29 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-08-23T15:02:30.135Z] 2021/08/23 15:02:29 Finished clone github.com/armon/go-metrics [2021-08-23T15:02:30.135Z] 2021/08/23 15:02:29 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-08-23T15:02:30.396Z] 2021/08/23 15:02:30 Finished clone github.com/sean-/seed [2021-08-23T15:02:30.396Z] 2021/08/23 15:02:30 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-08-23T15:02:30.396Z] 2021/08/23 15:02:30 Finished clone github.com/hashicorp/errwrap [2021-08-23T15:02:30.396Z] 2021/08/23 15:02:30 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-08-23T15:02:30.657Z] 2021/08/23 15:02:30 Finished clone github.com/gofrs/flock [2021-08-23T15:02:30.657Z] 2021/08/23 15:02:30 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-08-23T15:02:30.667Z] --- PASS: TestRenameStoppedContainer (2.60s) [2021-08-23T15:02:30.667Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T15:02:31.230Z] 2021/08/23 15:02:31 Finished clone github.com/hashicorp/go-multierror [2021-08-23T15:02:31.230Z] 2021/08/23 15:02:31 Clone github.com/google/btree, revision 479b5e81b0a93ec038d201b0b33d17db599531d3, attempt 1/20 [2021-08-23T15:02:31.230Z] 2021/08/23 15:02:31 Finished clone github.com/tonistiigi/fsutil [2021-08-23T15:02:31.230Z] 2021/08/23 15:02:31 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-08-23T15:02:31.809Z] 2021/08/23 15:02:31 Finished clone github.com/vishvananda/netns [2021-08-23T15:02:31.809Z] 2021/08/23 15:02:31 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-08-23T15:02:31.809Z] 2021/08/23 15:02:31 Finished clone github.com/docker/libkv [2021-08-23T15:02:31.809Z] 2021/08/23 15:02:31 Clone github.com/coreos/etcd, revision 2c834459e1aab78a5d5219c7dfe42335fc4b617a, attempt 1/20 [2021-08-23T15:02:32.069Z] 2021/08/23 15:02:31 Finished clone github.com/hashicorp/memberlist [2021-08-23T15:02:32.069Z] 2021/08/23 15:02:31 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-08-23T15:02:32.641Z] 2021/08/23 15:02:32 Finished clone github.com/hashicorp/go-sockaddr [2021-08-23T15:02:32.641Z] 2021/08/23 15:02:32 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-08-23T15:02:32.904Z] 2021/08/23 15:02:32 Finished clone github.com/google/btree [2021-08-23T15:02:32.904Z] 2021/08/23 15:02:32 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-08-23T15:02:33.164Z] 2021/08/23 15:02:32 Finished clone github.com/samuel/go-zookeeper [2021-08-23T15:02:33.164Z] 2021/08/23 15:02:32 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-08-23T15:02:33.164Z] 2021/08/23 15:02:32 Finished clone github.com/moby/ipvs [2021-08-23T15:02:33.164Z] 2021/08/23 15:02:32 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-08-23T15:02:33.425Z] 2021/08/23 15:02:33 Finished clone github.com/deckarep/golang-set [2021-08-23T15:02:33.425Z] 2021/08/23 15:02:33 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2021-08-23T15:02:33.780Z] 2021/08/23 15:02:33 Finished clone github.com/coreos/go-semver [2021-08-23T15:02:33.780Z] 2021/08/23 15:02:33 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2021-08-23T15:02:33.780Z] 2021/08/23 15:02:33 Finished clone github.com/vishvananda/netlink [2021-08-23T15:02:33.780Z] 2021/08/23 15:02:33 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2021-08-23T15:02:34.530Z] --- PASS: TestRenameRunningContainerAndReuse (3.80s) [2021-08-23T15:02:34.530Z] === RUN TestRenameInvalidName [2021-08-23T15:02:34.722Z] 2021/08/23 15:02:34 Finished clone github.com/hashicorp/go-msgpack [2021-08-23T15:02:34.722Z] 2021/08/23 15:02:34 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-08-23T15:02:34.982Z] 2021/08/23 15:02:34 Finished clone github.com/modern-go/concurrent [2021-08-23T15:02:34.982Z] 2021/08/23 15:02:34 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-08-23T15:02:35.242Z] 2021/08/23 15:02:35 Finished clone golang.org/x/net [2021-08-23T15:02:35.502Z] 2021/08/23 15:02:35 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-08-23T15:02:35.502Z] 2021/08/23 15:02:35 Finished clone github.com/modern-go/reflect2 [2021-08-23T15:02:35.502Z] 2021/08/23 15:02:35 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-08-23T15:02:35.763Z] 2021/08/23 15:02:35 Finished clone github.com/ishidawataru/sctp [2021-08-23T15:02:35.763Z] 2021/08/23 15:02:35 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-08-23T15:02:36.334Z] 2021/08/23 15:02:36 Finished clone go.etcd.io/bbolt [2021-08-23T15:02:36.334Z] 2021/08/23 15:02:36 Clone github.com/opencontainers/runc, revision 52b36a2dd837e8462de8e01458bf02cf9eea47dd, attempt 1/20 [2021-08-23T15:02:36.334Z] 2021/08/23 15:02:36 Finished clone github.com/json-iterator/go [2021-08-23T15:02:36.334Z] 2021/08/23 15:02:36 Clone github.com/opencontainers/runtime-spec, revision 1c3f411f041711bbeecf35ff7e93461ea6789220, attempt 1/20 [2021-08-23T15:02:36.694Z] --- PASS: TestRenameInvalidName (1.94s) [2021-08-23T15:02:36.694Z] === RUN TestRenameAnonymousContainer [2021-08-23T15:02:36.906Z] 2021/08/23 15:02:36 Finished clone github.com/opencontainers/go-digest [2021-08-23T15:02:36.906Z] 2021/08/23 15:02:36 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-08-23T15:02:37.166Z] 2021/08/23 15:02:36 Finished clone github.com/mistifyio/go-zfs [2021-08-23T15:02:37.166Z] 2021/08/23 15:02:36 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-08-23T15:02:37.426Z] 2021/08/23 15:02:37 Finished clone github.com/hashicorp/serf [2021-08-23T15:02:37.426Z] 2021/08/23 15:02:37 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-08-23T15:02:37.792Z] --- PASS: TestInfoAPIWarnings (16.43s) [2021-08-23T15:02:37.792Z] === RUN TestInfoDebug [2021-08-23T15:02:37.792Z] --- PASS: TestInfoDebug (0.54s) [2021-08-23T15:02:37.792Z] === RUN TestInfoInsecureRegistries [2021-08-23T15:02:37.792Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-08-23T15:02:37.792Z] === RUN TestInfoRegistryMirrors [2021-08-23T15:02:37.792Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-08-23T15:02:37.792Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T15:02:38.053Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2021-08-23T15:02:38.053Z] === RUN TestPingCacheHeaders [2021-08-23T15:02:38.053Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-08-23T15:02:38.053Z] === RUN TestPingGet [2021-08-23T15:02:38.053Z] --- PASS: TestPingGet (0.03s) [2021-08-23T15:02:38.053Z] === RUN TestPingHead [2021-08-23T15:02:38.053Z] --- PASS: TestPingHead (0.03s) [2021-08-23T15:02:38.053Z] === RUN TestVersion [2021-08-23T15:02:38.053Z] --- PASS: TestVersion (0.03s) [2021-08-23T15:02:38.053Z] === CONT TestDiskUsage [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/container_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/image_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/volume_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/build-cache_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-08-23T15:02:38.623Z] === RUN TestDiskUsage/after_LoadBusybox [2021-08-23T15:02:38.809Z] 2021/08/23 15:02:38 Finished clone github.com/cyphar/filepath-securejoin [2021-08-23T15:02:38.809Z] 2021/08/23 15:02:38 Clone github.com/coreos/go-systemd/v22, revision 777e73a89cef78631ccaa97f53a9bae67e166186, attempt 1/20 [2021-08-23T15:02:38.809Z] 2021/08/23 15:02:38 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-08-23T15:02:38.809Z] 2021/08/23 15:02:38 Clone github.com/godbus/dbus/v5, revision c88335c0b1d28a30e7fc76d526a06154b85e5d97, attempt 1/20 [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-08-23T15:02:38.885Z] === RUN TestDiskUsage/after_container.Run [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-08-23T15:02:39.149Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-08-23T15:02:39.410Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-08-23T15:02:39.410Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-08-23T15:02:39.410Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage (1.42s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.26s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-08-23T15:02:39.410Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-08-23T15:02:39.410Z] PASS [2021-08-23T15:02:39.410Z] [2021-08-23T15:02:39.410Z] === Skipped [2021-08-23T15:02:39.410Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:02:39.410Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-08-23T15:02:39.410Z] [2021-08-23T15:02:39.410Z] [2021-08-23T15:02:39.410Z] DONE 53 tests, 1 skipped in 22.966s [2021-08-23T15:02:39.410Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-08-23T15:02:39.410Z] ++ 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-08-23T15:02:39.410Z] ++ set -e [2021-08-23T15:02:39.410Z] ++ '[' -n 0 ']' [2021-08-23T15:02:39.410Z] ++ set -x [2021-08-23T15:02:39.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-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-08-23T15:02:39.671Z] INFO: Testing against a local daemon [2021-08-23T15:02:39.671Z] === RUN TestVolumesCreateAndList [2021-08-23T15:02:39.671Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-08-23T15:02:39.671Z] === RUN TestVolumesRemove [2021-08-23T15:02:39.671Z] --- PASS: TestVolumesRemove (0.08s) [2021-08-23T15:02:39.671Z] === RUN TestVolumesInspect [2021-08-23T15:02:39.671Z] --- PASS: TestVolumesInspect (0.03s) [2021-08-23T15:02:39.671Z] === RUN TestVolumesInvalidJSON [2021-08-23T15:02:39.671Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T15:02:39.671Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T15:02:39.750Z] 2021/08/23 15:02:39 Finished clone github.com/opencontainers/runtime-spec [2021-08-23T15:02:39.750Z] 2021/08/23 15:02:39 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-08-23T15:02:39.932Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T15:02:39.932Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-08-23T15:02:39.932Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T15:02:39.932Z] PASS [2021-08-23T15:02:39.932Z] [2021-08-23T15:02:39.932Z] DONE 5 tests in 0.291s [2021-08-23T15:02:39.932Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T15:02:40.011Z] 2021/08/23 15:02:39 Finished clone github.com/coreos/go-systemd [2021-08-23T15:02:40.011Z] 2021/08/23 15:02:39 Clone github.com/fluent/fluent-logger-golang, revision b9b7fb02ccfee8ba4e69aa87386820c2bf24fd11, attempt 1/20 [2021-08-23T15:02:40.011Z] 2021/08/23 15:02:39 Finished clone github.com/vbatts/tar-split [2021-08-23T15:02:40.011Z] 2021/08/23 15:02:39 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-08-23T15:02:40.192Z] ++++ cat bundles/test-integration/docker.pid [2021-08-23T15:02:40.192Z] +++ kill 15490 [2021-08-23T15:02:40.454Z] +++ /etc/init.d/apparmor stop [2021-08-23T15:02:40.454Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T15:02:40.454Z] [2021-08-23T15:02:40.454Z] Unloading profiles will leave already running processes permanently [2021-08-23T15:02:40.454Z] unconfined, which can lead to unexpected situations. [2021-08-23T15:02:40.454Z] [2021-08-23T15:02:40.454Z] To set a process to complain mode, use the command line tool [2021-08-23T15:02:40.454Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T15:02:40.454Z] +++ true [2021-08-23T15:02:40.454Z] exiting test-integration [2021-08-23T15:02:40.454Z] ++ exit 0 [2021-08-23T15:02:40.454Z] [2021-08-23T15:02:40.951Z] 2021/08/23 15:02:40 Finished clone github.com/opencontainers/image-spec [2021-08-23T15:02:40.951Z] 2021/08/23 15:02:40 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-08-23T15:02:41.212Z] 2021/08/23 15:02:41 Finished clone github.com/coreos/go-systemd/v22 [2021-08-23T15:02:41.212Z] 2021/08/23 15:02:41 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-08-23T15:02:41.212Z] 2021/08/23 15:02:41 Finished clone github.com/godbus/dbus/v5 [2021-08-23T15:02:41.212Z] 2021/08/23 15:02:41 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-08-23T15:02:41.473Z] 2021/08/23 15:02:41 Finished clone github.com/Graylog2/go-gelf [2021-08-23T15:02:41.473Z] 2021/08/23 15:02:41 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-08-23T15:02:41.733Z] 2021/08/23 15:02:41 Finished clone github.com/philhofer/fwd [2021-08-23T15:02:41.733Z] 2021/08/23 15:02:41 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-08-23T15:02:41.733Z] 2021/08/23 15:02:41 Finished clone github.com/fluent/fluent-logger-golang [2021-08-23T15:02:41.733Z] 2021/08/23 15:02:41 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 Post stage [Pipeline] junit [2021-08-23T15:02:42.379Z] Recording test results [2021-08-23T15:02:42.698Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-08-23T15:02:43.047Z] + echo Ensuring container killed. [2021-08-23T15:02:43.047Z] Ensuring container killed. [2021-08-23T15:02:43.047Z] + docker rm -vf docker-pr3 [2021-08-23T15:02:43.047Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-08-23T15:02:43.339Z] + echo Chowning /workspace to jenkins user [2021-08-23T15:02:43.339Z] Chowning /workspace to jenkins user [2021-08-23T15:02:43.339Z] + id -u [2021-08-23T15:02:43.339Z] + id -g [2021-08-23T15:02:43.339Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T15:02:43.646Z] 2021/08/23 15:02:43 Finished clone github.com/fsnotify/fsnotify [2021-08-23T15:02:43.646Z] 2021/08/23 15:02:43 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-08-23T15:02:43.646Z] 2021/08/23 15:02:43 Finished clone github.com/bsphere/le_go [2021-08-23T15:02:43.646Z] 2021/08/23 15:02:43 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-08-23T15:02:43.907Z] 2021/08/23 15:02:43 Finished clone github.com/jmespath/go-jmespath [2021-08-23T15:02:43.907Z] 2021/08/23 15:02:43 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-08-23T15:02:44.478Z] 2021/08/23 15:02:44 Finished clone golang.org/x/oauth2 [2021-08-23T15:02:44.478Z] 2021/08/23 15:02:44 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-08-23T15:02:45.231Z] --- PASS: TestRenameAnonymousContainer (8.93s) [2021-08-23T15:02:45.231Z] === RUN TestRenameContainerWithSameName [2021-08-23T15:02:45.419Z] 2021/08/23 15:02:45 Finished clone github.com/golang/groupcache [2021-08-23T15:02:45.419Z] 2021/08/23 15:02:45 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-08-23T15:02:45.990Z] 2021/08/23 15:02:45 Finished clone github.com/tinylib/msgp [2021-08-23T15:02:45.990Z] 2021/08/23 15:02:45 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-08-23T15:02:47.394Z] --- PASS: TestRenameContainerWithSameName (1.96s) [2021-08-23T15:02:47.394Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T15:02:47.394Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:02:47.394Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:02:47.394Z] === RUN TestResize [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T15:02:47.846Z] + bundleName=arm64-integration [2021-08-23T15:02:47.846Z] + echo Creating arm64-integration-bundles.tar.gz [2021-08-23T15:02:47.846Z] Creating arm64-integration-bundles.tar.gz [2021-08-23T15:02:47.846Z] + xargs tar -czf+ arm64-integration-bundles.tar.gz [2021-08-23T15:02:47.846Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-08-23T15:02:47.906Z] 2021/08/23 15:02:47 Finished clone github.com/googleapis/gax-go [2021-08-23T15:02:47.906Z] 2021/08/23 15:02:47 Clone github.com/containerd/containerd, revision 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0, attempt 1/20 [Pipeline] archiveArtifacts [2021-08-23T15:02:48.121Z] Archiving artifacts [2021-08-23T15:02:48.167Z] 2021/08/23 15:02:48 Finished clone go.opencensus.io [2021-08-23T15:02:48.167Z] 2021/08/23 15:02:48 Clone github.com/containerd/fifo, revision 650e8a8a179d040123db61f016cb133143e7a581, attempt 1/20 [2021-08-23T15:02:48.457Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:02:48.783Z] + make clean [2021-08-23T15:02:49.354Z] docker volume rm -f docker-dev-cache [2021-08-23T15:02:49.355Z] docker-dev-cache [Pipeline] deleteDir [2021-08-23T15:02:49.551Z] 2021/08/23 15:02:49 Finished clone github.com/miekg/dns [2021-08-23T15:02:49.551Z] 2021/08/23 15:02:49 Clone github.com/containerd/continuity, revision bce1c3f9669b6f3e7f6656ee715b0b4d75fa64a6, attempt 1/20 [2021-08-23T15:02:49.559Z] --- PASS: TestResize (1.99s) [2021-08-23T15:02:49.559Z] === RUN TestResizeWithInvalidSize [2021-08-23T15:02:49.812Z] 2021/08/23 15:02:49 Finished clone github.com/containerd/fifo [2021-08-23T15:02:49.812Z] 2021/08/23 15:02:49 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2021-08-23T15:02:50.753Z] 2021/08/23 15:02:50 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2021-08-23T15:02:50.753Z] 2021/08/23 15:02:50 Finished clone golang.org/x/sys [2021-08-23T15:02:51.724Z] --- PASS: TestResizeWithInvalidSize (2.05s) [2021-08-23T15:02:51.724Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T15:02:52.668Z] 2021/08/23 15:02:52 Finished clone github.com/containerd/cgroups [2021-08-23T15:02:52.668Z] 2021/08/23 15:02:52 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-08-23T15:02:53.240Z] 2021/08/23 15:02:53 Finished clone golang.org/x/text [2021-08-23T15:02:53.241Z] 2021/08/23 15:02:53 Clone github.com/containerd/typeurl, revision 5e43fb8b75ed2f2305fc04e6918c8d10636771bc, attempt 1/20 [2021-08-23T15:02:53.812Z] 2021/08/23 15:02:53 Finished clone github.com/containerd/console [2021-08-23T15:02:53.812Z] 2021/08/23 15:02:53 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-08-23T15:02:53.890Z] --- PASS: TestResizeWhenContainerNotStarted (2.59s) [2021-08-23T15:02:53.890Z] === RUN TestDaemonRestartKillContainers [2021-08-23T15:02:53.890Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:02:53.890Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:02:53.890Z] === RUN TestStats [2021-08-23T15:02:53.890Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:02:53.890Z] --- SKIP: TestStats (0.00s) [2021-08-23T15:02:53.890Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T15:02:54.072Z] 2021/08/23 15:02:53 Finished clone github.com/containerd/go-runc [2021-08-23T15:02:54.072Z] 2021/08/23 15:02:53 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2021-08-23T15:02:54.790Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-08-23T15:02:54.790Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [Pipeline] // stage [Pipeline] } [2021-08-23T15:02:55.013Z] 2021/08/23 15:02:54 Finished clone github.com/containerd/typeurl [2021-08-23T15:02:55.013Z] 2021/08/23 15:02:54 Clone github.com/cilium/ebpf, revision ca492085341e0e917f48ec30704d5054c5d42ca8, attempt 1/20 [2021-08-23T15:02:55.013Z] 2021/08/23 15:02:54 Finished clone github.com/opencontainers/runc [2021-08-23T15:02:55.013Z] 2021/08/23 15:02:54 Clone github.com/klauspost/compress, revision a3b7545c88eea469c2246bee0e6c130525d56190, attempt 1/20 [2021-08-23T15:02:55.048Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-08-23T15:02:55.273Z] 2021/08/23 15:02:55 Finished clone github.com/containerd/continuity [2021-08-23T15:02:55.273Z] 2021/08/23 15:02:55 Clone github.com/pelletier/go-toml, revision 65ca8064882c8c308e5c804c5d5443d409e0738c, attempt 1/20 [2021-08-23T15:02:55.273Z] 2021/08/23 15:02:55 Finished clone github.com/containerd/ttrpc [2021-08-23T15:02:55.273Z] 2021/08/23 15:02:55 Clone github.com/docker/swarmkit, revision 3629f50980f6c0dd5ccd7dbfa0956b57ea0cd78d, attempt 1/20 [2021-08-23T15:02:55.534Z] 2021/08/23 15:02:55 Finished clone google.golang.org/grpc [2021-08-23T15:02:55.534Z] 2021/08/23 15:02:55 Clone github.com/gogo/protobuf, revision b03c65ea87cdc3521ede29f62fe3ce239267c1bc, attempt 1/20 [2021-08-23T15:02:56.509Z] 2021/08/23 15:02:56 Finished clone github.com/gogo/googleapis [2021-08-23T15:02:56.509Z] 2021/08/23 15:02:56 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-08-23T15:02:56.509Z] 2021/08/23 15:02:56 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-08-23T15:02:56.790Z] 2021/08/23 15:02:56 Finished clone github.com/docker/distribution [2021-08-23T15:02:57.571Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-08-23T15:02:58.711Z] 2021/08/23 15:02:58 Finished clone github.com/pelletier/go-toml [2021-08-23T15:02:58.711Z] 2021/08/23 15:02:58 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-08-23T15:02:58.972Z] 2021/08/23 15:02:58 Finished clone github.com/moby/buildkit [2021-08-23T15:02:58.972Z] 2021/08/23 15:02:58 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-08-23T15:02:59.664Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.09s) [2021-08-23T15:02:59.664Z] === RUN TestStopContainerWithTimeout [2021-08-23T15:02:59.664Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:02:59.664Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-08-23T15:02:59.664Z] === RUN TestUpdateRestartPolicy [2021-08-23T15:02:59.913Z] 2021/08/23 15:02:59 Finished clone github.com/Microsoft/hcsshim [2021-08-23T15:02:59.913Z] 2021/08/23 15:02:59 Clone golang.org/x/crypto, revision 0c34fe9e7dc2486962ef9867e3edb3503537209f, attempt 1/20 [2021-08-23T15:03:00.484Z] 2021/08/23 15:03:00 Finished clone github.com/fernet/fernet-go [2021-08-23T15:03:00.484Z] 2021/08/23 15:03:00 Clone golang.org/x/time, revision 3af7569d3a1e776fc2a3c1cec133b43105ea9c2e, attempt 1/20 [2021-08-23T15:03:00.848Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-08-23T15:03:01.426Z] 2021/08/23 15:03:01 Finished clone github.com/cilium/ebpf [2021-08-23T15:03:01.426Z] 2021/08/23 15:03:01 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-08-23T15:03:02.367Z] 2021/08/23 15:03:02 Finished clone golang.org/x/time [2021-08-23T15:03:02.367Z] 2021/08/23 15:03:02 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-08-23T15:03:03.752Z] 2021/08/23 15:03:03 Finished clone github.com/hashicorp/go-immutable-radix [2021-08-23T15:03:03.752Z] 2021/08/23 15:03:03 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-08-23T15:03:04.013Z] 2021/08/23 15:03:03 Finished clone github.com/hashicorp/go-memdb [2021-08-23T15:03:04.013Z] 2021/08/23 15:03:03 Clone github.com/coreos/pkg, revision 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1, attempt 1/20 [2021-08-23T15:03:04.130Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-08-23T15:03:05.399Z] 2021/08/23 15:03:04 Finished clone github.com/golang/protobuf [2021-08-23T15:03:05.399Z] 2021/08/23 15:03:04 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-08-23T15:03:05.970Z] 2021/08/23 15:03:05 Finished clone github.com/hashicorp/golang-lru [2021-08-23T15:03:05.970Z] 2021/08/23 15:03:05 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-08-23T15:03:05.970Z] 2021/08/23 15:03:05 Finished clone golang.org/x/crypto [2021-08-23T15:03:05.970Z] 2021/08/23 15:03:05 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-08-23T15:03:06.066Z] docker_api_swarm_test.go:961: [dabe62bd326e8] joining swarm manager [d6fef978acc71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-08-23T15:03:06.231Z] 2021/08/23 15:03:06 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-08-23T15:03:06.231Z] 2021/08/23 15:03:06 Finished clone github.com/coreos/pkg [2021-08-23T15:03:08.144Z] 2021/08/23 15:03:07 Finished clone github.com/beorn7/perks [2021-08-23T15:03:08.144Z] 2021/08/23 15:03:07 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-08-23T15:03:08.144Z] 2021/08/23 15:03:07 Finished clone github.com/prometheus/client_model [2021-08-23T15:03:08.144Z] 2021/08/23 15:03:07 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-08-23T15:03:10.687Z] 2021/08/23 15:03:10 Finished clone github.com/prometheus/client_golang [2021-08-23T15:03:10.687Z] 2021/08/23 15:03:10 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-08-23T15:03:10.687Z] 2021/08/23 15:03:10 Finished clone code.cloudfoundry.org/clock [2021-08-23T15:03:10.687Z] 2021/08/23 15:03:10 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-08-23T15:03:11.627Z] 2021/08/23 15:03:11 Finished clone github.com/prometheus/procfs [2021-08-23T15:03:11.627Z] 2021/08/23 15:03:11 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-08-23T15:03:11.887Z] 2021/08/23 15:03:11 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-08-23T15:03:11.887Z] 2021/08/23 15:03:11 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-08-23T15:03:12.147Z] 2021/08/23 15:03:11 Finished clone github.com/prometheus/common [2021-08-23T15:03:12.147Z] 2021/08/23 15:03:11 Clone github.com/spf13/cobra, revision 8380ddd3132bdf8fd77731725b550c181dda0aa8, attempt 1/20 [2021-08-23T15:03:12.408Z] 2021/08/23 15:03:12 Finished clone github.com/pkg/errors [2021-08-23T15:03:12.408Z] 2021/08/23 15:03:12 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-08-23T15:03:13.794Z] 2021/08/23 15:03:13 Finished clone github.com/klauspost/compress [2021-08-23T15:03:13.794Z] 2021/08/23 15:03:13 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-08-23T15:03:13.794Z] 2021/08/23 15:03:13 Finished clone github.com/cespare/xxhash/v2 [2021-08-23T15:03:13.794Z] 2021/08/23 15:03:13 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-08-23T15:03:14.054Z] 2021/08/23 15:03:13 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-08-23T15:03:14.054Z] 2021/08/23 15:03:13 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-08-23T15:03:14.626Z] 2021/08/23 15:03:14 Finished clone github.com/google/certificate-transparency-go [2021-08-23T15:03:14.626Z] 2021/08/23 15:03:14 Clone github.com/opencontainers/selinux, revision 76bc82e11d854d3e40c08889d13c98abcea72ea2, attempt 1/20 [2021-08-23T15:03:14.626Z] 2021/08/23 15:03:14 Finished clone github.com/spf13/pflag [2021-08-23T15:03:14.626Z] 2021/08/23 15:03:14 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-08-23T15:03:15.567Z] 2021/08/23 15:03:15 Finished clone github.com/inconshreveable/mousetrap [2021-08-23T15:03:15.567Z] 2021/08/23 15:03:15 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-08-23T15:03:15.567Z] 2021/08/23 15:03:15 Finished clone github.com/morikuni/aec [2021-08-23T15:03:15.567Z] 2021/08/23 15:03:15 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-08-23T15:03:15.828Z] 2021/08/23 15:03:15 Finished clone github.com/spf13/cobra [2021-08-23T15:03:15.828Z] 2021/08/23 15:03:15 Clone github.com/moby/term, revision 3f7ff695adc6a35abc925370dd0a4dafb48ec64d, attempt 1/20 [2021-08-23T15:03:15.828Z] 2021/08/23 15:03:15 Finished clone github.com/docker/go-metrics [2021-08-23T15:03:15.828Z] 2021/08/23 15:03:15 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-08-23T15:03:17.212Z] 2021/08/23 15:03:17 Finished clone github.com/gorilla/mux [2021-08-23T15:03:17.784Z] 2021/08/23 15:03:17 Finished clone github.com/google/uuid [2021-08-23T15:03:17.784Z] 2021/08/23 15:03:17 Finished clone github.com/moby/locker [2021-08-23T15:03:17.784Z] 2021/08/23 15:03:17 Finished clone github.com/moby/term [2021-08-23T15:03:18.733Z] 2021/08/23 15:03:18 Finished clone github.com/opencontainers/selinux [2021-08-23T15:03:20.709Z] --- PASS: TestUpdateRestartPolicy (21.73s) [2021-08-23T15:03:20.709Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T15:03:22.873Z] --- PASS: TestUpdateRestartWithAutoRemove (2.18s) [2021-08-23T15:03:22.873Z] === RUN TestWaitNonBlocked [2021-08-23T15:03:22.873Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:03:22.873Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:03:22.873Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:03:22.873Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:03:22.873Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:03:22.873Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:03:24.151Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-08-23T15:03:25.768Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-08-23T15:03:25.768Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.45s) [2021-08-23T15:03:25.768Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.86s) [2021-08-23T15:03:25.768Z] === RUN TestWaitBlocked [2021-08-23T15:03:25.768Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:25.768Z] --- SKIP: TestWaitBlocked (0.00s) [2021-08-23T15:03:25.768Z] PASS [2021-08-23T15:03:25.768Z] ok github.com/docker/docker/integration/container 86.588s [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === Skipped [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-08-23T15:03:25.768Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-08-23T15:03:25.768Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:03:25.768Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:03:25.768Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:03:25.768Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:03:25.768Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:03:25.768Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-08-23T15:03:25.768Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:03:25.768Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-08-23T15:03:25.768Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-08-23T15:03:25.768Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-08-23T15:03:25.768Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:03:25.768Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-08-23T15:03:25.768Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:25.768Z] [2021-08-23T15:03:25.768Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-08-23T15:03:26.224Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:03:26.224Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:03:26.224Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-08-23T15:03:26.224Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:03:26.224Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-08-23T15:03:26.225Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-08-23T15:03:26.225Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-08-23T15:03:26.225Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-08-23T15:03:26.225Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-08-23T15:03:26.225Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:03:26.225Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:03:26.225Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-08-23T15:03:26.225Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-08-23T15:03:26.225Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-08-23T15:03:26.225Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] [2021-08-23T15:03:26.225Z] DONE 87 tests, 33 skipped in 88.849s [2021-08-23T15:03:26.225Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-08-23T15:03:26.868Z] 2021/08/23 15:03:25 Finished clone github.com/golang/gddo [2021-08-23T15:03:27.439Z] 2021/08/23 15:03:27 Finished clone github.com/cloudflare/cfssl [2021-08-23T15:03:32.728Z] 2021/08/23 15:03:31 Finished clone github.com/docker/swarmkit [2021-08-23T15:03:34.640Z] 2021/08/23 15:03:34 Finished clone github.com/coreos/etcd [2021-08-23T15:03:39.009Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-08-23T15:03:40.905Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-08-23T15:03:41.224Z] 2021/08/23 15:03:40 Finished clone cloud.google.com/go [2021-08-23T15:03:43.138Z] 2021/08/23 15:03:42 Finished clone github.com/containerd/containerd [2021-08-23T15:03:43.429Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-08-23T15:03:46.706Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-08-23T15:03:51.355Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T15:03:51.355Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:03:51.355Z] === RUN TestDaemonConfigValidation [2021-08-23T15:03:51.355Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-08-23T15:03:51.355Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T15:03:51.355Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:03:51.355Z] PASS [2021-08-23T15:03:51.355Z] ok github.com/docker/docker/integration/daemon 0.099s [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] === Skipped [2021-08-23T15:03:51.355Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:03:51.355Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-08-23T15:03:51.355Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:03:51.355Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] DONE 3 tests, 3 skipped in 21.860s [2021-08-23T15:03:51.355Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-08-23T15:03:51.355Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:03:51.355Z] INFO: Testing against a local daemon [2021-08-23T15:03:51.355Z] === RUN TestCommitInheritsEnv [2021-08-23T15:03:51.355Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:03:51.355Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-08-23T15:03:51.355Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T15:03:51.355Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:03:51.355Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:03:51.355Z] === RUN TestImagesFilterMultiReference [2021-08-23T15:03:51.355Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-08-23T15:03:51.355Z] === RUN TestImagePullPlatformInvalid [2021-08-23T15:03:51.355Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-08-23T15:03:51.355Z] === RUN TestRemoveImageOrphaning [2021-08-23T15:03:51.355Z] --- PASS: TestRemoveImageOrphaning (1.00s) [2021-08-23T15:03:51.355Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T15:03:51.355Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-08-23T15:03:51.355Z] === RUN TestTagInvalidReference [2021-08-23T15:03:51.355Z] --- PASS: TestTagInvalidReference (0.03s) [2021-08-23T15:03:51.355Z] === RUN TestTagValidPrefixedRepo [2021-08-23T15:03:51.355Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-08-23T15:03:51.355Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T15:03:51.355Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-08-23T15:03:51.355Z] === RUN TestTagOfficialNames [2021-08-23T15:03:51.355Z] --- PASS: TestTagOfficialNames (0.08s) [2021-08-23T15:03:51.355Z] === RUN TestTagMatchesDigest [2021-08-23T15:03:51.355Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-08-23T15:03:51.355Z] PASS [2021-08-23T15:03:51.355Z] ok github.com/docker/docker/integration/image 1.455s [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] === Skipped [2021-08-23T15:03:51.355Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-08-23T15:03:51.355Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:03:51.355Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] [2021-08-23T15:03:51.355Z] DONE 11 tests, 2 skipped in 3.066s [2021-08-23T15:03:51.355Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-08-23T15:03:53.140Z] 2021/08/23 15:03:51 Finished clone github.com/gogo/protobuf [2021-08-23T15:03:53.257Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-08-23T15:03:53.518Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:03:53.518Z] INFO: Testing against a local daemon [2021-08-23T15:03:53.518Z] === RUN TestNetworkCreateDelete [2021-08-23T15:03:53.518Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T15:03:53.518Z] 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-08-23T15:03:53.518Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonDNSFallback [2021-08-23T15:03:53.518Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestInspectNetwork [2021-08-23T15:03:53.518Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:53.518Z] --- SKIP: TestInspectNetwork (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T15:03:53.518Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestNetworkInvalidJSON [2021-08-23T15:03:53.518Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T15:03:53.518Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T15:03:53.518Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:03:53.518Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:03:53.518Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:03:53.518Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:03:53.518Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T15:03:53.518Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:03:53.518Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-08-23T15:03:53.518Z] === RUN TestNetworkList [2021-08-23T15:03:53.518Z] === RUN TestNetworkList//networks [2021-08-23T15:03:53.518Z] === PAUSE TestNetworkList//networks [2021-08-23T15:03:53.518Z] === RUN TestNetworkList//networks/ [2021-08-23T15:03:53.518Z] === PAUSE TestNetworkList//networks/ [2021-08-23T15:03:53.518Z] === CONT TestNetworkList//networks [2021-08-23T15:03:53.518Z] === CONT TestNetworkList//networks/ [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkList (0.03s) [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T15:03:53.518Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T15:03:53.518Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T15:03:53.518Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T15:03:53.518Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T15:03:53.518Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T15:03:53.518Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T15:03:53.518Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T15:03:53.518Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T15:03:53.518Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:03:53.518Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T15:03:53.518Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:03:53.518Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T15:03:53.518Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:03:53.518Z] PASS [2021-08-23T15:03:53.518Z] ok github.com/docker/docker/integration/network 0.135s [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === Skipped [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-08-23T15:03:53.518Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:03:53.518Z] 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-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-08-23T15:03:53.518Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-08-23T15:03:53.518Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:03:53.518Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:03:53.518Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:03:53.518Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] [2021-08-23T15:03:53.518Z] DONE 22 tests, 15 skipped in 2.121s [2021-08-23T15:03:53.518Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-08-23T15:03:53.974Z] testing: warning: no tests to run [2021-08-23T15:03:53.974Z] PASS [2021-08-23T15:03:53.974Z] ok github.com/docker/docker/integration/network/ipvlan 0.059s [2021-08-23T15:03:53.974Z] [2021-08-23T15:03:53.974Z] DONE 0 tests in 0.594s [2021-08-23T15:03:53.974Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-08-23T15:03:54.934Z] testing: warning: no tests to run [2021-08-23T15:03:54.934Z] PASS [2021-08-23T15:03:54.934Z] ok github.com/docker/docker/integration/network/macvlan 0.068s [2021-08-23T15:03:54.934Z] [2021-08-23T15:03:54.934Z] DONE 0 tests in 0.601s [2021-08-23T15:03:54.934Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-08-23T15:03:55.389Z] testing: warning: no tests to run [2021-08-23T15:03:55.389Z] PASS [2021-08-23T15:03:55.389Z] ok github.com/docker/docker/integration/plugin 0.064s [2021-08-23T15:03:55.389Z] [2021-08-23T15:03:55.389Z] DONE 0 tests in 0.595s [2021-08-23T15:03:55.389Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-08-23T15:03:55.684Z] 2021/08/23 15:03:55 Finished clone google.golang.org/genproto [2021-08-23T15:03:55.847Z] testing: warning: no tests to run [2021-08-23T15:03:55.847Z] PASS [2021-08-23T15:03:55.847Z] ok github.com/docker/docker/integration/plugin/authz 0.060s [2021-08-23T15:03:55.847Z] [2021-08-23T15:03:55.847Z] DONE 0 tests in 0.586s [2021-08-23T15:03:55.847Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-08-23T15:03:58.514Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-08-23T15:04:00.411Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-08-23T15:04:01.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:01.617Z] INFO: Testing against a local daemon [2021-08-23T15:04:01.617Z] === RUN TestPluginInvalidJSON [2021-08-23T15:04:01.617Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:04:01.617Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:04:01.617Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:04:01.617Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-08-23T15:04:01.617Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-08-23T15:04:01.617Z] === RUN TestPluginInstall [2021-08-23T15:04:01.617Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:04:01.617Z] --- SKIP: TestPluginInstall (0.00s) [2021-08-23T15:04:01.617Z] === RUN TestPluginsWithRuntimes [2021-08-23T15:04:01.617Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:04:01.617Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-08-23T15:04:01.617Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T15:04:01.617Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:04:01.617Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:04:01.617Z] PASS [2021-08-23T15:04:01.617Z] ok github.com/docker/docker/integration/plugin/common 0.111s [2021-08-23T15:04:02.073Z] [2021-08-23T15:04:02.073Z] === Skipped [2021-08-23T15:04:02.073Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-08-23T15:04:02.073Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:04:02.073Z] [2021-08-23T15:04:02.073Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-08-23T15:04:02.073Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:04:02.073Z] [2021-08-23T15:04:02.073Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:04:02.073Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:04:02.073Z] [2021-08-23T15:04:02.073Z] [2021-08-23T15:04:02.073Z] DONE 5 tests, 3 skipped in 5.855s [2021-08-23T15:04:02.073Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-08-23T15:04:03.688Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-08-23T15:04:04.965Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:04.965Z] INFO: Testing against a local daemon [2021-08-23T15:04:04.965Z] === RUN TestExternalGraphDriver [2021-08-23T15:04:04.965Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:04:04.965Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-08-23T15:04:04.965Z] === RUN TestGraphdriverPluginV2 [2021-08-23T15:04:04.965Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:04:04.965Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:04:04.965Z] PASS [2021-08-23T15:04:04.965Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.088s [2021-08-23T15:04:04.965Z] [2021-08-23T15:04:04.965Z] === Skipped [2021-08-23T15:04:04.965Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-08-23T15:04:04.965Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:04:04.965Z] [2021-08-23T15:04:04.965Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:04:04.965Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:04:04.965Z] [2021-08-23T15:04:04.965Z] [2021-08-23T15:04:04.965Z] DONE 2 tests, 2 skipped in 2.786s [2021-08-23T15:04:04.965Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-08-23T15:04:06.213Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-08-23T15:04:06.494Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:06.494Z] INFO: Testing against a local daemon [2021-08-23T15:04:06.494Z] === RUN TestReadPluginNoRead [2021-08-23T15:04:06.494Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:04:06.494Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-08-23T15:04:06.494Z] PASS [2021-08-23T15:04:06.494Z] ok github.com/docker/docker/integration/plugin/logging 0.077s [2021-08-23T15:04:06.949Z] [2021-08-23T15:04:06.949Z] === Skipped [2021-08-23T15:04:06.949Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-08-23T15:04:06.949Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:04:06.949Z] [2021-08-23T15:04:06.949Z] [2021-08-23T15:04:06.949Z] DONE 1 tests, 1 skipped in 1.985s [2021-08-23T15:04:06.949Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-08-23T15:04:07.911Z] testing: warning: no tests to run [2021-08-23T15:04:07.911Z] PASS [2021-08-23T15:04:07.911Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.060s [2021-08-23T15:04:07.911Z] [2021-08-23T15:04:07.911Z] DONE 0 tests in 0.922s [2021-08-23T15:04:07.911Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-08-23T15:04:08.738Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-08-23T15:04:09.439Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:09.439Z] INFO: Testing against a local daemon [2021-08-23T15:04:09.439Z] === RUN TestPluginWithDevMounts [2021-08-23T15:04:09.439Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:09.439Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-08-23T15:04:09.439Z] PASS [2021-08-23T15:04:09.439Z] ok github.com/docker/docker/integration/plugin/volumes 0.075s [2021-08-23T15:04:10.404Z] [2021-08-23T15:04:10.404Z] === Skipped [2021-08-23T15:04:10.404Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-08-23T15:04:10.404Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:10.404Z] [2021-08-23T15:04:10.404Z] [2021-08-23T15:04:10.404Z] DONE 1 tests, 1 skipped in 2.508s [2021-08-23T15:04:10.404Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-08-23T15:04:11.264Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-08-23T15:04:11.933Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:11.933Z] INFO: Testing against a local daemon [2021-08-23T15:04:11.933Z] === RUN TestSecretInspect [2021-08-23T15:04:11.933Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] --- SKIP: TestSecretInspect (0.00s) [2021-08-23T15:04:11.933Z] === RUN TestSecretList [2021-08-23T15:04:11.933Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] --- SKIP: TestSecretList (0.00s) [2021-08-23T15:04:11.933Z] === RUN TestSecretsCreateAndDelete [2021-08-23T15:04:11.933Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:04:11.933Z] === RUN TestSecretsUpdate [2021-08-23T15:04:11.933Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-08-23T15:04:11.933Z] === RUN TestTemplatedSecret [2021-08-23T15:04:11.933Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-08-23T15:04:11.933Z] === RUN TestSecretCreateResolve [2021-08-23T15:04:11.933Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:11.933Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-08-23T15:04:11.933Z] PASS [2021-08-23T15:04:11.933Z] ok github.com/docker/docker/integration/secret 0.075s [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === Skipped [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-08-23T15:04:11.933Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] [2021-08-23T15:04:11.933Z] DONE 6 tests, 6 skipped in 1.689s [2021-08-23T15:04:11.933Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-08-23T15:04:13.788Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-08-23T15:04:14.125Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:14.125Z] INFO: Testing against a local daemon [2021-08-23T15:04:14.125Z] === RUN TestServiceCreateInit [2021-08-23T15:04:14.125Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T15:04:14.125Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T15:04:14.125Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- PASS: TestServiceCreateInit (0.04s) [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T15:04:14.125Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceConflict [2021-08-23T15:04:14.125Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T15:04:14.125Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-08-23T15:04:14.125Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T15:04:14.125Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T15:04:14.125Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T15:04:14.125Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceSysctls [2021-08-23T15:04:14.125Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-08-23T15:04:14.125Z] === RUN TestCreateServiceCapabilities [2021-08-23T15:04:14.125Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-08-23T15:04:14.125Z] === RUN TestInspect [2021-08-23T15:04:14.125Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestInspect (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestCreateJob [2021-08-23T15:04:14.125Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestCreateJob (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestReplicatedJob [2021-08-23T15:04:14.125Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestReplicatedJob (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestUpdateReplicatedJob [2021-08-23T15:04:14.125Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceListWithStatuses [2021-08-23T15:04:14.125Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T15:04:14.125Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestDockerNetworkReConnect [2021-08-23T15:04:14.125Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServicePlugin [2021-08-23T15:04:14.125Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.125Z] --- SKIP: TestServicePlugin (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceUpdateLabel [2021-08-23T15:04:14.125Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceUpdateSecrets [2021-08-23T15:04:14.125Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceUpdateConfigs [2021-08-23T15:04:14.125Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceUpdateNetwork [2021-08-23T15:04:14.125Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-08-23T15:04:14.125Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T15:04:14.125Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.125Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:04:14.125Z] PASS [2021-08-23T15:04:14.125Z] ok github.com/docker/docker/integration/service 0.212s [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === Skipped [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-08-23T15:04:14.581Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:04:14.581Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-08-23T15:04:14.581Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-08-23T15:04:14.581Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-08-23T15:04:14.581Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-08-23T15:04:14.581Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-08-23T15:04:14.581Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-08-23T15:04:14.581Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-08-23T15:04:14.581Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:04:14.581Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-08-23T15:04:14.581Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-08-23T15:04:14.581Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-08-23T15:04:14.581Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-08-23T15:04:14.581Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-08-23T15:04:14.581Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-08-23T15:04:14.581Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:04:14.581Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] [2021-08-23T15:04:14.581Z] DONE 24 tests, 23 skipped in 2.364s [2021-08-23T15:04:14.581Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-08-23T15:04:16.106Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:16.106Z] INFO: Testing against a local daemon [2021-08-23T15:04:16.106Z] === RUN TestSessionCreate [2021-08-23T15:04:16.106Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:04:16.106Z] --- SKIP: TestSessionCreate (0.00s) [2021-08-23T15:04:16.106Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T15:04:16.106Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:04:16.106Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:04:16.106Z] PASS [2021-08-23T15:04:16.106Z] ok github.com/docker/docker/integration/session 0.073s [2021-08-23T15:04:16.106Z] [2021-08-23T15:04:16.106Z] === Skipped [2021-08-23T15:04:16.106Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-08-23T15:04:16.106Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:04:16.106Z] [2021-08-23T15:04:16.106Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:04:16.106Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:04:16.106Z] [2021-08-23T15:04:16.106Z] [2021-08-23T15:04:16.106Z] DONE 2 tests, 2 skipped in 1.604s [2021-08-23T15:04:16.106Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-08-23T15:04:17.636Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:17.636Z] INFO: Testing against a local daemon [2021-08-23T15:04:17.636Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T15:04:17.636Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:17.636Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestDiskUsage [2021-08-23T15:04:17.636Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:04:17.636Z] --- SKIP: TestDiskUsage (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestEventsExecDie [2021-08-23T15:04:17.636Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:04:17.636Z] --- SKIP: TestEventsExecDie (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestEventsBackwardsCompatible [2021-08-23T15:04:17.636Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:04:17.636Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestEventsVolumeCreate [2021-08-23T15:04:17.636Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:04:17.636Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestInfoAPI [2021-08-23T15:04:17.636Z] --- PASS: TestInfoAPI (0.04s) [2021-08-23T15:04:17.636Z] === RUN TestInfoAPIWarnings [2021-08-23T15:04:17.636Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:04:17.636Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestInfoDebug [2021-08-23T15:04:17.636Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:17.636Z] --- SKIP: TestInfoDebug (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestInfoInsecureRegistries [2021-08-23T15:04:17.636Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:17.636Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestInfoRegistryMirrors [2021-08-23T15:04:17.636Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:17.636Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-08-23T15:04:17.636Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T15:04:18.598Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-08-23T15:04:18.598Z] === RUN TestPingCacheHeaders [2021-08-23T15:04:18.598Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-08-23T15:04:18.598Z] === RUN TestPingGet [2021-08-23T15:04:19.053Z] --- PASS: TestPingGet (0.03s) [2021-08-23T15:04:19.053Z] === RUN TestPingHead [2021-08-23T15:04:19.053Z] --- PASS: TestPingHead (0.03s) [2021-08-23T15:04:19.053Z] === RUN TestVersion [2021-08-23T15:04:19.053Z] --- PASS: TestVersion (0.03s) [2021-08-23T15:04:19.053Z] PASS [2021-08-23T15:04:19.053Z] ok github.com/docker/docker/integration/system 1.205s [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === Skipped [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:04:19.053Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-08-23T15:04:19.053Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-08-23T15:04:19.053Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:04:19.053Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-08-23T15:04:19.053Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-08-23T15:04:19.053Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-08-23T15:04:19.053Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-08-23T15:04:19.053Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-08-23T15:04:19.053Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] [2021-08-23T15:04:19.053Z] DONE 15 tests, 9 skipped in 2.828s [2021-08-23T15:04:19.053Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-08-23T15:04:20.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:20.582Z] INFO: Testing against a local daemon [2021-08-23T15:04:20.582Z] === RUN TestVolumesCreateAndList [2021-08-23T15:04:20.582Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-08-23T15:04:20.582Z] === RUN TestVolumesRemove [2021-08-23T15:04:21.043Z] --- PASS: TestVolumesRemove (0.14s) [2021-08-23T15:04:21.043Z] === RUN TestVolumesInspect [2021-08-23T15:04:21.043Z] --- PASS: TestVolumesInspect (0.04s) [2021-08-23T15:04:21.043Z] === RUN TestVolumesInvalidJSON [2021-08-23T15:04:21.043Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T15:04:21.043Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T15:04:21.043Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T15:04:21.043Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2021-08-23T15:04:21.043Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T15:04:21.043Z] PASS [2021-08-23T15:04:21.043Z] ok github.com/docker/docker/integration/volume 0.345s [2021-08-23T15:04:21.043Z] [2021-08-23T15:04:21.043Z] DONE 5 tests in 1.888s [2021-08-23T15:04:21.043Z] INFO: make.ps1 ended at 08/23/2021 15:04:20 [2021-08-23T15:04:21.043Z] INFO: Integration CLI tests being run from the host: [2021-08-23T15:04:21.043Z] 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-08-23T15:04:29.594Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:04:29.594Z] INFO: Testing against a local daemon [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-08-23T15:04:29.594Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-08-23T15:04:29.594Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-08-23T15:04:29.594Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-08-23T15:04:30.050Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-08-23T15:04:30.050Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-08-23T15:04:31.010Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-08-23T15:04:31.010Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-08-23T15:04:42.408Z] 2021/08/23 15:04:41 Finished clone github.com/hashicorp/consul [2021-08-23T15:04:52.409Z] 2021/08/23 15:04:50 Finished clone github.com/aws/aws-sdk-go [2021-08-23T15:05:10.034Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-08-23T15:05:24.891Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-08-23T15:05:31.524Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-08-23T15:05:31.979Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-08-23T15:05:31.979Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-08-23T15:05:31.979Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-08-23T15:05:31.979Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-08-23T15:05:31.979Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-08-23T15:05:31.979Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-08-23T15:05:31.979Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-08-23T15:05:31.979Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:05:31.979Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-08-23T15:05:37.745Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-08-23T15:05:37.745Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:05:37.745Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-08-23T15:05:37.745Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:05:37.745Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-08-23T15:05:41.471Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite (1639.24s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.01s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.85s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.19s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.83s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.72s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (22.58s) [2021-08-23T15:05:42.955Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.00s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.68s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.68s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.47s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.66s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.08s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.45s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.08s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.80s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.44s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.22s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.26s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.24s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.12s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.06s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.27s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.89s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.48s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.99s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.30s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.43s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.20s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.65s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.94s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.35s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.11s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.61s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.44s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.79s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.71s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.38s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.03s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.27s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.21s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.90s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.86s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.09s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.95s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.81s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.22s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.22s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.30s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.86s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.51s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.09s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.64s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.92s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.08s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.64s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.70s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.15s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.03s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.37s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.98s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.38s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.26s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.08s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.61s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.77s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.73s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.92s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.51s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.19s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.71s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.50s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.94s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.25s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (87.82s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.35s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.58s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.07s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.52s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.25s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.32s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.57s) [2021-08-23T15:05:42.955Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (9.14s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.74s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.33s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.14s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.07s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.61s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.65s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.53s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.53s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.33s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.72s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.34s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.68s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.44s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.34s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.41s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.57s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.74s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.08s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.60s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.31s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.34s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.12s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.88s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.58s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.66s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.99s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.72s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.36s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.37s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.80s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.42s) [2021-08-23T15:05:42.955Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.37s) [2021-08-23T15:05:42.955Z] === RUN TestDockerExternalVolumeSuite [2021-08-23T15:05:42.955Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-08-23T15:05:42.955Z] docker_cli_external_volume_driver_test.go:53: [d5871f60d3063] daemon is not started [2021-08-23T15:05:43.674Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-08-23T15:05:43.674Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:05:43.674Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-08-23T15:05:43.674Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:05:43.674Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-08-23T15:05:43.674Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:05:43.674Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-08-23T15:05:43.674Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:05:43.674Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-08-23T15:05:47.393Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-08-23T15:05:47.393Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:05:47.393Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-08-23T15:05:47.393Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:05:47.393Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-08-23T15:05:53.163Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-08-23T15:05:57.811Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-08-23T15:07:05.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-08-23T15:07:13.572Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-08-23T15:07:19.129Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-08-23T15:07:19.129Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-08-23T15:07:19.129Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-08-23T15:07:19.129Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-08-23T15:07:19.129Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-08-23T15:07:22.024Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-08-23T15:07:23.553Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-08-23T15:07:23.553Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:07:23.553Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-08-23T15:07:23.553Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:07:23.553Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-08-23T15:07:23.553Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-08-23T15:07:24.910Z] --- PASS: TestBuildWCOWSandboxSize (765.29s) [2021-08-23T15:07:24.911Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T15:07:24.911Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:24.911Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:24.911Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:24.911Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:24.911Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:24.911Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:24.911Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:24.911Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:24.911Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:24.911Z] --- PASS: TestBuildWithEmptyDockerfile (0.42s) [2021-08-23T15:07:24.911Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-08-23T15:07:24.911Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-08-23T15:07:24.911Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-08-23T15:07:24.911Z] === RUN TestBuildPreserveOwnership [2021-08-23T15:07:24.911Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:24.911Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-08-23T15:07:24.911Z] === RUN TestBuildPlatformInvalid [2021-08-23T15:07:24.911Z] --- PASS: TestBuildPlatformInvalid (0.39s) [2021-08-23T15:07:24.911Z] PASS [2021-08-23T15:07:24.911Z] ok github.com/docker/docker/integration/build 933.848s [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] === Skipped [2021-08-23T15:07:24.911Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-08-23T15:07:24.911Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-08-23T15:07:24.911Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-08-23T15:07:24.911Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-08-23T15:07:24.911Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-08-23T15:07:24.911Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] [2021-08-23T15:07:24.911Z] DONE 29 tests, 5 skipped in 956.638s [2021-08-23T15:07:24.911Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-08-23T15:07:26.442Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-08-23T15:07:27.089Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:07:27.089Z] INFO: Testing against a local daemon [2021-08-23T15:07:27.089Z] === RUN TestConfigInspect [2021-08-23T15:07:27.089Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] --- SKIP: TestConfigInspect (0.00s) [2021-08-23T15:07:27.089Z] === RUN TestConfigList [2021-08-23T15:07:27.089Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] --- SKIP: TestConfigList (0.00s) [2021-08-23T15:07:27.089Z] === RUN TestConfigsCreateAndDelete [2021-08-23T15:07:27.089Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:07:27.089Z] === RUN TestConfigsUpdate [2021-08-23T15:07:27.089Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-08-23T15:07:27.089Z] === RUN TestTemplatedConfig [2021-08-23T15:07:27.089Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-08-23T15:07:27.089Z] === RUN TestConfigCreateResolve [2021-08-23T15:07:27.089Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:27.089Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-08-23T15:07:27.089Z] PASS [2021-08-23T15:07:27.089Z] ok github.com/docker/docker/integration/config 0.087s [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === Skipped [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-08-23T15:07:27.089Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] [2021-08-23T15:07:27.089Z] DONE 6 tests, 6 skipped in 2.289s [2021-08-23T15:07:27.089Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-08-23T15:07:28.428Z] docker_cli_external_volume_driver_test.go:53: [d00510283155b] daemon is not started [2021-08-23T15:07:29.270Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:07:29.270Z] INFO: Testing against a local daemon [2021-08-23T15:07:29.270Z] === RUN TestCheckpoint [2021-08-23T15:07:29.270Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:07:29.270Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T15:07:29.270Z] === RUN TestContainerInvalidJSON [2021-08-23T15:07:29.270Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:29.270Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:29.270Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:29.270Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:29.270Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:29.270Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:29.270Z] --- PASS: TestContainerInvalidJSON (0.38s) [2021-08-23T15:07:29.270Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-08-23T15:07:29.270Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-08-23T15:07:29.270Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T15:07:29.728Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-08-23T15:07:29.728Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T15:07:29.728Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2021-08-23T15:07:29.728Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T15:07:29.728Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2021-08-23T15:07:29.728Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T15:07:30.186Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-08-23T15:07:30.186Z] === RUN TestCopyFromContainer [2021-08-23T15:07:30.186Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:30.186Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T15:07:30.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:30.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:30.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:30.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:30.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:30.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:30.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:30.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:30.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:30.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T15:07:30.186Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:07:30.186Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidEnv [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T15:07:30.186Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T15:07:30.186Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T15:07:30.186Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T15:07:30.186Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T15:07:30.186Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T15:07:30.186Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:30.186Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T15:07:30.186Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:30.186Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T15:07:30.186Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:30.186Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:30.186Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:30.186Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:30.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:30.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:30.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:30.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:30.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:30.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-08-23T15:07:30.187Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T15:07:30.187Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:07:30.187Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:07:30.187Z] === RUN TestCreateDifferentPlatform [2021-08-23T15:07:30.187Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T15:07:30.187Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T15:07:30.187Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T15:07:30.187Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T15:07:30.187Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T15:07:30.187Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-08-23T15:07:30.187Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T15:07:30.187Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:07:30.187Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-08-23T15:07:30.187Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T15:07:30.187Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:30.187Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:07:30.187Z] === RUN TestDiff [2021-08-23T15:07:30.187Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:30.187Z] --- SKIP: TestDiff (0.00s) [2021-08-23T15:07:30.187Z] === RUN TestExecWithCloseStdin [2021-08-23T15:07:33.086Z] --- PASS: TestExecWithCloseStdin (2.66s) [2021-08-23T15:07:33.086Z] === RUN TestExec [2021-08-23T15:07:34.619Z] --- PASS: TestExec (1.76s) [2021-08-23T15:07:34.619Z] === RUN TestExecUser [2021-08-23T15:07:34.619Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:07:34.619Z] --- SKIP: TestExecUser (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestExportContainerAndImportImage [2021-08-23T15:07:34.619Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:34.619Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T15:07:34.619Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:34.619Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestHealthCheckWorkdir [2021-08-23T15:07:34.619Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:34.619Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestHealthKillContainer [2021-08-23T15:07:34.619Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:07:34.619Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T15:07:34.619Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:07:34.619Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:07:34.619Z] === RUN TestKillContainerInvalidSignal [2021-08-23T15:07:36.153Z] --- PASS: TestKillContainerInvalidSignal (1.55s) [2021-08-23T15:07:36.153Z] === RUN TestKillContainer [2021-08-23T15:07:36.153Z] === RUN TestKillContainer/no_signal [2021-08-23T15:07:37.689Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T15:07:37.689Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:07:37.689Z] === RUN TestKillContainer/killing_signal [2021-08-23T15:07:38.794Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-08-23T15:07:43.287Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-08-23T15:07:43.462Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-08-23T15:07:44.424Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-08-23T15:07:44.424Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:07:44.752Z] --- PASS: TestKillContainer (8.32s) [2021-08-23T15:07:44.752Z] --- PASS: TestKillContainer/no_signal (1.54s) [2021-08-23T15:07:44.752Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:07:44.752Z] --- PASS: TestKillContainer/killing_signal (6.74s) [2021-08-23T15:07:44.752Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T15:07:44.752Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:07:44.752Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestKillStoppedContainer [2021-08-23T15:07:44.752Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:07:44.752Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T15:07:44.752Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:07:44.752Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestKillDifferentUserContainer [2021-08-23T15:07:44.752Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:07:44.752Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestInspectOomKilledTrue [2021-08-23T15:07:44.752Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:44.752Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestInspectOomKilledFalse [2021-08-23T15:07:44.752Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:07:44.752Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T15:07:44.752Z] === RUN TestLogsFollowTailEmpty [2021-08-23T15:07:44.880Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-08-23T15:07:46.288Z] --- PASS: TestLogsFollowTailEmpty (1.62s) [2021-08-23T15:07:46.289Z] === RUN TestNetworkNat [2021-08-23T15:07:46.289Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:46.289Z] --- SKIP: TestNetworkNat (0.00s) [2021-08-23T15:07:46.289Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T15:07:47.774Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-08-23T15:07:48.463Z] --- PASS: TestNetworkLocalhostTCPNat (1.97s) [2021-08-23T15:07:48.463Z] === RUN TestNetworkLoopbackNat [2021-08-23T15:07:48.463Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:48.463Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-08-23T15:07:48.463Z] === RUN TestPause [2021-08-23T15:07:48.463Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:07:48.463Z] --- SKIP: TestPause (0.00s) [2021-08-23T15:07:48.463Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T15:07:49.941Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-08-23T15:07:50.000Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.59s) [2021-08-23T15:07:50.000Z] === RUN TestPauseStopPausedContainer [2021-08-23T15:07:50.000Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:50.000Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-08-23T15:07:50.000Z] === RUN TestPsFilter [2021-08-23T15:07:50.000Z] --- PASS: TestPsFilter (0.16s) [2021-08-23T15:07:50.000Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T15:07:50.660Z] --- PASS: TestBuildWCOWSandboxSize (750.25s) [2021-08-23T15:07:50.660Z] === RUN TestBuildWithEmptyDockerfile [2021-08-23T15:07:50.660Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:50.660Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:50.660Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:50.661Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:50.661Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:50.661Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:50.661Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-08-23T15:07:50.661Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-08-23T15:07:50.661Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-08-23T15:07:50.661Z] --- PASS: TestBuildWithEmptyDockerfile (0.62s) [2021-08-23T15:07:50.661Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-08-23T15:07:50.661Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-08-23T15:07:50.661Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-08-23T15:07:50.661Z] === RUN TestBuildPreserveOwnership [2021-08-23T15:07:50.661Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:50.661Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-08-23T15:07:50.661Z] === RUN TestBuildPlatformInvalid [2021-08-23T15:07:50.661Z] --- PASS: TestBuildPlatformInvalid (0.66s) [2021-08-23T15:07:50.661Z] PASS [2021-08-23T15:07:50.661Z] ok github.com/docker/docker/integration/build 911.746s [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] === Skipped [2021-08-23T15:07:50.661Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-08-23T15:07:50.661Z] build_session_test.go:25: TODO: BuildKit [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-08-23T15:07:50.661Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-08-23T15:07:50.661Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-08-23T15:07:50.661Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-08-23T15:07:50.661Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] [2021-08-23T15:07:50.661Z] DONE 29 tests, 5 skipped in 937.134s [2021-08-23T15:07:50.661Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-08-23T15:07:51.539Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.82s) [2021-08-23T15:07:51.539Z] === RUN TestRemoveContainerWithVolume [2021-08-23T15:07:52.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:07:52.836Z] INFO: Testing against a local daemon [2021-08-23T15:07:52.836Z] === RUN TestConfigInspect [2021-08-23T15:07:52.836Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] --- SKIP: TestConfigInspect (0.00s) [2021-08-23T15:07:52.836Z] === RUN TestConfigList [2021-08-23T15:07:52.836Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] --- SKIP: TestConfigList (0.00s) [2021-08-23T15:07:52.836Z] === RUN TestConfigsCreateAndDelete [2021-08-23T15:07:52.836Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:07:52.836Z] === RUN TestConfigsUpdate [2021-08-23T15:07:52.836Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-08-23T15:07:52.836Z] === RUN TestTemplatedConfig [2021-08-23T15:07:52.836Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-08-23T15:07:52.836Z] === RUN TestConfigCreateResolve [2021-08-23T15:07:52.836Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:52.836Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-08-23T15:07:52.836Z] PASS [2021-08-23T15:07:52.836Z] ok github.com/docker/docker/integration/config 0.099s [2021-08-23T15:07:52.836Z] [2021-08-23T15:07:52.836Z] === Skipped [2021-08-23T15:07:52.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-08-23T15:07:52.836Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] [2021-08-23T15:07:52.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-08-23T15:07:52.836Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] [2021-08-23T15:07:52.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-08-23T15:07:52.836Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] [2021-08-23T15:07:52.836Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-08-23T15:07:52.836Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.836Z] [2021-08-23T15:07:52.836Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-08-23T15:07:52.836Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:52.837Z] [2021-08-23T15:07:52.837Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-08-23T15:07:52.837Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:52.837Z] [2021-08-23T15:07:52.837Z] [2021-08-23T15:07:52.837Z] DONE 6 tests, 6 skipped in 2.875s [2021-08-23T15:07:52.837Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-08-23T15:07:53.718Z] --- PASS: TestRemoveContainerWithVolume (1.83s) [2021-08-23T15:07:53.718Z] === RUN TestRemoveContainerRunning [2021-08-23T15:07:54.612Z] === RUN TestDockerSuite/TestBuildAddScript [2021-08-23T15:07:54.612Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:07:54.612Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-08-23T15:07:54.612Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:07:54.612Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-08-23T15:07:54.612Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:07:55.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-08-23T15:07:55.067Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:07:55.067Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-08-23T15:07:55.255Z] --- PASS: TestRemoveContainerRunning (1.59s) [2021-08-23T15:07:55.259Z] === RUN TestRemoveContainerForceRemoveRunning [2021-08-23T15:07:55.523Z] === RUN TestDockerSuite/TestBuildAddTar [2021-08-23T15:07:55.764Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:07:55.764Z] INFO: Testing against a local daemon [2021-08-23T15:07:55.764Z] === RUN TestCheckpoint [2021-08-23T15:07:55.764Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:07:55.764Z] --- SKIP: TestCheckpoint (0.00s) [2021-08-23T15:07:55.764Z] === RUN TestContainerInvalidJSON [2021-08-23T15:07:55.764Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:55.764Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:55.764Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:55.764Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:55.764Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-08-23T15:07:55.764Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-08-23T15:07:55.764Z] --- PASS: TestContainerInvalidJSON (0.56s) [2021-08-23T15:07:55.764Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-08-23T15:07:55.764Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-08-23T15:07:55.764Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-08-23T15:07:56.221Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2021-08-23T15:07:56.221Z] === RUN TestCopyFromContainerPathIsNotDir [2021-08-23T15:07:56.221Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2021-08-23T15:07:56.221Z] === RUN TestCopyToContainerPathDoesNotExist [2021-08-23T15:07:56.679Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2021-08-23T15:07:56.679Z] === RUN TestCopyToContainerPathIsNotDir [2021-08-23T15:07:56.679Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2021-08-23T15:07:56.679Z] === RUN TestCopyFromContainer [2021-08-23T15:07:56.679Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:56.679Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-08-23T15:07:56.679Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:56.679Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:56.679Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:56.679Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:56.679Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:56.679Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:56.679Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-08-23T15:07:56.679Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-08-23T15:07:56.679Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-08-23T15:07:56.679Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-08-23T15:07:56.679Z] === RUN TestCreateLinkToNonExistingContainer [2021-08-23T15:07:56.679Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:07:56.679Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidEnv [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidEnv/0 [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidEnv/1 [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidEnv/2 [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidEnv/0 [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidEnv/2 [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidEnv/1 [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateTmpfsMountsTarget [2021-08-23T15:07:56.679Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:56.679Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateWithCustomMaskedPaths [2021-08-23T15:07:56.679Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:56.679Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateWithCustomReadonlyPaths [2021-08-23T15:07:56.679Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:07:56.679Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:56.679Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:56.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-08-23T15:07:56.679Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-08-23T15:07:56.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-08-23T15:07:56.679Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:07:56.679Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:07:56.679Z] === RUN TestCreateDifferentPlatform [2021-08-23T15:07:56.679Z] === RUN TestCreateDifferentPlatform/different_os [2021-08-23T15:07:56.679Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-08-23T15:07:56.794Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.56s) [2021-08-23T15:07:56.795Z] === RUN TestRemoveInvalidContainer [2021-08-23T15:07:56.795Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-08-23T15:07:56.795Z] === RUN TestRenameLinkedContainer [2021-08-23T15:07:56.795Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:56.795Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-08-23T15:07:56.795Z] === RUN TestRenameStoppedContainer [2021-08-23T15:07:57.135Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-08-23T15:07:57.135Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-08-23T15:07:57.135Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-08-23T15:07:57.135Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-08-23T15:07:57.135Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-08-23T15:07:57.135Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-08-23T15:07:57.135Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:07:57.135Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-08-23T15:07:57.135Z] === RUN TestContainerKillOnDaemonStart [2021-08-23T15:07:57.135Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:07:57.135Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:07:57.135Z] === RUN TestDiff [2021-08-23T15:07:57.135Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:07:57.135Z] --- SKIP: TestDiff (0.00s) [2021-08-23T15:07:57.135Z] === RUN TestExecWithCloseStdin [2021-08-23T15:07:58.970Z] --- PASS: TestRenameStoppedContainer (1.86s) [2021-08-23T15:07:58.970Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T15:08:00.038Z] --- PASS: TestExecWithCloseStdin (2.94s) [2021-08-23T15:08:00.038Z] === RUN TestExec [2021-08-23T15:08:01.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-08-23T15:08:01.871Z] --- PASS: TestRenameRunningContainerAndReuse (3.16s) [2021-08-23T15:08:01.871Z] === RUN TestRenameInvalidName [2021-08-23T15:08:02.212Z] --- PASS: TestExec (2.17s) [2021-08-23T15:08:02.212Z] === RUN TestExecUser [2021-08-23T15:08:02.212Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:08:02.212Z] --- SKIP: TestExecUser (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestExportContainerAndImportImage [2021-08-23T15:08:02.212Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:02.212Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestExportContainerAfterDaemonRestart [2021-08-23T15:08:02.212Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:02.212Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestHealthCheckWorkdir [2021-08-23T15:08:02.212Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:02.212Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestHealthKillContainer [2021-08-23T15:08:02.212Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:08:02.212Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestInspectCpusetInConfigPre120 [2021-08-23T15:08:02.212Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:08:02.212Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:08:02.212Z] === RUN TestKillContainerInvalidSignal [2021-08-23T15:08:03.406Z] --- PASS: TestRenameInvalidName (1.58s) [2021-08-23T15:08:03.406Z] === RUN TestRenameAnonymousContainer [2021-08-23T15:08:04.392Z] --- PASS: TestKillContainerInvalidSignal (1.88s) [2021-08-23T15:08:04.392Z] === RUN TestKillContainer [2021-08-23T15:08:04.392Z] === RUN TestKillContainer/no_signal [2021-08-23T15:08:05.926Z] === RUN TestKillContainer/non_killing_signal [2021-08-23T15:08:05.927Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:08:05.927Z] === RUN TestKillContainer/killing_signal [2021-08-23T15:08:08.828Z] --- PASS: TestKillContainer (4.62s) [2021-08-23T15:08:08.828Z] --- PASS: TestKillContainer/no_signal (1.91s) [2021-08-23T15:08:08.828Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:08:08.828Z] --- PASS: TestKillContainer/killing_signal (2.66s) [2021-08-23T15:08:08.828Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-08-23T15:08:08.828Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:08.828Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestKillStoppedContainer [2021-08-23T15:08:08.828Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:08.828Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestKillStoppedContainerAPIPre120 [2021-08-23T15:08:08.828Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:08.828Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestKillDifferentUserContainer [2021-08-23T15:08:08.828Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:08:08.828Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestInspectOomKilledTrue [2021-08-23T15:08:08.828Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:08.828Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestInspectOomKilledFalse [2021-08-23T15:08:08.828Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:08:08.828Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-08-23T15:08:08.828Z] === RUN TestLogsFollowTailEmpty [2021-08-23T15:08:10.360Z] --- PASS: TestLogsFollowTailEmpty (1.82s) [2021-08-23T15:08:10.360Z] === RUN TestNetworkNat [2021-08-23T15:08:10.360Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:10.360Z] --- SKIP: TestNetworkNat (0.00s) [2021-08-23T15:08:10.360Z] === RUN TestNetworkLocalhostTCPNat [2021-08-23T15:08:13.401Z] --- PASS: TestNetworkLocalhostTCPNat (2.40s) [2021-08-23T15:08:13.401Z] === RUN TestNetworkLoopbackNat [2021-08-23T15:08:13.401Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:13.401Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-08-23T15:08:13.401Z] === RUN TestPause [2021-08-23T15:08:13.401Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:08:13.401Z] --- SKIP: TestPause (0.00s) [2021-08-23T15:08:13.401Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-08-23T15:08:13.536Z] docker_cli_external_volume_driver_test.go:53: [dfebd3ef7420a] daemon is not started [2021-08-23T15:08:13.726Z] --- PASS: TestRenameAnonymousContainer (10.30s) [2021-08-23T15:08:13.726Z] === RUN TestRenameContainerWithSameName [2021-08-23T15:08:13.973Z] 2021/08/23 15:08:08 Finished clone google.golang.org/api [2021-08-23T15:08:13.973Z] 2021/08/23 15:08:08 Dependencies downloaded. Download time: 5m43.314723712s [2021-08-23T15:08:13.973Z] 2021/08/23 15:08:08 Collecting all dependencies [2021-08-23T15:08:14.949Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.02s) [2021-08-23T15:08:14.949Z] === RUN TestPauseStopPausedContainer [2021-08-23T15:08:14.949Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:14.949Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-08-23T15:08:14.949Z] === RUN TestPsFilter [2021-08-23T15:08:15.261Z] --- PASS: TestRenameContainerWithSameName (1.62s) [2021-08-23T15:08:15.261Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T15:08:15.261Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:15.261Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:08:15.261Z] === RUN TestResize [2021-08-23T15:08:15.406Z] --- PASS: TestPsFilter (0.36s) [2021-08-23T15:08:15.406Z] === RUN TestRemoveContainerWithRemovedVolume [2021-08-23T15:08:16.798Z] --- PASS: TestResize (1.57s) [2021-08-23T15:08:16.798Z] === RUN TestResizeWithInvalidSize [2021-08-23T15:08:18.306Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.65s) [2021-08-23T15:08:18.306Z] === RUN TestRemoveContainerWithVolume [2021-08-23T15:08:18.334Z] --- PASS: TestResizeWithInvalidSize (1.58s) [2021-08-23T15:08:18.334Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T15:08:20.477Z] --- PASS: TestRemoveContainerWithVolume (2.69s) [2021-08-23T15:08:20.477Z] === RUN TestRemoveContainerRunning [2021-08-23T15:08:20.553Z] 2021/08/23 15:08:20 Clean vendor dir from unused packages [2021-08-23T15:08:20.553Z] 2021/08/23 15:08:20 Ignoring paths matching "^archive[/\\\\]tar" [2021-08-23T15:08:21.123Z] 2021/08/23 15:08:20 Success [2021-08-23T15:08:21.123Z] 2021/08/23 15:08:20 Running time: 5m59.91235822s [2021-08-23T15:08:21.257Z] --- PASS: TestResizeWhenContainerNotStarted (2.49s) [2021-08-23T15:08:21.257Z] === RUN TestDaemonRestartKillContainers [2021-08-23T15:08:21.257Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:21.257Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:08:21.257Z] === RUN TestStats [2021-08-23T15:08:21.257Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:08:21.257Z] --- SKIP: TestStats (0.00s) [2021-08-23T15:08:21.257Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T15:08:21.386Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-08-23T15:08:22.318Z] + echo Ensuring container killed. [2021-08-23T15:08:22.318Z] Ensuring container killed. [2021-08-23T15:08:22.318Z] + docker rm -vf docker-pr3 [2021-08-23T15:08:22.318Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-08-23T15:08:22.605Z] + echo Chowning /workspace to jenkins user [2021-08-23T15:08:22.605Z] Chowning /workspace to jenkins user [2021-08-23T15:08:22.605Z] + id -u [2021-08-23T15:08:22.605Z] + id -g [2021-08-23T15:08:22.606Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T15:08:22.648Z] --- PASS: TestRemoveContainerRunning (2.01s) [2021-08-23T15:08:22.648Z] === RUN TestRemoveContainerForceRemoveRunning [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T15:08:23.842Z] + bundleName=unit [2021-08-23T15:08:23.842Z] + echo Creating unit-bundles.tar.gz [2021-08-23T15:08:23.842Z] Creating unit-bundles.tar.gz [2021-08-23T15:08:23.842Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2021-08-23T15:08:23.842Z] bundles/junit-report-libnetwork.xml [2021-08-23T15:08:23.842Z] bundles/junit-report.xml [2021-08-23T15:08:23.842Z] bundles/go-test-report-libnetwork.json [2021-08-23T15:08:23.842Z] bundles/go-test-report.json [2021-08-23T15:08:23.842Z] bundles/profile-libnetwork.out [2021-08-23T15:08:23.842Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-08-23T15:08:23.855Z] Archiving artifacts [2021-08-23T15:08:24.241Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:08:24.360Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.45s) [2021-08-23T15:08:24.360Z] === RUN TestStopContainerWithTimeout [2021-08-23T15:08:24.360Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:08:24.360Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-08-23T15:08:24.360Z] === RUN TestUpdateRestartPolicy [2021-08-23T15:08:24.559Z] + make clean [2021-08-23T15:08:24.559Z] docker volume rm -f docker-dev-cache [2021-08-23T15:08:24.559Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [2021-08-23T15:08:24.823Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.98s) [2021-08-23T15:08:24.823Z] === RUN TestRemoveInvalidContainer [2021-08-23T15:08:24.823Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-08-23T15:08:24.823Z] === RUN TestRenameLinkedContainer [2021-08-23T15:08:24.823Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:24.823Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-08-23T15:08:24.823Z] === RUN TestRenameStoppedContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T15:08:27.720Z] --- PASS: TestRenameStoppedContainer (2.64s) [2021-08-23T15:08:27.720Z] === RUN TestRenameRunningContainerAndReuse [2021-08-23T15:08:28.393Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-08-23T15:08:28.651Z] docker_cli_external_volume_driver_test.go:53: [d2dbb68dc9522] daemon is not started [2021-08-23T15:08:31.376Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-08-23T15:08:31.376Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:08:31.376Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-08-23T15:08:31.376Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:08:31.376Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-08-23T15:08:31.465Z] --- PASS: TestRenameRunningContainerAndReuse (3.98s) [2021-08-23T15:08:31.465Z] === RUN TestRenameInvalidName [2021-08-23T15:08:34.673Z] --- PASS: TestRenameInvalidName (2.08s) [2021-08-23T15:08:34.673Z] === RUN TestRenameAnonymousContainer [2021-08-23T15:08:43.246Z] --- PASS: TestRenameAnonymousContainer (9.89s) [2021-08-23T15:08:43.246Z] === RUN TestRenameContainerWithSameName [2021-08-23T15:08:43.715Z] --- PASS: TestUpdateRestartPolicy (18.41s) [2021-08-23T15:08:43.716Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T15:08:44.175Z] --- PASS: TestUpdateRestartWithAutoRemove (1.58s) [2021-08-23T15:08:44.175Z] === RUN TestWaitNonBlocked [2021-08-23T15:08:44.175Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:08:44.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:08:44.175Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:08:44.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:08:44.175Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:08:44.175Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:08:45.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-08-23T15:08:45.423Z] --- PASS: TestRenameContainerWithSameName (2.12s) [2021-08-23T15:08:45.423Z] === RUN TestRenameContainerWithLinkedContainer [2021-08-23T15:08:45.423Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:45.423Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:08:45.423Z] === RUN TestResize [2021-08-23T15:08:47.096Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-08-23T15:08:47.096Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.21s) [2021-08-23T15:08:47.096Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.31s) [2021-08-23T15:08:47.096Z] === RUN TestWaitBlocked [2021-08-23T15:08:47.096Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:08:47.096Z] --- SKIP: TestWaitBlocked (0.00s) [2021-08-23T15:08:47.096Z] PASS [2021-08-23T15:08:47.096Z] ok github.com/docker/docker/integration/container 77.787s [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === Skipped [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-08-23T15:08:47.096Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-08-23T15:08:47.096Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:08:47.096Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:08:47.096Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:08:47.096Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:08:47.096Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:08:47.096Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-08-23T15:08:47.096Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:08:47.096Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-08-23T15:08:47.096Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-08-23T15:08:47.096Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-08-23T15:08:47.096Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:08:47.096Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-08-23T15:08:47.096Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-08-23T15:08:47.096Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:08:47.096Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:08:47.096Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:08:47.096Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:08:47.096Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-08-23T15:08:47.096Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:47.096Z] [2021-08-23T15:08:47.096Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:08:47.097Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-08-23T15:08:47.097Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-08-23T15:08:47.097Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-08-23T15:08:47.097Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-08-23T15:08:47.097Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-08-23T15:08:47.097Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-08-23T15:08:47.097Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-08-23T15:08:47.097Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-08-23T15:08:47.097Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:08:47.097Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:08:47.097Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-08-23T15:08:47.097Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-08-23T15:08:47.097Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-08-23T15:08:47.097Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] [2021-08-23T15:08:47.097Z] DONE 87 tests, 33 skipped in 79.841s [2021-08-23T15:08:47.097Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-08-23T15:08:47.598Z] --- PASS: TestResize (2.02s) [2021-08-23T15:08:47.598Z] === RUN TestResizeWithInvalidSize [2021-08-23T15:08:49.776Z] --- PASS: TestResizeWithInvalidSize (2.11s) [2021-08-23T15:08:49.776Z] === RUN TestResizeWhenContainerNotStarted [2021-08-23T15:08:50.723Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-08-23T15:08:50.723Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:08:50.723Z] === RUN TestDockerSuite/TestBuildBlankName [2021-08-23T15:08:50.723Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-08-23T15:08:51.953Z] --- PASS: TestResizeWhenContainerNotStarted (2.58s) [2021-08-23T15:08:51.953Z] === RUN TestDaemonRestartKillContainers [2021-08-23T15:08:51.953Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:08:51.953Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:08:51.953Z] === RUN TestStats [2021-08-23T15:08:51.953Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:08:51.953Z] --- SKIP: TestStats (0.00s) [2021-08-23T15:08:51.953Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-08-23T15:08:56.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-08-23T15:08:56.491Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:08:57.459Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-08-23T15:08:59.011Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.88s) [2021-08-23T15:08:59.011Z] === RUN TestStopContainerWithTimeout [2021-08-23T15:08:59.011Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:08:59.011Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-08-23T15:08:59.011Z] === RUN TestUpdateRestartPolicy [2021-08-23T15:09:02.126Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-08-23T15:09:08.209Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T15:09:08.209Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:09:08.209Z] === RUN TestDaemonConfigValidation [2021-08-23T15:09:08.209Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-08-23T15:09:08.209Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T15:09:08.209Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:09:08.209Z] PASS [2021-08-23T15:09:08.209Z] ok github.com/docker/docker/integration/daemon 0.086s [2021-08-23T15:09:08.209Z] [2021-08-23T15:09:08.209Z] === Skipped [2021-08-23T15:09:08.209Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:09:08.209Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] [2021-08-23T15:09:08.209Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-08-23T15:09:08.209Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] [2021-08-23T15:09:08.209Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:09:08.209Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:09:08.209Z] [2021-08-23T15:09:08.209Z] [2021-08-23T15:09:08.209Z] DONE 3 tests, 3 skipped in 20.405s [2021-08-23T15:09:08.209Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-08-23T15:09:08.668Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:08.668Z] INFO: Testing against a local daemon [2021-08-23T15:09:08.668Z] === RUN TestCommitInheritsEnv [2021-08-23T15:09:08.668Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:08.668Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-08-23T15:09:08.668Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T15:09:08.668Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:09:08.668Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:09:08.668Z] === RUN TestImagesFilterMultiReference [2021-08-23T15:09:08.668Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-08-23T15:09:08.668Z] === RUN TestImagePullPlatformInvalid [2021-08-23T15:09:08.668Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-08-23T15:09:08.668Z] === RUN TestRemoveImageOrphaning [2021-08-23T15:09:09.636Z] --- PASS: TestRemoveImageOrphaning (0.83s) [2021-08-23T15:09:09.636Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T15:09:09.636Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-08-23T15:09:09.636Z] === RUN TestTagInvalidReference [2021-08-23T15:09:09.636Z] --- PASS: TestTagInvalidReference (0.03s) [2021-08-23T15:09:09.636Z] === RUN TestTagValidPrefixedRepo [2021-08-23T15:09:09.636Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-08-23T15:09:09.636Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T15:09:09.636Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-08-23T15:09:09.636Z] === RUN TestTagOfficialNames [2021-08-23T15:09:09.636Z] --- PASS: TestTagOfficialNames (0.07s) [2021-08-23T15:09:09.636Z] === RUN TestTagMatchesDigest [2021-08-23T15:09:09.636Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-08-23T15:09:09.636Z] PASS [2021-08-23T15:09:09.636Z] ok github.com/docker/docker/integration/image 1.261s [2021-08-23T15:09:09.636Z] [2021-08-23T15:09:09.636Z] === Skipped [2021-08-23T15:09:09.636Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-08-23T15:09:09.636Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:09.636Z] [2021-08-23T15:09:09.636Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:09:09.636Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:09:09.636Z] [2021-08-23T15:09:09.636Z] [2021-08-23T15:09:09.636Z] DONE 11 tests, 2 skipped in 2.573s [2021-08-23T15:09:09.636Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-08-23T15:09:10.663Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-08-23T15:09:11.815Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:11.815Z] INFO: Testing against a local daemon [2021-08-23T15:09:11.815Z] === RUN TestNetworkCreateDelete [2021-08-23T15:09:11.815Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T15:09:11.815Z] 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-08-23T15:09:11.815Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonDNSFallback [2021-08-23T15:09:11.815Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestInspectNetwork [2021-08-23T15:09:11.815Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:11.815Z] --- SKIP: TestInspectNetwork (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T15:09:11.815Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestNetworkInvalidJSON [2021-08-23T15:09:11.815Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:11.815Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:11.815Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:11.815Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:11.815Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:11.815Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:11.815Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:11.815Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:11.815Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-08-23T15:09:11.815Z] === RUN TestNetworkList [2021-08-23T15:09:11.815Z] === RUN TestNetworkList//networks [2021-08-23T15:09:11.815Z] === PAUSE TestNetworkList//networks [2021-08-23T15:09:11.815Z] === RUN TestNetworkList//networks/ [2021-08-23T15:09:11.815Z] === PAUSE TestNetworkList//networks/ [2021-08-23T15:09:11.815Z] === CONT TestNetworkList//networks [2021-08-23T15:09:11.815Z] === CONT TestNetworkList//networks/ [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkList (0.02s) [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-08-23T15:09:11.815Z] --- PASS: TestNetworkList//networks (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T15:09:11.815Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T15:09:11.815Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T15:09:11.815Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T15:09:11.815Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T15:09:11.815Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T15:09:11.815Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T15:09:11.815Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T15:09:11.815Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:09:11.815Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T15:09:11.815Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:09:11.815Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T15:09:11.815Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:09:11.815Z] PASS [2021-08-23T15:09:11.815Z] ok github.com/docker/docker/integration/network 0.119s [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === Skipped [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-08-23T15:09:11.815Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:09:11.815Z] 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-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-08-23T15:09:11.815Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-08-23T15:09:11.815Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:09:11.815Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:09:11.815Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:09:11.815Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] [2021-08-23T15:09:11.815Z] DONE 22 tests, 15 skipped in 1.815s [2021-08-23T15:09:11.815Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-08-23T15:09:12.275Z] testing: warning: no tests to run [2021-08-23T15:09:12.275Z] PASS [2021-08-23T15:09:12.275Z] ok github.com/docker/docker/integration/network/ipvlan 0.057s [2021-08-23T15:09:12.275Z] [2021-08-23T15:09:12.275Z] DONE 0 tests in 0.557s [2021-08-23T15:09:12.275Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-08-23T15:09:12.733Z] testing: warning: no tests to run [2021-08-23T15:09:12.733Z] PASS [2021-08-23T15:09:12.733Z] ok github.com/docker/docker/integration/network/macvlan 0.058s [2021-08-23T15:09:12.733Z] [2021-08-23T15:09:12.733Z] DONE 0 tests in 0.548s [2021-08-23T15:09:12.733Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-08-23T15:09:13.700Z] testing: warning: no tests to run [2021-08-23T15:09:13.700Z] PASS [2021-08-23T15:09:13.700Z] ok github.com/docker/docker/integration/plugin 0.058s [2021-08-23T15:09:13.700Z] [2021-08-23T15:09:13.700Z] DONE 0 tests in 0.553s [2021-08-23T15:09:13.700Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-08-23T15:09:14.159Z] testing: warning: no tests to run [2021-08-23T15:09:14.159Z] PASS [2021-08-23T15:09:14.159Z] ok github.com/docker/docker/integration/plugin/authz 0.054s [2021-08-23T15:09:14.159Z] [2021-08-23T15:09:14.159Z] DONE 0 tests in 0.551s [2021-08-23T15:09:14.159Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-08-23T15:09:17.271Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-08-23T15:09:17.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-08-23T15:09:17.708Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:09:17.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-08-23T15:09:19.950Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:19.950Z] INFO: Testing against a local daemon [2021-08-23T15:09:19.950Z] === RUN TestPluginInvalidJSON [2021-08-23T15:09:19.950Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:09:19.950Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:09:19.950Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:09:19.950Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-08-23T15:09:19.950Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T15:09:19.950Z] === RUN TestPluginInstall [2021-08-23T15:09:19.950Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] --- SKIP: TestPluginInstall (0.00s) [2021-08-23T15:09:19.950Z] === RUN TestPluginsWithRuntimes [2021-08-23T15:09:19.950Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-08-23T15:09:19.950Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T15:09:19.950Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:09:19.950Z] PASS [2021-08-23T15:09:19.950Z] ok github.com/docker/docker/integration/plugin/common 0.079s [2021-08-23T15:09:19.950Z] [2021-08-23T15:09:19.950Z] === Skipped [2021-08-23T15:09:19.950Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-08-23T15:09:19.950Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] [2021-08-23T15:09:19.950Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-08-23T15:09:19.950Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] [2021-08-23T15:09:19.950Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:09:19.950Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:09:19.950Z] [2021-08-23T15:09:19.950Z] [2021-08-23T15:09:19.950Z] DONE 5 tests, 3 skipped in 5.441s [2021-08-23T15:09:19.950Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-08-23T15:09:20.084Z] --- PASS: TestUpdateRestartPolicy (21.94s) [2021-08-23T15:09:20.085Z] === RUN TestUpdateRestartWithAutoRemove [2021-08-23T15:09:22.132Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:22.132Z] INFO: Testing against a local daemon [2021-08-23T15:09:22.132Z] === RUN TestExternalGraphDriver [2021-08-23T15:09:22.132Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:09:22.132Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-08-23T15:09:22.132Z] === RUN TestGraphdriverPluginV2 [2021-08-23T15:09:22.132Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:09:22.132Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:09:22.132Z] PASS [2021-08-23T15:09:22.132Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.086s [2021-08-23T15:09:22.132Z] [2021-08-23T15:09:22.132Z] === Skipped [2021-08-23T15:09:22.132Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-08-23T15:09:22.132Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:09:22.132Z] [2021-08-23T15:09:22.132Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:09:22.132Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:09:22.132Z] [2021-08-23T15:09:22.132Z] [2021-08-23T15:09:22.132Z] DONE 2 tests, 2 skipped in 2.527s [2021-08-23T15:09:22.132Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-08-23T15:09:22.258Z] --- PASS: TestUpdateRestartWithAutoRemove (2.12s) [2021-08-23T15:09:22.258Z] === RUN TestWaitNonBlocked [2021-08-23T15:09:22.258Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:09:22.258Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:09:22.258Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:09:22.258Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:09:22.258Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-08-23T15:09:22.258Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-08-23T15:09:23.668Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:23.668Z] INFO: Testing against a local daemon [2021-08-23T15:09:23.668Z] === RUN TestReadPluginNoRead [2021-08-23T15:09:23.668Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:09:23.668Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-08-23T15:09:23.668Z] PASS [2021-08-23T15:09:23.668Z] ok github.com/docker/docker/integration/plugin/logging 0.067s [2021-08-23T15:09:23.761Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-08-23T15:09:23.761Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:09:23.761Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-08-23T15:09:23.761Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:09:23.761Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-08-23T15:09:24.127Z] [2021-08-23T15:09:24.127Z] === Skipped [2021-08-23T15:09:24.127Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-08-23T15:09:24.127Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:09:24.127Z] [2021-08-23T15:09:24.127Z] [2021-08-23T15:09:24.127Z] DONE 1 tests, 1 skipped in 1.706s [2021-08-23T15:09:24.127Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-08-23T15:09:25.094Z] testing: warning: no tests to run [2021-08-23T15:09:25.094Z] PASS [2021-08-23T15:09:25.094Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.058s [2021-08-23T15:09:25.094Z] [2021-08-23T15:09:25.094Z] DONE 0 tests in 0.851s [2021-08-23T15:09:25.094Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-08-23T15:09:25.986Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-08-23T15:09:25.986Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.12s) [2021-08-23T15:09:25.986Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.43s) [2021-08-23T15:09:25.986Z] === RUN TestWaitBlocked [2021-08-23T15:09:25.986Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:25.986Z] --- SKIP: TestWaitBlocked (0.00s) [2021-08-23T15:09:25.986Z] PASS [2021-08-23T15:09:25.986Z] ok github.com/docker/docker/integration/container 90.262s [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === Skipped [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-08-23T15:09:25.986Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-08-23T15:09:25.986Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-08-23T15:09:25.986Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-08-23T15:09:25.986Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-08-23T15:09:25.986Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-08-23T15:09:25.986Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-08-23T15:09:25.986Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-08-23T15:09:25.986Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-08-23T15:09:25.986Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-08-23T15:09:25.986Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-08-23T15:09:25.986Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-08-23T15:09:25.986Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-08-23T15:09:25.986Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-08-23T15:09:25.986Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-08-23T15:09:25.986Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-08-23T15:09:25.986Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-08-23T15:09:25.986Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-08-23T15:09:25.986Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-08-23T15:09:25.986Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-08-23T15:09:25.986Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-08-23T15:09:25.986Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-08-23T15:09:25.986Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-08-23T15:09:25.986Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-08-23T15:09:25.986Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-08-23T15:09:25.986Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-08-23T15:09:25.986Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-08-23T15:09:25.986Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-08-23T15:09:25.986Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] [2021-08-23T15:09:25.986Z] DONE 87 tests, 33 skipped in 92.763s [2021-08-23T15:09:25.986Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-08-23T15:09:26.636Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:26.636Z] INFO: Testing against a local daemon [2021-08-23T15:09:26.636Z] === RUN TestPluginWithDevMounts [2021-08-23T15:09:26.636Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:26.636Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-08-23T15:09:26.636Z] PASS [2021-08-23T15:09:26.636Z] ok github.com/docker/docker/integration/plugin/volumes 0.072s [2021-08-23T15:09:26.636Z] [2021-08-23T15:09:26.636Z] === Skipped [2021-08-23T15:09:26.636Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-08-23T15:09:26.636Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:26.636Z] [2021-08-23T15:09:26.636Z] [2021-08-23T15:09:26.636Z] DONE 1 tests, 1 skipped in 1.685s [2021-08-23T15:09:26.636Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-08-23T15:09:28.175Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:28.175Z] INFO: Testing against a local daemon [2021-08-23T15:09:28.175Z] === RUN TestSecretInspect [2021-08-23T15:09:28.175Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] --- SKIP: TestSecretInspect (0.00s) [2021-08-23T15:09:28.175Z] === RUN TestSecretList [2021-08-23T15:09:28.175Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] --- SKIP: TestSecretList (0.00s) [2021-08-23T15:09:28.175Z] === RUN TestSecretsCreateAndDelete [2021-08-23T15:09:28.175Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:09:28.175Z] === RUN TestSecretsUpdate [2021-08-23T15:09:28.175Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-08-23T15:09:28.175Z] === RUN TestTemplatedSecret [2021-08-23T15:09:28.175Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-08-23T15:09:28.175Z] === RUN TestSecretCreateResolve [2021-08-23T15:09:28.175Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:28.175Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-08-23T15:09:28.175Z] PASS [2021-08-23T15:09:28.175Z] ok github.com/docker/docker/integration/secret 0.078s [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === Skipped [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-08-23T15:09:28.175Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] [2021-08-23T15:09:28.175Z] DONE 6 tests, 6 skipped in 1.504s [2021-08-23T15:09:28.175Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-08-23T15:09:29.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-08-23T15:09:29.530Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:09:29.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-08-23T15:09:30.354Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:30.354Z] INFO: Testing against a local daemon [2021-08-23T15:09:30.354Z] === RUN TestServiceCreateInit [2021-08-23T15:09:30.354Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T15:09:30.354Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T15:09:30.354Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- PASS: TestServiceCreateInit (0.05s) [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T15:09:30.354Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceConflict [2021-08-23T15:09:30.354Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T15:09:30.354Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-08-23T15:09:30.354Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T15:09:30.354Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T15:09:30.354Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T15:09:30.354Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceSysctls [2021-08-23T15:09:30.354Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-08-23T15:09:30.354Z] === RUN TestCreateServiceCapabilities [2021-08-23T15:09:30.354Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-08-23T15:09:30.354Z] === RUN TestInspect [2021-08-23T15:09:30.354Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestInspect (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestCreateJob [2021-08-23T15:09:30.354Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestCreateJob (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestReplicatedJob [2021-08-23T15:09:30.354Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestReplicatedJob (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestUpdateReplicatedJob [2021-08-23T15:09:30.354Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceListWithStatuses [2021-08-23T15:09:30.354Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T15:09:30.354Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestDockerNetworkReConnect [2021-08-23T15:09:30.354Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServicePlugin [2021-08-23T15:09:30.354Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestServicePlugin (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceUpdateLabel [2021-08-23T15:09:30.354Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceUpdateSecrets [2021-08-23T15:09:30.354Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceUpdateConfigs [2021-08-23T15:09:30.354Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceUpdateNetwork [2021-08-23T15:09:30.354Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-08-23T15:09:30.354Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T15:09:30.354Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:09:30.354Z] PASS [2021-08-23T15:09:30.354Z] ok github.com/docker/docker/integration/service 0.211s [2021-08-23T15:09:30.354Z] [2021-08-23T15:09:30.354Z] === Skipped [2021-08-23T15:09:30.354Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:09:30.354Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:09:30.354Z] [2021-08-23T15:09:30.354Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:09:30.354Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:09:30.354Z] [2021-08-23T15:09:30.354Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:09:30.354Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.354Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-08-23T15:09:30.355Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-08-23T15:09:30.355Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:09:30.355Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:09:30.355Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:09:30.355Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-08-23T15:09:30.355Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-08-23T15:09:30.355Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-08-23T15:09:30.355Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-08-23T15:09:30.355Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-08-23T15:09:30.355Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-08-23T15:09:30.355Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-08-23T15:09:30.355Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:09:30.355Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-08-23T15:09:30.355Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-08-23T15:09:30.355Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-08-23T15:09:30.355Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-08-23T15:09:30.355Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-08-23T15:09:30.355Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-08-23T15:09:30.355Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:09:30.355Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] [2021-08-23T15:09:30.355Z] DONE 24 tests, 23 skipped in 2.279s [2021-08-23T15:09:30.355Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-08-23T15:09:30.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-08-23T15:09:30.492Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:09:30.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-08-23T15:09:30.492Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:09:30.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-08-23T15:09:31.893Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:31.893Z] INFO: Testing against a local daemon [2021-08-23T15:09:31.893Z] === RUN TestSessionCreate [2021-08-23T15:09:31.893Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:31.893Z] --- SKIP: TestSessionCreate (0.00s) [2021-08-23T15:09:31.893Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T15:09:31.893Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:31.893Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:09:31.893Z] PASS [2021-08-23T15:09:31.893Z] ok github.com/docker/docker/integration/session 0.064s [2021-08-23T15:09:31.893Z] [2021-08-23T15:09:31.893Z] === Skipped [2021-08-23T15:09:31.893Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-08-23T15:09:31.893Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:31.893Z] [2021-08-23T15:09:31.893Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:09:31.893Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:31.893Z] [2021-08-23T15:09:31.893Z] [2021-08-23T15:09:31.893Z] DONE 2 tests, 2 skipped in 1.397s [2021-08-23T15:09:31.893Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-08-23T15:09:32.126Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-08-23T15:09:33.431Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:33.431Z] INFO: Testing against a local daemon [2021-08-23T15:09:33.431Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T15:09:33.431Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:33.431Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestDiskUsage [2021-08-23T15:09:33.431Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:09:33.431Z] --- SKIP: TestDiskUsage (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestEventsExecDie [2021-08-23T15:09:33.431Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:09:33.431Z] --- SKIP: TestEventsExecDie (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestEventsBackwardsCompatible [2021-08-23T15:09:33.431Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:09:33.431Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestEventsVolumeCreate [2021-08-23T15:09:33.431Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:09:33.431Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestInfoAPI [2021-08-23T15:09:33.431Z] --- PASS: TestInfoAPI (0.04s) [2021-08-23T15:09:33.431Z] === RUN TestInfoAPIWarnings [2021-08-23T15:09:33.431Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:33.431Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestInfoDebug [2021-08-23T15:09:33.431Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:33.431Z] --- SKIP: TestInfoDebug (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestInfoInsecureRegistries [2021-08-23T15:09:33.431Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:33.431Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestInfoRegistryMirrors [2021-08-23T15:09:33.431Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:33.431Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-08-23T15:09:33.431Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T15:09:34.400Z] --- PASS: TestLoginFailsWithBadCredentials (0.93s) [2021-08-23T15:09:34.400Z] === RUN TestPingCacheHeaders [2021-08-23T15:09:34.400Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-08-23T15:09:34.400Z] === RUN TestPingGet [2021-08-23T15:09:34.400Z] --- PASS: TestPingGet (0.03s) [2021-08-23T15:09:34.400Z] === RUN TestPingHead [2021-08-23T15:09:34.400Z] --- PASS: TestPingHead (0.03s) [2021-08-23T15:09:34.400Z] === RUN TestVersion [2021-08-23T15:09:34.400Z] --- PASS: TestVersion (0.02s) [2021-08-23T15:09:34.400Z] PASS [2021-08-23T15:09:34.400Z] ok github.com/docker/docker/integration/system 1.123s [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === Skipped [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:09:34.859Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-08-23T15:09:34.859Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-08-23T15:09:34.859Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:09:34.859Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-08-23T15:09:34.859Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-08-23T15:09:34.859Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-08-23T15:09:34.859Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-08-23T15:09:34.859Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-08-23T15:09:34.859Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] [2021-08-23T15:09:34.859Z] DONE 15 tests, 9 skipped in 2.697s [2021-08-23T15:09:34.859Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-08-23T15:09:36.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:36.397Z] INFO: Testing against a local daemon [2021-08-23T15:09:36.397Z] === RUN TestVolumesCreateAndList [2021-08-23T15:09:36.397Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-08-23T15:09:36.397Z] === RUN TestVolumesRemove [2021-08-23T15:09:36.397Z] --- PASS: TestVolumesRemove (0.09s) [2021-08-23T15:09:36.397Z] === RUN TestVolumesInspect [2021-08-23T15:09:36.397Z] --- PASS: TestVolumesInspect (0.03s) [2021-08-23T15:09:36.397Z] === RUN TestVolumesInvalidJSON [2021-08-23T15:09:36.397Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T15:09:36.397Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T15:09:36.397Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T15:09:36.397Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-08-23T15:09:36.397Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T15:09:36.397Z] PASS [2021-08-23T15:09:36.397Z] ok github.com/docker/docker/integration/volume 0.237s [2021-08-23T15:09:36.397Z] [2021-08-23T15:09:36.397Z] DONE 5 tests in 1.683s [2021-08-23T15:09:36.397Z] INFO: make.ps1 ended at 08/23/2021 15:09:36 [2021-08-23T15:09:36.397Z] INFO: Integration CLI tests being run from the host: [2021-08-23T15:09:36.397Z] 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-08-23T15:09:43.490Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-08-23T15:09:43.490Z] INFO: Testing against a local daemon [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-08-23T15:09:43.490Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-08-23T15:09:43.490Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-08-23T15:09:43.490Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-08-23T15:09:44.456Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-08-23T15:09:44.456Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-08-23T15:09:44.915Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-08-23T15:09:45.374Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-08-23T15:09:47.033Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-08-23T15:09:51.163Z] === RUN TestConfigDaemonLibtrustID [2021-08-23T15:09:51.163Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:09:51.163Z] === RUN TestDaemonConfigValidation [2021-08-23T15:09:51.163Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-08-23T15:09:51.163Z] === RUN TestConfigDaemonSeccompProfiles [2021-08-23T15:09:51.163Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:09:51.163Z] PASS [2021-08-23T15:09:51.163Z] ok github.com/docker/docker/integration/daemon 0.121s [2021-08-23T15:09:51.163Z] [2021-08-23T15:09:51.163Z] === Skipped [2021-08-23T15:09:51.163Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-08-23T15:09:51.163Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] [2021-08-23T15:09:51.163Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-08-23T15:09:51.163Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] [2021-08-23T15:09:51.163Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-08-23T15:09:51.163Z] daemon_test.go:104: runtime.GOOS != "linux" [2021-08-23T15:09:51.163Z] [2021-08-23T15:09:51.163Z] [2021-08-23T15:09:51.163Z] DONE 3 tests, 3 skipped in 22.873s [2021-08-23T15:09:51.163Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-08-23T15:09:51.163Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:09:51.163Z] INFO: Testing against a local daemon [2021-08-23T15:09:51.163Z] === RUN TestCommitInheritsEnv [2021-08-23T15:09:51.163Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:51.163Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-08-23T15:09:51.163Z] === RUN TestImportExtremelyLargeImageWorks [2021-08-23T15:09:51.163Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:09:51.163Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:09:51.163Z] === RUN TestImagesFilterMultiReference [2021-08-23T15:09:51.163Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-08-23T15:09:51.163Z] === RUN TestImagePullPlatformInvalid [2021-08-23T15:09:51.163Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-08-23T15:09:51.163Z] === RUN TestRemoveImageOrphaning [2021-08-23T15:09:51.163Z] --- PASS: TestRemoveImageOrphaning (1.03s) [2021-08-23T15:09:51.163Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-08-23T15:09:51.163Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-08-23T15:09:51.163Z] === RUN TestTagInvalidReference [2021-08-23T15:09:51.620Z] --- PASS: TestTagInvalidReference (0.03s) [2021-08-23T15:09:51.620Z] === RUN TestTagValidPrefixedRepo [2021-08-23T15:09:51.620Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-08-23T15:09:51.620Z] === RUN TestTagExistedNameWithoutForce [2021-08-23T15:09:51.620Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-08-23T15:09:51.620Z] === RUN TestTagOfficialNames [2021-08-23T15:09:51.620Z] --- PASS: TestTagOfficialNames (0.08s) [2021-08-23T15:09:51.620Z] === RUN TestTagMatchesDigest [2021-08-23T15:09:51.620Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-08-23T15:09:51.620Z] PASS [2021-08-23T15:09:51.620Z] ok github.com/docker/docker/integration/image 1.475s [2021-08-23T15:09:51.620Z] [2021-08-23T15:09:51.620Z] === Skipped [2021-08-23T15:09:51.620Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-08-23T15:09:51.620Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:09:51.620Z] [2021-08-23T15:09:51.620Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-08-23T15:09:51.620Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-08-23T15:09:51.620Z] [2021-08-23T15:09:51.620Z] [2021-08-23T15:09:51.620Z] DONE 11 tests, 2 skipped in 3.075s [2021-08-23T15:09:51.620Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-08-23T15:09:53.821Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:09:53.821Z] INFO: Testing against a local daemon [2021-08-23T15:09:53.821Z] === RUN TestNetworkCreateDelete [2021-08-23T15:09:53.821Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDockerNetworkDeletePreferID [2021-08-23T15:09:53.821Z] 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-08-23T15:09:53.821Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonDNSFallback [2021-08-23T15:09:53.821Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestInspectNetwork [2021-08-23T15:09:53.821Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:53.821Z] --- SKIP: TestInspectNetwork (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestRunContainerWithBridgeNone [2021-08-23T15:09:53.821Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestNetworkInvalidJSON [2021-08-23T15:09:53.821Z] === RUN TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:53.821Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:53.821Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:53.821Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:53.821Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:53.821Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:53.821Z] === CONT TestNetworkInvalidJSON//networks/create [2021-08-23T15:09:53.821Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-08-23T15:09:53.821Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-08-23T15:09:53.821Z] === RUN TestNetworkList [2021-08-23T15:09:53.821Z] === RUN TestNetworkList//networks [2021-08-23T15:09:53.821Z] === PAUSE TestNetworkList//networks [2021-08-23T15:09:53.821Z] === RUN TestNetworkList//networks/ [2021-08-23T15:09:53.821Z] === PAUSE TestNetworkList//networks/ [2021-08-23T15:09:53.821Z] === CONT TestNetworkList//networks [2021-08-23T15:09:53.821Z] === CONT TestNetworkList//networks/ [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkList (0.03s) [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkList//networks/ (0.01s) [2021-08-23T15:09:53.821Z] --- PASS: TestNetworkList//networks (0.01s) [2021-08-23T15:09:53.821Z] === RUN TestHostIPv4BridgeLabel [2021-08-23T15:09:53.821Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonRestartWithLiveRestore [2021-08-23T15:09:53.821Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonDefaultNetworkPools [2021-08-23T15:09:53.821Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonRestartWithExistingNetwork [2021-08-23T15:09:53.821Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-08-23T15:09:53.821Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-08-23T15:09:53.821Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestServiceWithPredefinedNetwork [2021-08-23T15:09:53.821Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-08-23T15:09:53.821Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:09:53.821Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestServiceWithDataPathPortInit [2021-08-23T15:09:53.821Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:09:53.821Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-08-23T15:09:53.821Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:09:53.821Z] PASS [2021-08-23T15:09:53.821Z] ok github.com/docker/docker/integration/network 0.160s [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === Skipped [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-08-23T15:09:53.821Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-08-23T15:09:53.821Z] 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-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-08-23T15:09:53.821Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-08-23T15:09:53.821Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-08-23T15:09:53.821Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-08-23T15:09:53.821Z] network_test.go:128: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:30: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:59: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:103: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:137: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:188: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:213: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:243: FLAKY_TEST [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:334: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-08-23T15:09:53.821Z] service_test.go:402: testEnv.OSType == "windows" [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] [2021-08-23T15:09:53.821Z] DONE 22 tests, 15 skipped in 2.037s [2021-08-23T15:09:53.821Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-08-23T15:09:54.785Z] testing: warning: no tests to run [2021-08-23T15:09:54.785Z] PASS [2021-08-23T15:09:54.785Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2021-08-23T15:09:54.785Z] [2021-08-23T15:09:54.785Z] DONE 0 tests in 0.666s [2021-08-23T15:09:54.785Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-08-23T15:09:55.241Z] testing: warning: no tests to run [2021-08-23T15:09:55.241Z] PASS [2021-08-23T15:09:55.241Z] ok github.com/docker/docker/integration/network/macvlan 0.061s [2021-08-23T15:09:55.241Z] [2021-08-23T15:09:55.241Z] DONE 0 tests in 0.628s [2021-08-23T15:09:55.241Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-08-23T15:09:55.593Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-08-23T15:09:56.213Z] testing: warning: no tests to run [2021-08-23T15:09:56.213Z] PASS [2021-08-23T15:09:56.213Z] ok github.com/docker/docker/integration/plugin 0.057s [2021-08-23T15:09:56.213Z] [2021-08-23T15:09:56.213Z] DONE 0 tests in 0.783s [2021-08-23T15:09:56.213Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-08-23T15:09:56.670Z] testing: warning: no tests to run [2021-08-23T15:09:56.670Z] PASS [2021-08-23T15:09:56.670Z] ok github.com/docker/docker/integration/plugin/authz 0.065s [2021-08-23T15:09:56.670Z] [2021-08-23T15:09:56.670Z] DONE 0 tests in 0.648s [2021-08-23T15:09:56.670Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-08-23T15:09:58.485Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-08-23T15:09:58.485Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:09:59.446Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-08-23T15:09:59.446Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:09:59.446Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-08-23T15:10:00.972Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-08-23T15:10:00.972Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:10:00.972Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-08-23T15:10:03.727Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:03.727Z] INFO: Testing against a local daemon [2021-08-23T15:10:03.727Z] === RUN TestPluginInvalidJSON [2021-08-23T15:10:03.727Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:10:03.727Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:10:03.727Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-08-23T15:10:03.727Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-08-23T15:10:03.727Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-08-23T15:10:03.727Z] === RUN TestPluginInstall [2021-08-23T15:10:03.727Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] --- SKIP: TestPluginInstall (0.00s) [2021-08-23T15:10:03.727Z] === RUN TestPluginsWithRuntimes [2021-08-23T15:10:03.727Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-08-23T15:10:03.727Z] === RUN TestPluginBackCompatMediaTypes [2021-08-23T15:10:03.727Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:10:03.727Z] PASS [2021-08-23T15:10:03.727Z] ok github.com/docker/docker/integration/plugin/common 0.109s [2021-08-23T15:10:03.727Z] [2021-08-23T15:10:03.727Z] === Skipped [2021-08-23T15:10:03.727Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-08-23T15:10:03.727Z] plugin_test.go:64: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] [2021-08-23T15:10:03.727Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-08-23T15:10:03.727Z] plugin_test.go:173: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] [2021-08-23T15:10:03.727Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-08-23T15:10:03.727Z] plugin_test.go:235: testEnv.OSType == "windows" [2021-08-23T15:10:03.727Z] [2021-08-23T15:10:03.727Z] [2021-08-23T15:10:03.727Z] DONE 5 tests, 3 skipped in 6.046s [2021-08-23T15:10:03.727Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-08-23T15:10:05.638Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-08-23T15:10:05.897Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:05.897Z] INFO: Testing against a local daemon [2021-08-23T15:10:05.897Z] === RUN TestExternalGraphDriver [2021-08-23T15:10:05.897Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:10:05.897Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-08-23T15:10:05.897Z] === RUN TestGraphdriverPluginV2 [2021-08-23T15:10:05.897Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:10:05.897Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:10:05.897Z] PASS [2021-08-23T15:10:05.897Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.099s [2021-08-23T15:10:05.897Z] [2021-08-23T15:10:05.897Z] === Skipped [2021-08-23T15:10:05.897Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-08-23T15:10:05.897Z] external_test.go:48: runtime.GOOS == "windows" [2021-08-23T15:10:05.897Z] [2021-08-23T15:10:05.897Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-08-23T15:10:05.897Z] external_test.go:408: runtime.GOOS == "windows" [2021-08-23T15:10:05.897Z] [2021-08-23T15:10:05.897Z] [2021-08-23T15:10:05.897Z] DONE 2 tests, 2 skipped in 2.897s [2021-08-23T15:10:05.897Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-08-23T15:10:06.598Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-08-23T15:10:06.598Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:10:06.598Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-08-23T15:10:06.598Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:10:06.598Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-08-23T15:10:08.077Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:08.077Z] INFO: Testing against a local daemon [2021-08-23T15:10:08.077Z] === RUN TestReadPluginNoRead [2021-08-23T15:10:08.077Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:10:08.077Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-08-23T15:10:08.077Z] PASS [2021-08-23T15:10:08.077Z] ok github.com/docker/docker/integration/plugin/logging 0.084s [2021-08-23T15:10:08.077Z] [2021-08-23T15:10:08.077Z] === Skipped [2021-08-23T15:10:08.077Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-08-23T15:10:08.077Z] read_test.go:21: no unix domain sockets on Windows [2021-08-23T15:10:08.077Z] [2021-08-23T15:10:08.077Z] [2021-08-23T15:10:08.077Z] DONE 1 tests, 1 skipped in 1.992s [2021-08-23T15:10:08.077Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-08-23T15:10:08.762Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-08-23T15:10:09.040Z] testing: warning: no tests to run [2021-08-23T15:10:09.040Z] PASS [2021-08-23T15:10:09.040Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.071s [2021-08-23T15:10:09.040Z] [2021-08-23T15:10:09.040Z] DONE 0 tests in 0.992s [2021-08-23T15:10:09.040Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-08-23T15:10:09.723Z] === RUN TestDockerSuite/TestBuildCmd [2021-08-23T15:10:10.179Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-08-23T15:10:10.634Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-08-23T15:10:11.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:11.213Z] INFO: Testing against a local daemon [2021-08-23T15:10:11.213Z] === RUN TestPluginWithDevMounts [2021-08-23T15:10:11.213Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:11.213Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-08-23T15:10:11.213Z] PASS [2021-08-23T15:10:11.213Z] ok github.com/docker/docker/integration/plugin/volumes 0.078s [2021-08-23T15:10:11.213Z] [2021-08-23T15:10:11.213Z] === Skipped [2021-08-23T15:10:11.213Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-08-23T15:10:11.213Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:11.213Z] [2021-08-23T15:10:11.213Z] [2021-08-23T15:10:11.213Z] DONE 1 tests, 1 skipped in 1.976s [2021-08-23T15:10:11.213Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-08-23T15:10:11.595Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-08-23T15:10:12.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:12.759Z] INFO: Testing against a local daemon [2021-08-23T15:10:12.759Z] === RUN TestSecretInspect [2021-08-23T15:10:12.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] --- SKIP: TestSecretInspect (0.00s) [2021-08-23T15:10:12.759Z] === RUN TestSecretList [2021-08-23T15:10:12.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] --- SKIP: TestSecretList (0.00s) [2021-08-23T15:10:12.759Z] === RUN TestSecretsCreateAndDelete [2021-08-23T15:10:12.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:10:12.759Z] === RUN TestSecretsUpdate [2021-08-23T15:10:12.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-08-23T15:10:12.759Z] === RUN TestTemplatedSecret [2021-08-23T15:10:12.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-08-23T15:10:12.759Z] === RUN TestSecretCreateResolve [2021-08-23T15:10:12.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:12.759Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-08-23T15:10:12.759Z] PASS [2021-08-23T15:10:12.759Z] ok github.com/docker/docker/integration/secret 0.086s [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === Skipped [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-08-23T15:10:12.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] [2021-08-23T15:10:12.759Z] DONE 6 tests, 6 skipped in 1.692s [2021-08-23T15:10:12.759Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-08-23T15:10:14.932Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:14.932Z] INFO: Testing against a local daemon [2021-08-23T15:10:14.932Z] === RUN TestServiceCreateInit [2021-08-23T15:10:14.932Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-08-23T15:10:14.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-08-23T15:10:14.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- PASS: TestServiceCreateInit (0.03s) [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceMultipleTimes [2021-08-23T15:10:14.932Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceConflict [2021-08-23T15:10:14.932Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceMaxReplicas [2021-08-23T15:10:14.932Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-08-23T15:10:14.932Z] === RUN TestCreateWithDuplicateNetworkNames [2021-08-23T15:10:14.932Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceSecretFileMode [2021-08-23T15:10:14.932Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceConfigFileMode [2021-08-23T15:10:14.932Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceSysctls [2021-08-23T15:10:14.932Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-08-23T15:10:14.932Z] === RUN TestCreateServiceCapabilities [2021-08-23T15:10:14.932Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-08-23T15:10:14.932Z] === RUN TestInspect [2021-08-23T15:10:14.932Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestInspect (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestCreateJob [2021-08-23T15:10:14.932Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestCreateJob (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestReplicatedJob [2021-08-23T15:10:14.932Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestReplicatedJob (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestUpdateReplicatedJob [2021-08-23T15:10:14.932Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceListWithStatuses [2021-08-23T15:10:14.932Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestDockerNetworkConnectAlias [2021-08-23T15:10:14.932Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestDockerNetworkReConnect [2021-08-23T15:10:14.932Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServicePlugin [2021-08-23T15:10:14.932Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:14.932Z] --- SKIP: TestServicePlugin (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceUpdateLabel [2021-08-23T15:10:14.932Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceUpdateSecrets [2021-08-23T15:10:14.932Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceUpdateConfigs [2021-08-23T15:10:14.932Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceUpdateNetwork [2021-08-23T15:10:14.932Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-08-23T15:10:14.932Z] === RUN TestServiceUpdatePidsLimit [2021-08-23T15:10:14.932Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:14.932Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:10:14.932Z] PASS [2021-08-23T15:10:14.932Z] ok github.com/docker/docker/integration/service 0.211s [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === Skipped [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-08-23T15:10:15.389Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-08-23T15:10:15.389Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-08-23T15:10:15.389Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-08-23T15:10:15.389Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-08-23T15:10:15.389Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-08-23T15:10:15.389Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-08-23T15:10:15.389Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-08-23T15:10:15.389Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-08-23T15:10:15.389Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-08-23T15:10:15.389Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-08-23T15:10:15.389Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-08-23T15:10:15.389Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-08-23T15:10:15.389Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-08-23T15:10:15.389Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-08-23T15:10:15.389Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-08-23T15:10:15.389Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-08-23T15:10:15.389Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] [2021-08-23T15:10:15.389Z] DONE 24 tests, 23 skipped in 2.374s [2021-08-23T15:10:15.389Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-08-23T15:10:16.920Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:16.920Z] INFO: Testing against a local daemon [2021-08-23T15:10:16.920Z] === RUN TestSessionCreate [2021-08-23T15:10:16.920Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:10:16.920Z] --- SKIP: TestSessionCreate (0.00s) [2021-08-23T15:10:16.920Z] === RUN TestSessionCreateWithBadUpgrade [2021-08-23T15:10:16.920Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:10:16.920Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:10:16.920Z] PASS [2021-08-23T15:10:16.920Z] ok github.com/docker/docker/integration/session 0.081s [2021-08-23T15:10:16.920Z] [2021-08-23T15:10:16.920Z] === Skipped [2021-08-23T15:10:16.920Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-08-23T15:10:16.920Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-08-23T15:10:16.920Z] [2021-08-23T15:10:16.920Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-08-23T15:10:16.920Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-08-23T15:10:16.920Z] [2021-08-23T15:10:16.920Z] [2021-08-23T15:10:16.920Z] DONE 2 tests, 2 skipped in 1.738s [2021-08-23T15:10:16.920Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-08-23T15:10:17.361Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-08-23T15:10:18.888Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-08-23T15:10:18.888Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:10:18.888Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-08-23T15:10:19.091Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:19.091Z] INFO: Testing against a local daemon [2021-08-23T15:10:19.091Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-08-23T15:10:19.091Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:19.091Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestDiskUsage [2021-08-23T15:10:19.091Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:10:19.091Z] --- SKIP: TestDiskUsage (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestEventsExecDie [2021-08-23T15:10:19.091Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:10:19.091Z] --- SKIP: TestEventsExecDie (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestEventsBackwardsCompatible [2021-08-23T15:10:19.091Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:10:19.091Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestEventsVolumeCreate [2021-08-23T15:10:19.091Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:10:19.091Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestInfoAPI [2021-08-23T15:10:19.091Z] --- PASS: TestInfoAPI (0.04s) [2021-08-23T15:10:19.091Z] === RUN TestInfoAPIWarnings [2021-08-23T15:10:19.091Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:10:19.091Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestInfoDebug [2021-08-23T15:10:19.091Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:19.091Z] --- SKIP: TestInfoDebug (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestInfoInsecureRegistries [2021-08-23T15:10:19.091Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:19.091Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestInfoRegistryMirrors [2021-08-23T15:10:19.091Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:19.091Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-08-23T15:10:19.091Z] === RUN TestLoginFailsWithBadCredentials [2021-08-23T15:10:19.548Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-08-23T15:10:19.548Z] === RUN TestPingCacheHeaders [2021-08-23T15:10:20.005Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-08-23T15:10:20.005Z] === RUN TestPingGet [2021-08-23T15:10:20.005Z] --- PASS: TestPingGet (0.03s) [2021-08-23T15:10:20.005Z] === RUN TestPingHead [2021-08-23T15:10:20.005Z] --- PASS: TestPingHead (0.03s) [2021-08-23T15:10:20.005Z] === RUN TestVersion [2021-08-23T15:10:20.005Z] --- PASS: TestVersion (0.03s) [2021-08-23T15:10:20.005Z] PASS [2021-08-23T15:10:20.005Z] ok github.com/docker/docker/integration/system 1.197s [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === Skipped [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-08-23T15:10:20.005Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-08-23T15:10:20.005Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-08-23T15:10:20.005Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-08-23T15:10:20.005Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-08-23T15:10:20.005Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-08-23T15:10:20.005Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-08-23T15:10:20.005Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-08-23T15:10:20.005Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-08-23T15:10:20.005Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] [2021-08-23T15:10:20.005Z] DONE 15 tests, 9 skipped in 2.885s [2021-08-23T15:10:20.005Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-08-23T15:10:20.415Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-08-23T15:10:20.415Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:10:20.415Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-08-23T15:10:20.871Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-08-23T15:10:21.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:21.536Z] INFO: Testing against a local daemon [2021-08-23T15:10:21.536Z] === RUN TestVolumesCreateAndList [2021-08-23T15:10:21.536Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-08-23T15:10:21.536Z] === RUN TestVolumesRemove [2021-08-23T15:10:21.996Z] --- PASS: TestVolumesRemove (0.14s) [2021-08-23T15:10:21.996Z] === RUN TestVolumesInspect [2021-08-23T15:10:21.996Z] --- PASS: TestVolumesInspect (0.03s) [2021-08-23T15:10:21.996Z] === RUN TestVolumesInvalidJSON [2021-08-23T15:10:21.996Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-08-23T15:10:21.996Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-08-23T15:10:21.996Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-08-23T15:10:21.996Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-08-23T15:10:21.996Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-08-23T15:10:21.996Z] PASS [2021-08-23T15:10:21.996Z] ok github.com/docker/docker/integration/volume 0.322s [2021-08-23T15:10:22.453Z] [2021-08-23T15:10:22.453Z] DONE 5 tests in 2.156s [2021-08-23T15:10:22.453Z] INFO: make.ps1 ended at 08/23/2021 15:10:22 [2021-08-23T15:10:22.453Z] INFO: Integration CLI tests being run from the host: [2021-08-23T15:10:22.453Z] 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-08-23T15:10:23.035Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-08-23T15:10:23.995Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-08-23T15:10:24.450Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-08-23T15:10:24.450Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:10:24.450Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-08-23T15:10:25.411Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-08-23T15:10:26.371Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-08-23T15:10:26.371Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:10:26.371Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-08-23T15:10:26.371Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:10:26.371Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-08-23T15:10:31.020Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20348.1 [2021-08-23T15:10:31.020Z] INFO: Testing against a local daemon [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-08-23T15:10:31.020Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-08-23T15:10:31.020Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-08-23T15:10:31.020Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-08-23T15:10:31.477Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-08-23T15:10:31.477Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-08-23T15:10:32.147Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-08-23T15:10:32.444Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-08-23T15:10:32.901Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-08-23T15:10:33.677Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-08-23T15:10:51.739Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-08-23T15:11:02.041Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-08-23T15:11:02.497Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-08-23T15:11:02.951Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-08-23T15:11:08.707Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-08-23T15:11:08.707Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:11:08.707Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-08-23T15:11:08.707Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:11:08.707Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-08-23T15:11:08.707Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:11:08.707Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-08-23T15:11:09.665Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-08-23T15:11:09.665Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:11:09.665Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-08-23T15:11:23.787Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-08-23T15:11:34.731Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-08-23T15:11:34.731Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-08-23T15:11:34.731Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:11:34.731Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-08-23T15:11:44.942Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-08-23T15:11:44.942Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-08-23T15:11:44.942Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-08-23T15:11:44.942Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.942Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-08-23T15:11:44.943Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-08-23T15:11:44.943Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-08-23T15:11:44.943Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-08-23T15:11:44.943Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-08-23T15:11:44.943Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-08-23T15:11:44.943Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-08-23T15:11:44.943Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-08-23T15:11:47.118Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-08-23T15:11:47.118Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:11:47.118Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-08-23T15:11:47.118Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:11:47.118Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-08-23T15:11:47.118Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:11:47.118Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-08-23T15:11:47.118Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:11:47.118Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-08-23T15:11:50.039Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-08-23T15:11:50.039Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:11:50.039Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-08-23T15:11:50.039Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:11:50.039Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-08-23T15:11:52.380Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-08-23T15:11:53.344Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-08-23T15:11:54.304Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-08-23T15:11:55.819Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-08-23T15:11:55.851Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-08-23T15:11:57.043Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-08-23T15:11:57.043Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-08-23T15:11:57.043Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-08-23T15:11:57.043Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-08-23T15:11:57.043Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-08-23T15:11:57.043Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-08-23T15:11:57.043Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-08-23T15:11:57.043Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-08-23T15:11:57.043Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-08-23T15:11:57.043Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-08-23T15:11:57.043Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-08-23T15:11:57.043Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-08-23T15:11:57.043Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-08-23T15:11:57.043Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:11:57.043Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-08-23T15:11:58.015Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-08-23T15:11:58.578Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-08-23T15:11:58.578Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:11:58.578Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-08-23T15:11:58.578Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:11:58.578Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-08-23T15:12:01.725Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-08-23T15:12:04.371Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-08-23T15:12:04.611Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-08-23T15:12:10.707Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-08-23T15:12:28.771Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-08-23T15:12:28.771Z] docker_cli_external_volume_driver_test.go:485: [dd8b6c3b28737] daemon is not started [2021-08-23T15:12:43.627Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-08-23T15:12:43.627Z] docker_cli_external_volume_driver_test.go:53: [d57434da26cda] daemon is not started [2021-08-23T15:12:55.269Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite (438.04s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.69s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.29s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.30s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.23s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.33s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.33s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.26s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.79s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.12s) [2021-08-23T15:12:58.485Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-08-23T15:12:58.485Z] PASS [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] === Skipped [2021-08-23T15:12:58.485Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-08-23T15:12:58.485Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-08-23T15:12:58.485Z] check_test.go:309: [d47a32156f984] daemon is not started [2021-08-23T15:12:58.485Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-08-23T15:12:58.485Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-08-23T15:12:58.485Z] check_test.go:309: [d0c40ce31c30f] daemon is not started [2021-08-23T15:12:58.485Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-08-23T15:12:58.485Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-08-23T15:12:58.485Z] check_test.go:309: [d11e244d23c90] daemon is not started [2021-08-23T15:12:58.485Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-08-23T15:12:58.485Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-08-23T15:12:58.485Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-08-23T15:12:58.485Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-08-23T15:12:58.485Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] DONE 273 tests, 5 skipped in 2373.307s [2021-08-23T15:12:58.485Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-08-23T15:12:58.485Z] ++++ cat bundles/test-integration/docker.pid [2021-08-23T15:12:58.485Z] +++ kill 14766 [2021-08-23T15:12:58.485Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5ede8bca0f2f/docker.pid [2021-08-23T15:12:58.485Z] +++ kill 16615 [2021-08-23T15:12:58.485Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 16615 is not a child of this shell [2021-08-23T15:12:58.485Z] warning: PID 16615 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5ede8bca0f2f/docker.pid had a nonzero exit code [2021-08-23T15:12:58.485Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5ede8bca0f2f/root: target is busy. [2021-08-23T15:12:58.485Z] +++ /etc/init.d/apparmor stop [2021-08-23T15:12:58.485Z] Leaving: AppArmorNo profiles have been unloaded. [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] Unloading profiles will leave already running processes permanently [2021-08-23T15:12:58.485Z] unconfined, which can lead to unexpected situations. [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:58.485Z] To set a process to complain mode, use the command line tool [2021-08-23T15:12:58.485Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-08-23T15:12:58.485Z] +++ true [2021-08-23T15:12:58.485Z] exiting test-integration [2021-08-23T15:12:58.485Z] ++ exit 0 [2021-08-23T15:12:58.485Z] [2021-08-23T15:12:59.050Z] + exit 0 [2021-08-23T15:12:59.050Z] ++ jobs -p [2021-08-23T15:12:59.050Z] + pids= [2021-08-23T15:12:59.050Z] + echo 'Remaining pids to kill: []' [2021-08-23T15:12:59.050Z] Remaining pids to kill: [] [2021-08-23T15:12:59.050Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-08-23T15:12:59.062Z] Recording test results [2021-08-23T15:12:59.398Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-08-23T15:12:59.721Z] + echo Ensuring container killed. [2021-08-23T15:12:59.721Z] Ensuring container killed. [2021-08-23T15:12:59.721Z] + docker ps -aq -f name=docker-pr3-* [2021-08-23T15:12:59.721Z] + cids=b6abbc9dfd27 [2021-08-23T15:12:59.721Z] a7ad8307f7b5 [2021-08-23T15:12:59.721Z] 0683c3abc470 [2021-08-23T15:12:59.721Z] + [ -n b6abbc9dfd27 [2021-08-23T15:12:59.721Z] a7ad8307f7b5 [2021-08-23T15:12:59.721Z] 0683c3abc470 ] [2021-08-23T15:12:59.721Z] + docker rm -vf b6abbc9dfd27 a7ad8307f7b5 0683c3abc470 [2021-08-23T15:12:59.980Z] b6abbc9dfd27 [2021-08-23T15:13:00.237Z] a7ad8307f7b5 [2021-08-23T15:13:00.237Z] 0683c3abc470 [Pipeline] sh [2021-08-23T15:13:00.515Z] + echo Chowning /workspace to jenkins user [2021-08-23T15:13:00.515Z] Chowning /workspace to jenkins user [2021-08-23T15:13:00.515Z] + id -u [2021-08-23T15:13:00.515Z] + id -g [2021-08-23T15:13:00.515Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42764:/workspace busybox chown -R 1000:1000 /workspace [2021-08-23T15:13:02.306Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-08-23T15:13:02.306Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:13:02.306Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-08-23T15:13:04.082Z] + bundleName=amd64 [2021-08-23T15:13:04.082Z] + echo Creating amd64-bundles.tar.gz [2021-08-23T15:13:04.082Z] Creating amd64-bundles.tar.gz [2021-08-23T15:13:04.082Z] + find bundles+ -path */root/*overlay2 -prune -oxargs -type tar f -czf ( amd64-bundles.tar.gz -name [2021-08-23T15:13:04.082Z] *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-08-23T15:13:05.023Z] Archiving artifacts [2021-08-23T15:13:05.407Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:13:05.714Z] + make clean [2021-08-23T15:13:05.714Z] docker volume rm -f docker-dev-cache [2021-08-23T15:13:05.714Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T15:13:21.887Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-08-23T15:13:21.887Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:13:21.887Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-08-23T15:13:21.887Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-08-23T15:13:21.887Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-08-23T15:13:21.887Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-08-23T15:13:22.343Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-08-23T15:13:22.343Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:13:22.343Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-08-23T15:13:22.343Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:13:22.343Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-08-23T15:13:22.343Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:13:22.343Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-08-23T15:13:22.800Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-08-23T15:13:23.763Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-08-23T15:13:27.486Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-08-23T15:13:29.017Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-08-23T15:13:29.017Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:13:29.017Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-08-23T15:13:29.017Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:13:29.017Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-08-23T15:13:29.017Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-08-23T15:13:32.757Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-08-23T15:13:45.113Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-08-23T15:13:45.624Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-08-23T15:13:45.624Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-08-23T15:13:45.624Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-08-23T15:13:45.624Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-08-23T15:13:45.624Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-08-23T15:13:47.160Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-08-23T15:13:48.127Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-08-23T15:13:48.127Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:13:48.588Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-08-23T15:13:48.588Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:13:48.588Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-08-23T15:13:48.588Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-08-23T15:13:49.792Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-08-23T15:13:50.757Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-08-23T15:13:50.757Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:13:50.757Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-08-23T15:13:51.490Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-08-23T15:13:54.491Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-08-23T15:13:56.023Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddScript [2021-08-23T15:14:01.803Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-08-23T15:14:01.803Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-08-23T15:14:01.803Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-08-23T15:14:01.803Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-08-23T15:14:01.803Z] === RUN TestDockerSuite/TestBuildAddTar [2021-08-23T15:14:01.805Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-08-23T15:14:02.654Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-08-23T15:14:02.654Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-08-23T15:14:02.654Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-08-23T15:14:05.539Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-08-23T15:14:06.507Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-08-23T15:14:06.507Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:14:06.507Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-08-23T15:14:09.413Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-08-23T15:14:10.949Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-08-23T15:14:19.523Z] === RUN TestDockerSuite/TestBuildAddScript [2021-08-23T15:14:19.523Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:14:19.985Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-08-23T15:14:19.985Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:14:19.985Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-08-23T15:14:19.985Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:14:19.985Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-08-23T15:14:19.985Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:14:19.985Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-08-23T15:14:20.444Z] === RUN TestDockerSuite/TestBuildAddTar [2021-08-23T15:14:23.687Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-08-23T15:14:32.219Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-08-23T15:14:42.498Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-08-23T15:14:44.347Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-08-23T15:14:44.347Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:14:44.347Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-08-23T15:14:44.347Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:14:44.347Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-08-23T15:14:56.687Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-08-23T15:14:56.687Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:14:57.140Z] === RUN TestDockerSuite/TestBuildBlankName [2021-08-23T15:14:57.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-08-23T15:15:02.964Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-08-23T15:15:02.964Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:15:02.964Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-08-23T15:15:02.964Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:15:02.964Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-08-23T15:15:04.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-08-23T15:15:04.626Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:15:05.586Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-08-23T15:15:10.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-08-23T15:15:12.376Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-08-23T15:15:18.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-08-23T15:15:22.662Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-08-23T15:15:24.182Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-08-23T15:15:24.182Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:15:24.182Z] === RUN TestDockerSuite/TestBuildBlankName [2021-08-23T15:15:24.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-08-23T15:15:27.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-08-23T15:15:27.303Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:15:27.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-08-23T15:15:31.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-08-23T15:15:31.257Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:15:31.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-08-23T15:15:31.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-08-23T15:15:31.962Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:15:31.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-08-23T15:15:31.962Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:15:31.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-08-23T15:15:32.940Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-08-23T15:15:35.955Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-08-23T15:15:38.992Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-08-23T15:15:38.992Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:15:38.992Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-08-23T15:15:39.446Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-08-23T15:15:39.446Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:15:39.446Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-08-23T15:15:39.446Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:15:39.446Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-08-23T15:15:43.022Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-08-23T15:15:51.596Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-08-23T15:15:51.596Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:15:51.596Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-08-23T15:15:54.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-08-23T15:15:54.498Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:15:54.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-08-23T15:15:54.498Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:15:54.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-08-23T15:16:00.287Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-08-23T15:16:00.287Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:16:00.287Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-08-23T15:16:00.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-08-23T15:16:00.746Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:16:00.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-08-23T15:16:00.746Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:16:00.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-08-23T15:16:04.516Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-08-23T15:16:09.174Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-08-23T15:16:09.174Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:16:09.174Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-08-23T15:16:09.174Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:16:09.629Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-08-23T15:16:11.152Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-08-23T15:16:11.152Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:16:11.607Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-08-23T15:16:16.268Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-08-23T15:16:17.226Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-08-23T15:16:17.226Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:16:17.226Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-08-23T15:16:17.226Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:16:17.226Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-08-23T15:16:18.750Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-08-23T15:16:20.273Z] === RUN TestDockerSuite/TestBuildCmd [2021-08-23T15:16:20.728Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-08-23T15:16:21.184Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-08-23T15:16:22.144Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-08-23T15:16:27.895Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-08-23T15:16:30.053Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-08-23T15:16:30.053Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:16:30.053Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-08-23T15:16:31.012Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-08-23T15:16:31.012Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:16:31.012Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-08-23T15:16:31.970Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-08-23T15:16:33.493Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-08-23T15:16:35.016Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-08-23T15:16:35.470Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-08-23T15:16:35.470Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:16:35.470Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-08-23T15:16:36.425Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-08-23T15:16:36.429Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-08-23T15:16:36.883Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-08-23T15:16:36.883Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:16:36.883Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-08-23T15:16:36.883Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:16:37.337Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-08-23T15:16:39.327Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-08-23T15:16:39.327Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:16:39.786Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-08-23T15:16:39.786Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:16:40.245Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-08-23T15:16:41.211Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-08-23T15:16:41.211Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:16:41.211Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-08-23T15:16:43.095Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-08-23T15:16:45.897Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-08-23T15:16:46.356Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-08-23T15:16:46.356Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:16:46.356Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-08-23T15:16:46.356Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:16:46.356Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-08-23T15:16:47.893Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-08-23T15:16:48.860Z] === RUN TestDockerSuite/TestBuildCmd [2021-08-23T15:16:49.319Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-08-23T15:16:49.778Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-08-23T15:16:50.237Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-08-23T15:16:56.028Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-08-23T15:16:58.203Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-08-23T15:16:58.203Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:16:58.203Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-08-23T15:16:58.895Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-08-23T15:16:58.895Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-08-23T15:16:58.895Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-08-23T15:16:58.895Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-08-23T15:16:59.738Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-08-23T15:16:59.738Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:16:59.738Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-08-23T15:16:59.738Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-08-23T15:17:00.420Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-08-23T15:17:01.914Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-08-23T15:17:02.372Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-08-23T15:17:02.830Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-08-23T15:17:02.830Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:17:02.830Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-08-23T15:17:03.798Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-08-23T15:17:04.257Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-08-23T15:17:04.257Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:17:04.257Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-08-23T15:17:04.257Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:17:04.257Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnv [2021-08-23T15:17:05.081Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-08-23T15:17:05.081Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-08-23T15:17:05.081Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-08-23T15:17:05.081Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-08-23T15:17:05.081Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:17:05.081Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-08-23T15:17:09.740Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-08-23T15:17:09.740Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:17:09.740Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-08-23T15:17:09.740Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:17:09.740Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-08-23T15:17:09.740Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:17:09.740Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-08-23T15:17:10.047Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-08-23T15:17:10.698Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-08-23T15:17:15.358Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-08-23T15:17:18.698Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-08-23T15:17:18.698Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-08-23T15:17:18.698Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-08-23T15:17:21.584Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-08-23T15:17:21.584Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:17:22.037Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-08-23T15:17:22.037Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:17:22.492Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-08-23T15:17:22.492Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:17:22.492Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-08-23T15:17:22.947Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-08-23T15:17:22.947Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:17:22.947Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-08-23T15:17:30.111Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildExpose [2021-08-23T15:17:30.111Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-08-23T15:17:30.111Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-08-23T15:17:30.111Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-08-23T15:17:30.111Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:17:30.111Z] === RUN TestDockerSuite/TestBuildFails [2021-08-23T15:17:32.277Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-08-23T15:17:32.277Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-08-23T15:17:39.340Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-08-23T15:17:39.995Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-08-23T15:17:39.996Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-08-23T15:17:39.996Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-08-23T15:17:42.897Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-08-23T15:17:42.897Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:17:43.357Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-08-23T15:17:43.357Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:17:43.357Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-08-23T15:17:43.357Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:17:43.357Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-08-23T15:17:43.816Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-08-23T15:17:43.816Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:17:43.816Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-08-23T15:17:45.113Z] === RUN TestDockerSuite/TestBuildForceRm [2021-08-23T15:17:48.014Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-08-23T15:17:48.014Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-08-23T15:17:48.014Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:17:48.014Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-08-23T15:17:52.147Z] === RUN TestDockerSuite/TestBuildFromGit [2021-08-23T15:17:57.907Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-08-23T15:17:59.429Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-08-23T15:18:05.185Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-08-23T15:18:05.185Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:18:05.185Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-08-23T15:18:05.185Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-08-23T15:18:05.635Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-08-23T15:18:06.146Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-08-23T15:18:06.146Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:18:06.146Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-08-23T15:18:07.804Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-08-23T15:18:08.763Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-08-23T15:18:12.469Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-08-23T15:18:13.764Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-08-23T15:18:13.764Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-08-23T15:18:13.764Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:18:13.764Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-08-23T15:18:14.673Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-08-23T15:18:14.673Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:18:14.673Z] === RUN TestDockerSuite/TestBuildHistory [2021-08-23T15:18:15.397Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-08-23T15:18:19.103Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-08-23T15:18:27.007Z] === RUN TestDockerSuite/TestBuildIidFile [2021-08-23T15:18:27.965Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-08-23T15:18:30.126Z] === RUN TestDockerSuite/TestBuildInheritance [2021-08-23T15:18:30.126Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:18:30.126Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-08-23T15:18:31.085Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-08-23T15:18:31.085Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-08-23T15:18:35.744Z] === RUN TestDockerSuite/TestBuildLabel [2021-08-23T15:18:36.705Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-08-23T15:18:37.667Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-08-23T15:18:38.625Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-08-23T15:18:38.895Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-08-23T15:18:38.895Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-08-23T15:18:39.080Z] === RUN TestDockerSuite/TestBuildLabels [2021-08-23T15:18:39.354Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-08-23T15:18:40.038Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-08-23T15:18:41.561Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-08-23T15:18:42.262Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-08-23T15:18:48.599Z] === RUN TestDockerSuite/TestBuildLastModified [2021-08-23T15:18:48.600Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-08-23T15:18:48.600Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-08-23T15:18:48.600Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-08-23T15:18:49.054Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-08-23T15:18:49.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-08-23T15:18:50.015Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-08-23T15:18:52.272Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-08-23T15:18:55.874Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-08-23T15:19:13.503Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-08-23T15:19:13.503Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:19:13.503Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-08-23T15:19:13.503Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-08-23T15:19:19.503Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-08-23T15:19:19.503Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-08-23T15:19:19.503Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:19:19.503Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-08-23T15:19:49.144Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-08-23T15:20:01.476Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-08-23T15:20:04.355Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-08-23T15:20:04.355Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-08-23T15:20:04.355Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:20:04.355Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-08-23T15:20:08.526Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-08-23T15:20:15.563Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-08-23T15:20:19.867Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-08-23T15:20:19.867Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-08-23T15:20:19.867Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-08-23T15:20:21.331Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-08-23T15:20:37.536Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-08-23T15:20:38.955Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-08-23T15:20:38.955Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:20:38.955Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-08-23T15:20:45.993Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-08-23T15:20:45.993Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-08-23T15:20:45.993Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:20:45.993Z] === RUN TestDockerSuite/TestBuildNetNone [2021-08-23T15:20:45.993Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:20:45.993Z] === RUN TestDockerSuite/TestBuildNoContext [2021-08-23T15:20:47.844Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-08-23T15:20:49.718Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-08-23T15:20:54.381Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-08-23T15:20:57.302Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-08-23T15:20:57.302Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-08-23T15:20:57.302Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-08-23T15:20:58.152Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-08-23T15:21:00.197Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-08-23T15:21:01.159Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-08-23T15:21:02.684Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-08-23T15:21:12.961Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-08-23T15:21:13.921Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-08-23T15:21:16.450Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-08-23T15:21:16.450Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-08-23T15:21:16.908Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-08-23T15:21:24.205Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-08-23T15:21:28.083Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-08-23T15:21:28.868Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-08-23T15:21:34.590Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-08-23T15:21:35.906Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-08-23T15:21:38.394Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-08-23T15:21:40.571Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-08-23T15:21:41.659Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-08-23T15:21:45.233Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-08-23T15:21:46.201Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-08-23T15:21:46.201Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:21:46.201Z] === RUN TestDockerSuite/TestBuildPATH [2021-08-23T15:21:46.201Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:21:46.201Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-08-23T15:21:48.365Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-08-23T15:21:48.366Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:21:48.366Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-08-23T15:21:48.711Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-08-23T15:21:54.073Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-08-23T15:22:29.762Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-08-23T15:22:30.815Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-08-23T15:22:42.139Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-08-23T15:22:49.211Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-08-23T15:22:51.864Z] === RUN TestDockerSuite/TestBuildRm [2021-08-23T15:23:02.144Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-08-23T15:23:05.029Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-08-23T15:23:05.029Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:23:05.029Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-08-23T15:23:05.029Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:23:05.484Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-08-23T15:23:07.010Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-08-23T15:23:10.724Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-08-23T15:23:14.731Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-08-23T15:23:14.731Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-08-23T15:23:14.731Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-08-23T15:23:14.731Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-08-23T15:23:15.386Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-08-23T15:23:15.700Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-08-23T15:23:19.427Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-08-23T15:23:21.159Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnv [2021-08-23T15:23:29.752Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-08-23T15:23:29.752Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-08-23T15:23:29.752Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-08-23T15:23:29.752Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-08-23T15:23:29.752Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:23:29.752Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-08-23T15:23:33.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-08-23T15:23:33.478Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:23:33.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-08-23T15:23:33.478Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:23:33.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-08-23T15:23:33.478Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:23:33.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-08-23T15:23:34.444Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-08-23T15:23:38.811Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-08-23T15:23:38.811Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-08-23T15:23:38.811Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-08-23T15:23:39.126Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-08-23T15:23:49.097Z] === RUN TestDockerSuite/TestBuildSpaces [2021-08-23T15:23:49.553Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-08-23T15:23:53.932Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildExpose [2021-08-23T15:23:53.932Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-08-23T15:23:53.932Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-08-23T15:23:53.932Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-08-23T15:23:53.932Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:23:53.932Z] === RUN TestDockerSuite/TestBuildFails [2021-08-23T15:23:54.217Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-08-23T15:23:54.217Z] === RUN TestDockerSuite/TestBuildStderr [2021-08-23T15:23:56.834Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-08-23T15:23:56.834Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-08-23T15:23:57.933Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-08-23T15:24:03.899Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-08-23T15:24:09.701Z] === RUN TestDockerSuite/TestBuildForceRm [2021-08-23T15:24:16.762Z] === RUN TestDockerSuite/TestBuildFromGit [2021-08-23T15:24:18.976Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-08-23T15:24:18.976Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:24:18.976Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-08-23T15:24:21.139Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-08-23T15:24:22.549Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-08-23T15:24:22.674Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-08-23T15:24:24.081Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-08-23T15:24:27.335Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-08-23T15:24:28.770Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-08-23T15:24:28.770Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:24:29.228Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-08-23T15:24:30.194Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-08-23T15:24:30.652Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-08-23T15:24:30.652Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:24:30.652Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-08-23T15:24:31.996Z] === RUN TestDockerSuite/TestBuildUser [2021-08-23T15:24:31.996Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:24:31.996Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-08-23T15:24:31.996Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:24:31.996Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-08-23T15:24:31.996Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:24:31.996Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-08-23T15:24:35.708Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-08-23T15:24:36.163Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-08-23T15:24:39.052Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-08-23T15:24:39.052Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:24:39.052Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-08-23T15:24:39.052Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:24:39.052Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-08-23T15:24:39.213Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-08-23T15:24:39.213Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:24:39.213Z] === RUN TestDockerSuite/TestBuildHistory [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-08-23T15:24:45.667Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-08-23T15:24:45.667Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-08-23T15:24:45.667Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-08-23T15:24:45.667Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-08-23T15:24:48.570Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnv [2021-08-23T15:24:53.256Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-08-23T15:24:53.256Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-08-23T15:24:53.256Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-08-23T15:24:53.256Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-08-23T15:24:53.256Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:24:53.256Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-08-23T15:24:54.004Z] === RUN TestDockerSuite/TestBuildIidFile [2021-08-23T15:24:54.004Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-08-23T15:24:55.534Z] === RUN TestDockerSuite/TestBuildInheritance [2021-08-23T15:24:55.534Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:24:55.534Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-08-23T15:24:56.494Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-08-23T15:24:56.494Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-08-23T15:24:56.990Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-08-23T15:24:56.990Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:24:56.990Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-08-23T15:24:56.990Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:24:56.990Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-08-23T15:24:56.990Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:24:56.990Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-08-23T15:24:57.449Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-08-23T15:25:01.161Z] === RUN TestDockerSuite/TestBuildLabel [2021-08-23T15:25:02.121Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-08-23T15:25:02.139Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-08-23T15:25:03.081Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-08-23T15:25:04.041Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-08-23T15:25:04.131Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-08-23T15:25:04.131Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-08-23T15:25:05.001Z] === RUN TestDockerSuite/TestBuildLabels [2021-08-23T15:25:05.960Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-08-23T15:25:08.124Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-08-23T15:25:12.664Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLastModified [2021-08-23T15:25:15.164Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-08-23T15:25:15.164Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-08-23T15:25:15.164Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-08-23T15:25:16.124Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-08-23T15:25:16.585Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-08-23T15:25:16.963Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildExpose [2021-08-23T15:25:16.963Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-08-23T15:25:16.963Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-08-23T15:25:16.963Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-08-23T15:25:16.963Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:25:16.963Z] === RUN TestDockerSuite/TestBuildFails [2021-08-23T15:25:17.331Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-08-23T15:25:17.331Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:25:17.331Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-08-23T15:25:17.331Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:25:17.331Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-08-23T15:25:17.930Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-08-23T15:25:17.930Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-08-23T15:25:20.221Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-08-23T15:25:20.221Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:25:20.221Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-08-23T15:25:22.346Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-08-23T15:25:23.718Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-08-23T15:25:28.405Z] === RUN TestDockerSuite/TestBuildForceRm [2021-08-23T15:25:30.510Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-08-23T15:25:34.197Z] === RUN TestDockerSuite/TestBuildFromGit [2021-08-23T15:25:34.228Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-08-23T15:25:34.683Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-08-23T15:25:38.883Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-08-23T15:25:39.341Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-08-23T15:25:40.001Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-08-23T15:25:40.001Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:25:40.001Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-08-23T15:25:40.960Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-08-23T15:25:44.036Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-08-23T15:25:44.036Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:25:44.036Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-08-23T15:25:45.004Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-08-23T15:25:45.462Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-08-23T15:25:45.462Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:25:45.462Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-08-23T15:25:49.453Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-08-23T15:25:49.454Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:25:49.454Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-08-23T15:25:49.454Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:25:49.454Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-08-23T15:25:49.454Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:25:49.454Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-08-23T15:25:50.416Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-08-23T15:25:54.029Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-08-23T15:25:54.030Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:25:54.030Z] === RUN TestDockerSuite/TestBuildHistory [2021-08-23T15:25:57.462Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-08-23T15:25:59.623Z] === RUN TestDockerSuite/TestBuildXZHost [2021-08-23T15:25:59.623Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:26:00.078Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-08-23T15:26:00.078Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:26:00.078Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-08-23T15:26:00.078Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:26:00.078Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-08-23T15:26:02.241Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-08-23T15:26:02.596Z] === RUN TestDockerSuite/TestBuildIidFile [2021-08-23T15:26:03.565Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-08-23T15:26:05.742Z] === RUN TestDockerSuite/TestBuildInheritance [2021-08-23T15:26:05.742Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:26:05.742Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-08-23T15:26:06.201Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-08-23T15:26:06.201Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-08-23T15:26:06.915Z] === RUN TestDockerSuite/TestCommitChange [2021-08-23T15:26:11.577Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-08-23T15:26:14.767Z] === RUN TestDockerSuite/TestBuildLabel [2021-08-23T15:26:15.735Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-08-23T15:26:16.243Z] === RUN TestDockerSuite/TestCommitHardlink [2021-08-23T15:26:16.243Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:26:16.243Z] === RUN TestDockerSuite/TestCommitNewFile [2021-08-23T15:26:16.703Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-08-23T15:26:17.162Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-08-23T15:26:18.129Z] === RUN TestDockerSuite/TestBuildLabels [2021-08-23T15:26:19.095Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-08-23T15:26:20.631Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-08-23T15:26:23.441Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-08-23T15:26:24.809Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-08-23T15:26:24.809Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:26:24.809Z] === RUN TestDockerSuite/TestCommitTTY [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLastModified [2021-08-23T15:26:26.424Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-08-23T15:26:26.424Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-08-23T15:26:26.424Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-08-23T15:26:26.884Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-08-23T15:26:27.343Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-08-23T15:26:31.862Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-08-23T15:26:32.029Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-08-23T15:26:36.527Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-08-23T15:26:36.527Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-08-23T15:26:36.527Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-08-23T15:26:36.527Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-08-23T15:26:36.527Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-08-23T15:26:36.527Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-08-23T15:26:36.527Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-08-23T15:26:36.527Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-08-23T15:26:38.219Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-08-23T15:26:43.565Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-08-23T15:26:43.979Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-08-23T15:26:52.101Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-08-23T15:26:52.101Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:26:52.101Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-08-23T15:26:52.519Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-08-23T15:26:53.625Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-08-23T15:26:53.625Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:26:53.625Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-08-23T15:26:53.625Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:26:53.625Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-08-23T15:26:53.625Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:26:53.625Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-08-23T15:26:56.559Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-08-23T15:26:56.559Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:26:56.559Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-08-23T15:26:56.559Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-08-23T15:26:57.167Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-08-23T15:26:57.167Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:26:57.167Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-08-23T15:26:57.180Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-08-23T15:26:58.135Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-08-23T15:26:59.445Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-08-23T15:26:59.445Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-08-23T15:26:59.445Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:26:59.445Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-08-23T15:26:59.445Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:26:59.445Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-08-23T15:26:59.445Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:26:59.445Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-08-23T15:27:02.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-08-23T15:27:04.500Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-08-23T15:27:06.663Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-08-23T15:27:07.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-08-23T15:27:07.118Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:27:07.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-08-23T15:27:09.282Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-08-23T15:27:09.282Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-08-23T15:27:12.170Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-08-23T15:27:12.170Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:27:12.170Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-08-23T15:27:12.170Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:27:12.170Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-08-23T15:27:14.333Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-08-23T15:27:14.333Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-08-23T15:27:16.496Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-08-23T15:27:16.496Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:27:16.496Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-08-23T15:27:18.224Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-08-23T15:27:18.224Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:27:18.224Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-08-23T15:27:19.517Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-08-23T15:27:19.517Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-08-23T15:27:22.400Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-08-23T15:27:24.179Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-08-23T15:27:24.633Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-08-23T15:27:24.633Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:27:24.633Z] === RUN TestDockerSuite/TestBuildNetNone [2021-08-23T15:27:24.633Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:27:24.633Z] === RUN TestDockerSuite/TestBuildNoContext [2021-08-23T15:27:27.063Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-08-23T15:27:28.143Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-08-23T15:27:28.343Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-08-23T15:27:30.784Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-08-23T15:27:30.784Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-08-23T15:27:30.784Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-08-23T15:27:30.784Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-08-23T15:27:30.784Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-08-23T15:27:32.945Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-08-23T15:27:32.945Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:27:32.945Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-08-23T15:27:33.004Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-08-23T15:27:35.164Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-08-23T15:27:35.623Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-08-23T15:27:35.623Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-08-23T15:27:35.830Z] === RUN TestDockerSuite/TestContainerAPITop [2021-08-23T15:27:35.831Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:27:35.831Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-08-23T15:27:37.356Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-08-23T15:27:37.356Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-08-23T15:27:38.505Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-08-23T15:27:39.464Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-08-23T15:27:40.991Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-08-23T15:27:42.028Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-08-23T15:27:42.946Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-08-23T15:27:44.191Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-08-23T15:27:44.191Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-08-23T15:27:44.191Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-08-23T15:27:44.191Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-08-23T15:27:44.191Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:27:44.191Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-08-23T15:27:46.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-08-23T15:27:46.355Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-08-23T15:27:46.678Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-08-23T15:27:48.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-08-23T15:27:51.273Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-08-23T15:27:51.406Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-08-23T15:27:52.459Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-08-23T15:27:52.797Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-08-23T15:27:53.569Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-08-23T15:27:56.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a6870_} [2021-08-23T15:27:57.139Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-08-23T15:27:59.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1592911630_c:\foo_false____} [2021-08-23T15:28:01.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1592911630_c:\foo_true____} [2021-08-23T15:28:03.068Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-08-23T15:28:04.392Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-08-23T15:28:04.392Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.392Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-08-23T15:28:04.392Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.847Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-08-23T15:28:04.847Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.847Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-08-23T15:28:04.847Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.847Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-08-23T15:28:04.847Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:28:04.847Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-08-23T15:28:06.784Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-08-23T15:28:07.743Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-08-23T15:28:07.743Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-08-23T15:28:07.743Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:28:07.743Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-08-23T15:28:10.629Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-08-23T15:28:10.629Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-08-23T15:28:10.629Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:28:10.629Z] === RUN TestDockerSuite/TestCpRelativePath [2021-08-23T15:28:11.934Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-08-23T15:28:11.934Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:28:11.934Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-08-23T15:28:13.520Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-08-23T15:28:13.520Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:28:13.520Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-08-23T15:28:13.520Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:28:13.520Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-08-23T15:28:13.520Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:28:13.520Z] === RUN TestDockerSuite/TestCpToCaseA [2021-08-23T15:28:15.311Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-08-23T15:28:17.717Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-08-23T15:28:17.717Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-08-23T15:28:17.717Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:28:17.717Z] === RUN TestDockerSuite/TestBuildNetNone [2021-08-23T15:28:17.717Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:28:17.717Z] === RUN TestDockerSuite/TestBuildNoContext [2021-08-23T15:28:19.292Z] === RUN TestDockerSuite/TestCpToCaseB [2021-08-23T15:28:19.891Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-08-23T15:28:19.970Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-08-23T15:28:21.462Z] === RUN TestDockerSuite/TestCpToCaseC [2021-08-23T15:28:21.462Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:28:21.462Z] === RUN TestDockerSuite/TestCpToCaseD [2021-08-23T15:28:21.462Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:28:21.462Z] === RUN TestDockerSuite/TestCpToCaseE [2021-08-23T15:28:23.621Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-08-23T15:28:23.678Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-08-23T15:28:25.202Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-08-23T15:28:25.202Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:28:25.202Z] === RUN TestDockerSuite/TestBuildPATH [2021-08-23T15:28:25.202Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:28:25.202Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-08-23T15:28:25.794Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-08-23T15:28:26.252Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-08-23T15:28:26.710Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-08-23T15:28:27.366Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-08-23T15:28:27.366Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:28:27.366Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-08-23T15:28:29.609Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-08-23T15:28:30.067Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-08-23T15:28:31.602Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-08-23T15:28:31.747Z] === RUN TestDockerSuite/TestCpToCaseF [2021-08-23T15:28:31.747Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:28:31.747Z] === RUN TestDockerSuite/TestCpToCaseG [2021-08-23T15:28:31.747Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:28:31.747Z] === RUN TestDockerSuite/TestCpToCaseH [2021-08-23T15:28:42.032Z] === RUN TestDockerSuite/TestCpToCaseI [2021-08-23T15:28:42.032Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:28:42.032Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-08-23T15:28:42.032Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:28:42.032Z] === RUN TestDockerSuite/TestCpToDot [2021-08-23T15:28:44.194Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-08-23T15:28:44.194Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:28:44.194Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-08-23T15:28:44.194Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:28:44.194Z] === RUN TestDockerSuite/TestCpToStdout [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-08-23T15:28:47.081Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-08-23T15:28:47.081Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-08-23T15:28:47.081Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCpVolumePath [2021-08-23T15:28:47.081Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-08-23T15:28:47.081Z] === RUN TestDockerSuite/TestCreateArgs [2021-08-23T15:28:47.536Z] === RUN TestDockerSuite/TestCreateByImageID [2021-08-23T15:28:49.276Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-08-23T15:28:49.705Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-08-23T15:28:49.734Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-08-23T15:28:51.866Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-08-23T15:28:52.322Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-08-23T15:28:52.322Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-08-23T15:28:54.487Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-08-23T15:28:55.449Z] === RUN TestDockerSuite/TestCreateLabels [2021-08-23T15:28:55.449Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-08-23T15:28:55.449Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:28:55.449Z] === RUN TestDockerSuite/TestCreateRM [2021-08-23T15:28:55.910Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-08-23T15:28:55.910Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:28:55.910Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-08-23T15:28:56.365Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-08-23T15:28:56.821Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-08-23T15:28:58.290Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-08-23T15:29:01.191Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-08-23T15:29:05.362Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-08-23T15:29:05.362Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-08-23T15:29:05.817Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-08-23T15:29:08.284Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-08-23T15:29:09.530Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-08-23T15:29:09.986Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-08-23T15:29:09.986Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:29:09.986Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-08-23T15:29:12.880Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDevicePermissions [2021-08-23T15:29:12.880Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDockerFails [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-08-23T15:29:12.880Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-08-23T15:29:12.880Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-08-23T15:29:12.880Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestEventsAttach [2021-08-23T15:29:12.880Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestEventsCommit [2021-08-23T15:29:12.880Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:29:12.880Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-08-23T15:29:12.968Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-08-23T15:29:15.780Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-08-23T15:29:16.696Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-08-23T15:29:17.661Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-08-23T15:29:17.661Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:29:17.661Z] === RUN TestDockerSuite/TestBuildPATH [2021-08-23T15:29:17.661Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:29:17.982Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-08-23T15:29:18.118Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-08-23T15:29:18.676Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-08-23T15:29:19.653Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-08-23T15:29:19.653Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:29:19.653Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-08-23T15:29:21.567Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-08-23T15:29:30.099Z] === RUN TestDockerSuite/TestEventsCopy [2021-08-23T15:29:32.737Z] === RUN TestDockerSuite/TestBuildRm [2021-08-23T15:29:34.755Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-08-23T15:29:40.517Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-08-23T15:29:42.674Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-08-23T15:29:43.011Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-08-23T15:29:43.632Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-08-23T15:29:45.894Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-08-23T15:29:45.894Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:29:45.894Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-08-23T15:29:45.894Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:29:46.350Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-08-23T15:29:47.879Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-08-23T15:29:48.287Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-08-23T15:29:49.249Z] === RUN TestDockerSuite/TestEventsFilterType [2021-08-23T15:29:50.207Z] === RUN TestDockerSuite/TestEventsFilters [2021-08-23T15:29:52.541Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-08-23T15:29:55.962Z] === RUN TestDockerSuite/TestEventsFormat [2021-08-23T15:29:56.253Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-08-23T15:30:00.936Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsImageImport [2021-08-23T15:30:01.716Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-08-23T15:30:01.716Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsImagePull [2021-08-23T15:30:01.716Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:30:01.716Z] === RUN TestDockerSuite/TestEventsImageTag [2021-08-23T15:30:02.153Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-08-23T15:30:02.170Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-08-23T15:30:02.170Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:30:02.624Z] === RUN TestDockerSuite/TestEventsRename [2021-08-23T15:30:04.782Z] === RUN TestDockerSuite/TestEventsResize [2021-08-23T15:30:13.305Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-08-23T15:30:16.190Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-08-23T15:30:18.349Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-08-23T15:30:18.583Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-08-23T15:30:18.583Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-08-23T15:30:19.038Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-08-23T15:30:24.111Z] === RUN TestDockerSuite/TestEventsTop [2021-08-23T15:30:24.111Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:30:24.111Z] === RUN TestDockerSuite/TestEventsUntag [2021-08-23T15:30:26.274Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-08-23T15:30:27.344Z] === RUN TestDockerSuite/TestBuildRm [2021-08-23T15:30:29.317Z] === RUN TestDockerSuite/TestBuildSpaces [2021-08-23T15:30:29.317Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-08-23T15:30:30.932Z] === RUN TestDockerSuite/TestExec [2021-08-23T15:30:30.932Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:30:30.932Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-08-23T15:30:30.932Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:30:30.932Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-08-23T15:30:33.030Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-08-23T15:30:33.030Z] === RUN TestDockerSuite/TestBuildStderr [2021-08-23T15:30:33.093Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-08-23T15:30:35.253Z] === RUN TestDockerSuite/TestExecAPIStart [2021-08-23T15:30:35.253Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:30:35.253Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-08-23T15:30:35.253Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:30:35.253Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-08-23T15:30:35.253Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:30:35.253Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-08-23T15:30:35.906Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-08-23T15:30:36.746Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-08-23T15:30:37.410Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-08-23T15:30:38.803Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-08-23T15:30:38.803Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:30:38.803Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-08-23T15:30:38.803Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:30:38.803Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-08-23T15:30:39.604Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-08-23T15:30:40.337Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-08-23T15:30:41.763Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-08-23T15:30:43.237Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-08-23T15:30:43.928Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-08-23T15:30:46.134Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-08-23T15:30:49.684Z] === RUN TestDockerSuite/TestExecCgroup [2021-08-23T15:30:49.684Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:30:49.684Z] === RUN TestDockerSuite/TestExecEnv [2021-08-23T15:30:49.684Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:30:49.684Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-08-23T15:30:49.684Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:30:49.684Z] === RUN TestDockerSuite/TestExecExitStatus [2021-08-23T15:30:49.859Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-08-23T15:30:51.205Z] === RUN TestDockerSuite/TestExecInspectID [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecInteractive [2021-08-23T15:30:55.865Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-08-23T15:30:55.865Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecParseError [2021-08-23T15:30:55.865Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-08-23T15:30:55.865Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-08-23T15:30:55.865Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:30:55.865Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-08-23T15:30:57.773Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-08-23T15:30:57.773Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:30:57.773Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-08-23T15:30:58.735Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecSetEnv [2021-08-23T15:30:58.749Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecStartFails [2021-08-23T15:30:58.749Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-08-23T15:30:58.749Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-08-23T15:30:58.749Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-08-23T15:30:58.749Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:30:58.749Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-08-23T15:31:00.258Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-08-23T15:31:00.906Z] === RUN TestDockerSuite/TestExecUlimits [2021-08-23T15:31:00.906Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:31:00.906Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-08-23T15:31:04.652Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-08-23T15:31:04.652Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-08-23T15:31:04.652Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-08-23T15:31:04.915Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-08-23T15:31:06.689Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-08-23T15:31:06.689Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:31:06.689Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-08-23T15:31:06.689Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:31:06.689Z] === RUN TestDockerSuite/TestExecWithUser [2021-08-23T15:31:06.689Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:31:06.689Z] === RUN TestDockerSuite/TestGetContainerStats [2021-08-23T15:31:09.576Z] === RUN TestDockerSuite/TestBuildUser [2021-08-23T15:31:09.576Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:31:09.576Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-08-23T15:31:09.576Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:31:09.576Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-08-23T15:31:09.576Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:31:09.576Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-08-23T15:31:13.207Z] === RUN TestDockerSuite/TestBuildSpaces [2021-08-23T15:31:13.207Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-08-23T15:31:13.721Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-08-23T15:31:14.371Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-08-23T15:31:14.371Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-08-23T15:31:18.008Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-08-23T15:31:18.008Z] === RUN TestDockerSuite/TestBuildStderr [2021-08-23T15:31:18.083Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-08-23T15:31:18.083Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:31:18.083Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-08-23T15:31:18.083Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:31:18.083Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-08-23T15:31:19.595Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-08-23T15:31:21.736Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-08-23T15:31:22.478Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-08-23T15:31:28.240Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-08-23T15:31:28.240Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:31:28.240Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-08-23T15:31:28.240Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-08-23T15:31:28.696Z] === RUN TestDockerSuite/TestHealth [2021-08-23T15:31:28.696Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:31:28.696Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-08-23T15:31:28.696Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-08-23T15:31:28.696Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-08-23T15:31:28.696Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-08-23T15:31:34.457Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-08-23T15:31:34.457Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-08-23T15:31:34.458Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:31:34.458Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-08-23T15:31:34.458Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-08-23T15:31:34.458Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-08-23T15:31:34.458Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-08-23T15:31:35.423Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-08-23T15:31:35.423Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:31:35.423Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-08-23T15:31:36.381Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-08-23T15:31:36.381Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-08-23T15:31:38.543Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-08-23T15:31:38.543Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-08-23T15:31:39.404Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-08-23T15:31:39.404Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:31:39.404Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-08-23T15:31:40.938Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-08-23T15:31:41.425Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-08-23T15:31:41.904Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-08-23T15:31:43.200Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-08-23T15:31:43.200Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-08-23T15:31:44.309Z] === RUN TestDockerSuite/TestImagesFormat [2021-08-23T15:31:44.309Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-08-23T15:31:44.309Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:31:44.309Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-08-23T15:31:45.632Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-08-23T15:31:48.967Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-08-23T15:31:48.968Z] === RUN TestDockerSuite/TestImportBadURL [2021-08-23T15:31:50.313Z] === RUN TestDockerSuite/TestBuildUser [2021-08-23T15:31:50.313Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:31:50.313Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-08-23T15:31:50.313Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:31:50.313Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-08-23T15:31:50.313Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:31:50.313Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportDisplay [2021-08-23T15:31:51.130Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportFile [2021-08-23T15:31:51.130Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-08-23T15:31:51.130Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportGzipped [2021-08-23T15:31:51.130Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-08-23T15:31:51.130Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-08-23T15:31:51.130Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-08-23T15:31:51.130Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-08-23T15:31:51.130Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-08-23T15:31:51.130Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-08-23T15:31:51.130Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:31:51.130Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-08-23T15:31:51.729Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-08-23T15:31:54.013Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-08-23T15:31:54.039Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-08-23T15:31:54.497Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-08-23T15:31:56.893Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-08-23T15:31:56.893Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:31:56.893Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-08-23T15:31:56.893Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:31:56.893Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-08-23T15:31:56.893Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-08-23T15:31:56.893Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:31:56.893Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-08-23T15:31:57.396Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-08-23T15:31:57.396Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:31:57.396Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-08-23T15:31:57.396Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:31:57.396Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-08-23T15:31:57.489Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-08-23T15:31:57.489Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:31:57.489Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-08-23T15:31:57.489Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:31:57.489Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-08-23T15:31:59.779Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-08-23T15:31:59.779Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-08-23T15:32:00.374Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-08-23T15:32:00.374Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:32:00.374Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-08-23T15:32:01.946Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-08-23T15:32:01.946Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:32:01.946Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-08-23T15:32:01.946Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:32:01.946Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-08-23T15:32:01.946Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:32:01.946Z] === RUN TestDockerSuite/TestInspectDefault [2021-08-23T15:32:04.838Z] === RUN TestDockerSuite/TestInspectHistory [2021-08-23T15:32:09.496Z] === RUN TestDockerSuite/TestInspectImage [2021-08-23T15:32:09.496Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:32:09.496Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-08-23T15:32:09.496Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:32:09.496Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-08-23T15:32:09.496Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:32:09.496Z] === RUN TestDockerSuite/TestInspectInt64 [2021-08-23T15:32:10.651Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-08-23T15:32:11.656Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-08-23T15:32:13.816Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-08-23T15:32:14.270Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-08-23T15:32:15.309Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-08-23T15:32:15.309Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-08-23T15:32:17.151Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-08-23T15:32:18.472Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-08-23T15:32:18.472Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-08-23T15:32:19.310Z] === RUN TestDockerSuite/TestInspectPlugin [2021-08-23T15:32:19.310Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:32:19.310Z] === RUN TestDockerSuite/TestInspectRootFS [2021-08-23T15:32:19.310Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-08-23T15:32:21.468Z] === RUN TestDockerSuite/TestInspectStatus [2021-08-23T15:32:24.259Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-08-23T15:32:25.175Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-08-23T15:32:28.946Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-08-23T15:32:28.946Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:32:28.946Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-08-23T15:32:28.946Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:32:28.946Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-08-23T15:32:29.841Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-08-23T15:32:30.066Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-08-23T15:32:30.066Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:32:30.066Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-08-23T15:32:30.066Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:32:30.066Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-08-23T15:32:30.066Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:32:30.066Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-08-23T15:32:31.364Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-08-23T15:32:31.590Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-08-23T15:32:31.843Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-08-23T15:32:31.843Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:32:31.843Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-08-23T15:32:34.247Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-08-23T15:32:36.408Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-08-23T15:32:38.633Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-08-23T15:32:39.289Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-08-23T15:32:40.800Z] === RUN TestDockerSuite/TestBuildXZHost [2021-08-23T15:32:40.800Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:32:41.268Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-08-23T15:32:41.268Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:32:41.268Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-08-23T15:32:41.268Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:32:41.268Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-08-23T15:32:42.153Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-08-23T15:32:42.168Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-08-23T15:32:43.426Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-08-23T15:32:44.328Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-08-23T15:32:44.328Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-08-23T15:32:44.328Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.328Z] === RUN TestDockerSuite/TestLinksEnvs [2021-08-23T15:32:44.328Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.328Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-08-23T15:32:44.328Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.328Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-08-23T15:32:44.328Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-08-23T15:32:44.782Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-08-23T15:32:44.782Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-08-23T15:32:44.782Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-08-23T15:32:44.782Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-08-23T15:32:45.053Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-08-23T15:32:45.510Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-08-23T15:32:46.943Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-08-23T15:32:48.100Z] === RUN TestDockerSuite/TestCommitChange [2021-08-23T15:32:49.102Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-08-23T15:32:53.866Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-08-23T15:32:54.860Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-08-23T15:32:57.577Z] === RUN TestDockerSuite/TestCommitHardlink [2021-08-23T15:32:57.577Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:32:57.577Z] === RUN TestDockerSuite/TestCommitNewFile [2021-08-23T15:32:57.745Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-08-23T15:32:57.745Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:32:57.745Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-08-23T15:32:59.903Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-08-23T15:32:59.903Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-08-23T15:33:04.611Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-08-23T15:33:04.611Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:33:04.611Z] === RUN TestDockerSuite/TestCommitTTY [2021-08-23T15:33:05.665Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-08-23T15:33:06.581Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-08-23T15:33:06.581Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:33:06.581Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-08-23T15:33:06.581Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:33:06.581Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-08-23T15:33:06.581Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:33:06.581Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-08-23T15:33:08.115Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-08-23T15:33:11.430Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-08-23T15:33:13.134Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-08-23T15:33:15.179Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-08-23T15:33:16.712Z] === RUN TestDockerSuite/TestBuildXZHost [2021-08-23T15:33:16.712Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:33:16.712Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-08-23T15:33:16.712Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:33:16.846Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-08-23T15:33:16.846Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:33:16.846Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-08-23T15:33:16.846Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:33:16.846Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-08-23T15:33:16.846Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:33:16.846Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-08-23T15:33:16.846Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:33:17.169Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-08-23T15:33:17.170Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:33:17.170Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-08-23T15:33:17.190Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-08-23T15:33:17.300Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-08-23T15:33:17.300Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:33:17.300Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-08-23T15:33:17.300Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:33:17.300Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-08-23T15:33:17.300Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:33:17.300Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-08-23T15:33:17.300Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-08-23T15:33:18.705Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-08-23T15:33:20.070Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-08-23T15:33:22.433Z] === RUN TestDockerSuite/TestCommitChange [2021-08-23T15:33:22.960Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-08-23T15:33:22.960Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:33:22.960Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-08-23T15:33:24.345Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-08-23T15:33:25.126Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-08-23T15:33:27.112Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-08-23T15:33:28.011Z] === RUN TestDockerSuite/TestLogsSince [2021-08-23T15:33:30.839Z] === RUN TestDockerSuite/TestCommitHardlink [2021-08-23T15:33:30.839Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:33:30.839Z] === RUN TestDockerSuite/TestCommitNewFile [2021-08-23T15:33:32.875Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-08-23T15:33:32.875Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:33:32.875Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-08-23T15:33:35.043Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-08-23T15:33:35.043Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:33:35.043Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-08-23T15:33:35.043Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:33:35.043Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-08-23T15:33:35.043Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:33:35.043Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-08-23T15:33:36.622Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-08-23T15:33:36.622Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:33:36.623Z] === RUN TestDockerSuite/TestCommitTTY [2021-08-23T15:33:37.929Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-08-23T15:33:37.929Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:33:37.929Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-08-23T15:33:37.930Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-08-23T15:33:38.290Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-08-23T15:33:38.290Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:33:38.290Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-08-23T15:33:38.290Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:33:38.290Z] === RUN TestDockerSuite/TestLogsTail [2021-08-23T15:33:40.815Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-08-23T15:33:40.815Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-08-23T15:33:40.815Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:33:40.815Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-08-23T15:33:40.815Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:33:40.815Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-08-23T15:33:40.815Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:33:40.815Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-08-23T15:33:41.175Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-08-23T15:33:43.697Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-08-23T15:33:44.069Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-08-23T15:33:46.580Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-08-23T15:33:46.924Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestMountIntoProc [2021-08-23T15:33:46.969Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestMountIntoSys [2021-08-23T15:33:46.969Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestNetHostname [2021-08-23T15:33:46.969Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-08-23T15:33:46.969Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-08-23T15:33:46.969Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-08-23T15:33:46.969Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginActive [2021-08-23T15:33:46.969Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-08-23T15:33:46.969Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-08-23T15:33:46.969Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-08-23T15:33:46.969Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-08-23T15:33:46.969Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-08-23T15:33:46.969Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-08-23T15:33:46.969Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-08-23T15:33:46.969Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-08-23T15:33:46.969Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPortHostBinding [2021-08-23T15:33:46.969Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPortList [2021-08-23T15:33:46.969Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:33:46.969Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-08-23T15:33:48.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-08-23T15:33:48.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-08-23T15:33:48.741Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:33:48.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-08-23T15:33:50.650Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-08-23T15:33:50.650Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-08-23T15:33:50.650Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-08-23T15:33:50.650Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-08-23T15:33:50.650Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-08-23T15:33:50.650Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-08-23T15:33:50.650Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-08-23T15:33:50.650Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-08-23T15:33:50.903Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-08-23T15:33:50.903Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-08-23T15:33:52.728Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-08-23T15:33:52.728Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:33:52.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-08-23T15:33:53.786Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-08-23T15:33:53.786Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:33:53.786Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-08-23T15:33:53.786Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:33:53.786Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-08-23T15:33:56.677Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-08-23T15:33:56.677Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-08-23T15:33:58.482Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-08-23T15:33:58.482Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:33:58.482Z] === RUN TestDockerSuite/TestPsByOrder [2021-08-23T15:33:58.840Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-08-23T15:33:58.840Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:33:58.840Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-08-23T15:34:01.725Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-08-23T15:34:02.180Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-08-23T15:34:03.018Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-08-23T15:34:05.065Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-08-23T15:34:07.004Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-08-23T15:34:07.004Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:34:07.004Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-08-23T15:34:09.726Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-08-23T15:34:13.329Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-08-23T15:34:13.329Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:34:13.329Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-08-23T15:34:13.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-08-23T15:34:13.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-08-23T15:34:13.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-08-23T15:34:13.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-08-23T15:34:13.440Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-08-23T15:34:13.786Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-08-23T15:34:13.786Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:34:13.786Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-08-23T15:34:13.786Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:34:13.786Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-08-23T15:34:13.786Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:34:13.786Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-08-23T15:34:15.536Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-08-23T15:34:15.599Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-08-23T15:34:15.599Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:34:15.599Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-08-23T15:34:18.483Z] === RUN TestDockerSuite/TestContainerAPITop [2021-08-23T15:34:18.483Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:34:18.483Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-08-23T15:34:20.647Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-08-23T15:34:20.647Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-08-23T15:34:20.850Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-08-23T15:34:20.851Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:34:20.851Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-08-23T15:34:20.851Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-08-23T15:34:23.023Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-08-23T15:34:23.023Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-08-23T15:34:23.023Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:34:23.023Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-08-23T15:34:23.023Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:34:23.023Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-08-23T15:34:23.023Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:34:23.023Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-08-23T15:34:25.196Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-08-23T15:34:25.309Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-08-23T15:34:26.729Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-08-23T15:34:27.468Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-08-23T15:34:27.468Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:34:27.468Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-08-23T15:34:27.468Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:34:27.468Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-08-23T15:34:27.468Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:34:27.468Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-08-23T15:34:27.468Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:34:27.922Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-08-23T15:34:27.922Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:34:27.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-08-23T15:34:28.924Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-08-23T15:34:28.924Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-08-23T15:34:28.924Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:34:28.924Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-08-23T15:34:29.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-08-23T15:34:29.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-08-23T15:34:31.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-08-23T15:34:31.096Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-08-23T15:34:32.332Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-08-23T15:34:32.634Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-08-23T15:34:32.634Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:34:32.634Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-08-23T15:34:32.634Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:34:32.634Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-08-23T15:34:33.160Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-08-23T15:34:33.160Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-08-23T15:34:33.160Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:34:33.160Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-08-23T15:34:34.805Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-08-23T15:34:34.805Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-08-23T15:34:35.217Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-08-23T15:34:36.978Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-08-23T15:34:36.978Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:34:36.978Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-08-23T15:34:37.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-08-23T15:34:39.152Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-08-23T15:34:39.152Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-08-23T15:34:40.271Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00054d968_} [2021-08-23T15:34:41.328Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-08-23T15:34:43.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1978445302_c:\foo_false____} [2021-08-23T15:34:43.430Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-08-23T15:34:45.070Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-08-23T15:34:45.320Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1978445302_c:\foo_true____} [2021-08-23T15:34:48.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-08-23T15:34:48.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-08-23T15:34:48.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-08-23T15:34:48.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-08-23T15:34:48.039Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-08-23T15:34:48.091Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-08-23T15:34:48.204Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-08-23T15:34:48.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-08-23T15:34:48.659Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-08-23T15:34:48.659Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-08-23T15:34:48.659Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-08-23T15:34:48.659Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-08-23T15:34:48.659Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:34:48.659Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-08-23T15:34:49.598Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-08-23T15:34:49.598Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:34:49.598Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-08-23T15:34:50.821Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-08-23T15:34:50.821Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-08-23T15:34:51.276Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-08-23T15:34:51.276Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.276Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-08-23T15:34:51.813Z] === RUN TestDockerSuite/TestContainerAPITop [2021-08-23T15:34:51.813Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:34:51.813Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-08-23T15:34:54.040Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-08-23T15:34:54.040Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-08-23T15:34:54.163Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-08-23T15:34:54.163Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-08-23T15:34:54.163Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:34:54.163Z] === RUN TestDockerSuite/TestCpRelativePath [2021-08-23T15:34:56.639Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-08-23T15:34:57.045Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-08-23T15:34:57.045Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:34:57.045Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-08-23T15:34:57.045Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:34:57.045Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-08-23T15:34:57.045Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:34:57.045Z] === RUN TestDockerSuite/TestCpToCaseA [2021-08-23T15:34:57.834Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-08-23T15:34:59.388Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-08-23T15:34:59.388Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-08-23T15:34:59.388Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-08-23T15:34:59.388Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-08-23T15:34:59.388Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:34:59.388Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-08-23T15:35:00.349Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-08-23T15:35:00.349Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:35:00.349Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-08-23T15:35:00.349Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:35:00.349Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-08-23T15:35:00.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-08-23T15:35:00.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-08-23T15:35:01.708Z] === RUN TestDockerSuite/TestCpToCaseB [2021-08-23T15:35:03.881Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-08-23T15:35:04.592Z] === RUN TestDockerSuite/TestCpToCaseC [2021-08-23T15:35:04.592Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:35:04.592Z] === RUN TestDockerSuite/TestCpToCaseD [2021-08-23T15:35:04.592Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:35:04.592Z] === RUN TestDockerSuite/TestCpToCaseE [2021-08-23T15:35:06.057Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-08-23T15:35:06.109Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-08-23T15:35:06.109Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:35:06.109Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-08-23T15:35:06.109Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:35:06.109Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-08-23T15:35:06.109Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:35:06.109Z] === RUN TestDockerSuite/TestPsRightTagName [2021-08-23T15:35:06.109Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:35:06.109Z] === RUN TestDockerSuite/TestPsShowMounts [2021-08-23T15:35:08.232Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-08-23T15:35:10.406Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005200_} [2021-08-23T15:35:13.147Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-08-23T15:35:13.147Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:35:13.147Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-08-23T15:35:14.672Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-08-23T15:35:14.672Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:35:14.672Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-08-23T15:35:14.871Z] === RUN TestDockerSuite/TestCpToCaseF [2021-08-23T15:35:14.871Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:35:14.871Z] === RUN TestDockerSuite/TestCpToCaseG [2021-08-23T15:35:14.871Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:35:14.871Z] === RUN TestDockerSuite/TestCpToCaseH [2021-08-23T15:35:15.629Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-08-23T15:35:16.587Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-08-23T15:35:16.587Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:35:16.587Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-08-23T15:35:17.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1218162710_c:\foo_false____} [2021-08-23T15:35:20.375Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1218162710_c:\foo_true____} [2021-08-23T15:35:21.248Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-08-23T15:35:25.151Z] === RUN TestDockerSuite/TestCpToCaseI [2021-08-23T15:35:25.151Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:35:25.151Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-08-23T15:35:25.151Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:35:25.151Z] === RUN TestDockerSuite/TestCpToDot [2021-08-23T15:35:25.903Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-08-23T15:35:27.442Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-08-23T15:35:27.443Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-08-23T15:35:27.443Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.443Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-08-23T15:35:27.443Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.901Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-08-23T15:35:27.901Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.901Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-08-23T15:35:27.901Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.901Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-08-23T15:35:27.901Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:35:27.901Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-08-23T15:35:28.038Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-08-23T15:35:28.038Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:35:28.038Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-08-23T15:35:28.038Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:35:28.038Z] === RUN TestDockerSuite/TestCpToStdout [2021-08-23T15:35:28.785Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-08-23T15:35:30.073Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-08-23T15:35:30.073Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-08-23T15:35:30.073Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.073Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-08-23T15:35:30.923Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-08-23T15:35:30.923Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-08-23T15:35:30.923Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCpVolumePath [2021-08-23T15:35:30.923Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-08-23T15:35:30.923Z] === RUN TestDockerSuite/TestCreateArgs [2021-08-23T15:35:31.378Z] === RUN TestDockerSuite/TestCreateByImageID [2021-08-23T15:35:32.246Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-08-23T15:35:32.246Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-08-23T15:35:32.246Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:35:32.246Z] === RUN TestDockerSuite/TestCpRelativePath [2021-08-23T15:35:33.539Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-08-23T15:35:34.420Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-08-23T15:35:34.420Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:35:34.420Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-08-23T15:35:34.420Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:35:34.420Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-08-23T15:35:34.420Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:35:34.420Z] === RUN TestDockerSuite/TestCpToCaseA [2021-08-23T15:35:36.428Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-08-23T15:35:36.428Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-08-23T15:35:36.882Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-08-23T15:35:38.150Z] === RUN TestDockerSuite/TestCpToCaseB [2021-08-23T15:35:39.174Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-08-23T15:35:39.629Z] === RUN TestDockerSuite/TestCreateLabels [2021-08-23T15:35:39.629Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-08-23T15:35:39.629Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:35:39.629Z] === RUN TestDockerSuite/TestCreateRM [2021-08-23T15:35:40.085Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-08-23T15:35:40.085Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:35:40.085Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-08-23T15:35:40.525Z] === RUN TestDockerSuite/TestCpToCaseC [2021-08-23T15:35:40.525Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:35:40.525Z] === RUN TestDockerSuite/TestCpToCaseD [2021-08-23T15:35:40.525Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:35:40.525Z] === RUN TestDockerSuite/TestCpToCaseE [2021-08-23T15:35:40.540Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-08-23T15:35:40.998Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-08-23T15:35:49.527Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-08-23T15:35:49.982Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-08-23T15:35:50.142Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-08-23T15:35:50.142Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:35:50.142Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-08-23T15:35:50.438Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-08-23T15:35:52.893Z] === RUN TestDockerSuite/TestCpToCaseF [2021-08-23T15:35:52.893Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:35:52.893Z] === RUN TestDockerSuite/TestCpToCaseG [2021-08-23T15:35:52.893Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:35:52.893Z] === RUN TestDockerSuite/TestCpToCaseH [2021-08-23T15:35:54.148Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-08-23T15:35:54.603Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-08-23T15:35:54.603Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:35:54.603Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-08-23T15:35:54.800Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-08-23T15:35:54.800Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-08-23T15:35:54.800Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-08-23T15:35:55.760Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-08-23T15:35:57.491Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDevicePermissions [2021-08-23T15:35:57.491Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.491Z] === RUN TestDockerSuite/TestDockerFails [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-08-23T15:35:57.945Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-08-23T15:35:57.945Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-08-23T15:35:57.945Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestEventsAttach [2021-08-23T15:35:57.945Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestEventsCommit [2021-08-23T15:35:57.945Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:35:57.945Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-08-23T15:36:00.838Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-08-23T15:36:01.521Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-08-23T15:36:03.725Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-08-23T15:36:06.187Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-08-23T15:36:06.187Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:36:06.187Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-08-23T15:36:06.610Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-08-23T15:36:07.689Z] === RUN TestDockerSuite/TestCpToCaseI [2021-08-23T15:36:07.689Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:36:07.689Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-08-23T15:36:07.689Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:36:07.689Z] === RUN TestDockerSuite/TestCpToDot [2021-08-23T15:36:08.150Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-08-23T15:36:08.150Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:36:08.150Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-08-23T15:36:08.150Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:36:08.150Z] === RUN TestDockerSuite/TestCpToStdout [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-08-23T15:36:10.323Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-08-23T15:36:10.323Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-08-23T15:36:10.323Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCpVolumePath [2021-08-23T15:36:10.323Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-08-23T15:36:10.323Z] === RUN TestDockerSuite/TestCreateArgs [2021-08-23T15:36:10.782Z] === RUN TestDockerSuite/TestCreateByImageID [2021-08-23T15:36:10.857Z] === RUN TestDockerSuite/TestRmiBlank [2021-08-23T15:36:10.857Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-08-23T15:36:10.857Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-08-23T15:36:12.958Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-08-23T15:36:14.491Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-08-23T15:36:14.950Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-08-23T15:36:14.950Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-08-23T15:36:16.484Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-08-23T15:36:16.888Z] === RUN TestDockerSuite/TestEventsCopy [2021-08-23T15:36:17.450Z] === RUN TestDockerSuite/TestCreateLabels [2021-08-23T15:36:17.450Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-08-23T15:36:17.450Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:36:17.450Z] === RUN TestDockerSuite/TestCreateRM [2021-08-23T15:36:17.909Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-08-23T15:36:17.909Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:36:17.909Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-08-23T15:36:17.909Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-08-23T15:36:18.367Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-08-23T15:36:20.601Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-08-23T15:36:25.612Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-08-23T15:36:26.362Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-08-23T15:36:27.773Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-08-23T15:36:27.890Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-08-23T15:36:28.733Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-08-23T15:36:28.849Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-08-23T15:36:33.512Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-08-23T15:36:34.472Z] === RUN TestDockerSuite/TestEventsFilterType [2021-08-23T15:36:35.431Z] === RUN TestDockerSuite/TestEventsFilters [2021-08-23T15:36:35.762Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-08-23T15:36:36.033Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-08-23T15:36:36.034Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-08-23T15:36:36.034Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-08-23T15:36:38.932Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-08-23T15:36:38.932Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-08-23T15:36:38.932Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:36:38.932Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-08-23T15:36:40.420Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-08-23T15:36:41.106Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDevicePermissions [2021-08-23T15:36:41.106Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDockerFails [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-08-23T15:36:41.106Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-08-23T15:36:41.106Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-08-23T15:36:41.106Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestEventsAttach [2021-08-23T15:36:41.106Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestEventsCommit [2021-08-23T15:36:41.106Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:36:41.106Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-08-23T15:36:41.194Z] === RUN TestDockerSuite/TestEventsFormat [2021-08-23T15:36:43.280Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-08-23T15:36:45.455Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsImageImport [2021-08-23T15:36:46.952Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-08-23T15:36:46.952Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsImagePull [2021-08-23T15:36:46.952Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:36:46.952Z] === RUN TestDockerSuite/TestEventsImageTag [2021-08-23T15:36:47.627Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-08-23T15:36:47.914Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-08-23T15:36:47.914Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:36:47.914Z] === RUN TestDockerSuite/TestEventsRename [2021-08-23T15:36:48.951Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-08-23T15:36:50.796Z] === RUN TestDockerSuite/TestEventsResize [2021-08-23T15:36:52.657Z] === RUN TestDockerSuite/TestRmiTag [2021-08-23T15:36:53.111Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-08-23T15:36:54.692Z] === RUN TestDockerSuite/TestEventsCopy [2021-08-23T15:36:55.992Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-08-23T15:36:58.423Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-08-23T15:36:59.331Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-08-23T15:37:01.491Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-08-23T15:37:03.114Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-08-23T15:37:03.655Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-08-23T15:37:05.289Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-08-23T15:37:06.254Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-08-23T15:37:09.154Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-08-23T15:37:09.417Z] === RUN TestDockerSuite/TestEventsTop [2021-08-23T15:37:09.417Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:37:09.417Z] === RUN TestDockerSuite/TestEventsUntag [2021-08-23T15:37:10.120Z] === RUN TestDockerSuite/TestEventsFilterType [2021-08-23T15:37:11.085Z] === RUN TestDockerSuite/TestEventsFilters [2021-08-23T15:37:11.577Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-08-23T15:37:13.611Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-08-23T15:37:15.137Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-08-23T15:37:15.765Z] === RUN TestDockerSuite/TestEventsFormat [2021-08-23T15:37:17.358Z] === RUN TestDockerSuite/TestExec [2021-08-23T15:37:17.358Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:37:17.358Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-08-23T15:37:17.358Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:37:17.358Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-08-23T15:37:18.890Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsImageImport [2021-08-23T15:37:19.491Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-08-23T15:37:19.491Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsImagePull [2021-08-23T15:37:19.491Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:37:19.491Z] === RUN TestDockerSuite/TestEventsImageTag [2021-08-23T15:37:19.790Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-08-23T15:37:21.024Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-08-23T15:37:21.024Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.024Z] === RUN TestDockerSuite/TestEventsRename [2021-08-23T15:37:21.065Z] === RUN TestDockerSuite/TestExecAPIStart [2021-08-23T15:37:21.066Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.066Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-08-23T15:37:21.066Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.066Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-08-23T15:37:21.066Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.066Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddHost [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-08-23T15:37:21.313Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:37:21.313Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-08-23T15:37:23.196Z] === RUN TestDockerSuite/TestEventsResize [2021-08-23T15:37:23.227Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-08-23T15:37:23.472Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-08-23T15:37:23.472Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:37:23.472Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-08-23T15:37:23.472Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:37:23.472Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-08-23T15:37:26.112Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-08-23T15:37:27.638Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-08-23T15:37:28.132Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-08-23T15:37:30.261Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-08-23T15:37:30.523Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-08-23T15:37:31.015Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-08-23T15:37:32.437Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-08-23T15:37:33.897Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-08-23T15:37:34.611Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-08-23T15:37:35.187Z] === RUN TestDockerSuite/TestExecCgroup [2021-08-23T15:37:35.187Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:37:35.187Z] === RUN TestDockerSuite/TestExecEnv [2021-08-23T15:37:35.187Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:37:35.187Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-08-23T15:37:35.187Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:37:35.187Z] === RUN TestDockerSuite/TestExecExitStatus [2021-08-23T15:37:36.798Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-08-23T15:37:37.353Z] === RUN TestDockerSuite/TestExecInspectID [2021-08-23T15:37:38.960Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-08-23T15:37:38.961Z] === RUN TestDockerSuite/TestRunBindMounts [2021-08-23T15:37:39.295Z] === RUN TestDockerSuite/TestEventsTop [2021-08-23T15:37:39.295Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:37:39.295Z] === RUN TestDockerSuite/TestEventsUntag [2021-08-23T15:37:41.468Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-08-23T15:37:42.016Z] === RUN TestDockerSuite/TestExecInteractive [2021-08-23T15:37:42.016Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:37:42.016Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-08-23T15:37:42.016Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:37:42.472Z] === RUN TestDockerSuite/TestExecParseError [2021-08-23T15:37:42.472Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:37:42.472Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-08-23T15:37:42.472Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:37:42.472Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-08-23T15:37:42.472Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:37:42.472Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-08-23T15:37:44.729Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:37:44.729Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-08-23T15:37:45.197Z] === RUN TestDockerSuite/TestExec [2021-08-23T15:37:45.197Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.197Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-08-23T15:37:45.197Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.197Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecSetEnv [2021-08-23T15:37:45.359Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecStartFails [2021-08-23T15:37:45.359Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-08-23T15:37:45.359Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-08-23T15:37:45.359Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-08-23T15:37:45.359Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:37:45.359Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-08-23T15:37:46.730Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-08-23T15:37:46.891Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-08-23T15:37:46.891Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:37:46.891Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-08-23T15:37:47.520Z] === RUN TestDockerSuite/TestExecUlimits [2021-08-23T15:37:47.520Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:37:47.520Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-08-23T15:37:48.264Z] === RUN TestDockerSuite/TestExecAPIStart [2021-08-23T15:37:48.264Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:37:48.265Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-08-23T15:37:48.265Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:37:48.265Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-08-23T15:37:48.265Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:37:48.265Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-08-23T15:37:49.799Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-08-23T15:37:50.597Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-08-23T15:37:50.597Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:37:50.597Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-08-23T15:37:50.597Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:37:50.597Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-08-23T15:37:51.971Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-08-23T15:37:52.117Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:37:52.117Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-08-23T15:37:53.284Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-08-23T15:37:53.284Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:37:53.284Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-08-23T15:37:53.284Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:37:53.284Z] === RUN TestDockerSuite/TestExecWithUser [2021-08-23T15:37:53.284Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:37:53.284Z] === RUN TestDockerSuite/TestGetContainerStats [2021-08-23T15:37:53.505Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-08-23T15:37:54.275Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-08-23T15:37:55.678Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-08-23T15:37:57.155Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-08-23T15:37:59.315Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-08-23T15:37:59.315Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.315Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-08-23T15:37:59.315Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.315Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-08-23T15:37:59.315Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.315Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-08-23T15:37:59.406Z] === RUN TestDockerSuite/TestExecCgroup [2021-08-23T15:37:59.406Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.406Z] === RUN TestDockerSuite/TestExecEnv [2021-08-23T15:37:59.406Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.406Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-08-23T15:37:59.406Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:37:59.406Z] === RUN TestDockerSuite/TestExecExitStatus [2021-08-23T15:38:00.325Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-08-23T15:38:00.939Z] === RUN TestDockerSuite/TestExecInspectID [2021-08-23T15:38:02.203Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-08-23T15:38:02.203Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:38:02.203Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-08-23T15:38:02.203Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:38:02.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-08-23T15:38:02.203Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:38:02.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-08-23T15:38:02.203Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:38:02.203Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-08-23T15:38:04.370Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecInteractive [2021-08-23T15:38:05.620Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-08-23T15:38:05.620Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecParseError [2021-08-23T15:38:05.620Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-08-23T15:38:05.620Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-08-23T15:38:05.620Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:38:05.620Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-08-23T15:38:06.088Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecSetEnv [2021-08-23T15:38:07.792Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecStartFails [2021-08-23T15:38:07.792Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-08-23T15:38:07.792Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-08-23T15:38:07.792Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-08-23T15:38:07.792Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:38:07.792Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-08-23T15:38:08.974Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-08-23T15:38:09.328Z] === RUN TestDockerSuite/TestExecUlimits [2021-08-23T15:38:09.328Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:38:09.328Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-08-23T15:38:11.407Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-08-23T15:38:11.407Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.407Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-08-23T15:38:11.407Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.407Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-08-23T15:38:11.407Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.407Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-08-23T15:38:11.407Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.408Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-08-23T15:38:11.408Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.408Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-08-23T15:38:11.408Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:38:11.408Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-08-23T15:38:13.568Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-08-23T15:38:13.568Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:38:13.568Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-08-23T15:38:13.568Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-08-23T15:38:13.568Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:38:13.568Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-08-23T15:38:14.736Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-08-23T15:38:14.736Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:38:14.736Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestHealth [2021-08-23T15:38:15.190Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-08-23T15:38:15.190Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-08-23T15:38:15.743Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-08-23T15:38:16.417Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-08-23T15:38:16.417Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:38:16.417Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-08-23T15:38:16.417Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:38:16.417Z] === RUN TestDockerSuite/TestExecWithUser [2021-08-23T15:38:16.417Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:38:16.417Z] === RUN TestDockerSuite/TestGetContainerStats [2021-08-23T15:38:18.626Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-08-23T15:38:18.626Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:38:18.626Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-08-23T15:38:20.007Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-08-23T15:38:20.007Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-08-23T15:38:20.007Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:38:20.007Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-08-23T15:38:20.007Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-08-23T15:38:20.007Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-08-23T15:38:20.463Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-08-23T15:38:20.918Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-08-23T15:38:20.918Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:38:20.918Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-08-23T15:38:21.509Z] === RUN TestDockerSuite/TestRunEnvironment [2021-08-23T15:38:21.509Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:38:21.509Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-08-23T15:38:21.509Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:38:21.509Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-08-23T15:38:21.509Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:38:21.509Z] === RUN TestDockerSuite/TestRunExitCode [2021-08-23T15:38:22.200Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-08-23T15:38:22.444Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-08-23T15:38:22.444Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-08-23T15:38:24.414Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-08-23T15:38:24.606Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-08-23T15:38:24.606Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-08-23T15:38:26.572Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-08-23T15:38:26.767Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-08-23T15:38:27.985Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-08-23T15:38:29.453Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-08-23T15:38:30.478Z] === RUN TestDockerSuite/TestImagesFormat [2021-08-23T15:38:30.478Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-08-23T15:38:30.478Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:38:30.478Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-08-23T15:38:30.887Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunExposePort [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-08-23T15:38:32.346Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:38:32.346Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-08-23T15:38:34.187Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-08-23T15:38:34.187Z] === RUN TestDockerSuite/TestImportBadURL [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-08-23T15:38:36.670Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestHealth [2021-08-23T15:38:36.670Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-08-23T15:38:36.670Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-08-23T15:38:37.010Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-08-23T15:38:37.010Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-08-23T15:38:37.010Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-08-23T15:38:37.010Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-08-23T15:38:37.010Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.010Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportDisplay [2021-08-23T15:38:37.069Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportFile [2021-08-23T15:38:37.069Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-08-23T15:38:37.069Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportGzipped [2021-08-23T15:38:37.069Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-08-23T15:38:37.069Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-08-23T15:38:37.069Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-08-23T15:38:37.069Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-08-23T15:38:37.069Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-08-23T15:38:37.069Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-08-23T15:38:37.069Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:38:37.069Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-08-23T15:38:39.956Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-08-23T15:38:40.399Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-08-23T15:38:40.399Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-08-23T15:38:40.399Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:38:40.399Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-08-23T15:38:40.399Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-08-23T15:38:40.399Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-08-23T15:38:40.856Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-08-23T15:38:41.314Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-08-23T15:38:41.314Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:38:41.314Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-08-23T15:38:42.281Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-08-23T15:38:42.281Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-08-23T15:38:42.839Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-08-23T15:38:42.839Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:38:42.839Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-08-23T15:38:42.839Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:38:42.839Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-08-23T15:38:42.839Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-08-23T15:38:42.839Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:38:42.839Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-08-23T15:38:43.821Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-08-23T15:38:44.279Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-08-23T15:38:45.530Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-08-23T15:38:45.530Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:38:45.530Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-08-23T15:38:45.723Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-08-23T15:38:45.723Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-08-23T15:38:46.453Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModeHostname [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.486Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-08-23T15:38:46.486Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunMount [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-08-23T15:38:46.487Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:38:46.487Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-08-23T15:38:48.611Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-08-23T15:38:48.611Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:38:48.611Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-08-23T15:38:48.611Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:38:48.611Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-08-23T15:38:48.611Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:38:48.611Z] === RUN TestDockerSuite/TestInspectDefault [2021-08-23T15:38:48.625Z] === RUN TestDockerSuite/TestImagesFormat [2021-08-23T15:38:48.625Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-08-23T15:38:48.625Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:38:48.625Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-08-23T15:38:50.775Z] === RUN TestDockerSuite/TestInspectHistory [2021-08-23T15:38:52.354Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-08-23T15:38:52.354Z] === RUN TestDockerSuite/TestImportBadURL [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportDisplay [2021-08-23T15:38:54.529Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportFile [2021-08-23T15:38:54.529Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-08-23T15:38:54.529Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportGzipped [2021-08-23T15:38:54.529Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-08-23T15:38:54.529Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-08-23T15:38:54.529Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-08-23T15:38:54.529Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.529Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-08-23T15:38:54.529Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.987Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-08-23T15:38:54.987Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-08-23T15:38:54.987Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.987Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-08-23T15:38:54.987Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:38:54.987Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-08-23T15:38:55.008Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-08-23T15:38:55.009Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:38:55.009Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-08-23T15:38:55.009Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:38:55.009Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-08-23T15:38:55.009Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:38:55.009Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-08-23T15:38:56.521Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-08-23T15:38:56.543Z] === RUN TestDockerSuite/TestInspectImage [2021-08-23T15:38:56.543Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:38:56.543Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-08-23T15:38:56.543Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:38:56.543Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-08-23T15:38:56.543Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:38:56.543Z] === RUN TestDockerSuite/TestInspectInt64 [2021-08-23T15:38:58.693Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-08-23T15:38:58.693Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:38:58.693Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-08-23T15:38:58.693Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:38:58.693Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-08-23T15:38:58.693Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-08-23T15:38:58.693Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:38:58.693Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-08-23T15:38:58.703Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-08-23T15:38:59.671Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-08-23T15:39:00.862Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-08-23T15:39:00.862Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-08-23T15:39:00.867Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-08-23T15:39:00.867Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-08-23T15:39:03.040Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-08-23T15:39:03.040Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:39:03.040Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-08-23T15:39:03.040Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:39:03.040Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-08-23T15:39:03.040Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:39:03.040Z] === RUN TestDockerSuite/TestInspectDefault [2021-08-23T15:39:03.752Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-08-23T15:39:04.330Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-08-23T15:39:04.330Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetHost [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-08-23T15:39:04.783Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:39:04.783Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-08-23T15:39:05.212Z] === RUN TestDockerSuite/TestInspectHistory [2021-08-23T15:39:05.237Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-08-23T15:39:05.912Z] === RUN TestDockerSuite/TestInspectPlugin [2021-08-23T15:39:05.912Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:39:05.912Z] === RUN TestDockerSuite/TestInspectRootFS [2021-08-23T15:39:05.912Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-08-23T15:39:06.196Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-08-23T15:39:08.365Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-08-23T15:39:08.798Z] === RUN TestDockerSuite/TestInspectStatus [2021-08-23T15:39:08.942Z] === RUN TestDockerSuite/TestInspectImage [2021-08-23T15:39:08.942Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:39:08.942Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-08-23T15:39:08.942Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:39:08.942Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-08-23T15:39:08.942Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:39:08.942Z] === RUN TestDockerSuite/TestInspectInt64 [2021-08-23T15:39:09.890Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-08-23T15:39:10.474Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-08-23T15:39:11.412Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-08-23T15:39:11.690Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-08-23T15:39:12.648Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-08-23T15:39:12.648Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunPortInUse [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-08-23T15:39:13.573Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:39:13.573Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:39:14.826Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-08-23T15:39:16.353Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-08-23T15:39:16.359Z] === RUN TestDockerSuite/TestInspectPlugin [2021-08-23T15:39:16.359Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:39:16.359Z] === RUN TestDockerSuite/TestInspectRootFS [2021-08-23T15:39:16.359Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunPublishPort [2021-08-23T15:39:17.279Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-08-23T15:39:17.279Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-08-23T15:39:17.279Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-08-23T15:39:17.279Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-08-23T15:39:17.279Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:39:17.279Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-08-23T15:39:18.531Z] === RUN TestDockerSuite/TestInspectStatus [2021-08-23T15:39:19.241Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-08-23T15:39:20.704Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-08-23T15:39:22.125Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-08-23T15:39:24.286Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-08-23T15:39:24.432Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-08-23T15:39:26.448Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-08-23T15:39:26.608Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-08-23T15:39:27.549Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-08-23T15:39:27.549Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:39:27.549Z] === RUN TestDockerSuite/TestRunRm [2021-08-23T15:39:28.141Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-08-23T15:39:29.073Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-08-23T15:39:29.358Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-08-23T15:39:30.316Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-08-23T15:39:31.848Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-08-23T15:39:32.243Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-08-23T15:39:32.243Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-08-23T15:39:32.243Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.243Z] === RUN TestDockerSuite/TestLinksEnvs [2021-08-23T15:39:32.243Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.243Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-08-23T15:39:32.243Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.243Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-08-23T15:39:32.243Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-08-23T15:39:32.244Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-08-23T15:39:32.244Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-08-23T15:39:32.244Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-08-23T15:39:32.244Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-08-23T15:39:34.409Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-08-23T15:39:34.835Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-08-23T15:39:36.570Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-08-23T15:39:37.719Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-08-23T15:39:38.915Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-08-23T15:39:39.878Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-08-23T15:39:40.449Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-08-23T15:39:40.449Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-08-23T15:39:40.449Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.449Z] === RUN TestDockerSuite/TestLinksEnvs [2021-08-23T15:39:40.449Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.450Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-08-23T15:39:40.450Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-08-23T15:39:40.908Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-08-23T15:39:40.908Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-08-23T15:39:40.908Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-08-23T15:39:40.908Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-08-23T15:39:40.908Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-08-23T15:39:40.908Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-08-23T15:39:40.908Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-08-23T15:39:40.908Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-08-23T15:39:42.036Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-08-23T15:39:42.337Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-08-23T15:39:42.445Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-08-23T15:39:44.616Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-08-23T15:39:44.917Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-08-23T15:39:44.917Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:39:44.917Z] === RUN TestDockerSuite/TestRunState [2021-08-23T15:39:44.917Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:39:44.917Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-08-23T15:39:45.224Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-08-23T15:39:45.224Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:39:45.224Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-08-23T15:39:47.798Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-08-23T15:39:47.798Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:39:47.798Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-08-23T15:39:48.110Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-08-23T15:39:48.110Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-08-23T15:39:49.963Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-08-23T15:39:49.963Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:39:49.963Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-08-23T15:39:49.963Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:39:49.964Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-08-23T15:39:49.964Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-08-23T15:39:49.964Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-08-23T15:39:49.964Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:39:49.964Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-08-23T15:39:50.400Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-08-23T15:39:51.934Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-08-23T15:39:51.934Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:39:51.934Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-08-23T15:39:53.868Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-08-23T15:39:54.109Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-08-23T15:39:54.109Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUserByID [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-08-23T15:39:55.720Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.720Z] === RUN TestDockerSuite/TestRunUserByName [2021-08-23T15:39:55.721Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:39:55.721Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-08-23T15:39:57.881Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-08-23T15:39:57.881Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:39:57.881Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-08-23T15:39:58.794Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-08-23T15:39:59.628Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-08-23T15:40:00.047Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-08-23T15:40:00.047Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:40:00.047Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-08-23T15:40:00.047Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:40:00.047Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-08-23T15:40:03.755Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-08-23T15:40:04.576Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-08-23T15:40:05.404Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-08-23T15:40:08.310Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-08-23T15:40:09.256Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-08-23T15:40:10.484Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-08-23T15:40:10.484Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:40:10.484Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-08-23T15:40:11.429Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-08-23T15:40:12.291Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-08-23T15:40:13.382Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-08-23T15:40:13.602Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-08-23T15:40:13.602Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:40:13.602Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-08-23T15:40:15.776Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-08-23T15:40:16.005Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-08-23T15:40:16.280Z] === RUN TestDockerSuite/TestLogsSince [2021-08-23T15:40:17.307Z] === RUN TestDockerSuite/TestLogsSince [2021-08-23T15:40:23.038Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-08-23T15:40:23.038Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:40:23.038Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-08-23T15:40:23.038Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-08-23T15:40:26.585Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-08-23T15:40:26.585Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:40:26.585Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-08-23T15:40:26.585Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:40:26.585Z] === RUN TestDockerSuite/TestLogsTail [2021-08-23T15:40:26.747Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-08-23T15:40:27.615Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-08-23T15:40:27.615Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:40:27.615Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-08-23T15:40:27.615Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:40:27.615Z] === RUN TestDockerSuite/TestLogsTail [2021-08-23T15:40:28.579Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-08-23T15:40:28.762Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-08-23T15:40:29.637Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-08-23T15:40:30.753Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-08-23T15:40:31.662Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-08-23T15:40:31.796Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:40:31.796Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestMountIntoProc [2021-08-23T15:40:34.563Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestMountIntoSys [2021-08-23T15:40:34.563Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestNetHostname [2021-08-23T15:40:34.563Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-08-23T15:40:34.563Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-08-23T15:40:34.563Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-08-23T15:40:34.563Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginActive [2021-08-23T15:40:34.563Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-08-23T15:40:34.563Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-08-23T15:40:34.563Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-08-23T15:40:34.563Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-08-23T15:40:34.563Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-08-23T15:40:34.563Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-08-23T15:40:34.563Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-08-23T15:40:34.563Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-08-23T15:40:34.563Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPortHostBinding [2021-08-23T15:40:34.563Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPortList [2021-08-23T15:40:34.563Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:40:34.563Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-08-23T15:40:35.503Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-08-23T15:40:37.028Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestMountIntoProc [2021-08-23T15:40:37.817Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestMountIntoSys [2021-08-23T15:40:37.817Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestNetHostname [2021-08-23T15:40:37.817Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-08-23T15:40:37.817Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-08-23T15:40:37.817Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-08-23T15:40:37.817Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginActive [2021-08-23T15:40:37.817Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-08-23T15:40:37.817Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-08-23T15:40:37.817Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-08-23T15:40:37.817Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-08-23T15:40:37.817Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-08-23T15:40:37.817Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-08-23T15:40:37.817Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-08-23T15:40:37.817Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-08-23T15:40:37.817Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPortHostBinding [2021-08-23T15:40:37.817Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:40:37.817Z] === RUN TestDockerSuite/TestPortList [2021-08-23T15:40:37.817Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:40:38.275Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-08-23T15:40:39.187Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-08-23T15:40:40.363Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-08-23T15:40:40.363Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:40:40.363Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-08-23T15:40:42.001Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-08-23T15:40:42.001Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:40:42.001Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-08-23T15:40:44.945Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-08-23T15:40:44.945Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-08-23T15:40:44.945Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-08-23T15:40:44.945Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-08-23T15:40:44.945Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveImageId [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-08-23T15:40:44.945Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:40:44.945Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-08-23T15:40:45.042Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-08-23T15:40:45.043Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:40:45.043Z] === RUN TestDockerSuite/TestPsByOrder [2021-08-23T15:40:45.729Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-08-23T15:40:45.729Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:40:45.729Z] === RUN TestDockerSuite/TestPsByOrder [2021-08-23T15:40:47.105Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-08-23T15:40:47.105Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-08-23T15:40:47.563Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-08-23T15:40:48.017Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-08-23T15:40:49.541Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-08-23T15:40:52.791Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-08-23T15:40:52.791Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:40:52.791Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-08-23T15:40:55.354Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-08-23T15:40:55.354Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:40:55.354Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-08-23T15:40:58.067Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-08-23T15:40:58.067Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:40:58.067Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-08-23T15:41:01.373Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-08-23T15:41:03.916Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-08-23T15:41:06.594Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-08-23T15:41:06.594Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:41:06.594Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-08-23T15:41:11.253Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-08-23T15:41:11.253Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:41:11.253Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-08-23T15:41:11.253Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:41:11.253Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-08-23T15:41:11.253Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:41:11.253Z] === RUN TestDockerSuite/TestStartRecordError [2021-08-23T15:41:11.253Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:41:11.253Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-08-23T15:41:13.738Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-08-23T15:41:13.738Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-08-23T15:41:13.738Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:41:13.738Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestStatsNoStream [2021-08-23T15:41:18.298Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:41:18.298Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-08-23T15:41:21.182Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-08-23T15:41:21.588Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-08-23T15:41:21.588Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-08-23T15:41:21.588Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:41:21.588Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-08-23T15:41:23.347Z] === RUN TestDockerSuite/TestTopPrivileged [2021-08-23T15:41:23.347Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:41:23.347Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-08-23T15:41:25.509Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-08-23T15:41:25.509Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-08-23T15:41:25.509Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-08-23T15:41:25.509Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-08-23T15:41:25.509Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-08-23T15:41:25.509Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:41:25.509Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-08-23T15:41:26.130Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-08-23T15:41:27.687Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-08-23T15:41:34.123Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-08-23T15:41:37.022Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-08-23T15:41:40.116Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-08-23T15:41:42.288Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-08-23T15:41:42.288Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:41:42.288Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-08-23T15:41:42.288Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:41:42.747Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-08-23T15:41:43.143Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-08-23T15:41:43.143Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-08-23T15:41:45.308Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-08-23T15:41:45.308Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-08-23T15:41:45.579Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-08-23T15:41:46.476Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-08-23T15:41:46.476Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:41:46.476Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-08-23T15:41:46.476Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:41:46.476Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-08-23T15:41:46.476Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:41:46.476Z] === RUN TestDockerSuite/TestPsRightTagName [2021-08-23T15:41:46.476Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:41:46.476Z] === RUN TestDockerSuite/TestPsShowMounts [2021-08-23T15:41:49.018Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-08-23T15:41:49.472Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-08-23T15:41:49.927Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-08-23T15:41:49.927Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-08-23T15:41:49.927Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-08-23T15:41:50.259Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-08-23T15:41:50.259Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:41:50.259Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-08-23T15:41:50.259Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:41:50.259Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-08-23T15:41:53.539Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-08-23T15:41:53.539Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:41:53.539Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-08-23T15:41:53.997Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-08-23T15:41:53.997Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:41:53.997Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-08-23T15:41:55.532Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-08-23T15:41:56.054Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-08-23T15:41:56.054Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:41:56.054Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-08-23T15:41:56.054Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:41:56.054Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-08-23T15:41:56.054Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:41:56.054Z] === RUN TestDockerSuite/TestPsRightTagName [2021-08-23T15:41:56.054Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:41:56.054Z] === RUN TestDockerSuite/TestPsShowMounts [2021-08-23T15:41:56.499Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-08-23T15:41:56.499Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:41:56.499Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-08-23T15:42:00.209Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-08-23T15:42:00.209Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:42:00.209Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-08-23T15:42:00.209Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-08-23T15:42:00.209Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-08-23T15:42:00.209Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:42:00.209Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-08-23T15:42:00.227Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-08-23T15:42:03.119Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-08-23T15:42:03.119Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:42:03.119Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-08-23T15:42:03.127Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-08-23T15:42:04.664Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-08-23T15:42:04.664Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:42:04.664Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-08-23T15:42:05.299Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-08-23T15:42:06.198Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-08-23T15:42:07.166Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-08-23T15:42:07.166Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:42:07.166Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-08-23T15:42:08.736Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-08-23T15:42:08.736Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-08-23T15:42:08.736Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-08-23T15:42:11.848Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-08-23T15:42:16.530Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-08-23T15:42:19.024Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-08-23T15:42:19.024Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:42:19.024Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-08-23T15:42:19.438Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite (2271.36s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (60.16s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.56s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.20s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.72s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.16s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.53s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (74.51s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.27s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.57s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.96s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.35s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.62s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.05s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.80s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.09s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.10s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.32s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.78s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddTar (35.34s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.75s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.58s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.51s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.99s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.34s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.17s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.43s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.91s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.86s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.98s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.16s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.50s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.07s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.45s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.73s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCmd (0.63s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.61s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.10s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.44s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.40s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.07s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.00s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.92s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.23s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.23s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.74s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.64s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.10s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.97s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.80s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.12s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.76s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.77s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.81s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.36s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.88s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignore (50.79s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.22s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (58.20s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.69s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.76s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.35s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.66s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.28s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.23s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.86s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.92s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (76.97s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.45s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.00s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.05s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.44s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.23s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.18s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.53s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.54s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:42:20.550Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFails (2.73s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.31s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.39s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.69s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.21s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.52s) [2021-08-23T15:42:20.550Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.86s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.64s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.48s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildHistory (12.62s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.14s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.85s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.76s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabel (1.08s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabels (1.07s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.58s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.28s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.23s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.82s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.46s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.70s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.26s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.16s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.49s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.38s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.30s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.68s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.21s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.60s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.70s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.52s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.73s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.66s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.82s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.31s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.73s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.68s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.30s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.24s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.14s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.96s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.68s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildRm (11.68s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.29s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.37s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.54s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.91s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.57s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.06s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.73s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.75s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.37s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.13s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildStderr (3.73s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.60s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.58s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.35s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.27s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.82s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.72s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.25s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.19s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.16s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.59s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.40s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.78s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.13s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.41s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.74s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.29s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.19s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.13s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.85s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.80s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitChange (4.67s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.77s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.39s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitTTY (7.66s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.75s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.40s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.25s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.71s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.70s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.69s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.36s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.19s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.22s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.33s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.67s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.31s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.24s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.85s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.67s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.05s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.17s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.90s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.70s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.10s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.52s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.77s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.56s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.56s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.56s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.64s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a6870_} (2.60s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1592911630_c:\foo_false____} (2.57s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1592911630_c:\foo_true____} (2.58s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.50s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.12s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.83s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.88s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.80s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:42:20.551Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-08-23T15:42:20.551Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.10s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.87s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.98s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCpToDot (2.42s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCpToStdout (2.87s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.20s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.31s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.87s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateRM (0.46s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.42s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.78s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.75s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.72s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.86s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.59s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.56s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsCopy (4.46s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.96s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.38s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.78s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.00s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.04s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFilters (5.18s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFormat (5.44s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsRename (2.54s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsResize (8.18s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.76s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.57s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.19s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsUntag (2.82s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.31s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.16s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.16s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.17s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.21s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.18s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.97s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.26s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecInspectID (4.63s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.53s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.36s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.78s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.09s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.04s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.15s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.26s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.97s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.10s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.17s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.41s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.03s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.92s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.70s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.64s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.70s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.42s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectDefault (2.63s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectHistory (4.38s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.67s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.18s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.61s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.20s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.18s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectStatus (3.44s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.42s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.33s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.67s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.74s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.65s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.66s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.14s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.10s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.99s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.73s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.23s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.53s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.83s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.68s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.71s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.69s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.66s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.88s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsSince (9.56s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsTail (3.23s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.88s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.73s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:42:20.552Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:42:20.552Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.37s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.42s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsByOrder (8.34s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.35s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.25s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.33s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.35s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.93s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.64s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.08s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.12s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.37s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.89s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.52s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.55s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.44s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.90s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.72s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.85s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.53s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.39s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.79s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.25s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.31s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.57s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.77s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiTag (0.69s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.81s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.16s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.74s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.11s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.29s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.90s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.07s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.66s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.63s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.72s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.65s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.06s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.60s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.16s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.81s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.94s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.75s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.68s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.69s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.94s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.36s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.72s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.37s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.66s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.67s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunExitCode (2.71s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.78s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.41s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.80s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.76s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.56s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.71s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.03s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.26s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.75s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.85s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.88s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.99s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.55s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.13s) [2021-08-23T15:42:20.553Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunRm (2.38s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.74s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.80s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.31s) [2021-08-23T15:42:20.553Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.19s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.78s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.76s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.44s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.29s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.62s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.08s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.16s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.70s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.51s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.68s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.83s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.23s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.56s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.72s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.84s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.32s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.99s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.64s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.89s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.26s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.25s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.44s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.37s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.25s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.56s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.78s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.47s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.13s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:42:20.554Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s) [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-08-23T15:42:20.554Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.554Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:42:20.554Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:42:20.554Z] === RUN TestDockerSchema1RegistrySuite [2021-08-23T15:42:20.554Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-08-23T15:42:20.554Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-08-23T15:42:20.555Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-08-23T15:42:20.555Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-08-23T15:42:20.555Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-08-23T15:42:20.555Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-08-23T15:42:20.555Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-08-23T15:42:20.555Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-08-23T15:42:20.555Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerDaemonSuite [2021-08-23T15:42:20.555Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-08-23T15:42:20.555Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-08-23T15:42:20.555Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-08-23T15:42:20.555Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerSwarmSuite [2021-08-23T15:42:20.555Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-08-23T15:42:20.555Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerExternalVolumeSuite [2021-08-23T15:42:20.555Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerNetworkSuite [2021-08-23T15:42:20.555Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-08-23T15:42:20.555Z] === RUN TestDockerHubPullSuite [2021-08-23T15:42:20.555Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-08-23T15:42:20.555Z] PASS [2021-08-23T15:42:20.555Z] ok github.com/docker/docker/integration-cli 2271.742s [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === Skipped [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:42:20.555Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:42:20.555Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:42:20.555Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:42:20.555Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:42:20.555Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:42:20.555Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:42:20.555Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:42:20.555Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-08-23T15:42:20.555Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:42:20.555Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.555Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:42:20.555Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.555Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:42:20.555Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-08-23T15:42:20.556Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.99s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.99s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:20.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:42:20.556Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:42:20.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:42:20.556Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.68s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:42:21.011Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.37s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:42:21.011Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.011Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:42:21.011Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.37s) [2021-08-23T15:42:21.012Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.37s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2021-08-23T15:42:21.012Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:42:21.012Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:42:21.012Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-08-23T15:42:21.012Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:42:21.012Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.012Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:42:21.012Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-08-23T15:42:21.013Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:21.013Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:21.013Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:42:21.013Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-08-23T15:42:21.013Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:42:21.013Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.013Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:42:21.013Z] [2021-08-23T15:42:21.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:42:21.014Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:42:21.014Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:42:21.014Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:42:21.014Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:42:21.014Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:42:21.014Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:42:21.014Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-08-23T15:42:21.014Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:42:21.014Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:42:21.014Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.014Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:42:21.014Z] [2021-08-23T15:42:21.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:42:21.014Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:42:21.015Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:42:21.015Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-08-23T15:42:21.015Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:42:21.015Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.015Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:42:21.015Z] [2021-08-23T15:42:21.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:42:21.016Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.016Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:42:21.016Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:42:21.017Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.017Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:42:21.017Z] [2021-08-23T15:42:21.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-08-23T15:42:21.017Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:42:21.018Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-08-23T15:42:21.018Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:42:21.018Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:42:21.018Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:42:21.018Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.018Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:42:21.018Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:42:21.472Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:21.472Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.472Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:21.472Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.473Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:42:21.473Z] [2021-08-23T15:42:21.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:42:21.473Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-08-23T15:42:21.474Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] DONE 1092 tests, 546 skipped in 2280.193s [2021-08-23T15:42:21.474Z] INFO: Integration tests ended at 08/23/2021 15:42:21. Duration:00:38:00.3106824 [2021-08-23T15:42:21.474Z] INFO: Docker info of the daemon under test at end of run [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] Containers: 2 [2021-08-23T15:42:21.474Z] Running: 0 [2021-08-23T15:42:21.474Z] Paused: 0 [2021-08-23T15:42:21.474Z] Stopped: 2 [2021-08-23T15:42:21.474Z] Images: 18 [2021-08-23T15:42:21.474Z] Server Version: 0.0.0-dev [2021-08-23T15:42:21.474Z] Storage Driver: windowsfilter [2021-08-23T15:42:21.474Z] Windows: [2021-08-23T15:42:21.474Z] Logging Driver: json-file [2021-08-23T15:42:21.474Z] Plugins: [2021-08-23T15:42:21.474Z] Volume: local [2021-08-23T15:42:21.474Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T15:42:21.474Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T15:42:21.474Z] Swarm: inactive [2021-08-23T15:42:21.474Z] Default Isolation: process [2021-08-23T15:42:21.474Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T15:42:21.474Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T15:42:21.474Z] OSType: windows [2021-08-23T15:42:21.474Z] Architecture: x86_64 [2021-08-23T15:42:21.474Z] CPUs: 4 [2021-08-23T15:42:21.474Z] Total Memory: 32GiB [2021-08-23T15:42:21.474Z] Name: azwin-2-2185b0 [2021-08-23T15:42:21.474Z] ID: KE4T:7H2L:BTBM:YLZO:ASRN:6HPN:OEZ2:QSV4:2SZJ:OUCN:DIN5:EDCH [2021-08-23T15:42:21.474Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T15:42:21.474Z] Debug Mode (client): false [2021-08-23T15:42:21.474Z] Debug Mode (server): true [2021-08-23T15:42:21.474Z] File Descriptors: -1 [2021-08-23T15:42:21.474Z] Goroutines: 17 [2021-08-23T15:42:21.474Z] System Time: 2021-08-23T15:42:21.3015291Z [2021-08-23T15:42:21.474Z] EventsListeners: 0 [2021-08-23T15:42:21.474Z] Registry: https://index.docker.io/v1/ [2021-08-23T15:42:21.474Z] Labels: [2021-08-23T15:42:21.474Z] Experimental: false [2021-08-23T15:42:21.474Z] Insecure Registries: [2021-08-23T15:42:21.474Z] 127.0.0.0/8 [2021-08-23T15:42:21.474Z] Live Restore Enabled: false [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] [2021-08-23T15:42:21.474Z] INFO: Stopping daemon under test [2021-08-23T15:42:21.474Z] SUCCESS: The process with PID 8448 (child process of PID 3852) has been terminated. [2021-08-23T15:42:21.474Z] SUCCESS: The process with PID 3852 (child process of PID 5484) has been terminated. [2021-08-23T15:42:21.474Z] INFO: Stop tailing logs of the daemon under tests [2021-08-23T15:42:21.474Z] INFO: executeCI.ps1 Completed successfully at 08/23/2021 15:42:21. [2021-08-23T15:42:21.474Z] INFO: Tidying up at end of run [2021-08-23T15:42:21.929Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.out) to bundles\CIDUT.out [2021-08-23T15:42:21.929Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.err) to bundles\CIDUT.err [2021-08-23T15:42:21.929Z] INFO: Nuke-Everything... [2021-08-23T15:42:21.929Z] INFO: Container count on control daemon to delete is 2 [2021-08-23T15:42:22.383Z] 0ac8b095a3d2 [2021-08-23T15:42:22.383Z] 9ffe5135fdd9 [2021-08-23T15:42:22.383Z] INFO: Non-base image count on control daemon to delete is 1 [2021-08-23T15:42:24.551Z] Deleted: sha256:159068f918ea9a16739f1345e7626cdb20941fe6ab55ec21d15b2cedbbade5de [2021-08-23T15:42:24.551Z] Deleted: sha256:7d61e256109dc91074322ccd8fe56d630debbbb7623e90ba7521645b51a1f6dd [2021-08-23T15:42:24.551Z] INFO: Tidying pidfile d:\CI\PR-42764\3\docker.pid [2021-08-23T15:42:24.551Z] INFO: Nuking d:\CI [2021-08-23T15:42:30.422Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-08-23T15:42:30.422Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:42:30.422Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-08-23T15:42:32.751Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-08-23T15:42:33.210Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-08-23T15:42:33.210Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-08-23T15:42:34.178Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-08-23T15:42:37.910Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-08-23T15:42:41.639Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-08-23T15:42:41.639Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:42:41.639Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-08-23T15:42:42.184Z] INFO: Zapped successfully [2021-08-23T15:42:42.184Z] [2021-08-23T15:42:42.184Z] INFO: executeCI.ps1 exiting at Mon Aug 23 15:42:40 CUT 2021. Duration 01:06:04.2731172 [2021-08-23T15:42:42.184Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-08-23T15:42:42.419Z] Recording test results [2021-08-23T15:42:42.907Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-08-23T15:42:45.136Z] Creating win-2022-integration-bundles.zip [2021-08-23T15:42:45.365Z] === RUN TestDockerSuite/TestRmiBlank [2021-08-23T15:42:45.365Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-08-23T15:42:45.822Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [Pipeline] archiveArtifacts [2021-08-23T15:42:47.509Z] Archiving artifacts [2021-08-23T15:42:48.624Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:42:49.375Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-08-23T15:42:49.375Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:42:49.375Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-08-23T15:42:49.690Z] + make clean [2021-08-23T15:42:50.651Z] docker volume rm -f docker-dev-cache [2021-08-23T15:42:50.651Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T15:42:54.059Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-08-23T15:42:54.059Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-08-23T15:42:54.516Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-08-23T15:42:55.481Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-08-23T15:42:58.190Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-08-23T15:43:00.168Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-08-23T15:43:00.365Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-08-23T15:43:00.822Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-08-23T15:43:05.956Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-08-23T15:43:05.956Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:43:05.956Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-08-23T15:43:06.603Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-08-23T15:43:10.330Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-08-23T15:43:10.639Z] === RUN TestDockerSuite/TestRmiBlank [2021-08-23T15:43:10.639Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-08-23T15:43:11.096Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-08-23T15:43:17.392Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-08-23T15:43:20.291Z] === RUN TestDockerSuite/TestRmiTag [2021-08-23T15:43:21.257Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-08-23T15:43:23.429Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-08-23T15:43:25.888Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-08-23T15:43:28.059Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-08-23T15:43:29.022Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-08-23T15:43:36.082Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-08-23T15:43:38.221Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-08-23T15:43:39.755Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-08-23T15:43:43.146Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-08-23T15:43:43.484Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddHost [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-08-23T15:43:45.017Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:43:45.017Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-08-23T15:43:46.550Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-08-23T15:43:46.550Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:43:46.550Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-08-23T15:43:46.550Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:43:46.550Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-08-23T15:43:51.233Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-08-23T15:43:52.766Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-08-23T15:43:53.444Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-08-23T15:43:54.940Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-08-23T15:43:56.356Z] === RUN TestDockerSuite/TestRmiTag [2021-08-23T15:43:57.112Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-08-23T15:43:57.320Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-08-23T15:44:00.223Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-08-23T15:44:04.178Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-08-23T15:44:04.178Z] === RUN TestDockerSuite/TestRunBindMounts [2021-08-23T15:44:07.907Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-08-23T15:44:07.907Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.907Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-08-23T15:44:07.907Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.907Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-08-23T15:44:07.907Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.907Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-08-23T15:44:07.907Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.907Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-08-23T15:44:07.907Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-08-23T15:44:07.908Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:44:07.908Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-08-23T15:44:10.081Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-08-23T15:44:10.081Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:44:10.081Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-08-23T15:44:12.981Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-08-23T15:44:12.981Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:44:12.981Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-08-23T15:44:12.981Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:44:12.981Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-08-23T15:44:14.513Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:44:14.513Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-08-23T15:44:16.687Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-08-23T15:44:18.859Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-08-23T15:44:20.393Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-08-23T15:44:20.393Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:44:20.393Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-08-23T15:44:20.393Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:44:20.393Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-08-23T15:44:20.393Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:44:20.393Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-08-23T15:44:21.293Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-08-23T15:44:22.258Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-08-23T15:44:22.567Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-08-23T15:44:22.567Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:44:22.567Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-08-23T15:44:22.567Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:44:22.567Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-08-23T15:44:22.567Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:44:22.567Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-08-23T15:44:22.567Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:44:22.567Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-08-23T15:44:24.100Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-08-23T15:44:28.045Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-08-23T15:44:28.781Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-08-23T15:44:28.782Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:44:28.782Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddHost [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-08-23T15:44:29.579Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:44:29.579Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-08-23T15:44:30.955Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-08-23T15:44:30.955Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:44:30.955Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-08-23T15:44:30.955Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-08-23T15:44:30.955Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:44:30.955Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-08-23T15:44:32.482Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-08-23T15:44:32.482Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:44:32.482Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-08-23T15:44:32.482Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:44:32.482Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-08-23T15:44:33.128Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-08-23T15:44:34.662Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-08-23T15:44:34.662Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:44:34.662Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-08-23T15:44:36.834Z] === RUN TestDockerSuite/TestRunEnvironment [2021-08-23T15:44:36.834Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:44:36.834Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-08-23T15:44:36.834Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:44:36.834Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-08-23T15:44:36.834Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:44:36.834Z] === RUN TestDockerSuite/TestRunExitCode [2021-08-23T15:44:39.541Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-08-23T15:44:41.714Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-08-23T15:44:43.902Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-08-23T15:44:44.615Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-08-23T15:44:45.437Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-08-23T15:44:46.786Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-08-23T15:44:47.609Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunExposePort [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-08-23T15:44:49.784Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:44:49.784Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-08-23T15:44:50.515Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-08-23T15:44:50.516Z] === RUN TestDockerSuite/TestRunBindMounts [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-08-23T15:44:53.511Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-08-23T15:44:53.511Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-08-23T15:44:53.511Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-08-23T15:44:53.511Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-08-23T15:44:53.511Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:44:53.511Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-08-23T15:44:56.294Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-08-23T15:44:56.294Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.294Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-08-23T15:44:56.294Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.294Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-08-23T15:44:56.294Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-08-23T15:44:56.295Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:44:56.295Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-08-23T15:44:58.464Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-08-23T15:44:58.464Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:44:58.464Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-08-23T15:45:01.367Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-08-23T15:45:01.367Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:45:01.825Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-08-23T15:45:01.825Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:45:01.825Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-08-23T15:45:02.068Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-08-23T15:45:02.068Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:45:02.068Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeHostname [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunMount [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-08-23T15:45:03.035Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.035Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-08-23T15:45:03.996Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:45:03.996Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-08-23T15:45:06.167Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-08-23T15:45:08.341Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-08-23T15:45:08.818Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-08-23T15:45:08.818Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:45:08.818Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-08-23T15:45:09.275Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:45:09.275Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-08-23T15:45:09.275Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:45:09.275Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-08-23T15:45:11.240Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-08-23T15:45:11.240Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:45:11.240Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-08-23T15:45:11.240Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:45:11.240Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-08-23T15:45:11.240Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:45:11.240Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-08-23T15:45:13.004Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-08-23T15:45:13.414Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-08-23T15:45:13.414Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:45:13.414Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-08-23T15:45:13.414Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:45:13.414Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-08-23T15:45:13.414Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:45:13.414Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-08-23T15:45:13.414Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:45:13.414Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-08-23T15:45:15.583Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetHost [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-08-23T15:45:16.806Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:45:16.806Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-08-23T15:45:17.265Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-08-23T15:45:18.232Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-08-23T15:45:20.404Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-08-23T15:45:21.550Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:45:21.550Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-08-23T15:45:21.936Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-08-23T15:45:23.469Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-08-23T15:45:23.727Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-08-23T15:45:23.727Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:45:23.727Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-08-23T15:45:23.727Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-08-23T15:45:23.727Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:45:23.727Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-08-23T15:45:25.005Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunPortInUse [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-08-23T15:45:25.465Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:45:25.465Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:45:26.622Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-08-23T15:45:27.636Z] === RUN TestDockerSuite/TestRunPublishPort [2021-08-23T15:45:27.636Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:45:27.636Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-08-23T15:45:27.636Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:45:28.094Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-08-23T15:45:28.094Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:45:28.094Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-08-23T15:45:28.094Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:45:28.094Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-08-23T15:45:28.094Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:45:28.094Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-08-23T15:45:29.521Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-08-23T15:45:29.521Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:45:29.521Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-08-23T15:45:31.692Z] === RUN TestDockerSuite/TestRunEnvironment [2021-08-23T15:45:31.692Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:45:31.692Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-08-23T15:45:31.692Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:45:31.692Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-08-23T15:45:31.692Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:45:31.692Z] === RUN TestDockerSuite/TestRunExitCode [2021-08-23T15:45:34.589Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-08-23T15:45:35.158Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-08-23T15:45:35.158Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:45:35.158Z] === RUN TestDockerSuite/TestRunRm [2021-08-23T15:45:36.691Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-08-23T15:45:37.484Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-08-23T15:45:39.657Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-08-23T15:45:42.471Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-08-23T15:45:42.555Z] === RUN TestDockerSuite/TestRunExposePort [2021-08-23T15:45:42.555Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-08-23T15:45:42.555Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:45:42.555Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-08-23T15:45:42.555Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:45:42.555Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-08-23T15:45:42.555Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:45:43.012Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-08-23T15:45:43.012Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:45:43.012Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:45:43.012Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:45:43.012Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-08-23T15:45:43.012Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:45:43.012Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-08-23T15:45:43.012Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:45:43.012Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-08-23T15:45:44.004Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-08-23T15:45:45.538Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-08-23T15:45:47.695Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-08-23T15:45:47.695Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-08-23T15:45:47.695Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-08-23T15:45:47.695Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-08-23T15:45:47.695Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:45:47.695Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-08-23T15:45:47.716Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-08-23T15:45:49.888Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-08-23T15:45:49.888Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:45:49.888Z] === RUN TestDockerSuite/TestRunState [2021-08-23T15:45:49.888Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:45:49.888Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-08-23T15:45:52.061Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-08-23T15:45:52.061Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:45:52.061Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-08-23T15:45:53.595Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-08-23T15:45:53.595Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-08-23T15:45:53.595Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:45:53.595Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-08-23T15:45:56.254Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-08-23T15:45:56.254Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:45:56.254Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-08-23T15:45:56.712Z] === RUN TestDockerSuite/TestRunModeHostname [2021-08-23T15:45:56.712Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:45:56.712Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-08-23T15:45:56.712Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:45:56.712Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-08-23T15:45:56.712Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:45:56.712Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-08-23T15:45:56.712Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:45:56.712Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-08-23T15:45:56.712Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunMount [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-08-23T15:45:57.169Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:45:57.169Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserByID [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserByName [2021-08-23T15:45:58.286Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:45:58.286Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-08-23T15:46:00.593Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-08-23T15:46:00.593Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:46:00.593Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-08-23T15:46:02.129Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-08-23T15:46:02.129Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:46:02.129Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-08-23T15:46:02.129Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:46:02.129Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-08-23T15:46:04.232Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-08-23T15:46:04.232Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:46:04.689Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-08-23T15:46:04.689Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:46:04.689Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-08-23T15:46:04.689Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:46:04.689Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-08-23T15:46:05.858Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-08-23T15:46:10.469Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-08-23T15:46:11.640Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-08-23T15:46:15.369Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetHost [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-08-23T15:46:16.248Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-08-23T15:46:16.248Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-08-23T15:46:17.211Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-08-23T15:46:19.382Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-08-23T15:46:20.051Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-08-23T15:46:20.051Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:46:20.051Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-08-23T15:46:20.051Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-08-23T15:46:21.557Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-08-23T15:46:22.230Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-08-23T15:46:22.522Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-08-23T15:46:24.403Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunPortInUse [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-08-23T15:46:24.693Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:46:24.693Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-08-23T15:46:26.577Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:46:26.577Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunPublishPort [2021-08-23T15:46:29.371Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-08-23T15:46:29.371Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-08-23T15:46:29.371Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-08-23T15:46:29.371Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-08-23T15:46:29.371Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:46:29.371Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-08-23T15:46:30.303Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-08-23T15:46:31.269Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-08-23T15:46:33.444Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-08-23T15:46:37.175Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-08-23T15:46:37.175Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-08-23T15:46:37.175Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-08-23T15:46:37.175Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-08-23T15:46:37.175Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveImageId [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-08-23T15:46:37.175Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.175Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-08-23T15:46:37.927Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-08-23T15:46:37.927Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:46:37.927Z] === RUN TestDockerSuite/TestRunRm [2021-08-23T15:46:39.349Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-08-23T15:46:39.807Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-08-23T15:46:40.098Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-08-23T15:46:40.265Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-08-23T15:46:40.265Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-08-23T15:46:41.799Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-08-23T15:46:45.881Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-08-23T15:46:47.582Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-08-23T15:46:47.582Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:46:47.582Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-08-23T15:46:48.779Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-08-23T15:46:51.687Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-08-23T15:46:53.863Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-08-23T15:46:54.647Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-08-23T15:46:54.647Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:46:54.647Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-08-23T15:46:56.769Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-08-23T15:46:56.769Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:46:56.769Z] === RUN TestDockerSuite/TestRunState [2021-08-23T15:46:56.769Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:46:56.769Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-08-23T15:46:57.546Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-08-23T15:46:57.546Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:46:57.546Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-08-23T15:46:57.546Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:46:57.546Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-08-23T15:46:57.546Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:46:57.546Z] === RUN TestDockerSuite/TestStartRecordError [2021-08-23T15:46:57.546Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:46:57.546Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestStatsNoStream [2021-08-23T15:47:03.330Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.330Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-08-23T15:47:03.830Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-08-23T15:47:03.830Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:47:03.830Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-08-23T15:47:04.863Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-08-23T15:47:06.004Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-08-23T15:47:06.004Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-08-23T15:47:06.004Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:47:06.004Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-08-23T15:47:07.038Z] === RUN TestDockerSuite/TestTopPrivileged [2021-08-23T15:47:07.038Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:47:07.038Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-08-23T15:47:08.573Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-08-23T15:47:08.573Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-08-23T15:47:08.573Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-08-23T15:47:08.573Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-08-23T15:47:08.573Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-08-23T15:47:08.573Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:47:08.573Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserByID [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserByName [2021-08-23T15:47:11.789Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:47:11.789Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-08-23T15:47:13.959Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-08-23T15:47:13.959Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:47:13.959Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-08-23T15:47:16.134Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-08-23T15:47:16.134Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:47:16.134Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-08-23T15:47:16.134Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:47:16.134Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-08-23T15:47:19.863Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-08-23T15:47:26.242Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-08-23T15:47:26.242Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-08-23T15:47:27.208Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-08-23T15:47:27.666Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-08-23T15:47:28.421Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-08-23T15:47:30.566Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-08-23T15:47:30.566Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-08-23T15:47:31.024Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-08-23T15:47:31.024Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-08-23T15:47:31.482Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-08-23T15:47:33.098Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-08-23T15:47:38.546Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-08-23T15:47:38.546Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:47:38.546Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-08-23T15:47:38.546Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-08-23T15:47:39.005Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-08-23T15:47:39.005Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:47:39.005Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-08-23T15:47:40.160Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-08-23T15:47:40.160Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:47:40.160Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-08-23T15:47:40.160Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-08-23T15:47:43.885Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-08-23T15:47:44.791Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-08-23T15:47:45.248Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-08-23T15:47:45.706Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-08-23T15:47:46.056Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-08-23T15:47:48.951Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:47:48.951Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-08-23T15:47:53.637Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-08-23T15:47:54.264Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-08-23T15:47:54.264Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.264Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite (2291.05s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.74s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (117.99s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.95s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (1.17s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.26s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.86s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.89s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.85s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.85s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (88.95s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.28s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.89s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.42s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.07s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.40s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.63s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.98s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.13s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.18s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.49s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (8.79s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.11s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.68s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.30s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.70s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.14s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.76s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.13s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.98s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.67s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.42s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.89s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.91s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.17s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.96s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCmd (0.55s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.84s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.16s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.75s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.64s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.84s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.58s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.49s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.51s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.54s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.40s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.57s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.88s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.23s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.88s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignore (66.13s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.60s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (71.34s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.61s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.57s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.67s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.52s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.17s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.46s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.59s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.30s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (109.24s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.72s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.85s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.25s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.40s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.90s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.17s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.51s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.56s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFails (2.08s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.82s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.82s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.58s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.85s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.34s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.55s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:47:54.723Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.38s) [2021-08-23T15:47:54.723Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildHistory (9.95s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.80s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (8.52s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabel (0.92s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.92s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabels (0.92s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.53s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.42s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.55s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (23.55s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.99s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.95s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.52s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.22s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.86s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.99s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.45s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.63s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.40s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.75s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.19s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.27s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.22s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuild (17.04s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.38s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.48s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.31s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.72s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.32s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.10s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.00s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.93s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.44s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.18s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildRm (11.09s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.93s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.04s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.06s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.77s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.17s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.56s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.82s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.96s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildStderr (3.81s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.68s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.62s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.08s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.87s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.61s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.54s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.46s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.79s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.79s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.52s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.76s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.29s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.56s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.98s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.64s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.90s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.85s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.91s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.72s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitChange (4.14s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.79s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.49s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitTTY (10.51s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.76s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.83s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.60s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.92s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICreate (6.75s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.07s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.23s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.88s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.89s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.96s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.98s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.74s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.27s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.32s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.43s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.60s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.15s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.86s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.74s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.56s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.28s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.30s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005200_} (7.36s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1218162710_c:\foo_false____} (2.34s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1218162710_c:\foo_true____} (7.36s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.23s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.10s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.10s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.86s) [2021-08-23T15:47:54.724Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.12s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:47:54.724Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.52s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.68s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCpToDot (2.22s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCpToStdout (2.19s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.03s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.99s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.72s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (16.31s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.42s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.06s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.10s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.08s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.04s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.11s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.75s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsCopy (4.27s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.91s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.96s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.26s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.99s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFilters (4.22s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFormat (3.96s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsRename (2.11s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsResize (7.42s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.91s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.19s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.35s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.24s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.68s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.69s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.69s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.84s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.87s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.68s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.59s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecInspectID (4.30s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.11s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.93s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.70s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.77s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.75s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.75s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.78s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.75s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.93s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.59s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.91s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.20s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.57s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.89s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.91s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.03s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.95s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectDefault (1.92s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectHistory (3.66s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.93s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.90s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.92s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.85s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.85s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectStatus (2.29s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.65s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.99s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.89s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.86s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.94s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (6.70s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.90s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.71s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.69s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.51s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.08s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.87s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.97s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.07s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.08s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.32s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.21s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.99s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsSince (8.65s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsTail (2.53s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.17s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestLogsWithDetails (6.88s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-08-23T15:47:54.725Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:47:54.725Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.88s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.82s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsByOrder (7.03s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.81s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.09s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.25s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.19s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.08s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.78s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.03s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.93s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.59s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.50s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.47s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.08s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.30s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.23s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.94s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.58s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.66s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.94s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.45s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.49s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.16s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.54s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.63s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.06s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.40s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.16s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.98s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.04s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.78s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.97s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.34s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.93s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.97s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (6.83s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.93s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.08s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.70s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.74s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.06s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.92s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.65s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.54s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.98s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.91s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.93s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.93s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunExitCode (6.75s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.94s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.00s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.97s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.38s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.15s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.50s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.07s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.13s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.55s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.31s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.88s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.73s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:54.726Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.33s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:47:54.726Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.64s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunRm (2.02s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.05s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.03s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.86s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.22s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.93s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.77s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.35s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.05s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.95s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.99s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.84s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.91s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.84s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.29s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.97s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.97s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.30s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.48s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.89s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.80s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.19s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.57s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.71s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.48s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.43s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.21s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.85s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.89s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.21s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.64s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.80s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.64s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.95s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.73s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-08-23T15:47:54.727Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-08-23T15:47:54.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.727Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:47:54.727Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-08-23T15:47:54.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-08-23T15:47:54.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-08-23T15:47:54.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-08-23T15:47:54.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-08-23T15:47:54.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-08-23T15:47:54.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-08-23T15:47:54.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerDaemonSuite [2021-08-23T15:47:54.728Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-08-23T15:47:54.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-08-23T15:47:54.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-08-23T15:47:54.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerSwarmSuite [2021-08-23T15:47:54.728Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-08-23T15:47:54.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerExternalVolumeSuite [2021-08-23T15:47:54.728Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerNetworkSuite [2021-08-23T15:47:54.728Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-08-23T15:47:54.728Z] === RUN TestDockerHubPullSuite [2021-08-23T15:47:54.728Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-08-23T15:47:54.728Z] PASS [2021-08-23T15:47:54.728Z] ok github.com/docker/docker/integration-cli 2291.421s [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === Skipped [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:47:54.728Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:47:54.728Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:47:54.728Z] [2021-08-23T15:47:54.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:47:54.728Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.171Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-08-23T15:47:55.187Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:47:55.188Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.188Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:47:55.188Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-08-23T15:47:55.188Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:47:55.188Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.28s) [2021-08-23T15:47:55.188Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.28s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.70s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.70s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:47:55.188Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:47:55.188Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.188Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:47:55.188Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-08-23T15:47:55.189Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2021-08-23T15:47:55.189Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:47:55.189Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:47:55.189Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:47:55.189Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.189Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:47:55.189Z] [2021-08-23T15:47:55.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:47:55.190Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-08-23T15:47:55.190Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-08-23T15:47:55.190Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:47:55.190Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:47:55.190Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-08-23T15:47:55.190Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.190Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-08-23T15:47:55.190Z] [2021-08-23T15:47:55.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:47:55.190Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:47:55.191Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:47:55.191Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:47:55.191Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:47:55.191Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:47:55.191Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:47:55.191Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:47:55.191Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:47:55.191Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.191Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:47:55.191Z] [2021-08-23T15:47:55.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:47:55.191Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:47:55.192Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:47:55.192Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.192Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:47:55.192Z] [2021-08-23T15:47:55.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:47:55.192Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.193Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:47:55.193Z] [2021-08-23T15:47:55.193Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:47:55.193Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-08-23T15:47:55.194Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.194Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-08-23T15:47:55.194Z] [2021-08-23T15:47:55.194Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-08-23T15:47:55.195Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:47:55.195Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-08-23T15:47:55.195Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-08-23T15:47:55.195Z] [2021-08-23T15:47:55.195Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:47:55.195Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.195Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-08-23T15:47:55.653Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:47:55.653Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:47:55.653Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:47:55.653Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-08-23T15:47:55.653Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:55.653Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.653Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:55.653Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:47:55.654Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.654Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:47:55.654Z] [2021-08-23T15:47:55.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-08-23T15:47:55.655Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] DONE 1092 tests, 546 skipped in 2298.928s [2021-08-23T15:47:55.655Z] INFO: Integration tests ended at 08/23/2021 15:47:55. Duration:00:38:19.0299327 [2021-08-23T15:47:55.655Z] INFO: Docker info of the daemon under test at end of run [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] Containers: 2 [2021-08-23T15:47:55.655Z] Running: 0 [2021-08-23T15:47:55.655Z] Paused: 0 [2021-08-23T15:47:55.655Z] Stopped: 2 [2021-08-23T15:47:55.655Z] Images: 18 [2021-08-23T15:47:55.655Z] Server Version: 0.0.0-dev [2021-08-23T15:47:55.655Z] Storage Driver: windowsfilter [2021-08-23T15:47:55.655Z] Windows: [2021-08-23T15:47:55.655Z] Logging Driver: json-file [2021-08-23T15:47:55.655Z] Plugins: [2021-08-23T15:47:55.655Z] Volume: local [2021-08-23T15:47:55.655Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T15:47:55.655Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T15:47:55.655Z] Swarm: inactive [2021-08-23T15:47:55.655Z] Default Isolation: process [2021-08-23T15:47:55.655Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-08-23T15:47:55.655Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-08-23T15:47:55.655Z] OSType: windows [2021-08-23T15:47:55.655Z] Architecture: x86_64 [2021-08-23T15:47:55.655Z] CPUs: 4 [2021-08-23T15:47:55.655Z] Total Memory: 32GiB [2021-08-23T15:47:55.655Z] Name: azwin-2-badec0 [2021-08-23T15:47:55.655Z] ID: XSAT:VV3J:G73N:MEQQ:JMPD:FEMQ:WQX2:AVMT:YS7Z:NMMY:VCKW:RHME [2021-08-23T15:47:55.655Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T15:47:55.655Z] Debug Mode (client): false [2021-08-23T15:47:55.655Z] Debug Mode (server): true [2021-08-23T15:47:55.655Z] File Descriptors: -1 [2021-08-23T15:47:55.655Z] Goroutines: 17 [2021-08-23T15:47:55.655Z] System Time: 2021-08-23T15:47:55.3976482Z [2021-08-23T15:47:55.655Z] EventsListeners: 0 [2021-08-23T15:47:55.655Z] Registry: https://index.docker.io/v1/ [2021-08-23T15:47:55.655Z] Labels: [2021-08-23T15:47:55.655Z] Experimental: false [2021-08-23T15:47:55.655Z] Insecure Registries: [2021-08-23T15:47:55.655Z] 127.0.0.0/8 [2021-08-23T15:47:55.655Z] Live Restore Enabled: false [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] [2021-08-23T15:47:55.655Z] INFO: Stopping daemon under test [2021-08-23T15:47:55.655Z] SUCCESS: The process with PID 4684 (child process of PID 6132) has been terminated. [2021-08-23T15:47:55.655Z] SUCCESS: The process with PID 6132 (child process of PID 4276) has been terminated. [2021-08-23T15:47:56.114Z] INFO: Stop tailing logs of the daemon under tests [2021-08-23T15:47:56.114Z] INFO: executeCI.ps1 Completed successfully at 08/23/2021 15:47:55. [2021-08-23T15:47:56.114Z] INFO: Tidying up at end of run [2021-08-23T15:47:56.114Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.out) to bundles\CIDUT.out [2021-08-23T15:47:56.114Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.err) to bundles\CIDUT.err [2021-08-23T15:47:56.114Z] INFO: Nuke-Everything... [2021-08-23T15:47:56.114Z] INFO: Container count on control daemon to delete is 2 [2021-08-23T15:47:56.572Z] b64fb7c071f5 [2021-08-23T15:47:56.572Z] e327680c3f48 [2021-08-23T15:47:56.572Z] INFO: Tidying pidfile d:\CI\PR-42764\3\docker.pid [2021-08-23T15:47:56.572Z] INFO: Nuking d:\CI [2021-08-23T15:47:57.342Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-08-23T15:48:03.124Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-08-23T15:48:03.124Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-08-23T15:48:03.124Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-08-23T15:48:03.124Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-08-23T15:48:03.124Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveImageId [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-08-23T15:48:03.124Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:48:03.124Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-08-23T15:48:05.499Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-08-23T15:48:05.499Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-08-23T15:48:05.956Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-08-23T15:48:05.956Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-08-23T15:48:08.132Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-08-23T15:48:16.683Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-08-23T15:48:16.683Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:48:16.683Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-08-23T15:48:21.707Z] INFO: Zapped successfully [2021-08-23T15:48:21.707Z] [2021-08-23T15:48:21.707Z] INFO: executeCI.ps1 exiting at Mon Aug 23 15:48:20 CUT 2021. Duration 01:14:19.2100256 [2021-08-23T15:48:21.707Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-08-23T15:48:21.947Z] Recording test results [2021-08-23T15:48:25.236Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-08-23T15:48:25.236Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:48:25.236Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-08-23T15:48:28.620Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-08-23T15:48:29.921Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-08-23T15:48:29.921Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:48:29.921Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-08-23T15:48:29.921Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:48:29.921Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-08-23T15:48:29.921Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:48:29.921Z] === RUN TestDockerSuite/TestStartRecordError [2021-08-23T15:48:29.921Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:48:29.921Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-08-23T15:48:30.097Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-08-23T15:48:31.274Z] Archiving artifacts [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestStatsNoStream [2021-08-23T15:48:36.986Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:48:36.986Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-08-23T15:48:39.162Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-08-23T15:48:42.060Z] === RUN TestDockerSuite/TestTopPrivileged [2021-08-23T15:48:42.060Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:48:42.060Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-08-23T15:48:44.229Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-08-23T15:48:44.229Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-08-23T15:48:44.229Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-08-23T15:48:44.229Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-08-23T15:48:44.229Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-08-23T15:48:44.229Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:48:44.229Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-08-23T15:48:44.938Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:48:45.862Z] + make clean [2021-08-23T15:48:47.397Z] docker volume rm -f docker-dev-cache [2021-08-23T15:48:47.397Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-08-23T15:49:01.911Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-08-23T15:49:01.911Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-08-23T15:49:03.445Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-08-23T15:49:03.445Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-08-23T15:49:07.168Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-08-23T15:49:07.625Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-08-23T15:49:08.084Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-08-23T15:49:08.084Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-08-23T15:49:08.542Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-08-23T15:49:17.093Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-08-23T15:49:17.093Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:49:17.093Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-08-23T15:49:17.550Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-08-23T15:49:18.007Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-08-23T15:49:18.007Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:49:18.007Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-08-23T15:49:26.561Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-08-23T15:49:26.561Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-08-23T15:49:26.561Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-08-23T15:49:36.864Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-08-23T15:49:36.864Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:49:36.864Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-08-23T15:49:37.322Z] --- PASS: TestDockerSuite (2346.84s) [2021-08-23T15:49:37.322Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-08-23T15:49:37.322Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:49:37.322Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-08-23T15:49:37.322Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-08-23T15:49:37.322Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (61.73s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.72s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.57s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.26s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.78s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.16s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.69s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (76.00s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.42s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.75s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.99s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.39s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.74s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.23s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.07s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.28s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.21s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.39s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.81s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.15s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.27s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.93s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.70s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.51s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.45s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.66s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.18s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.17s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.65s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.71s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.35s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.57s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.26s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.51s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.71s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCmd (0.65s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.63s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.63s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.34s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.51s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.37s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.92s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.07s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.69s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.39s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.67s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.63s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.14s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.85s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.37s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.73s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.84s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.93s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.88s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.29s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignore (51.66s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.35s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.40s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (56.93s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.74s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.76s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.69s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.91s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.69s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.93s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.90s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.09s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (78.74s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.46s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.34s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.66s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.29s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.57s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.62s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.16s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.27s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (9.46s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.31s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.15s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.62s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.26s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.74s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFails (2.75s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.09s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.24s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.82s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.31s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.54s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.05s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.98s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.64s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildHistory (12.87s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.18s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.88s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.77s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabel (1.16s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.09s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.71s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.87s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.79s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.13s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.16s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.90s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.90s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.97s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.16s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.66s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.98s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.38s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-08-23T15:49:37.323Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.30s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.67s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.90s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.08s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.58s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.66s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.79s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.92s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.03s) [2021-08-23T15:49:37.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.89s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.89s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.50s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.32s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.03s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.44s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.92s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildRm (11.84s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.28s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.61s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.14s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.21s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.77s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.46s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.78s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.73s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.09s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.41s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildStderr (4.10s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.10s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.61s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.42s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.33s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.91s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.35s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.15s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.29s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.94s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.44s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.12s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.32s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.42s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.37s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.24s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.82s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitChange (4.96s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.47s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.12s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitTTY (7.55s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.82s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.14s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.60s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.78s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.68s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.77s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.47s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.28s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.31s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.37s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.76s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.89s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.37s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.91s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.71s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.25s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.27s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.07s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.79s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.23s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.61s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.21s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.78s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.52s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.66s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.66s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.61s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.67s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00054d968_} (2.64s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1978445302_c:\foo_false____} (2.63s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1978445302_c:\foo_true____} (2.63s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.45s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.50s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.85s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.54s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.15s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.89s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.20s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.18s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToDot (2.97s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCpToStdout (2.57s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.24s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.75s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.83s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.80s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateRM (0.45s) [2021-08-23T15:49:37.324Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.72s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2021-08-23T15:49:37.324Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.96s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.82s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.82s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.89s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.90s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.97s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsCopy (4.64s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.56s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.51s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.90s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.59s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.71s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFilters (5.63s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFormat (5.28s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsRename (2.92s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsResize (8.16s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.38s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.60s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.25s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.90s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.25s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.23s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.19s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.22s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.23s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.20s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.04s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.39s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecInspectID (4.69s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.57s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.39s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.00s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.10s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.14s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.20s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.45s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.69s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.17s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.96s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.34s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.96s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImportBadURL (2.37s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.75s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.72s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.72s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.70s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectDefault (2.70s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectHistory (4.93s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.70s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.24s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.70s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.33s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectStatus (3.53s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.61s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.48s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.77s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.29s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.50s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.71s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.67s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.12s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.14s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.94s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.78s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.30s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.81s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.77s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.75s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.78s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.63s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.89s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.79s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsSince (9.38s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsTail (3.18s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.94s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.44s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.55s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.07s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsByOrder (8.69s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.68s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.80s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2021-08-23T15:49:37.325Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.89s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.33s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.01s) [2021-08-23T15:49:37.325Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.15s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.27s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.41s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.50s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.08s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.93s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.56s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.64s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.97s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.08s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.22s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.12s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.61s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.47s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.81s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.11s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.45s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.88s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.05s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiTag (0.88s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.50s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.10s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.45s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.82s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.27s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.99s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.54s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.57s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.18s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.66s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.37s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.25s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.05s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.16s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.42s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.74s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.39s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.10s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.36s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.38s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.70s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.71s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.75s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunExitCode (2.41s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.72s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.78s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.82s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.46s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.78s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.63s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.38s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.02s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.91s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.51s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.95s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.92s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.10s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.83s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:49:37.326Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.77s) [2021-08-23T15:49:37.326Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunRm (2.63s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.80s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.81s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.39s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.33s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.87s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.15s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.26s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.99s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.69s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.35s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.29s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.88s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.50s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.64s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.55s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.45s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.83s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.47s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.64s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.94s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.46s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.19s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.74s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.91s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.38s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.51s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.32s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.00s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.54s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.65s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-08-23T15:49:37.327Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.56s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-08-23T15:49:37.327Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-08-23T15:49:37.785Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.84s) [2021-08-23T15:49:37.785Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:49:37.785Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.38s) [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-08-23T15:49:37.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.785Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-08-23T15:49:37.786Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-08-23T15:49:37.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-08-23T15:49:37.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-08-23T15:49:37.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-08-23T15:49:37.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-08-23T15:49:37.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-08-23T15:49:37.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-08-23T15:49:37.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerDaemonSuite [2021-08-23T15:49:37.786Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-08-23T15:49:37.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-08-23T15:49:37.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-08-23T15:49:37.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerSwarmSuite [2021-08-23T15:49:37.786Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-08-23T15:49:37.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.786Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:49:37.786Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:49:37.786Z] === RUN TestDockerExternalVolumeSuite [2021-08-23T15:49:37.786Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:49:37.787Z] === RUN TestDockerNetworkSuite [2021-08-23T15:49:37.787Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-08-23T15:49:37.787Z] === RUN TestDockerHubPullSuite [2021-08-23T15:49:37.787Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-08-23T15:49:37.787Z] PASS [2021-08-23T15:49:37.787Z] ok github.com/docker/docker/integration-cli 2347.209s [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === Skipped [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:49:37.787Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-08-23T15:49:37.787Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:49:37.787Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:49:37.787Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:49:37.787Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_run_test.go:3132: unmatched requirement Apparmor [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-08-23T15:49:37.787Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.71s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:49:37.787Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.37s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.37s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.40s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.40s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.34s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.34s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:49:37.787Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.787Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-08-23T15:49:37.787Z] [2021-08-23T15:49:37.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-08-23T15:49:37.788Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.37s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.35s) [2021-08-23T15:49:37.788Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:49:37.788Z] docker_cli_sni_test.go:18: Flakey test [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:49:37.788Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-08-23T15:49:37.788Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:49:37.788Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.788Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-08-23T15:49:37.788Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.789Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.789Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:49:37.789Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:49:37.789Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.789Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-08-23T15:49:37.789Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:49:37.790Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-08-23T15:49:37.790Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:49:37.790Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:49:37.790Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.04s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:49:37.790Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:49:37.790Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:49:37.790Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-08-23T15:49:37.790Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:49:37.790Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:49:37.790Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:49:37.790Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:49:37.790Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:49:37.790Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.790Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-08-23T15:49:37.790Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-08-23T15:49:37.791Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:49:37.791Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:37.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:49:37.791Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-08-23T15:49:37.791Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-08-23T15:49:37.791Z] [2021-08-23T15:49:38.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-08-23T15:49:38.254Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.254Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-08-23T15:49:38.254Z] [2021-08-23T15:49:38.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2021-08-23T15:49:38.255Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:49:38.255Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.255Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-08-23T15:49:38.255Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.256Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-08-23T15:49:38.256Z] [2021-08-23T15:49:38.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:49:38.256Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2859: unmatched requirement Apparmor [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2898: unmatched requirement Apparmor [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3015: unmatched requirement Apparmor [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:49:38.257Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:49:38.257Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.257Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-08-23T15:49:38.257Z] [2021-08-23T15:49:38.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-08-23T15:49:38.258Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-08-23T15:49:38.258Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:49:38.258Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-08-23T15:49:38.258Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:49:38.258Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-08-23T15:49:38.258Z] [2021-08-23T15:49:38.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:38.258Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-08-23T15:49:38.259Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.259Z] DONE 1092 tests, 546 skipped in 2355.891s [2021-08-23T15:49:38.259Z] INFO: Integration tests ended at 08/23/2021 15:49:38. Duration:00:39:16.0126816 [2021-08-23T15:49:38.259Z] INFO: Docker info of the daemon under test at end of run [2021-08-23T15:49:38.259Z] [2021-08-23T15:49:38.716Z] Containers: 2 [2021-08-23T15:49:38.716Z] Running: 0 [2021-08-23T15:49:38.716Z] Paused: 0 [2021-08-23T15:49:38.716Z] Stopped: 2 [2021-08-23T15:49:38.716Z] Images: 18 [2021-08-23T15:49:38.716Z] Server Version: 0.0.0-dev [2021-08-23T15:49:38.716Z] Storage Driver: windowsfilter [2021-08-23T15:49:38.716Z] Windows: [2021-08-23T15:49:38.716Z] Logging Driver: json-file [2021-08-23T15:49:38.716Z] Plugins: [2021-08-23T15:49:38.716Z] Volume: local [2021-08-23T15:49:38.716Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-08-23T15:49:38.716Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-08-23T15:49:38.716Z] Swarm: inactive [2021-08-23T15:49:38.716Z] Default Isolation: process [2021-08-23T15:49:38.716Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-08-23T15:49:38.716Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-08-23T15:49:38.716Z] OSType: windows [2021-08-23T15:49:38.716Z] Architecture: x86_64 [2021-08-23T15:49:38.716Z] CPUs: 4 [2021-08-23T15:49:38.716Z] Total Memory: 32GiB [2021-08-23T15:49:38.716Z] Name: azwin-2-7f12a0 [2021-08-23T15:49:38.716Z] ID: WT4G:E3KN:HRHC:3SZZ:45R4:JJPC:RKCK:MROP:CGZD:6IDO:V66Z:SSIQ [2021-08-23T15:49:38.716Z] Docker Root Dir: D:\CI\PR-42764\3\daemon [2021-08-23T15:49:38.716Z] Debug Mode (client): false [2021-08-23T15:49:38.716Z] Debug Mode (server): true [2021-08-23T15:49:38.716Z] File Descriptors: -1 [2021-08-23T15:49:38.716Z] Goroutines: 17 [2021-08-23T15:49:38.716Z] System Time: 2021-08-23T15:49:38.2709206Z [2021-08-23T15:49:38.716Z] EventsListeners: 0 [2021-08-23T15:49:38.716Z] Registry: https://index.docker.io/v1/ [2021-08-23T15:49:38.716Z] Labels: [2021-08-23T15:49:38.716Z] Experimental: false [2021-08-23T15:49:38.716Z] Insecure Registries: [2021-08-23T15:49:38.716Z] 127.0.0.0/8 [2021-08-23T15:49:38.716Z] Live Restore Enabled: false [2021-08-23T15:49:38.716Z] [2021-08-23T15:49:38.716Z] [2021-08-23T15:49:38.716Z] INFO: Stopping daemon under test [2021-08-23T15:49:38.716Z] SUCCESS: The process with PID 5820 (child process of PID 2548) has been terminated. [2021-08-23T15:49:38.716Z] SUCCESS: The process with PID 2548 (child process of PID 6388) has been terminated. [2021-08-23T15:49:38.716Z] INFO: Stop tailing logs of the daemon under tests [2021-08-23T15:49:38.716Z] INFO: executeCI.ps1 Completed successfully at 08/23/2021 15:49:38. [2021-08-23T15:49:38.716Z] INFO: Tidying up at end of run [2021-08-23T15:49:38.716Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.out) to bundles\CIDUT.out [2021-08-23T15:49:38.716Z] INFO: Saving daemon under test log (d:\CI\PR-42764\3\dut.err) to bundles\CIDUT.err [2021-08-23T15:49:38.716Z] INFO: Nuke-Everything... [2021-08-23T15:49:39.173Z] INFO: Container count on control daemon to delete is 2 [2021-08-23T15:49:39.173Z] 8dd6a46dbfab [2021-08-23T15:49:39.173Z] f0401d8a4dbf [2021-08-23T15:49:39.173Z] INFO: Non-base image count on control daemon to delete is 1 [2021-08-23T15:49:49.492Z] Deleted: sha256:c5b2da3dc78f8bab5847ac76c9fd14771c437378a0aadd535cc13e043083208b [2021-08-23T15:49:49.492Z] Deleted: sha256:c205e6f8ed71a1a1e7035cc23249addf809e32c0108a7c55222c94cadbc6eb7c [2021-08-23T15:49:49.492Z] Deleted: sha256:f1d9d0a57538d2f8035facfad93329c4f4ce0cc95b008e324201d853f132b06f [2021-08-23T15:49:49.492Z] Deleted: sha256:67eb2b7e48310fdd2b8ad374b646757f957b6e94228e09b0c0bf7282a2501aac [2021-08-23T15:49:49.492Z] Deleted: sha256:539864ce567466415e2039acbf1f86f7031dc8369d63dea5979cc6db75cdab20 [2021-08-23T15:49:49.492Z] Deleted: sha256:5b7ce4383de9958e8bb1407bdfd279bf3c917e11517081c1c6e12f36aba51269 [2021-08-23T15:49:49.492Z] Deleted: sha256:92edaa03325c233ba503df1f6ab4db8292cfb82f425de9f984c58e521698bb9a [2021-08-23T15:49:49.492Z] Deleted: sha256:a36d49c48b12ca15fa4fdeff6c682fc2d7d2be4162b67c9d34b56480e0a84612 [2021-08-23T15:49:49.492Z] Deleted: sha256:487cb5658df60df253b60056e258740413eee62478cb0bb8d242b878b6e03b97 [2021-08-23T15:49:49.492Z] Deleted: sha256:cac3873eb0f89c1e0857bc77d6a7d92eca7c889aefc7ce4329f0201c12f45218 [2021-08-23T15:49:49.492Z] Deleted: sha256:ac3429bbedf9bb53b63a487517203a2071beb739d9fa267d21dfa601f8c6dc4c [2021-08-23T15:49:49.492Z] Deleted: sha256:0eb01bbbe55ab0d1976f4d29fafcaf84a0f4dcd6e05d601728bb09dd0311c6a9 [2021-08-23T15:49:49.492Z] Deleted: sha256:04b7313bcdda98c7b3c7287fe96eb9e21b1e6b97f4b79a5e515ae7e820351355 [2021-08-23T15:49:49.492Z] Deleted: sha256:572656fcb177cacd4c2aebf815102f78bdc14046c72a6bf41624d25684ebe5fc [2021-08-23T15:49:49.492Z] INFO: Tidying pidfile d:\CI\PR-42764\3\docker.pid [2021-08-23T15:49:49.492Z] INFO: Nuking d:\CI [2021-08-23T15:50:04.323Z] INFO: Zapped successfully [2021-08-23T15:50:04.323Z] [2021-08-23T15:50:04.323Z] INFO: executeCI.ps1 exiting at Mon Aug 23 15:50:03 CUT 2021. Duration 01:10:21.2081532 [2021-08-23T15:50:04.323Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-08-23T15:50:04.562Z] Recording test results [2021-08-23T15:50:05.237Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-08-23T15:50:06.780Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2021-08-23T15:50:08.523Z] Archiving artifacts [2021-08-23T15:50:09.661Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42764/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-08-23T15:50:10.655Z] + make clean [2021-08-23T15:50:11.620Z] docker volume rm -f docker-dev-cache [2021-08-23T15:50:11.620Z] 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